@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700&display=swap');

.navbar-default .navbar-toggle{
	border: none; 
	height: 38px; 
	top: -80px;
	right: 0px;
	border-radius: 4px!important;
}
.navbar-default{float: right;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent!important;
}

.navbar-default .navbar-toggle i{
	font-size: 25px;
	color: #585858;
}



section#contenido .card{border: 1px solid #ededed; margin: 5px auto; padding: 10px; min-height: 250px; border-radius: 4px; box-shadow: 1px 5px 3px rgba(0,0,0,0.1);}
section#contenido .card p{text-align: left;}
section#contenido .card h5{color: #617cbb; font-size: 16px;}

#lang{ width: 32px; position: fixed; margin: 100px 0px 0px 0px; right: 10px; z-index: 999;}
#lang a{margin: 10px 0px 0px 0px; display: block;}

body.internal header{margin: 0px auto;}

header{
	padding: 0px 0px 20px;
}

#container-header{
	display: flex;
	gap: 20px;
	align-items: center;
}


.logo{
	width: 110px;
	vertical-align: top; 
}

.logo img{
	width: 100%;
}




#sie{width: 100%; margin: 0px auto}

#sie img{width: 100px; display: block; margin: 20px auto;}

.navbar-default{
    vertical-align: top;
    margin: 20px auto!important;
}

.navbar-default .container{
	width: 100%;
	
}

/*stilos buscador*/
.busc{
	width: 700px;
    padding: 0px;
	background: #0e3d52;
	box-shadow: 1px 6px 10px rgba(0,0,0,0.05);
}


.infotop{
	background: #0a0f2b;
	text-align: left;
	width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
}

.infotop p{	
    color: #fff;
    line-height: 32px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
}
.infotop p i{margin: 0px 5px; color: #fff;}
.infotop i{margin: 0px 5px; color: #fff;}

.language{
    color: #fff;
    
    font-size: 14px;
}
.language a{
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 30px;
}


.infotop a{
	color: #fff;
	font-size: 14px;
}

.infotop a:hover{color: #fff}
/* ===== estilo para el nav =====*/

#contmenu{
	width: 85%;
}

#pse{
	width: 13%;
    background: #ff4a1b;
    text-align: center;
    padding: 12px 10px;
    border-radius: 6px;
}

#pse a{
	color: #fff;
}

.nav{
	text-align: right;
}

nav{
    text-align: center; 
    display: block;
    width: 100%;
    margin: 13px auto 0px;
}

nav ul{
    
}

nav ul li{
    display: inline-block!important;
}

nav ul li a{
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    color: #585858;
    display: block;
	font-weight: 400;
	text-align: left;
	min-height: 32px;
	padding: 0px 10px!important;
	line-height: 32px;
}

nav ul li a i {
    margin: 0px 0px 0px 8px;
}

nav ul li a:hover{
    color: #585858;
}

nav ul li.active a{
    font-weight: 600;
}

nav ul li.child a{
	font-weight: normal;
	min-height: 0px;
	line-height: 18px;
}

/* estilos para submenu */

nav{
	font-family: 'Outfit', sans-serif;
}

nav ul li ul
{
    position: absolute;
    width: 280px;
    background: #f9f9f9;
    z-index: 999999;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    line-height: normal;
    text-align: left;
    border-radius: 6px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	display: none;
}

nav ul li ul li 
{   border-radius: 0px;
    display: block!important;
    transition: 0.5s all;  
    padding: 0px;        
}

nav ul li:hover > ul
{
    display: block;
    transition: 5s all;
}

nav ul li ul li a{    
    color: #585858!important;
    padding: 8px 10px!important;
    border: none; 
}

nav ul li ul li:last-child a{
	border: none;
}

nav ul li ul li:hover a{
    
    border-radius: 0px;
}


/* ===== estilo para el banner =====*/
#banner{
	max-width: 1550px;
	width: 100%;
    margin: auto;
    box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
	overflow: hidden;	
	border-radius: 6px;
}

#banner .responsive-banner{
	display: none;
}

#banner img {
	width: 100%;
	border-radius: 6px;
}

.infoSlide{
    top: 140px;
    width: 400px;
    margin: 0px 0px 0px 150px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    position: absolute;
} 

.infoSlide a{
	background: #fff;
	padding: 8px 15px;
	border-radius: 30px;
	margin: 10px 0px;
	display: inline-block;
	color: #585858;
	font-size: 16px;
}

.infoSlide a i {
    margin: 0px 0px 0px 5px;
}

.infoSlide h3{
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	opacity: 0.8;
	font-weight: 500;
}

.infoSlide h1{
	font-size: 28px;
	padding: 0px;
	margin: 10px 0px;
	font-weight: 700;
}

.infoSlide p{
	font-size: 16px;
}


