/*
Theme Name: Uninq
*/

/* Estilos generales */
.video_mec{
	width: 50% !important;
	padding: 20px !important;
	box-sizing: border-box !important;
}

@media only screen and (max-width: 992px) and (min-width: 200px) 

 {
 .btg-butto{display:none !important;}
 .btg-button-1{display:none !important;}
 .btg-bottomRight{display:none !important;}
 .solicita{display:none !important;}

 }
.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-color: #002e5c;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #fe7101;
    color: #ffffff;
    border-color: transparent;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 16px;
}
.responsive{
width: 100% !important;
    height: auto !important;
} 
body {
	overflow-x: hidden;
}
body, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3,
h1 a, h2 a, h3 a {
	font-family: 'Montserrat', sans-serif;
	color: #00162c;
}
h1 a, h2 a, h3 a {
	text-decoration: underline;
}
h1 {
	font-size: 40px;
	line-height: 54px;
}
h2 {
	font-size: 28px;
	line-height: 38px;
}
h3 {
	font-size: 22px;
	line-height: 32px;
}
ul {
	padding-left: 20px;
}
li {
	padding-left: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #225586;
    font-size: 16px;
    line-height: 30px;
}
p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #225586;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
a:hover {
	text-decoration: none;
}
a.btn-white {
	display: inline-block;
    border: none;
    color: #5fa19c;
    background-color: #fff;
    line-height: 16px;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border-radius:0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
a.btn-white:hover {
	text-decoration: none;
	color: #5fa19c;
	background:#e9fffd;
}
a.btn-black {
	display: inline-block;
    border: none;
    color: #fff;
    background-color: #000;
    line-height: 16px;
    font-size: 16px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border-radius:0px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
a.btn-black:hover {
	text-decoration: none;
	color: #fff;
	background:#484848;
}
a.btn-santaconcha-shortcode {
    display: inline-block;
    border: none;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: center;
    background:#4cace5;
    border-radius:6px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
a.btn-santaconcha-shortcode:hover {
	text-decoration: none;
	color: #fff;
	background:#640509;
}

.no-padding {
	padding: 0;
}
.padding-right-0 {
	padding-right: 0;
}

.bottom-80 {
	padding-bottom: 80px;
}

.joinchat__button {
	background: #877d78!important;
}

@media (min-width: 1366px) {
	.container {
		width:1350px;
	}
}

.btn-santaconcha-shortcode-1 {
	display: inline-block;
	min-width: 250px;
	padding: 10px 50px 10px 20px;
	text-align: left;
	border:4px solid #fff;
	color:#fff;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
.btn-santaconcha-shortcode-1:hover {
	background-color: #fff;
	color:#225586;
}
.btn-santaconcha-shortcode-2 {
	display: inline-block;
	min-width: 250px;
	padding: 10px 50px 10px 20px;
	text-align: left;
	border:4px solid #225586;
	color:#225586;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
.btn-santaconcha-shortcode-2:hover {
	background-color: #225586;
	color:#fff;
}
.btn-santaconcha-shortcode-3 {
	display: inline-block;
	min-width: 250px;
	padding: 10px 50px 10px 20px;
	text-align: left;
	border:4px solid #D2AE6D;
	color:#D2AE6D;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
.btn-santaconcha-shortcode-3:hover {
	background-color: #D2AE6D;
	color:#fff;
}
.btn-santaconcha-shortcode-1 i,
.btn-santaconcha-shortcode-2 i,
.btn-santaconcha-shortcode-3 i {
    float: right;
    font-size: 20px;
    margin-right: -30px;
    margin-top: 2px;
}
/* FIN Estilos generales */


/* Estilos HEADER */
.topbar-shop {
	position: fixed;
    right: 0;
    top: 50px;
    width: auto;
    text-align: right;
    padding-right: 30px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 999999;
}
.topbar-shop.sticky-menu {
	top: 20px;
}
.topbar-shop a {
	margin: 0 7px;
}
.topbar-shop a img {
	max-height: 22px;
}
section.topbar {
	z-index: 10;
	position: relative;
	padding: 10px 0;
}
section.topbar .container {
	position: relative;
}
section.topbar .claim-topbar {
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 8;
}
section.topbar .claim-topbar p {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
    line-height: 20px;
}
section.topbar .selector-idioma .wpml-ls-legacy-list-horizontal {
	border:none;
	padding: 0;
	position: absolute;
	right: 0;
	top: -2px;
}
section.topbar .selector-idioma .wpml-ls-legacy-list-horizontal ul {
	display: inline-block;
}
section.topbar .selector-idioma .wpml-ls-legacy-list-horizontal ul li:first-child {
	border-right: 1px solid #fff;
}
section.topbar .selector-idioma .wpml-ls-legacy-list-horizontal ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
}
section.topbar .selector-idioma .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
	font-weight: 600;
}



nav.menu-desktop {
	display: inline-block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99999;
}
nav.menu-desktop .content-menu-desktop {
	position: relative;
	z-index: 9;
	background: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px 120px 20px 30px;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    margin-bottom: -5px;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
nav.menu-desktop .logo-menu-desktop {
	float: left;
	width: 220px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
nav.menu-desktop .logo-menu-desktop img {
	width: 300px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
nav.menu-desktop .items-menu {
	float: right;
	padding-top: 22px;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
nav.menu-desktop .logo-menu-desktop svg {
	width: 160px;
	transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}
nav.menu-desktop .items-menu .a-item-menu {
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 5px;
	color: #00162c;
	cursor: pointer;
	transition: color 0.6s ease-out;
    -webkit-transition: color 0.6s ease-out;
    display: inline-block
}
nav.menu-desktop .items-menu a.activo {
	border-bottom:2px solid #D2AE6D;
}
nav.menu-desktop .items-menu a.destacado {
	background: #D2AE6D;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
}
nav.menu-desktop .items-menu a.destacado:hover {
	background: #bd6408;
	border: none;
	color: #fff;
}
nav.menu-desktop .list-megamenu {
	position: relative;
}
nav.menu-desktop .list-megamenu .megamenu {
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.6s ease-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: translate3d(0,-150%,0);
    z-index: 8;
    background: #fff;
}
nav.menu-desktop .list-megamenu .megamenu.mostrar {
    transform: translate3d(0px, 0px, 0px);
    z-index: 0;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu {
	padding: 70px 30px 70px 80px;
	position: relative;
	height: calc(100vh - 125px);
	border-right: 1px solid #eee;
	z-index: 9;
	overflow-y: auto;
}
nav.menu-desktop .list-megamenu .megamenu .separador-desktop-menus {
	position: absolute;
	background-image: url('./assets/img/separador-niveles.png');
	background-size: 100%;
	width: 30px;
	height: 31px;
	left: calc(33.3333% - 15px);
	top:calc(50% - 15px);
	z-index: 9;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .tit-megamenu-1 {
	margin-bottom: 30px;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .tit-megamenu-1 p {
	font-size: 20px;
	color: #225586;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .item-submenu-megamenu {
	display: inline-block;
	width: 100%;
	padding: 15px 0 15px;
	text-align: left;
	font-size: 17px;
	color: #225586;
	font-weight: bold;
	position: relative;
	line-height: 26px;
	cursor: pointer;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu a {
	display: inline;
	color:#225586;
	line-height: 30px;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu a.a-item-plus {
    border: 2px solid #225586;
    padding: 5px;
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    right: 0px;
    margin-right: 10px;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu a.a-item-plus .barra {
	display: block;
	width: 16px;
    height: 3px;
    background: #225586;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    margin-top: 6px;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu .item-submenu-megamenu a.a-item-plus .barra.barra-vertical {
    -webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu .item-submenu-megamenu a.a-item-plus .barra.barra-plana {
    margin-top: -3px;
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu .item-submenu-megamenu.activo a.a-item-plus .barra.barra-vertical {
    -webkit-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu a.a-item-submenu:hover,
nav.menu-desktop .list-megamenu .megamenu .content-megamenu .items-submenu-megamenu .item-submenu-megamenu.activo a.a-item-submenu {
	color: #D1AA65;
}

nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu {
	height: calc(100vh - 125px);
	padding: 0;
}

nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu {
	height: calc(100vh - 125px);
	padding: 70px 80px 70px;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: transform 0.6s ease-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: translate3d(100%,0,0);
    z-index: 8;
    background: #fff;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu.mostrar {
	transform: translate3d(0,0,0);
	position: relative;
    display: inline-block;
    overflow-y: scroll;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .tit-megamenu-2 {
	margin-bottom: 30px;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .tit-megamenu-2 h2 {
	margin-top:0;
	font-weight: bold;
	color: #D1AA65;
	font-size: 25px;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .tit-megamenu-2 h2 a {
	color: #D1AA65;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .tit-megamenu-2 h2 a:hover {
	color: #a48b5f;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .tit-megamenu-2 p {
	font-size: 14px;
	color: #00162c;
	font-weight: 300;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .items-submenu-megamenu-2 a.a-item-submenu {
    width: 50%;
    float: left;
    padding: 15px 100px 15px 0;
    font-size: 17px;
    color: #225586;
    font-weight: bold;
    position: relative;
}
nav.menu-desktop .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu .items-submenu-megamenu-2 a.a-item-submenu:after {
	content:'';
    position: absolute;
    top: calc(50% - 7px);
    right: 80px;
	width: 14px;
	height: 14px;
	background-image: url('./assets/img/arrow-item-submenu-megamenu.png');
	background-size: cover;
	background-position: center center;
}

nav.menu-desktop .list-megamenu .megamenu .cta-megamenu {
	padding: 50px 0;
}
nav.menu-desktop .list-megamenu .megamenu .cta-megamenu a.btn-invertido {
	border: 1px solid #00162c;
	color: #00162c;
	display: inline-block;
	padding: 10px 30px;
	font-weight: bold;
}
nav.menu-desktop .list-megamenu .megamenu .cta-megamenu a.btn-invertido:hover {
	background:#00162c;
	color:#fff;
}
nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable {
    position: relative;
}
nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable a {
    color: #00162c;
    font-size: 12px;
    font-weight: bold;
}
nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable .deplegable-menu-simple {
    position: absolute;
    padding: 70px 20px 20px;
    min-width: 180px;
    background: #fff;
    left: -10px;
    border-bottom: 6px solid #D2AE6D;
    display: none;
    opacity: 0;
    transition: all 0.5s;
}
nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable .deplegable-menu-simple.mostrar {
    display: block;
    opacity: 1;
}
nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable .deplegable-menu-simple a {
    display: block;
    margin: 10px 0;
}



nav.menu-mobile {
	position: fixed;
    width: 100%;
    background: #fff;
    height: 65px;
    z-index: 99999999;
}
nav.menu-mobile > .container {
	display: inline-block;
    width: 100%;
    height: 65px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    z-index: 99999999999999;
    position: absolute;
    background: #fff;
}
nav.menu-mobile .hamburger{
	position:fixed;
  	background-color:transparent;
	left:0;
	top:0;
    height: 22px;
    width: 29px;
    padding: 23px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
nav.menu-mobile .hamburger.is-active{
  	background-color:none;
}
nav.menu-mobile .hamburger ._layer{
	background:#00162c;
	margin-bottom:6px;
	border-radius:2px;
	width:28px;
	height:2px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
nav.menu-mobile.menu-absolute-white .hamburger ._layer {
	background: #fff;
}
nav.menu-mobile .hamburger.is-active .-top{
	-webkit-transform:translateY(400%) rotate(45deg) !important;
	-ms-transform:translateY(400%) rotate(45deg) !important;
	transform:translateY(400%) rotate(45deg) !important;
}
nav.menu-mobile .hamburger.is-active .-mid{
	opacity:0;
}
nav.menu-mobile .hamburger.is-active .-bottom{
	-webkit-transform:translateY(-400%) rotate(135deg) !important;
	-ms-transform:translateY(-400%) rotate(135deg) !important;
	transform:translateY(-400%) rotate(135deg) !important;
}
nav.menu-mobile .logo-menu-mobile {
	position: absolute;
	left: calc(50% - 42px);
	margin-top: 10px;
}
nav.menu-mobile .logo-menu-mobile img {
	width: 84px;
	transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
}
.desplegable-menu-mobile {
	position: absolute;
    width: 100%;
    padding: 30px 0 120px;
    height: calc(100vh - 65px);
    top: 65px;
    left: 0;
    transition: transform 0.6s ease-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: translate3d(-100%,0,0);
    background-color: #f0f0f0;
    overflow-y: auto;
    overflow-x: hidden;
}
.desplegable-menu-mobile.is-active {
	transform: translate3d(0,0,0);
	z-index: 99;
}

.desplegable-menu-mobile .a-item-menu {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
	color: #00162c;
	font-weight: bold;
	cursor: pointer;
}
.desplegable-menu-mobile .a-item-menu:hover {
	color: #D2AE6D;
}
.desplegable-menu-mobile .a-item-menu i {
	position: absolute;
	right: 30px;
	color: #D2AE6D;
}
.desplegable-menu-mobile .a-item-menu .a-item-menu-desplegable-mobile {
	position: relative;
	display: inline-block;
	width: 100%;
}
.desplegable-menu-mobile .a-item-menu .a-item-menu-desplegable-mobile i {
	position: absolute;
	right: 0px;
	color: #D2AE6D;
}

nav.menu-mobile .list-megamenu-mobile {
	position: relative;
}
nav.menu-mobile .list-megamenu-mobile .megamenu-mobile {
    padding: 30px 0 120px;
	position: absolute;
    width: 100%;
    height: calc(100vh - 70px);
    top: 70px;
    left: 0;
    transition: transform 0.6s ease-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: translate3d(150%,0,0);
    z-index: 8;
    background-color: #f0f0f0;
    overflow-y: auto;
    overflow-x: hidden;
}
nav.menu-mobile .list-megamenu-mobile .megamenu-mobile.mostrar {
    transform: translate3d(0px, 0px, 0px);
    z-index: 999;
}

.list-submenu-megamenu-mobile {
	padding: 30px 0 120px;
	position: absolute;
    width: 100%;
    height: calc(100vh - 70px);
    top: 0px;
    left: 0;
    transition: transform 0.6s ease-out;
    -webkit-transition: transform 0.6s ease-out;
    transform: translate3d(150%,0,0);
    z-index: 8;
    background-color: #f0f0f0;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-submenu-megamenu-mobile.mostrar {
    transform: translate3d(0px, 0px, 0px);
    z-index: 9999;
}
.megamenu-mobile .item-submenu-megamenu {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    font-weight: bold;
}
.megamenu-mobile .item-submenu-megamenu a {
	color: #00162c;
	cursor: pointer;
}
.megamenu-mobile .item-submenu-megamenu a:hover {
	color: #D2AE6D;
}
.megamenu-mobile .item-submenu-megamenu a i {
	position: absolute;
	right: 30px;
	color: #D2AE6D;
	margin-top: 3px;
}
nav.menu-mobile .megamenu-mobile .cta-megamenu {
    padding: 30px;
}
nav.menu-mobile .megamenu-mobile .cta-megamenu a.btn-invertido {
    border: 1px solid #00162c;
    color: #00162c;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
}
nav.menu-mobile .megamenu-mobile .cta-megamenu a.btn-invertido:hover {
    background: #00162c;
    color: #fff;
}

.volver-atras,
.volver-atras-2 {
    padding: 15px 30px;
    color: #00162c;
    margin-bottom: 30px;
    cursor: pointer;
}
.volver-atras i,
.volver-atras-2 i {
	color: #D2AE6D;
	margin-right: 10px;
}

.megamenu-mobile .tit-megamenu-1,
.megamenu-mobile .tit-megamenu-2 {
	padding: 20px 30px;
}
.megamenu-mobile .tit-megamenu-2 h2 {
	font-size: 20px;
    line-height: 34px;
    font-weight: bold; 
}
.megamenu-mobile .tit-megamenu-2 h2 p {

}
nav.menu-mobile .megamenu-mobile .items-submenu-megamenu-2 a.a-item-submenu {
    width: 100%;
    float: left;
    padding: 15px 50px 15px 30px;
    font-size: 14px;
    color: #225586;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
nav.menu-mobile .megamenu-mobile .items-submenu-megamenu-2 a.a-item-submenu:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 30px;
    width: 14px;
    height: 14px;
    background-image: url(./assets/img/arrow-item-submenu-megamenu.png);
    background-size: cover;
    background-position: center center;
}

.desplegable-menu-mobile .a-item-menu.a-item-menudesplegable-mobile a {
    color: #00162c;
    font-weight: bold; 
}
.desplegable-menu-mobile .a-item-menu.a-item-menudesplegable-mobile a:hover {
    color: #D2AE6D;
}
.desplegable-menu-mobile .a-item-menu.a-item-menudesplegable-mobile .deplegable-menu-simple-mobile {
    padding-left: 30px;
    padding-top: 10px;
    display: none;
}
.desplegable-menu-mobile .a-item-menu.a-item-menudesplegable-mobile .deplegable-menu-simple-mobile.mostrar {
	display: inline-block;
	width: 100%;
}
.desplegable-menu-mobile .a-item-menu.a-item-menudesplegable-mobile .deplegable-menu-simple-mobile a {
    font-size: 13px;
    margin: 10px 0;
    display: block;
}



/* Control menú absoluto en HOME */
nav.menu-desktop.menu-absolute-white {
	position: absolute;
}
nav.menu-desktop.menu-absolute-white .content-menu-desktop {
	background:transparent;
}
nav.menu-desktop.menu-absolute-white .logo-menu-desktop svg,
nav.menu-desktop.menu-absolute-white .items-carrito-user .a-item-carrito-user svg {
	fill:#fff;
}
nav.menu-desktop.menu-absolute-white .items-menu a {
	color: #fff;
}


html.menu-activo {
	overflow: hidden;
    width: 100%;
}
main {
	padding-top: 115px;
}

/* Control menú STICKY en HOME */
nav.menu-desktop.sticky-menu {
	position: fixed;
	top: 0;
	left: 0;
}
nav.menu-desktop.sticky-menu .content-menu-desktop {
	padding: 10px 120px 10px 30px;
	min-height: 64px;
}
nav.menu-desktop.sticky-menu .logo-menu-desktop {
	width: 80px;
}
nav.menu-desktop.sticky-menu .items-menu {
	padding-top: 1px;
}
nav.menu-desktop.sticky-menu .list-megamenu .megamenu .content-megamenu,
nav.menu-desktop.sticky-menu .list-megamenu .megamenu .list-submenu-megamenu,
nav.menu-desktop.sticky-menu .list-megamenu .megamenu .list-submenu-megamenu .submenu-megamenu {
	height: calc(100vh - 206px);
}
/* FIN Estilos HEADER */


/* Estilos FOOTER */
.bloque-footer {
	margin-bottom: 30px;
}
.bloque-footer a {
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
}
.bloque-footer .enlace-footer-rrss {
	font-size: 20px;
}

.cta-mobile-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.cta-mobile-footer .btn-typeform-footer {
	width: 70%;
    float: left;
    padding: 19px 30px;
    display: inline-block;
    background: #D2AE6D;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    height: 61px;

}

.idiomas-footer {
	background: #00162A;
}
.idiomas-footer .lista-idiomas {
	padding: 20px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}
.idiomas-footer .lista-idiomas a {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
  	font-weight: 300;
  	color: #fff;
}
/* FIN Estilos FOOTER */


/* Estilos PAGE ISEP */
.cabecera.cabecera-page-santaconcha.basica {
	background: #66788b;
	padding: 100px 0;
	margin-bottom: 60px;
}
.cabecera.cabecera-page-santaconcha.basica.cabecera-tienda {
	margin-bottom: 0!important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.cabecera.cabecera-page-santaconcha.basica.cabecera-tienda.cabecera-tienda-margin-bottom {
    margin-bottom: 50px!important;
}
.cabecera.cabecera-page-santaconcha.basica.cabecera-tienda:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,42,86,0.5);
}
.cabecera.cabecera-slider {
	padding: 0;
}
.cabecera.cabecera-slider .owl-stage{
	display: flex;
}
.cabecera.cabecera-slider .owl-slider-hero .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.cabecera.cabecera-slider .owl-slider-hero .item .content-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.cabecera.cabecera-slider .owl-slider-hero .item {
	padding: 150px 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.cabecera.cabecera-slider .owl-slider-hero .item h1 {
	font-size: 70px;
    line-height: 85px;
    font-weight: 800;
    color: #fff;
}
.cabecera.cabecera-slider .owl-slider-hero .item a.btn-invertido-blanco {
	border: 3px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 16px;
	min-width: 260px;
	text-align: center;
	margin-top: 30px;
}
.cabecera.cabecera-slider .owl-slider-hero .item a.btn-invertido-blanco:hover {
	background:#fff;
	color: #00162c;
}
.owl-slider-hero {
	position: relative;
}
.owl-slider-hero .owl-nav {
    margin: 0;
    width: 100%;
}
.owl-slider-hero .owl-nav button.owl-next,
.owl-slider-hero .owl-nav button.owl-prev {
	line-height: 70px;
    position: absolute;
    top: calc(50% - 50px);
}
.owl-slider-hero .owl-nav button.owl-prev {
	left: 30px;
}
.owl-slider-hero .owl-nav button.owl-next {
	right: 30px;
}
.owl-slider-hero .owl-nav button.owl-next:hover,
.owl-slider-hero .owl-nav button.owl-prev:hover,
.owl-slider-hero .owl-nav button.owl-next:focus,
.owl-slider-hero .owl-nav button.owl-prev:focus {
	background: none;
    outline: none;
}
.owl-slider-hero .owl-nav button.owl-next span,
.owl-slider-hero .owl-nav button.owl-prev span {
	font-size: 70px;
    line-height: 70px;
    color: #fff;
}


.destacados-hero a {
	font-size: 17px;
    font-weight: bold;
    padding: 30px 60px 30px 10px;
    display: inline-block;
    width: 100%;
    position: relative;
}
	
.destacados-hero a .barras {
	position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    padding: 14px 9px;
}
.destacados-hero a .barras .barra {
	display: block;
    width: 19px;
    height: 3px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    margin-top: 2px;
}
.destacados-hero a .barras .barra.barra-vertical {
	-webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}
.destacados-hero a .barras .barra.barra-plana {
	margin-top: -3px;
}

.areas-destacadas {
	padding: 80px 0;
}
.areas-destacadas .enlaces-destacados .item-enlace-destacado a {
	font-size: 17px;
	padding: 20px 25px;
}
.areas-destacadas .enlaces-destacados .item-enlace-destacado a span {
	font-weight: 300;
	font-size: 13px;
}

section.programas-destacados {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 40px 0;
}
section.programas-destacados .tit-bloque {
	margin-bottom: 30px;
}
section.programas-destacados .background-programas-destacados {
	position: absolute;
	background: #f5f5f5;
	width: 100%;
	height: 85%;
	top: 0;
	left: 0;
}
.content-programas-destacados {
	position: relative;
	display: inline-block;
	width: 100%;
}
.content-programas-destacados .img-background-programas-destacados {
    position: absolute;
    height: calc(100% - 515px);
    width: calc(25% - 30px);
    bottom: 30px;
    right: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.cifras-universidad {
	padding: 40px 30px;
	background: #225586;
}
.cifras-universidad h3 {
	margin-top: 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}
.cifras-universidad .num-cifras {
	color: #D2AE6D;
    font-size: 31px;
    font-weight: bold;
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}
.cifras-universidad .num-cifras span {
	font-size: 13px;
	display: block;
	color: #fff;
}

.posts-destacados {
	padding: 100px 0;
	background-size: 100%;
}
.posts-destacados .tit-bloque {
	margin-bottom: -40px;
}
.grid-posts-destacados {
	display: inline-block;
	width: 100%;
}
.cta-bloque-posts {
	margin-top:20px;
}
.slider-reconocedores {
	margin-top: 30px;
	margin-bottom: 80px;
}
.slider-reconocedores .item .img-reconocedor {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}
.slider-reconocedores .item .nombre-reconocedor {
	font-weight: 600;
	color: #225586;
}
.slider-reconocedores .owl-dots .owl-dot:focus {
	outline: none;
}
.slider-reconocedores .owl-dots .owl-dot span {
	border-radius: 0;
	width: 20px;
	height: 8px;
	margin: 5px 10px 5px 0;
}
.slider-reconocedores .owl-dots .owl-dot.active span,
.slider-reconocedores .owl-dots .owl-dot:hover span {
	background:#D2AE6D;
}

section.bloques-destacados {
	position: relative;
	margin: 80px 0;
}
section.bloques-destacados .background-bloque {
    position: absolute;
    width: 100%;
    height: 60%;
    background: #f5f5f5;
    bottom: 0;
}
section.bloques-destacados .row-bloques-destacados {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.bloques-destacados .row-bloques-destacados .item-bloque-destacado {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}
section.bloques-destacados .row-bloques-destacados .item-bloque-destacado .content-bloque-destacado .img-bloque {
	height: 250px;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

section.lista-destacados {
	position: relative;
	margin: 80px 0;
}
section.lista-destacados .row-lista-destacados {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.lista-destacados .row-lista-destacados .item-lista-destacado {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
section.lista-destacados .row-lista-destacados .item-lista-destacado .content-bloque-destacado {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
}
section.lista-destacados .row-lista-destacados .item-lista-destacado .content-bloque-destacado .num-item {
	font-size: 40px;
    font-weight: bold;
    color: #D2AE6D;
    top: 10px;
    left: -15px;
    position: absolute;
}
section.lista-destacados .row-lista-destacados .item-lista-destacado .content-bloque-destacado .text-bloque {
	width: calc(100% - 30px);
    padding-left: 20px;
    padding-bottom: 30px;
}
section.lista-destacados .row-lista-destacados .item-lista-destacado .content-bloque-destacado .text-bloque .btn-santaconcha-shortcode-3 {
    position: absolute;
    bottom: 0;
    left: 19px;
}

section.bloque-cta {
	position: relative;
	margin: 80px 0;
}
section.bloque-cta .content-cta {
	display: inline-block;
	width: 100%;
	padding: 40px 40px 60px;
}
section.bloque-cta.cta-img-background .content-cta {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
section.bloque-cta.cta-img-background .content-cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,42,86,0.7);
}

.bloque-text-video iframe,
.bloque-video-video iframe {
	width: 100%;
	margin-top:30px;
}




/* Estilos GRID FORMACIONES */
.cabecera {
	padding: 120px 0;
}
.cabecera.cabecera-grid-img-background {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cabecera.cabecera-grid-img-background:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,42,86,0.5);
}
.cabecera h1 {
	color:#fff;
}

section.solo-texto {
	padding: 80px 0;
}
section.solo-texto h2 {
	font-weight: bold;
}

section.lista-cursos {
	position: relative;
	padding: 0 0 80px;
}
section.lista-cursos .background-lista-cursos {
	position: absolute;
	width: 100%;
	height: 80%;
	background: #f5f5f5;
	bottom: 0;
}
.content-lista-cursos {
	display: inline-block;
	width: 100%;
}
.listado-cursos {
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.listado-cursos > div {
	margin-bottom: 30px;
}
.listado-cursos .item-listado-cursos {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
    transition: all 0.2s linear;
}
.listado-cursos .item-listado-cursos.ocultar {
	display: none;
}
.card-curso {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  	background-color: #fff;
  	position: relative;
  	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    transition: all 1s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.card-curso:hover {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 30px 80px 0 rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
}
.card-curso a {
	position: relative;
	height: 100%;
}
.card-curso .foto-curso {
	height: 260px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
.card-curso .foto-curso::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 260px;
	top: 0;
	left: 0;
	background-color: rgba(231,122,10,0.2);
	transition: all 1s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.card-curso a:hover .foto-curso::after {
	background-color: rgba(231,122,10,0.6);
}
.card-curso .foto-curso .barras {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border:2px solid #fff;
	padding: 15px 10px;
	z-index: 9;
	background-color: rgba(255,255,255,0);
	transition: all 1s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.card-curso .foto-curso .barras .barra {
	display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    margin-top: 6px;
}
.card-curso .foto-curso .barras .barra.barra-vertical {
	-webkit-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}
.card-curso .foto-curso .barras .barra.barra-plana {
	margin-top: -3px;
}
.card-curso a:hover .foto-curso .barras {
	background-color: rgba(255,255,255,1);
}
.card-curso a:hover .foto-curso .barras .barra {
	background:#D2AE6D;
}

.card-curso .info-curso {
	padding: 20px 15px 120px;
	display: inline-block;
	width: 100%;
	margin-bottom: -5px;
}
.card-curso.card-curso-lite .info-curso {
	padding: 20px 15px;
}
.card-curso .info-curso h3 {
	font-weight: bold;
	margin-top: 0;
	font-size: 20px;
	/*height: 70px;*/
}
.card-curso.card-curso-lite .info-curso h3 {
	font-size: 18px;
}
.card-curso .detalle-curso {
	width: calc(100% - 30px);
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 15px;
    height: 95px;
}
.card-curso .detalle-curso div span {
	color: #225586;
	font-size: 12px;
}
.card-curso .detalle-curso div p {
	color: #225586;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.bloque-texto-img {
	position: relative;
	padding: 80px 0;
}
.bloque-texto-img .container {
	position: relative;
}
.bloque-texto-img .bloque-text-con-img {
	padding-bottom: 10px;
}
.bloque-texto-img.compo-1 .img-mitad {
	position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.bloque-texto-img.compo-1 .img-mitad.img-izquierda {
	left: 0;
	right: auto;
}

.bloque-texto-img.compo-2-3 .img-mitad {
	position: absolute;
    width: calc(50% - 30px);
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 15px;
}
.bloque-texto-img.compo-2-3 .img-mitad.img-izquierda {
	left: 15px;
	right: auto;
}
.bloque-texto-img.compo-2-3 .img-mitad-fondo {
	position: absolute;
    width: 35%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
}
.bloque-texto-img.compo-2-3 .img-mitad-fondo.img-izquierda {
	left: 0;
	right: auto;
}
.enlaces-destacados {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
}
.enlaces-destacados .item-enlace-destacado {
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 30px;
}
.enlaces-destacados .item-enlace-destacado a {
	position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
	background: #f5f5f5;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #225586;
	transition: all 0.2s linear;
}
.enlaces-destacados .item-enlace-destacado a:hover {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.05), 0 30px 80px 0 rgba(0, 0, 0, 0.1);
}
.enlaces-destacados .item-enlace-destacado a i {
	color: #D2AE6D;
	margin-bottom: 5px;
}


.filtros-cursos {
	margin-top: 30px;
	margin-bottom: 20px;
}
.filtros-cursos span {
	font-weight: bold;
	font-size: 16px;
}
.filtros-cursos select {
    padding: 10px;
    margin-left: 10px;
    font-weight: bold;
}
.filtros-cursos select:focus {
	outline: none;
}
/* FIN Estilos GRID FORMACIONES */


/* Estilos FICHA FORMACIÓN */
.cabecera-formacion {
	padding:150px 0;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.cabecera-formacion:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,42,86,0.8);
}
.cabecera-formacion > .container {
	position: relative;
}
.cabecera-formacion .tipo-curso {
	font-weight: bold;
	margin-bottom: 0;
	color: #D2AE6D;
	font-size: 22px;
}
.cabecera-formacion h1 {
	font-weight: bold;
	color: #fff;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
}
.cabecera-formacion .info-curso {
	margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.cabecera-formacion .info-curso .item-info-curso {
	display: inline-block;
	padding-left: 15px;
	padding-right: 20px;
}
.cabecera-formacion .info-curso .item-info-curso span {
	color:#fff;
	font-size: 15px;
}
.cabecera-formacion .info-curso .item-info-curso p.valor {
	color:#fff;
	font-size: 17px;
	font-weight: bold;
}

.btn-info-curso {
	background: #D2AE6D;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 17px;
}
.btn-info-curso:hover {
	background: #bd6408;
	color: #fff;

}


.navegacion-ficha-formacion {
	background: #f5f5f5;
    padding: 50px 0;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.navegacion-ficha-formacion a {
	color:#225586;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
	margin-right: 20px;
	padding: 5px 0;
	transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}
.navegacion-ficha-formacion a:hover,
.navegacion-ficha-formacion a.activo {
	border-bottom: 4px solid orange;
	text-decoration: none;
}
.navegacion-ficha-formacion a:focus {
	text-decoration: none;
}
.navegacion-ficha-formacion a i {
	display: none;
}

.navegacion-ficha-formacion.sticky-menu {
	position: fixed;
	top:64px;
	padding: 20px 0;
    z-index: 8;
    width: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.44);
}


.bloque-ficha-formacion > .container {
	padding: 0 60px;
}
.bloque-ficha-formacion img {
	width: 100%;
}
.bloque-text-con-img {
	padding-right: 70px;
}
.bloque-text-con-img.pull-right {
	padding-right: 15px;
	padding-left: 70px;
}

.bloque-ficha-formacion {
	padding: 80px 0;
}

section.plan-estudios {
	background: #f5f5f5;
}
.bloque-plan {
	padding-left: 70px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.bloque-plan a.btn-acordeon {
	padding: 10px 0;
	border-bottom: 2px solid #225586;
	color: #225586;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}
.bloque-plan a.btn-acordeon p {
	font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    padding-right: 40px;
}
.bloque-plan a.btn-acordeon span {
	display: block;
	font-weight: bold;
}
.bloque-plan a.btn-acordeon i {
	position: absolute;
	right: 0px;
	top:calc(50% - 15px);
}
.bloque-plan a.btn-acordeon i:before {
	padding: 6px 7px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #D2AE6D;
    color: #D2AE6D;
}

.bloque-plan .content-plan ul {
	padding-left: 0;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}
.bloque-plan .content-plan ul li {
	width: calc(50% - 10px);
	float: left;
	color: #225586;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #225586;
	list-style: none;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.bloque-plan .content-plan ul li:nth-child(even) {
	margin-left: 10px;
}
.bloque-plan .content-plan ul li:nth-child(odd) {
	margin-right: 10px;
}

/* Excepción lista para bloque acordeon ISEP */
.bloque-acordeon {
	padding: 80px 0;
}
.bloque-plan.bloque-acordeon-isep {
	padding-left: 0;
}
.bloque-plan.bloque-acordeon-isep a.btn-acordeon p {
	font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul {
	padding-left: 20px;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul li {
	width: 100%;
	list-style: initial;
	border-bottom: none;
	padding: 0;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul li::marker {
	color: #D2AE6D;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul li:nth-child(even) {
	margin-left: 0;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul li:nth-child(odd) {
	margin-right: 0;
}


.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon {
	padding-left: 0;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 100%;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li {
	width: calc(50% - 10px);
	float: left;
	color: #225586;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #225586;
	list-style: none;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li .content-li-logos-acordeon {
	display: table;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li .content-li-logos-acordeon img {
	display: table-cell;
	width: 140px;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li .content-li-logos-acordeon .text-li-logos {
	display: table-cell;
	width: calc(100% - 140px);
    vertical-align: middle;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li .content-li-logos-acordeon .text-li-logos p {
	margin-bottom: 0;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li:nth-child(even) {
	margin-left: 10px;
}
.bloque-plan.bloque-acordeon-isep .content-plan ul.lista-logos-acordeon li:nth-child(odd) {
	margin-right: 10px;
}
/* FIN Excepción lista para bloque acordeon ISEP */


.bloque-competencias {
	position: relative;
}
.bloque-competencias .img-mitad-competencias {
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    top: 0;    
    right: 0;
}
.bloque-competencias .slider-competencias {
	padding-right: 70px;
}

.bloque-competencias .slider-competencias .owl-dots,
.bloque-competencias .slider-competencias .owl-nav.disabled+.owl-dots {
	text-align: left;
	margin-top: 30px;
}
.bloque-competencias .slider-competencias .owl-dots .owl-dot:focus {
	outline: none;
}
.bloque-competencias .slider-competencias .owl-dots .owl-dot span {
	border-radius: 0;
	width: 20px;
	height: 8px;
	margin: 5px 10px 5px 0;
}
.bloque-competencias .slider-competencias .owl-dots .owl-dot.active span,
.bloque-competencias .slider-competencias .owl-dots .owl-dot:hover span {
	background:#D2AE6D;
}

.bloque-profesores {
	position: relative;
}
.bloque-profesores .background-profesores {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
}
.bloque-profesores .info-director {
	position: relative;
	display: inline-block;
	width: 100%;
}
.bloque-profesores .info-director .text-director {
	padding: 80px 50px 120px 0px;
}
.bloque-profesores .info-director .text-director p.subtit-director {
	font-weight: bold;
	margin-bottom: 0;
}
.bloque-profesores .info-director .text-director h3 {
	margin-top: 0;
	font-weight: bold;
}
.bloque-profesores .info-director .img-director {
	position: absolute;
	right: 15px;
	height: 100%;
	background-position: center top;
	background-size: cover;
}

.bloque-profesores .content-profesorado {
	margin-top: 40px;
}
.bloque-profesores .content-profesorado h3 {
	font-weight: bold;
}

.bloque-profesores .slider-docentes {
	position: relative;
}
.bloque-profesores .slider-docentes .owl-stage {
	display: flex;
}
.bloque-profesores .slider-docentes .owl-stage .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.bloque-profesores .slider-docentes .owl-stage .item .card-profesor {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.bloque-profesores .slider-docentes .owl-nav {
	margin: 0;
	width: 100%;
}
.bloque-profesores .slider-docentes .owl-nav button.owl-next,
.bloque-profesores .slider-docentes .owl-nav button.owl-prev {
	line-height: 70px;
	position: absolute;
	top: calc(50% - 50px);
}
.bloque-profesores .slider-docentes .owl-nav button.owl-prev {
	left: -40px;
}
.bloque-profesores .slider-docentes .owl-nav button.owl-next {
	right: -40px;
}
.bloque-profesores .slider-docentes .owl-nav button.owl-next:hover,
.bloque-profesores .slider-docentes .owl-nav button.owl-prev:hover,
.bloque-profesores .slider-docentes .owl-nav button.owl-next:focus,
.bloque-profesores .slider-docentes .owl-nav button.owl-prev:focus {
	background:none;
	outline: none;
}
.bloque-profesores .slider-docentes .owl-nav button.owl-next span,
.bloque-profesores .slider-docentes .owl-nav button.owl-prev span {
	font-size: 70px;
    line-height: 70px;
}
.bloque-profesores .slider-docentes .owl-nav button.owl-next:hover span,
.bloque-profesores .slider-docentes .owl-nav button.owl-prev:hover span {
	color: #D2AE6D;
}


.card-profesor {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  	background-color: #f5f5f5;
  	position: relative;
}
.card-profesor .foto-profesor {
	height: 260px;
	width: 100%;
	background-position: center top;
	background-size: cover;
}
.card-profesor .info-profesor {
	padding: 30px 30px 40px;
}
.card-profesor .info-profesor h4 {
	font-weight: bold;
}
.card-profesor .info-profesor p {
	font-size: 14px;
	line-height: 24px;
}
.bloque-profesores .slider-docentes .card-profesor .info-profesor h4 {
	min-height: 57px;
}
.card-profesor .info-profesor .btn-invertido-blue {
	border:2px solid #225586;
	display: inline-block;
	width: 100%;
	padding: 10px;
	text-align: center;
	color: #225586;
	font-weight: bold;
	margin-top: 15px;
}
.card-profesor .info-profesor .btn-invertido-blue:hover {
	text-decoration: none;
	background:#225586;
	color:#fff;
}


/* Estilos ficha reconocedores */
.cabecera-reconocedores {
	padding: 0;
	margin-bottom: 250px;
	position: relative;
	background: #66788B;
}
.cabecera-reconocedores > .container {
	position: relative;
	padding: 150px 15px;
}
.cabecera-reconocedores * {
	color: #fff;
}
.cabecera-reconocedores h1,
.cabecera-reconocedores h2 {
	font-weight: bold;
}
.cabecera-reconocedores .img-cabecera-background {
	position: absolute;
	width:35%;
	left: 15px;
	top: 150px;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.listado-cursos-reconocedor {
	display: inline-block;
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}
.listado-cursos-reconocedor h2 {
	margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}



/* Estilos ficha docente */
.formacion-experiencia-docente {
	margin-bottom: 80px;
}
.formacion-experiencia-docente h3 {
	font-weight: bold;
}






/* Estilos categoría BLOG */
.cabecera-blog {
	padding: 120px 0;
	background: #66788b;
	color:#fff;
}
.cabecera-blog h1 {
	color: #fff;
	position: relative;
}

.page-template-page-blog .content-principal {
	display: inline-block;
	width: 100%;
}

.content-lista-posts {
	margin-top: 40px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.item-post-lista {
	margin-bottom: 30px;
}
.item-post-grid {
	background: #f5f5f5;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
.item-post-grid .img-post {
    height: 260px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.item-post-lista .content-item-post-grid {
    padding: 30px;
    display: inline-block;
    width: 100%;
}
.item-post-lista .content-item-post-grid h3 {
	font-weight: bold;
	margin-top: 0;
}




.paginacion-category {
    margin-bottom: 50px;
}
.paginacion-category .navigation.pagination h2 {
    display: none;
}
.paginacion-category .nav-links .page-numbers {
    padding: 10px 15px;
    font-size: 16px;
    color: #111;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    display: inline-block;
    border:1px solid transparent;
}
.paginacion-category .nav-links .page-numbers.current {
    background: #000;
    color: #fff;
}
.paginacion-category .nav-links .page-numbers.next,
.paginacion-category .nav-links .page-numbers.prev {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
    color: #000;
    text-transform: uppercase;
}
.paginacion-category .nav-links .page-numbers:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
.paginacion-category .nav-links .page-numbers.dots:hover {
    background: none!important;
    color: #111!important;
}

.lista-categorias {
	margin-bottom: 30px;
}
.ul-lista-categorias {
	padding: 0;
	text-align: center;
	margin-top: 40px;
}
.ul-lista-categorias li {
	list-style: none;
	display: inline-block;
}
.ul-lista-categorias li a {
	display: inline-block;
	color:#225586;
	font-weight: 600;
	padding: 5px 10px;
	margin: 0 10px;
}
.ul-lista-categorias li.active a {
	border-bottom: 4px solid #D2AE6D;
}
.ul-lista-categorias li a i {
	display: none;
}
/* FIN Estilos categoría BLOG */


/* Estilos POST */
.cabecera-post {
	background: #66788b;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.cabecera-post .background-blue {
	background: rgba(102,120,139,0.7);
}
.cabecera-post .container {
	padding: 60px 0;
}
.cabecera-post * {
	color:#fff;
}
.single.single-post section.solo-texto {
    padding: 50px 0;
}
.compo-img {
	position: relative;
	padding: 50px 0;
}
.compo-img img {
	width: 100%;
}
.compo-img-2 .img-compo {
	position: relative;
}
.compo-img-2 .img-compo .img-2-1 {
	width: calc(50% - 15px);
}
.compo-img-2 .img-compo .img-2-2 {
	position: absolute;
	width: calc(50% - 30px);
	height: 100%;
	right: 15px;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.compo-img-3 .img-compo {
	position: relative;
}
.compo-img-3 .img-compo .img-3-1 {
	width: calc(50% - 15px);
}
.compo-img-3 .img-compo .img-3-2 {
	position: absolute;
	width: calc(50% - 30px);
	height: calc(50% - 15px);
	right: 15px;
	top: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.compo-img-3 .img-compo .img-3-3 {
	position: absolute;
	width: calc(50% - 30px);
	height: calc(50% - 15px);
	right: 15px;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/* FIN Estilos POST */


/* Estilos resultados búsqueda */
.search-results main {
	background: #f9f9f9;
}
.search-results .cabecera-page-santaconcha.basica h1 span {
	font-weight: bold;
}
.content-img-cabecera-result-search {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}
.tipo-content-result-search {
	text-align: center;
	background: #f1f1f1;
	padding: 10px;
	color: #333;
	font-weight: bold;
}
h3.tit-result-search {
	font-size: 16px;
	margin: 15px 0;
	line-height: 22px;
}
.lista-resulta-search .search-form {
	margin-bottom: 30px;
}
/* FIN Estilos resultados búsqueda */



/* Estilos CATEGORÍA PRODUCTO */
.card-curso.product a {
	height: auto;
}
.card-curso.product .categoria-producto a {
	font-size: 12px;
}
.card-curso.product .woocommerce-price-suffix {
	display: none;
}
.card-curso.product .btn-producto-grid {
	position: absolute;
    bottom: 30px;
    left: 30px;
}
.card-curso.product .price {
	font-weight: 300!important;
}
.page__content .woocommerce {
	display: inline-block;
	width: 100%;
}
.card-curso.product .btn-santaconcha-shortcode-3 {
	max-width: 100%;
}
/* FIN Estilos CATEGORÍA PRODUCTO */



/* Estilos FICHA PRODUCTO */
.content-producto {
	margin-top: 90px;
}
.categoria-producto a {
	color: #D2AE6D;
	text-transform: uppercase;
	font-weight: bold;
}
.categoria-producto a:hover {
	color: #bd6408;
}
.woocommerce div.product .product_title {
	font-weight: 800;
    color: #225586;
    margin-bottom: 30px;
}
.descripcion-corta-producto {
	margin-bottom: 50px;
}
.woocommerce div.product .price {
	font-weight: 800;
    color: #225586!important;
    font-size: 25px!important;
    margin-bottom: 20px!important;
}
.woocommerce div.product p.price small {
	display: none!important;
}
.woocommerce div.product form.cart div.quantity {
	display: none!important;
}
.woocommerce div.product form.cart .button {
    background: #D2AE6D;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
}
.woocommerce div.product form.cart .button:hover {
	background: #bd6408;
    border: none;
    color: #fff;
}


.cuerpo-producto {
	display: inline-block;
	width: 100%;
	margin: 30px 0 80px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border:none!important;
	background:none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	padding: 0 30px 0 0!important;
	margin:0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border:none!important;
	background:none!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: 17px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 3px solid #D2AE6D!important;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border:none!important;
	box-shadow: none!important;
}

.bloque-masinfo {
	margin-bottom: 50px;
}
.bloque-masinfo h2 {
	font-weight: 800;
}

.productos-relacionados {
	position: relative;
	padding-bottom: 60px;
}
.productos-relacionados:before {
	content: '';
	position: absolute;
	height: 60%;
	width: 100%;
	bottom: 0;
	background-image: url('./assets/img/background-productos-relacionados.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.productos-relacionados h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
/* FIN Estilos FICHA PRODUCTO */



/* Estilos CARRITO */
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 200px!important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #D2AE6D!important;
	border-radius: 0!important;
	border:none!important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus  {
	background: #bd6408!important;
}
/* FIN Estilos CARRITO */


/* Estilo CHECKOUT */
.woocommerce.woocommerce-checkout .col2-set .col-1,
.woocommerce-page.woocommerce-checkout .col2-set .col-1 {
	width: 100%!important;
}
.woocommerce-checkout.woocommerce .col2-set .col-2,
.woocommerce-page.woocommerce-checkout .col2-set .col-2,
.woocommerce-checkout #billing_address_2_field {
	display: none!important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .crear-cuenta-checkout {
	margin-left: -0.5%!important;
	margin-right: -0.5%!important;
}
.woocommerce.woocommerce-checkout form .form-row-first,
.woocommerce.woocommerce-checkout form .form-row-last,
.woocommerce-page.woocommerce-checkout form .form-row-first,
.woocommerce-page.woocommerce-checkout form .form-row-last,
.woocommerce.woocommerce-checkout form .form-row-wide,
.woocommerce-page.woocommerce-checkout form .form-row-wide,
.woocommerce-checkout .crear-cuenta-checkout .form-row {
    width: 49%!important;
    margin: 0 0.5% 15px!important;
    float: left!important;
    clear: initial!important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border-radius: 0!important;
	padding: 10px 15px!important;
	height: 40px!important;
    border: 1px solid #aaa!important;
    margin: 0!important;
}
.select2-container--default .select2-selection--single {
	padding: 0!important;
	height: 40px!important;
	border-radius: 0!important;
	border: 1px solid #aaa!important;
    margin: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 18px!important;
	padding: 10px 15px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 7px!important;
    right: 10px!important;
}

.woocommerce-billing-fields,
.woocommerce-account-fields {
	margin-bottom: 40px!important;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
	margin-bottom: 70px!important;
}
.titulo-pago-checkout+.titulo-pago-checkout {
	display: none!important;
}
/* FIN Estilo CHECKOUT */


/* Estilo MI CUENTA*/
.woocommerce-checkout #respond input#submit,
.woocommerce-checkout a.button,
.woocommerce-checkout button.button,
.woocommerce-checkout input.button,
.woocommerce-account #respond input#submit,
.woocommerce-account a.button,
.woocommerce-account button.button,
.woocommerce-account input.button {
	background: #D2AE6D!important;
    border-radius: 0!important;
    border: none!important;
    padding: 1em!important;
    color:#fff!important;
}


/* Página 404 */
.content-404 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.content-404 form {
	margin-top: 40px;
}




/* Estilos RESPONSIVE */
@media (max-width: 1290px) and (min-width: 992px) {
	nav.menu-desktop .content-menu-desktop {
		padding: 20px 0;
	}
	nav.menu-desktop .logo-menu-desktop {
		display: block;
	    width: 100%;
	    text-align: center;
	}
	nav.menu-desktop .logo-menu-desktop img {
		width: 120px;
	}
	nav.menu-desktop.sticky-menu .logo-menu-desktop {
		width: 80px;
	}
	nav.menu-desktop.sticky-menu .logo-menu-desktop img {
		width: 80px;
	}
	
	nav.menu-desktop .items-menu {
		width: 100%;
		text-align: center;
		padding-top: 15px;
		
	}
	nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable {
		margin-left: 0!important;
	}
	nav.menu-desktop .items-menu a {
		margin-left: 10px!important;
	}
	nav.menu-desktop.sticky-menu .items-menu {
	    padding-top: 3px;
	    width: auto;
	}
	nav.menu-desktop.sticky-menu .items-menu .a-item-menu.a-item-menudesplegable {
		margin-left: 0;
	}
	nav.menu-desktop.sticky-menu .items-menu a,
	nav.menu-desktop.sticky-menu .items-menu .a-item-menu.a-item-menudesplegable a {
	    margin-left: 10px!important;
    	font-size: 12px;
    	margin-right: 0px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.idiomas-footer .lista-idiomas a {
		width: 31%;
	}
}
@media (max-width: 1090px) and (min-width: 992px) {
	nav.menu-desktop .items-menu .a-item-menu.a-item-menudesplegable,
	nav.menu-desktop .items-menu a {
		font-size: 10px!important;
	}
}
@media (max-width: 991px) {
	main {
		padding-top: 65px;
	}

	.topbar-shop,
	.topbar-shop.sticky-menu {
	    right: 56px;
	    top: 19px;
	    z-index: 999999999;
        padding-right: 0px;
	}

	.menu-secundario-mobile {
	    position: absolute;
	    right: 15px;
	    font-size: 27px;
	    top: 14px;
        transition: all 0.6s ease-out;
    	-webkit-transition: all 0.6s ease-out;
	}
	.menu-secundario-mobile a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		display: inline-block;
		text-align: center;
		color: #00162c;
		transition: all 0.6s ease-out;
    	-webkit-transition: all 0.6s ease-out;
	}
	.menu-secundario-mobile a.activo {
		-webkit-transform: rotateX(180deg);
      	transform: rotateX(180deg);
	}
	.desplegable-secundario-mobile {
		position: fixed;
		width: 100%;
    	padding: 30px 0 60px;
    	top: 65px;
	    transform: translate3d(0,-100%,0);
	    background-color: #f0f0f0;
	    overflow-y: auto;
	    overflow-x: hidden;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        transition: all 0.6s ease-out;
    	-webkit-transition: all 0.6s ease-out;
	}
	.desplegable-secundario-mobile.mostrar {
		transform: translate3d(0,0,0);
    	z-index: 999;
	}


	.cabecera.cabecera-slider .owl-slider-hero .item {
		padding: 100px 0;
	}
	.cabecera.cabecera-slider .owl-slider-hero .item .div-text {
		padding: 0 40px;
	}
	.cabecera.cabecera-slider .owl-slider-hero .item h1 {
		font-size: 50px;
    	line-height: 65px; 
    	font-weight: bold;
	}
	.owl-slider-hero .owl-nav button.owl-prev {
		left: 5px;
	}
	.owl-slider-hero .owl-nav button.owl-next {
		right: 5px;
	}

	.destacados-hero .container {
		width: 100%;
		padding: 0;
	}
	.destacados-hero a {
		font-size: 20px;
	    padding: 30px 80px 30px 30px;
	}
	.content-programas-destacados .img-background-programas-destacados {
		display: none;
	}
	.bloque-cifras-isep {
		padding-right: 15px!important;
	}
	.bloque-cifras-isep > div {
		padding: 0;
	}
	.cursos-content-programas-destacados {
		margin: 0!important;
	}
	.bloque-texto-img {
		padding: 50px 0 80px;
	}
	.bloque-texto-img.compo-1 .img-mitad {
		position: relative;
	    width: 100%;
	    height: 500px;
	    top: -50px;
	}
	.bloque-texto-img .bloque-text-con-img,
	.bloque-text-con-img.pull-right {
		padding-left: 30px;
		padding-right: 30px;
	}
	.bloque-footer a {
		width: 100%;
		text-align: center;
		display: inline-block;
		margin: 0 0 5px;
	}
	.bloque-footer a.enlace-footer-rrss {
		width: auto;
		margin: 0 10px 5px;
	}

	/* Compos Bloques TEXTO - IMG */
	.bloque-texto-img.compo-2-3 .img-mitad {
		position: relative;
	    width: calc(100% - 30px); 
	    left: 15px;
	    height: 400px;
	    margin-bottom: 0px;
	}
	.bloque-texto-img.compo-2-3 .img-mitad.img-izquierda {
		left: 15px;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-img-fondo .img-mitad-fondo {
		position: relative;
	    width: 35%;
	    height: 400px;
	    margin-bottom: 50px;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-img-fondo .img-mitad {
	    width: calc(100% - 60px);
	    height: 400px;
	    top: -400px;
	    position: absolute;
    	margin-left: 0;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-img-fondo .img-mitad.img-izquierda {
		left: 30px;
	}
	.bloque-texto-img.bloque-text-video.compo-2-3 .img-mitad {
	    width: calc(100% - 30px);
	    left: 15px;
	    margin-bottom: 10px;
	}




	/* Estilos CURSO */
	.cabecera-formacion {
		padding: 70px 15px;
	}
	.cabecera-formacion .botones-info-curso {
		display: none;
	}
	.cabecera-formacion .tipo-curso {
		font-size: 18px;
	}
	.cabecera-formacion h1 {
		font-size: 35px;
		line-height: 49px;
	}
	.cabecera-formacion .info-curso .item-info-curso span {
		font-size: 13px;
	}
	.cabecera-formacion .info-curso .item-info-curso p.valor {
		font-size: 14px;
	}
	.cabecera-formacion .info-curso .item-info-curso {
		display: inline-grid;
	}

	.bloque-ficha-formacion {
		padding: 50px 0;
	}
	.bloque-ficha-formacion > .container {
		padding: 0 25px;
	}

	.bloque-text-con-img {
		padding-right: 15px;
		margin-bottom: 30px;
	}

	.bloque-plan {
		padding-left: 0;
	}


	.bloque-competencias .img-mitad-competencias {
		display: none;
	}
	.bloque-competencias .slider-competencias {
		padding-right: 0px;
	}
	.bloque-competencias .slider-competencias .owl-dots,
	.bloque-competencias .slider-competencias .owl-nav.disabled+.owl-dots {
		text-align: center;
	}
	.bloque-competencias .slider-competencias .owl-dots .owl-dot span {
		margin: 5px;
		width: 10px;
	    height: 6px;
	}

	.bloque-profesores .info-director {
		text-align: center;
		margin-top: 40px;
	}
	.bloque-profesores .info-director .img-director {
	    right: auto;
	    position: relative;
	    height: 300px;
	    margin-top: 50px;
	    width: 300px;
	    margin: 0 auto;
	    float: none!important;
	}
	.bloque-profesores .info-director .text-director {
		padding: 25px 0 60px;
	}
	.bloque-profesores .slider-docentes .owl-dots {
	    margin-top: 25px!important;
	}
	.bloque-profesores .slider-docentes .owl-dots .owl-dot span {
	    border-radius: 0;
	    width: 10px;
	    height: 6px;
	    margin: 5px;
	}
	.bloque-profesores .slider-docentes .owl-dots .owl-dot.active span,
	.bloque-profesores .slider-docentes .owl-dots .owl-dot:hover span {
		background: #D2AE6D;
	}

	.navegacion-ficha-formacion {
		background: #D2AE6D;
		padding: 15px 0!important;
	}
	.navegacion-ficha-formacion * {
		color: #fff;
	}
	.navegacion-ficha-formacion.sticky-menu {
		padding: 10px 0!important;
	}
	#item-mobile-activo {
		display:inline-block;
		width: 100%;
		margin-right: 0;
		padding-right: 30px;
		position: relative;
		border: none;
		cursor: pointer;
		font-size: 14px;
	}
	#item-mobile-activo:hover {
		border:none;
	}
	#item-mobile-activo i {
		right: 0;
		position: absolute;
    	font-size: 19px;
    	display: inline-block!important;
	}
	.content-desplegable-navegacion-formacion-mobile {
		position: absolute;
		display: none;
		margin-top: 15px;
		background: #f5f5f5;
		padding: 10px 0;
	    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	    z-index: 9;
	    width: 100%;
	}
	.navegacion-ficha-formacion.sticky-menu .content-desplegable-navegacion-formacion-mobile {
		margin-top: 10px;
	}
	.content-desplegable-navegacion-formacion-mobile.mostrar {
		display: block;
	}
	.a-navegacion-formacion {
		display: inline-block;
		width: 100%;
		border-bottom: none!important;
		color: #225586;
		padding: 15px 0!important;
		position: relative;
		font-size: 14px!important;
	}
	.a-navegacion-formacion.activo,
	.a-navegacion-formacion:hover {
		border-bottom: none!important;
		color: #D2AE6D;
	}
	.a-navegacion-formacion i {
		position: absolute;
		right: 0;
		color: #D2AE6D;
		display: inline-block!important;
	}


	/* Estilos BLOG */
	.lista-categorias {
		padding: 0;
		margin-bottom: 50px;
	}
	.categoria-actual-lista .container {
		padding: 0;
	}
	.categoria-actual-lista a {
		padding: 20px 45px 20px 25px;
		color: #fff;
		width: 100%;
		display: inline-block;
		background: #D2AE6D;
		position: relative;
		cursor: pointer;
		font-size: 14px;
		font-weight: bold;
	}
	.categoria-actual-lista:hover {
		color: #fff;
	}
	.categoria-actual-lista a i {
		position: absolute;
	    right: 27px;
	    font-size: 20px;
	}
	.content-lista-categorias {
		position: absolute;
	    display: none;
	    margin-top: 0;
	    background: #f5f5f5;
	    padding: 10px 0;
	    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
	    z-index: 99;
	    width: 100%;
	}
	.content-lista-categorias.mostrar {
	    display: block;
	}
	.ul-lista-categorias {
		margin-top: 0;
	}
	.ul-lista-categorias li {
	    list-style: none;
	    display: inline-block;
	    width: 100%;
	}
	.ul-lista-categorias li a {
		border-bottom: none;
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: left;
		padding: 5px 25px 5px 10px;
		margin: 0;
	}
	.ul-lista-categorias li a:hover,
	.ul-lista-categorias li.active a {
		border-bottom: none;
		color:#D2AE6D;
	}
	.ul-lista-categorias li a i {
        display: inline-block;
	    position: absolute;
	    color: #D2AE6D;
	    right: 10px;
	    top: 12px;
	}


	/* Estilos Post */
	.compo-img-2 .img-compo .img-2-1,
	.compo-img-3 .img-compo .img-3-1 {
		width: 100%;
	}
	.compo-img-2 .img-compo .img-2-2,
	.compo-img-3 .img-compo .img-3-2,
	.compo-img-3 .img-compo .img-3-3 {
		display: none;
	}


	/* Estilos footer */
	.idiomas-footer .lista-idiomas {
	    padding: 20px 0 100px;
	}
	.idiomas-footer .lista-idiomas a {
		width: 31%;
	}



	/* Estilos reconocedores & docentes */
	.cabecera-reconocedores {
		margin-bottom: 60px;
	}
	.cabecera-reconocedores > .container {
		padding: 70px 15px;
	}
	.cabecera-reconocedores h1 {
		margin-top: 0;
	}
	.cabecera-reconocedores .img-cabecera-background {
		display: none;
	}
	.cabecera-reconocedores.cabecera-docentes {
		text-align: center;
	}
	.cabecera-reconocedores.cabecera-docentes .img-cabecera-background {
		display: inline-block;
		width: 350px;
		height: 350px;
		position: relative;
		margin: 0 auto;
		top: 0;
		left: auto;
		margin-bottom: 30px;
	}
}
@media (max-width: 900px) {

}
@media (max-width: 768px) {
	h1 {
		font-size: 35px;
		line-height: 44px;
	}
	h2 {
		font-size: 28px;
		line-height: 38px;
	}
	h3 {
		font-size: 22px;
		line-height: 32px;
	}
	p, li {
		font-size: 14px;
	}
	.cabecera.cabecera-slider .owl-slider-hero .item h1 {
		font-size: 30px;
    	line-height: 35px; 
	}
	.cabecera.cabecera-slider .owl-slider-hero .item {
		background-position: right center;
	}


	/* Compos Bloques TEXTO - IMG */
	.bloque-texto-img.compo-1 .img-mitad {
	    height: 300px;
	}
	section.solo-texto,
	.bloque-texto-img {
		padding: 50px 0;
	}
	.bloque-texto-img.compo-2-3 .img-mitad {
		width: 100%;
		left: 0;
		margin-bottom: 0; 
	}
	.bloque-texto-img.compo-2-3 .img-mitad.img-izquierda {
		left: 0;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-img-fondo .img-mitad {
		top: -410px;
		margin-bottom: 50px;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-img-fondo .img-mitad.img-izquierda {
		left: 40px;
	}
	.bloque-texto-img.compo-2-3.compo-2-3-color-fondo {
		padding-top: 0;
	}
	.bloque-texto-img .bloque-text-con-img,
	.bloque-text-con-img.pull-right {
	    padding-left: 40px;
	    padding-right: 40px;
	}

	.woocommerce.woocommerce-checkout form .form-row-first,
	.woocommerce.woocommerce-checkout form .form-row-last,
	.woocommerce-page.woocommerce-checkout form .form-row-first,
	.woocommerce-page.woocommerce-checkout form .form-row-last,
	.woocommerce.woocommerce-checkout form .form-row-wide,
	.woocommerce-page.woocommerce-checkout form .form-row-wide,
	.woocommerce-checkout .crear-cuenta-checkout .form-row {
		width: 99%!important;
		margin: 0 0.5% 8px!important;
	}
}
@media (max-width: 550px) {
	/* Estilos footer */
	.idiomas-footer .lista-idiomas a {
		width: 100%;
	}

	.cabecera.cabecera-slider .owl-slider-hero .item .div-text {
		text-align: center;
	}
	.cabecera.cabecera-slider .owl-slider-hero .item h1 {
		font-size: 23px;
	    line-height: 28px;
	}
	.cabecera.cabecera-slider .owl-slider-hero .item a.btn-invertido-blanco {
		min-width: auto;
		padding: 10px;
	    font-size: 13px;
	    border: 2px solid #fff;
	}
}
@media (max-width: 450px) {
	h1 {
		font-size: 25px;
		line-height: 34px;
	}
	h2,
	.listado-cursos-reconocedor h2 {
		font-size: 20px;
		line-height: 30px;
	}
	h3 {
		font-size: 17px;
		line-height: 27px;
	}
	p, li {
		font-size: 14px;
	}

	.cta-mobile-footer .btn-typeform-footer {
		font-size: 14px;
		padding: 21px 30px;
	}

	/* Ficha curso */
	.cabecera-formacion {
		padding: 60px 0;
	}
	.cabecera-formacion .tipo-curso {
		font-size: 14px;
	}
	.cabecera-formacion h1 {
		font-size: 23px;
		line-height: 29px;
	}
	.cabecera-formacion .info-curso .item-info-curso span {
		font-size: 11px;
	}
	.cabecera-formacion .info-curso .item-info-curso p.valor {
		font-size: 12px;
	}
	.bloque-profesores .slider-docentes .owl-nav button.owl-prev {
		left:  0;
	}
	.bloque-profesores .slider-docentes .owl-nav button.owl-next {
		right: 0;
	}



	.cabecera-reconocedores.cabecera-docentes .img-cabecera-background {
		width: 250px;
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.col-lg-3{
		width: 20%;
	}
}
@media (min-width: 992px) and (max-width: 1365px){
.col-md-6 {
    width: 20%;
}
.destacados-hero a {
    font-size: 8px;
    font-weight: bold;
    padding: 30px 60px 30px 10px!important;
    display: inline-block;
    width: 100%;
    position: relative;
}
}
/* FIN Estilos RESPONSIVE */