.slidesjs-pagination{margin-top: -50px!important;}

#accesos{
	width: 100%;
	max-width: 1100px;
	margin: 30px auto 50px;
	font-family: 'Outfit', sans-serif;
	position: relative;
	background: #fff;	
	border-radius: 10px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
}

#accesos ul{
	margin: 0px;
	padding: 0px;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;	
}

#accesos ul li{
	list-style: none;
	width: 33%;
	text-align: center;
}

#accesos ul li a{
	display: block;
	width: 100%;
	height: 100px;
	font-weight: 400;
	color: #585858;
	font-size: 14px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

#accesos ul li:first-child a::after{
	display: none;
}

#accesos ul li a::after{
	content: "";
	height: 50%;
	width: 2px;
	background-color: #8c8c8c;
	position: absolute;
}

#accesos ul li a:hover{
	text-decoration: none;
}

#accesos ul li a p{
	margin: 0px;
}

#accesos ul li a img{
	width: 50px;
	display: block;
	margin: 0px auto;
}

#acceso-certificado{
	width: 100%;
	margin: 20px auto;
	background: #ff4a1b;
	padding: 30px 10px;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

#acceso-certificado a{
	display: inline-block;
	padding: 8px 10px;
	color: #000;
	border-radius: 6px;
	background: #fff;
}

#tour-360 iframe{
	box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
	width: 100%;
	border-radius: 10px;
}

#tour-360 h1{
	font-weight: 400;
	font-size: 28px;
	margin: 0px 0px 20px;
	text-align: center;
}

#tour-360 h1::after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #D71312;
	display: block;
	margin: 15px auto 30px;
}

#how{
	font-family: 'Outfit', sans-serif;
	border-radius: 10px;
	max-width: 1100px;
    width: 100%;
	margin: 0px auto;
	display: flex;
	gap: 20px;
	background: #f5f5f5;
}

#how .imghow{
	width: 40%;
}

#how .imghow img{
	width: 100%;
}

#how .infohow{
	width: 55%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#how .item .titulo{
	display: none;
}

#how .item h3{
	color: #A6A6A6;
	font-size: 28px;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
}

#how .item h1{
	color: #585858;
	font-size: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: 700;
}


#how .item p{
	color: #585858;
	font-size: 16px;
}

#btnContactohome{
    max-width: 160px;
    background: #9DC500;
    color: #fff;
    border: none;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 30px;
}

#btnContactohome i{
	margin: 0px 5px 0px 0px;
}


/* ===== estilo para la seccion de las categorias =====*/

section#destacados{
	width: 1000px;
	display: block;
	margin: 35px auto 35px auto;
	text-align: center;
	border-top: 1px solid #ededed;
}

section#destacados h1{
	text-align: left;
	margin: 20px 0px 20px 10px;
	font-size: 30px;
}

section#destacados .item:hover > .titulo{
	display: block;
}

section#destacados .titulo{
	width: 99.9%;
	z-index: 9999;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #333333;
	min-height: 55px;
	margin: -88px auto 0px auto;
	background: rgba(255,255,255,0.8);
	display: none;
	position: relative;
	border-radius: 0px 0px 10px 10px;
	padding: 20px 10px;
}

section#destacados .title a{
	color: #ffa808;
    line-height: 26px;
    font-size: 20px;
    margin: 20px 0px;
    display: block;
    min-height: 25px;
    text-align: left;
}

section#destacados .image img{
	width: 100%;
	border-radius: 10px;
	
}

section#destacados .image img:hover{

}

section#destacados .readMore{
	float: left;
	text-transform: uppercase;
	
	
	font-weight: 700;
	margin: 15px 0px 0px 0px;

}

section#destacados .readMore a{
	color: #095529;
	font-size: 16px;	
	display: block;
	text-decoration: none;
	margin: 5px auto 5px auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

section#destacados .desc{
	margin: 0px auto;
}

section#destacados .desc p{
	    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #4d4d4d;
    font-weight: 300;
    text-align: left;
}
/* Estilo para las servicios */
body.internal .planes{
	padding: 0px 0px 0px 0px;
}
.planes{
	padding: 40px 0px 40px 0px;
	background-size: cover;
	font-family: 'Source Sans Pro', sans-serif;
}


.planes .item{
	border: 1px solid #ededed;
	padding: 15px 10px;
	width: 100%;
	max-width: 0px auto;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}

.planes .item .precio{
	font-size: 20px;
	font-weight: bold;
	color: #7a7575;
	text-align: center;
}

.planes .item ul{
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	width: 90%;
}

.planes .item ul li{
	line-height: 30px;
	text-align: left;
	
	font-size: 16px;
}

.planes .item ul li::before{
  content: "";
  background: #06afd6;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
 }

.planes h2{
	text-align: center;
}
.planes hr{
	border: 1px solid #06afd6;
    width: 80px;
    margin: 0px auto;
    margin-bottom: 30px;
}
.planes .title a{
	font-size: 20px;
	margin-top: 20px;
	display: block;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
    color: #000;
    text-align: center;
} 
.planes .title a:hover{
	text-decoration: none;
}
.planes .desc p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.planes .container{
	max-width: 1100px;
	text-align: center;
}
.planes .container img{
	max-width: 150px;
}
.servicios .image a{
	display: block;
}
.planes .image a img{
	width: 100%;
}

.planes .item{
	margin: 0px 0px 40px 0px;
}

.planes .details{
	text-align: center;
	margin: 20px auto 5px;
}
 
/* servicios */

#servicios{
	max-width: 1100px;
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	padding: 40px 0px 0px;
	text-align: center;
	font-family: 'Outfit', sans-serif;
}

#servicios h1{
	font-weight: 400;
	font-size: 28px;
	margin: 0px 0px 20px;
}

#servicios h1::after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #D71312;
	display: block;
	margin: 15px auto 30px;
}

#servicios .image{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}

#servicios .image img{
	width: 100%;
	border-radius: 10px 10px 0px 0px;
}

#servicios .item{
	border: 1px solid #ededed;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	margin: 0px 10px 0px;
	border-radius: 10px;
}

#servicios .slick-list{
	padding: 0px 0px 10px 0px;
}

#servicios .item:hover .image img{
	opacity: 1;
	transition: linear 0.3s;
}


#servicios .slick-prev{
	left: -45px;
	z-index: 1!important;
}

#servicios .slick-next{
	right: -25px;
	z-index: 1!important;
}

#servicios .slick-prev:before, #servicios .slick-next:before{
	color: #585858;
}

#servicios .slick-prev:before{
	
}

#servicios .title{
	width: 90%;
	margin: 0px auto;
}
#servicios .title a{
	color: #585858;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	display: block;
	margin: 20px 0px 0px 0px;

}

#servicios .desc {
	width: 90%;
	margin: 10px auto;
}

#servicios .desc p{
	font-size: 14px;
	text-align: left;
	font-weight: 400;
}
#servicios a:focus{
	outline: none;
}
#servicios a.readmore{
	border: 1px solid #000;
	border-radius: 30px;
	margin: 10px 0px 20px 15px;
	padding: 8px 15px;
	color: #585858;
	font-weight: 400;
	font-size: 14px;
	display: block;
    width: 150px;
	text-decoration: none;
}

#servicios a.readmore i{
	margin: 0px 0px 0px 5px;
}

/* end servicios */

/* pse */

#pse-section{
	width: 100%;
	max-width: 1100px;
	display: flex;
	margin: 20px auto 30px;
	background: #f5f5f5;
	border-radius: 10px;
	font-family: 'Outfit', sans-serif;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

#infopse{
	width: 65%;
	padding: 0px 0px 0px 30px;
}

#infopse a{
	max-width: 160px;
	background: #9DC500;
	color: #fff;
	border: none;
	box-shadow: 4px 4px 20px rgb(0 0 0 / 15%);
	border-radius: 30px;
	margin: 20px 0px 0px 0px;
}


#infopse h3{
	color: #A6A6A6;
	font-size: 26px;
    font-weight: 400;
	padding: 0px;
    margin: 0px;
}
#infopse h1{
	font-size: 20px;
	color: #A6A6A6;
	color: #585858;
    font-size: 32px;
    padding: 0px;
    margin: 0px;
    font-weight: 700;
}

#imgpse{
	width: 45%;
}

#imgpse img{
	width: 100%;
	border-radius: 0px 10px 10px 0px;
}

/* pse end */

#aliados{
	width: 100%;
	max-width: 1100px;
	font-family: 'Outfit', sans-serif;
	margin: 20px auto 50px;
}

#aliados h1{
	font-weight: 400;
	color: #A6A6A6;
	font-size: 28px;
	text-align: center;
}

#aliados img{
	width: 100%;
}

#proyectos{
	width: 1100px;
	min-height: 400px;
	margin: 0px auto;
	padding: 0px 0px 50px;
	text-align: center;
}

#proyectos h1{
	font-weight: 400;
	font-size: 28px;
}


#proyectos .item{
	margin: 25px 0px 25px 0px;
	
	width: 45%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	
	padding: 0px 5px 0px 5px;
}

#proyectos .title{
	width: 100%;
	background: rgba(0, 0, 0, 0.72);
	position: relative;
	z-index: 999;
	margin: -50px 0px 0px 0px;
}
#proyectos .title a{
	display: block;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 16px;
}

#proyectos .image{
	height: 280px;
	overflow: hidden;
}

#proyectos .image img{
	width: 100%;
}

#proyectos .desc{
	display: none;
}

/* Estilo para las noticias */

section#news{
	margin: 0px auto;
	font-family: 'Source Sans Pro', sans-serif;
	background: url(../images/servicios-bg.jpg);
	background-size: cover;
	background-color: #f9f5f6;
	padding: 0px 0px 39px 0px;
}
section#news h2{
	margin: 20px 0px!important;
	color: #e46900;
	text-align: center;
}
section#news .item{
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin-top: 30px;
}
section#news .title{
	padding: 0px 10px;
}
section#news .desc{
	padding: 0px 10px;	
}
section#news .image{
	border-radius: 4px;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}

section#news img{
	width: 100%;
    transition: all 0.3s ease;
	
}

section#news .image:hover img{
    transform: scale(1.1);
    transition:0.5s;
}

section#news .title a{
	color: #e46900;
	line-height: 26px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	margin: 20px 0px;
	display: block;
	min-height: 25px;
}

section#news .title a:hover{
	text-decoration: none;
}

section#news .desc p{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #4d4d4d;
	font-weight: 300;
}

section#news .readMore a{
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	padding: 5px 10px;
	display: block;
}
section#news .readMore{
	margin: 20px 0px;
	display: block;
}

section#news .readMore a:hover{
	color: #fff;
	background: #ffa808;
}	



/* ------ estilos para certificados ------- */

section#certificados{
	width: 1180px;
	margin: 0px auto;
	font-family: 'Source Sans Pro', sans-serif;
}

section#certificados h2{
	margin: 20px 0px 40px 0px;
	color: #df2d01;
}

section#certificados img{
	display: none;
}

section#certificados .title{
	background: url(../images/plus.jpg) no-repeat 100% 0px;
	padding: 0px 50px 0px 0px;
	margin: 0px 0px 20px 0px;
}

section#certificados .title a{
	color: #df2d01;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	min-height: 50px;
	display: block;
}

section#certificados .desc p{
	    color: #4d4d4d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

section#certificados .readMore{
	padding: 10px 0px;
	font-weight: 300;
}

section#certificados .readMore a{
	text-align: right;
	display: block;
	color: #df2d01;
}

/* --- estilos para las redes sociales --- */
#contfooter{width: 1100px; margin: 0px auto; }
.contRedes{position: relative; margin: -82px 0px 0px 0px; background: rgba(0,0,0,0.5); padding: 10px 0px;}


section#video{
	width: 600px;
	margin: 0px auto;
	display: block;
}

section#video iframe{
	border:none!important;
	width: 100%;
	height: 360px;
	
}

/* --- mapa ---*/
section#mapa{
	height: 450px;
	width:  100%;
	display: inline-block;
	vertical-align: top;

}

section#mapa iframe{
	border:none!important;
	width: 100%;
	height: 450px;
}

/*---------------------- estilos globales -------------------------------*/
/* ---- contenido ----- */

#content{
	width: 1130px;
	margin: 0px auto 30px;
	padding: 0px 10px;
	font-family: 'Outfit', sans-serif;
}

#container{
	width: 100%;
	margin: auto;
}

/*============== ======  Estilo para titulo de contenido ========== ===============*/
#contenido{
    width: 100%;
    display: block;
    margin: 0px auto 0px;
    vertical-align: top;
}
/*=====  titulo del contenido ========= */

#contenido .titlePage{
	margin: 0px 0px 20px 0px;
	grid-column: 1 / 5;
}

#contenido .titlePage h1{
	text-align: left;
    font-size: 30px;
    color: #585858;
	margin: 0px;
	padding: 0px;
}

#contenido .titlePage h1::after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #D71312;
    display: block;
    margin: 0px 0px 10px 0px;
}


#contenidoPago{
	margin: 20px auto;
}

.contDesc h2{
	color: #A6A6A6;
	font-size: 20px;
	margin: 5px 0px;
	padding: 0px;
}

.contDesc h3{
	color: #585858;
	font-size: 22px;
}

.contDesc h3::after {
    content: "";
    height: 3px;
    width: 80px;
    background-color: #FEC000;
    display: block;
    margin: 5px 0px 0px;
}

#contenidoPago .video{
	display: inline-block;	
	width: 60%;
	vertical-align: top;
}

#contenidoPago .desc{
	display: inline-block!important;	
	width: 38%!important;
	vertical-align: top!important;
}


/*============== ======  Estilo para seccion izquierda  ========== ===============*/
section#right{
	width: 28%;
	display: inline-block;
	vertical-align: top;
	background: #f9f9f9;
	margin: 10px 0px;
	border-radius: 6px;
}

section#right h1{
    margin: 15px 0px 15px 5px;
    text-transform: uppercase;
    text-align: left;
    color: #4d4d4d;
    font-size: 24px;
 }

 section#right a {
    text-align: left;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

 section#right .item{
 	background: #fff;
 	width: 95%;
 	margin: 10px auto;
 	padding: 10px 3px;

 }
 section#right .image{
 	width: 100%;
 	height: 170px;
 	overflow: hidden;
 	margin: 5px auto;
 }

 section#right .image img{
 	width: 100%;
 }
	
section#right .descripcion{
	margin: 10px auto;
}

 section#right .descripcion p{
 	 text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    font-weight: 300;
 }

 section#right .readMore{display: none;}
/*=====  imagen del contenido ========= */
section#images-main{
	width: 45%;
	float: left;
	padding: 0px 15px 15px 0px;
}

#contenido .itemImage{
	width: 100%;
}

#contenido .itemImage img{
	width: 100%;
	margin: 0px auto;
	display: block;
	border-radius: 10px;

}
/*=====  descripcion del contenido ========= */

#contenido .desc img, #contenido .desc p img{
	padding: 0px 20px 0px 0px;
}

#contenido .desc{
	 width: 100%;
	 display: inline-block;
	 vertical-align: top;
	 margin: 0px auto;
}

.fullDesc{
	width: 100%!important;
}

#contenido .desc ul li{ 
	list-style: none;
    font-size: 16px;
    color: #4d4d4d;    
    font-weight: 400;
    margin: 5px auto;    
    width: 100%;
    text-align: justify;	
}

#contenido .desc ul li::before {
    content: "";
	background: url(../images/flecha-li.png) no-repeat;
	background-size: 90%;
    height: 15px;
    width: 13px;    
    display: inline-block;	
	margin: 0px 10px 0px 0px;	
}

#contenido .desc,
#contenido .desc p{
    font-size: 16px;
    color: #4d4d4d;
    line-height: 25px;
    font-weight: 400;
    display: block;
    width: 100%;
}

#contenido .desc ol{
    margin-left: 20px;
}
#contenido .desc ol li{
	margin-top: 20px;
}
#contenido .desc ul{
    margin: 15px 0px 20px 20px;
    padding: 0px;
}

#contenido .desc ul li img{
	width: 100%;
}
#contenido .desc ul li a{
	font-family: 'Source Sans Pro', sans-serif;
    color: #e2626b;
    text-decoration: none;
}

#contenido .desc a.moreinfo{
	background-color: #9DC500;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    margin: 5px 0px;
    display: inline-block;
    border-radius: 30px;
}

#contenido .video iframe {
	width: 95%;	
	margin: 10px auto 20px;
	display: block;
}

/* --- estilo para los audios ---*/

#audioplayer{
	width: 100%;
	background: #ddddda;
	border-radius: 4px;
	margin: 15px auto;
	padding: 5px 0px;
	text-align: center;
	}

	#audioplayer p{ padding: 0px;margin:  0px 0px 0px 10px!important; font-size: 13px!important;}

#pButton{
    height:40px; 
    width: 40px;
    border-radius: 100%;
    border: 3px solid #808e97;
    margin: 0px 0px 0px 5px;
    display: block;
 	color: #808e97;
 	cursor: pointer;
 	opacity: 0.8;
 	display: inline-block;

}

#pButton::before {
	text-align: center!important;
}

#pButton:hover{
	opacity: 1;
}


#timeline{
	
    width: 90%;
    margin: 0px auto;
    height: 5px;
    border-radius: 25px;
    background-color: #a0a7af;
    overflow: hidden;
  display: inline-block;  
}
#playhead{
	width: 18px;
	height: 4px;
	margin-top: 1px;
	background: rgba(0, 0, 0,1);
}

img#gifAudio {
    float: right;
    margin: 5px 10px 0px 0px;
}

/*========= Estilo para la seccion multimedia =========*/

#displayVideo,
#displayGallery{
	width: 100%;
}
#displayVideo .item,
#displayGallery .item{
	width: 47%;
	display: inline-block;
	margin: 0px 5px;
	vertical-align: top;
}

#displayVideo .item .image,
#displayGallery .item .image{
	display: block;
	background: #000;
	height: 169px;
	overflow: hidden;
}


#displayVideo .image img,
#displayGallery .image img{
	width: 100%;
	opacity: 0.7;
	transition: 0.5s all;
}

#displayVideo .image img:hover,
#displayGallery .image img:hover{
	opacity: 1;
	transition: 0.5s all;
}


#displayVideo .item .title,
#displayGallery .item .title{
	position: relative;
	top: -40px;
	left: 10px;	
}

#displayVideo .item .title a,
#displayGallery .item .title a{
	text-align: left;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
}

#multimedia .circule{
	width: 100%;
}

#multimedia .circule .icon{
	width: 100px;
	height: 100px;
	background: #c1c1c1;
	margin: 0px auto;
	overflow: hidden;
	border-radius: 50px;

}

#multimedia .circule img{
	width: 100px;
}

#multimedia p{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	color: #757474;
	width: 80%;
	margin: 10px auto;
}


/*=====  galeria del contenido ========= */
#contentGallery{
	width: 100%;
	margin: 20px auto;
}

#galerias ul{ margin: 0px!important; padding: 0px!important; text-align: center;}

#galerias ul li{ 
	display: inline-block; 
	vertical-align: top; 
	width: 18%!important; 
	margin: 5px 5px!important; 
	height: 80px; 
	overflow: hidden; 
	border-radius: 4px;
}

#galerias ul li::before{
	background:none!important;
}

#galerias ul li img{ width: 100%;}

/*=====  documentos del contenido ========= */

#contenido #documentos{
	background: #f9f9f9 url("../images/descarga.png") no-repeat  100% 100%;
	background-size: 50px;
	padding: 10px;
	border-radius: 6px;
	margin: 0px auto;
    width: 100%;
}

#contenido #documentos h2{
	font-size: 16px;
	margin: 0px;
}

#contenido #documentos ul li a{
	color: #879AF9;
}


/*====== estilo para los items de categoria ========*/
body.mis-videos #contentVideos{display: none; text-align: center;}
#allCategories #clases{text-align: 	center;}

#allCategories{
	min-height: 500px;
}

#allCategories .itemBloock{
	display: inline-block;
	width: 30%;
	vertical-align: top;	
	text-align: left;	
    border-radius: 4px;
    min-height: 250px;
	border: 1px solid #ededed;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    margin: 20px 10px 20px;
    border-radius: 10px;
}

#allCategories .itemBloock .image{
	width: 100%;
	margin: 0px auto;
	border-radius: 10px 10px 0px 0px;
}

#allCategories .itemBloock .image img{
	border-radius: 10px 10px 0px 0px;
	width: 100%;
	margin: 0px auto;
	display: block;
    height: 250px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

#allCategories .itemBloock .titulo{margin: 5px 0px;}
#allCategories .itemBloock .titulo{
	width: 90%;
	margin: 15px auto;
}

#allCategories .itemBloock .titulo a{
	font-size: 18px;
	color: #585858;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    display: block;
    
}

#allCategories .itemBloock .titulo a:hover{
	text-decoration: none;
}

#allCategories .itemBloock .descripcion{
	text-align: left;
    font-size: 14px;
}

#allCategories .itemBloock .readMore a{
	border: 1px solid #000;
    border-radius: 30px;
    margin: 10px 0px 20px 15px;
    padding: 8px 15px;
    color: #585858;
    font-weight: 400;
    font-size: 14px;
    display: block;
    width: 150px;
    text-decoration: none;
	text-align: center;
}

#allCategories .itemBloock .readMore a i {
    margin: 0px 0px 0px 5px;
}

#allCategories .itemBloock small{
	text-align: center;
	display: block;
	color: #a4a4a4;
}

#allCategories .itemBloock .video {
	width: 100%;
}

body.mis-videos #allCategories h2{display: none;}

body.mis-videos #allCategories{
	margin: 30px auto;
}

body.mis-videos #clasesDestacado .titulo,
body.mis-videos #clasesDestacado .contdesc{
	display: none;
}

#allCategories h3,
#allCategories h2{
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 26px;
}
#allCategories h3 hr,
#allCategories h2 hr{
	border: 1px solid #06afd6;
    width: 80px;
    margin: 10px auto;
    margin-bottom: 30px;
}


/*======== estilo para las subcategorias ========*/
#subcategories{
	font-family: 'Source Sans Pro', sans-serif;
}

#subcategories .itemBloock{
	display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 10px;
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 345px;
}

#subcategories .itemBloock .image{
    overflow: hidden;
    height: 252px;
}
#subcategories .itemBloock .image img{
	width: 100%;
}
#subcategories .itemBloock .titulo {
	margin-bottom: 30px;
}
#subcategories .itemBloock .titulo a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    color: #111111;
    font-weight: 600;
}
#subcategories .itemBloock .readMore{
	display: none;
}
#subsubcategories .titlePage{
	display: none;
}
div#subsubcategories{
	display: inline-block;
    width: 100%;
}
div#subsubcategories .itemBloock{
    width: 47%!important;
}

/*====== estilo para la descripcion de la categoria ========*/
#categoryDesc{
	width: 97%;
	background: #f9f9f9;
	border-radius: 6px;
	padding: 10px;
	margin: 10px auto 30px auto;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}

#categoryDesc .imagecat{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 0px 10px 0px 0px;
}

#categoryDesc .imagecat img{
	width: 100%;
}

#categoryDesc .descripcion{
	width: 65%;
	display: inline-block;
	vertical-align: top;
}

#categoryDesc .descripcion p{
	margin: 10px auto;
	text-align: left;
	font-size: 16px;	
}

/*====== estilo para el footer ========*/

#cont-footer{
	background-color: #0a0f2b;
	padding: 40px 0px;
}

#footer{
	font-family: 'Outfit', sans-serif;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	display: flex;
	gap: 30px;
	color: #fff;
}

#footer h3{
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


#logofooter{
	width: 25%;
}

#logofooter img{
	width: 170px;
}
#contactohome{
	width: 25%;
}

#contactohome ul{
	margin: 0px;
	padding: 0px;
}

#contactohome ul li{
	list-style: none;
	line-height: 24px;;
}

#contactohome ul li a{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#contIntroPage{
	width: 25%;
	text-align: left;
}

#contIntroPage .titulo{display: none;}

#contIntroPage .descripcion p{
	font-size: 14px;
}

#cont-redes{
	width: 25%;
}

#redes{
	width: 200px;
	margin: 0px 0px 0px auto;
}

#redes ul{
	margin: 0px;
	padding: 0px;
	display: flex;
	gap: 20px;
}

#redes li{
	text-align: center; 
	list-style: none;
}

#redes a{
	color: #fff;
	text-align: center;
	font-size: 28px;
}



#createdBy{width: 100%; margin: 20px auto;}
#createdBy p{color: #006ab0; text-align: center; display: block;}
#createdBy img{width: 120px; margin: 0px auto;display: block;}
#createdBy a{color: #fff;}
#fenalco{margin: 10px 0px 0px 0px; display: none;position: absolute; right: 0px; width: 100px; }
#fenalco img{width: 100%;}

#contParalax{width: 100%; height: 600px;}

/*===================== texto intro ============================*/
#introText{width: 1024px; margin: 0px auto; padding: 50px 0px; text-align: center;}
#introText hr {
    border: 1px solid #fff;
    width: 80px;
    margin: 0px auto;
}
#introText .titulo{display: none;}
#introText p {

    font-weight: 100;
    text-align: center;
    color: #fff;
    font-size: 19px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
#introText h1{
	text-align: center!important;
    margin: 20px auto 30px 0px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0,0,0,1);
}

#introText #btnContactohome{
	margin: 20px auto;
	float: none;
	background: #da9300!important;
}

.fix{
    background-color: #000;
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 10px 0px;
    color: #000;
    z-index: 999999999;
	box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
	display: none;
}

.imageBorde{
	border: 1px solid #ededed;
    padding: 5px 10px;
    box-shadow: 1px 5px 5px rgba(0,0,0,0.2);
    margin: 10px auto;
}
#whatsapp{
	position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    background-color: #25D366;
    color: #fff;
    border-radius: 30px;
    box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
    transition: background-color 0.2s linear;
}
#whatsapp a{
	    color: #fff;
    font-size: 40px;
    margin: 2px 0px 0px 13px;
    display: block;
    height: 60px;
}

.clean{
	position: fixed; 
	bottom: 30px; 
	left:10px; 
	
	display:block; 
	width: 130px;
}

.clean img{
	width: 100%;
}

/* === estilo para tiendas === */

#elegidos{
	margin-bottom: 50px;
}

#procesando{display: none;}

#countItem{
	height: 32px;
	width: 32px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	z-index: 9999;
}

#countItem span{
	color: #fff;
	background: #06afd6;
	padding: 2px 0px 0px 0px;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	display: block;
	margin: 4px 0px 0px 5px;
}


#controlDetails{
	width: 105px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
}

#ContDetailsCart{
	display: inline-block;
}

#ContDetailsCart a:hover{
	text-decoration: none;
}

#logInCont{
	background: #f9f9f9;
	border-radius: 6px;
	width: 400px;
	margin: 0px auto;
	padding: 40px 20px;
}

#logInCont .msg{ text-align: center; }

.btn-amarillo{
	background: #06afd6!important;
    border-color: #06afd6!important;
    font-weight: bold;
	color: #fff;
}

.error{
	color: #f00;
	display: block;
}

.ajax-loader-bg {
    top: 0px;
    position: fixed;
    width: 100%;
    height: 1000px;
    z-index: 9998;
    background: rgba(255, 255, 255,0.8);
    display: none;
}

.ajax-loader-container {
    width: 45px;
    height: 45px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
}

#PerfilCont{
	background: #f9f9f9;
	border-radius: 6px;
	margin: 0px auto;
	width: 400px;
	min-height: 450px;
	padding: 40px 20px;
	display: none;
}

#btn-shop-group{

	text-align: right;
}
#btn-shop-group a{
	display: inline-block;
	vertical-align: top;
	padding: 0px 5px;
	cursor: pointer;
}

#productopago #allCategories{display: none;}

.bgFooter{
	background: url("../images/parallax.jpg") 0px -300px no-repeat;
	background-size: cover;
}

.itemBloock .details{
	
	text-align: center;	
	margin: 0px auto 30px;
}

.itemBloock .details .precio{
	font-size: 20px;
	margin: 0px auto 10px;
	width: 40%;
	display: inline-block;
}

.planes .details .cantContent,
#itemProd .details .cantContent,
.itemBloock .details .cantContent{
	background: #ededed;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	line-height: 24px;
	border-radius: 4px;
	height: 24px;
	text-align: center;
	margin: 3px 0px 0px 0px;
	display: none;
}

.itemBloock .item-cart{display: inline-block;}

.itemBloock .contdesc{
	width: 90%;
    margin: 10px auto;
}

.itemBloock .contdesc,
.itemBloock .contdesc p{
    font-size: 14px;
    text-align: left;
    font-weight: 400;
	color: #333333;
}

.planes .item-cart .btn,
#itemProd .item-cart .btn,
.itemBloock .item-cart .btn{
	background: #06afd6!important;
	border-color: #06afd6!important;
	font-weight: bold;
}

#itemProd .image {
	width: 100%;
	margin: 0px auto;
}

#itemProd .image img{
	width: 100%;
	display: block;
	margin: 0px auto;
}

#itemProd .descripcion,
#itemProd .descripcion p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
    line-height: 25px;
    font-weight: 400;
    margin: 00px auto 10px;
    display: block;
    width: 95%;
    text-align: justify;
}

#itemProd .referencia{
	margin: 10px auto;
	width: 90%;
	display: block;
}

#itemProd .details{
	background: #f9f9f9;
    padding: 10px 10px;
    text-align: left;
	width: 90%;
	margin: 0px auto;
}

#itemProd .details .precio{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	width: 40%;
}

#itemProd .details .item-cart{
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
}

#cartFinalDetails{
	background: #f9f9f9;
	padding: 10px 15px;
	border-radius: 4px;
	margin: 0px 0px 20px 0px;
}


#cartFinalDetails #totalFinal{
	border-top: 1px solid #ededed;
	padding: 10px 0px 0px 0px;
	text-align: center;
	margin: 10px auto;
}

#cartFinalDetails ul{
	padding: 0px;
	margin: 0px;
}

#cartFinalDetails ul li{
	padding: 5px 0px;
	list-style: none;
}

#cartFinalDetails .remove{
	cursor: pointer;
	font-weight: bold;
}


#cartFinalDetails a{
	text-decoration: underline;
	color: #444444;
}

#cartFinalDetails .precio a{
	text-decoration: none;
}

#gracias{
	width: 700px;
	border-radius: 4px;
	background: #f9f9f9;
	margin: 0px auto;
	padding: 10px 15px;
}

#contactGracias i{
	color: #06afd6;
}

#bannerMobile{
	display: none;
}

#bannerMobile img{
	width: 100%;
}
#mapaContacto iframe,
#mapaContacto{
	width: 100%;
}

#formProyecto{
	width: 420px;
	border: 1px solid #f9f9f9;
	border-radius: 4px;
	padding: 15px 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	margin: 30px auto;
}

#formProyecto h3{
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px solid #ededed;
	font-size: 22px;
	text-align: left;
	color:#06afd6;
}

#contacto-footer{
	font-family: 'Outfit', sans-serif;
	background-color: #F5F5F5;
	border-radius: 10px;
	margin: 0px auto 30px;
	min-height: 100px;
	padding: 20px 10px 20px;
	color: #585858;
}

#contacto-footer h1{
	text-align: center;
	padding:0px;
	margin: 0px 0px 20px 0px;
	font-size: 30px;
}

#contacto-footer strong{
	font-size: 18px;
}

#contacto-footer p{
	font-size: 16px;
}

#contacto-footer ul{
	display: flex;
	text-align: center;
    justify-content: center;
	padding: 0px;
	margin: 0px;
}

#contacto-footer ul li img{
	display: block;
	width: 50px;
	margin: 10px auto;
}

#contacto-footer ul li{
	list-style: none;
	width: 25%;
}

#content_table{
	background-color: transparent!important;
}

#asociados{
	width: 110px;
	position: fixed;
	z-index: 99999;
	right: 0px;
	bottom: 100px;
}

#asociados img{
	width: 100%;
}

/*========================= estilo para pqr =====================================*/

#loaderpqr{
    text-align: center;
}
#loaderpqr img{
    width: 30px;
    display: none;
}
.bodypqr #body-wrapper{
    background-color: #fff;
}
.bodypqr h4{
    margin-bottom: 20px;
    text-align: center;
}

#sectionpqr{
	margin-top: 24px;
	margin-bottom: 32px;
}

#footerpqr{
    padding-left: 15px;
    padding-right: 10px;
}