@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')
.mgb-50 { margin-bottom: 50px !important; }
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background-color: #F5F6F9;
}
:root {
	--azul:#005187;
	--celeste: #5bbef9;
	--verde: #009b95;
	--azuloscuro: #0344cd;
	--rojooscuro: #D62C1F;
	--rojoclaro: #ff4240;

	--principal: #5085E8;
	/*--secundario: #4E69A3;*/
	--secundario: #0344cd;
	--grisoscuro: #454545;
	--grisclaro: #F6F6F9;
	--alturacabecera: 100px;
	--footer: #4d82bc;
	--fondoceleste: #EDF4FD;
	--azulfuerte: #2769ce;
}

.pdt-10 { padding-top: 10px !important; }
.pdt-20 { padding-top: 20px !important; }
.pdt-30 { padding-top: 30px !important; }
.pdt-40 { padding-top: 40px !important; }
.pdt-50 { padding-top: 50px !important; }

.pdb-10 { padding-bottom: 10px !important; }
.pdb-20 { padding-bottom: 20px !important; }
.pdb-30 { padding-bottom: 30px !important; }
.pdb-40 { padding-bottom: 40px !important; }
.pdb-50 { padding-bottom: 50px !important; }

.mgt-20 { margin-top: 20px !important; }
.mgt-30 { margin-top: 30px !important; }
.mgt-40 { margin-top: 40px !important; }
.mgt-50 { margin-top: 50px !important; }
.mgt-120 { margin-top: 120px !important; }

.mgb-20 { margin-bottom: 20px !important; }
.mgb-30 { margin-bottom: 30px !important; }
.mgb-40 { margin-bottom: 40px !important; }
.mgb-50 { margin-bottom: 50px !important; }

.gap-superior { margin-top: 100px !important; }

.imagenResponsive img {
	width: 100%;
	height: auto;
}
.imagenRounded img {
	width: 100%;
	height: auto;
	border-radius: 15px;	
}
.justificado { text-align: justify; }
/**************** CABECERA ****************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background-color: #fff;
	z-index: 100;
}
.logo {
	width: 100%;
	padding: 5px 0;
}
.logo img {
	width: auto;
	height: 90px;
}
.search-area {
	border: 1px solid var(--grisclaro);
	margin: 25px 0 0 0;
	background-color: var(--grisclaro);
	padding: 4px 4px 5px 20px;
	border-radius: 20px;
	height: 42px;	
}
.search-area .search-field {
  border: medium none;
  border-radius: 5px 0 0 5px;
  padding:3px 3px;
  width: 75%;
  height: 34px;
  background-color: var(--grisclaro);
  outline: none;
  color: var(--grisoscuro);
  font-size: 14px;
  line-height: 22px;
}
.search-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: var(--principal);
  border-radius: 50%;
  color: #fff;
  border:none;
}
.search-button:hover {
	color: #fff;
	background: var(--secundario);
}
header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
}
header nav ul li {
	float: left;
	margin-right: 25px;
}
header nav ul li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
	text-decoration: none
}
header nav ul li a:hover {
	color: #333;
	text-decoration: none;
	border-radius: 10px;
}
.menues {
}
ul.menuSecundario  {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
ul.menuSecundario  li {
	float: left;
}
ul.menuSecundario li a {
	color: #000;
	text-decoration: none;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	font-size: 14px;
}
ul.menuSecundario  li.btn-publica a {
	background-color: #f42a41;
	border-radius: 5px;
	color: #fff;
	margin-left: 10px;
	font-weight: 500;
}
ul.menuUsuario {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 25px;
}
ul.menuUsuario li {
	float: left;
	position: relative;
}
ul.menuUsuario li a {
	display: block;
	padding: 5px 15px;	
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;	
	margin-left: 15px; 	
}
ul.menuUsuario li.btn-rojo a {
	background-color: #f42a41;
	border-color: #f42a41;
	color: #fff;
	padding: 12px 10px;
	border-radius: 4px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #aa1b2b;
}
ul.menuUsuario li.btn-rojo a:hover {
	background-color: #aa1b2b;
}
ul.menuUsuario li.btn-usuario a {
	border: 2px solid rgb(255, 255, 255);
	color: #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transition: all 0.3s ease;
	width: 180px;
}
ul.menuUsuario li.btn-usuario a:hover i {

}
.btn-usuario-hover a {
	background-color: #fff;
	color: #333;	
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #000 !important;
}
.btn-usuario-hover a i {
	color: #333 !important;
	transform: rotate(180deg);	
}
ul.menuUsuario li.btn-usuario a img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 8px;
	border: 1px solid rgb(186, 188, 191);
}
ul.menuUsuario li.btn-usuario a i {
    position: absolute;
    right: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    line-height: 2.875rem;
    width: 2.25rem;
    text-align: center;
    pointer-events: none;
    transition: transform 0.2s ease 0s;
}
ul.submenu {
	position: absolute;
	top: 44px;
	left: 15px;
	width: 200px;
	background-color: #fff;
	border-radius: 5px;
	display: none;
	list-style: none;
	z-index: 100;
	padding: 0;
	margin: 0 !important;
}
ul.submenu li {
	text-align: left;
	width: 100% !important;
}
ul.submenu li a {
	border: none;
	color: var(--principal) !important;
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
ul.submenu li a:hover {
	background-color: #eee;
	display: block;
	padding: 10px 10px;
	margin: 0;
	color: var(--azuloscuro);	
}
/**************** SLIDER ******************/
section.slider {
	width: 100%;
	margin: 100px 0 0 0;
}
.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 10;
}
/******************* DESTACADOS ***********************/
section.destacados {
	padding: 50px 0;
	width: 100%;
	min-height: 400px;
	background-color: #fff;
}
.tituloSection {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #323232;
	margin: 0 0 0px 0;
}
.section-separator {
	float: left;
	width: 100%;
	position: relative;
	margin: 10px 0;
}
.section-separator::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 3px;
	margin-left: -25px;
	width: 50px;
	border-radius: 3px;
	z-index: 2;
	background: #4DB7FE;
}
.swiper {
  width: 100%;
  min-height: 300px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background-color: #f7f7f7;
	width: 250px;
	min-height: 300px;
}
.swiper-button-next {
	background-color: rgba(0, 0, 0, 0.5);
	width: 80px;
	height: 50px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	right: 0;
	transition: all 0.3s ease;
	color: #fff;
}
.swiper-button-next::after {
	font-size: 25px;
}
.swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.5);
	width: 80px;
	height: 50px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	left: 0;	
	transition: all 0.3s ease;
	color: #fff;
}
.swiper-button-prev::after {
	font-size: 25px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--grisoscuro);
}
.bannerDestacado {
	width: 100%;
	min-height: 100px;
}
.bannerDestacado img {
	width: 100%;
	height: auto;
}
.headerDestacado {
	width: 100%;
	padding: 10px 10px;
	margin-top: 0px;
}
.logoDestacado {
	width: 17%;
	float: left;
	text-align: center;
}
.logoDestacado img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	padding: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 10px solid rgba(0, 0, 0, 0.5);
}
.infoDestacado {
	width: 79%;
	margin: 5px 0 0 3%;
	float: left;
	text-align: left;
}
.nombreDestacado a {
	font-size: 17px;
	font-weight: 700;
	color: var(--azuloscuro);
}
.datoDestacado {
	text-align: left;
	font-size: 12px;
	color: #323232;
}
.datoDestacado2 {
	text-align: left;
	font-size: 12px;
	color: #323232;
}

/***************** WELCOME *******************/
section.welcome {
	position: relative;
	background: url("../imagenes/bg-bubbles.jpg") center center no-repeat #2769ce;
	background-size: auto;
	background-size: cover;
	color: #fff;
	padding: 0px 0;
	text-align: center;
	width: 100%;
	min-height: 440px;
	/*
	width: 100%;
  background-image: url("../imagenes/bgs/bg2.jpg");
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;	
  */
}
section.welcome::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #194eb1;
  opacity: 0.9;
  z-index: 5;
}
.overlayWelcome {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.textWelcome {
	position: absolute;
	z-index: 6;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #fff;
}
.welcomeText {
	padding: 120px 0 0 0;
}
.welcomeText h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
}
.welcomeText p {
	font-size: 1.2rem;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	padding: 10px 0;
}
a.btn-registro-home {
	background-color: #fff;
	border-radius: 15px;
	text-decoration: none;
	padding: 10px 30px;
	color: var(--azuloscuro);
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.4);
}
/************** CATEGORIAS HOME ******************/
section.categorias {
	padding: 70px 0;
	background-color: #f7f7f7;
}
.categoriaHome {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
}
.catImg {
	overflow: hidden;
}
.catImg img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.catNombre {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 10px;
	z-index: 10;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
.overlayCat {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.7) 100%);
	z-index: 5;	
}
.categoriaHome:hover .catImg img {
	transform: scale(1.2, 1.2);
}

/**************** ULTIMOS ANUNCIANTES **************/
section.ultimos {
		padding: 50px 0;
		background-color: #fff;
}
.ultimo {
	width: 100%;
	min-height: 250px;
	padding: 0 0 20px 0;
	background-color: #fff;
	margin: 0 0 20px 0;
}
.bannerUltimo {
	width: 100%;
	min-height: 100px;
}
.bannerUltimo img {
	width: 100%;
	height: auto;
}
.headerUltimo {
	width: 100%;
	padding: 10px 10px;
	margin-top: 0px;
}
.logoUltimo {
	width: 17%;
	float: left;
	text-align: center;
}
.logoUltimo img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	padding: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 10px solid rgba(0, 0, 0, 0.5);
}
.infoUltimo {
	width: 79%;
	margin: 5px 0 0 3%;
	float: left;
	text-align: left;
}
.nombreUltimo a {
	font-size: 17px;
	font-weight: 700;
	color: var(--azuloscuro);
}
.datoUltimo {
	text-align: left;
	font-size: 12px;
	color: #323232;
}
.datoUltimo2 {
	text-align: left;
	font-size: 12px;
	color: #323232;
}

/******************* FOOTER **********************/
footer {
	width: 100%;
	min-height: 200px;
	background-color: var(--footer);
	color: #fff;
	font-size: 13px;
}
.footerSup {
	padding: 30px 0 10px 0;
}
.footerSup p {
	text-align: justify;
}
.logoFooter {
	text-align: center;
}
.logoFooter img {
	width: 80%;
	height: auto;
}
.widgetFooter {
	padding: 0 0 0 20px;
}
.widgetFooter h4 {
	font-size: 14px;
	font-weight: 700;
}
.widgetFooter h4:after {
	content: '';
	width: 1.875rem;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.3);
	margin: .6875rem auto 0 0;	
}
.widgetFooter ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.widgetFooter ul li a {
	font-size: 13px;
	padding: 4px 0 7px 0;
	color: #fff;
	text-decoration: none;
	display: block;
}
.selloFooter {
	margin: 20px 0 0 0;
}
.bordeSuperior {
	border-top: 1px solid #fff;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--principal);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  background: #fff;
}

.scroll-to-top:hover i {
  color: #4E4E51;
}
.footerInf {
	width: 100%;
	height: 40px;
	background-color: #07132F;
	padding: 10px 0;
	font-size: 12px;
}
.footerInf ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footerInf ul li {
	float: right;
	margin-right: 15px;
}
.footerInf ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

/************** DETALLE ANUNCIO *******************/
section.anuncio {
	background-color: var(--grisclaro);
	padding:20px 0 0 0;
	margin-top: var(--alturacabecera);
}
.bannerAd img {
	width: 100%;
	height: auto;
}
.adLateral img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.cabeceraAd {
	width: 100%;
	padding: 0 25px 20px 25px;
	display: flex;
	margin-top: -50px;
	background-color: #fff;
}
.innerCabeceraAd {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
}
.logoAd {
	position: relative;
	margin-right: 20px;
	width: 180px;
}
.logoAdinnerLogoAd {
	position: absolute;
	top: 0px;
}
.innerLogoAd img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #eee;
}
.nombreAd {
	width: calc(100% - 180px);
}
.innerNombreAd {
	font-size: 35px;
	color: var(--grisoscuro);
	font-weight: 600;
	padding: 15px 0 0 0;
}
.sumillaAd {
	font-size: 14px;
	line-height: 20px;
	color: var(--grisoscuro);
	text-align: justify;
}
.menuAd {
	width: 100%;
	height: 46px;
	padding: 10px 25px 0px 25px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}
.menuAd nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menuAd nav ul li {
	float: left;
	margin-right: 20px;
}
.menuAd nav ul li a {
	color: var(--grisoscuro);
	font-weight: 600;
	font-size: 15px;
	padding: 15px 20px;
}
.menuAd nav ul li a:hover, .menuAd nav ul li.current a {
	text-decoration: none;
	border-bottom: 2px solid var(--principal);
}
.contenidoAd {
	padding: 30px 0;
}
.cardInformacion {
	margin: 0 0 20px 0;
}
.carCabecera {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	background-color: var(--secundario);
}
.cardCuerpo {
	padding: 20px 20px;
	border: 1px solid var(--grisoscuro);
}
.cardCuerpo ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.cardCuerpo ul li {
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--grisoscuro);
}
.cardCuerpo ul li i {
	font-size: 22px;
	margin-right: 15px;
}
#mapadetalle {
	width: 100%;
	height: 400px;
}
.sociales {
	width: 100%;
	height: 50px;
	margin: 0 0 20px 0;
}
.sociales ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sociales ul li {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--principal);
	padding: 12px 0 0 0;
}
.sociales ul li a {
	padding: 12px 0 0 0;
}
.sociales ul li a i {
	color: #fff;
	font-size: 25px;
}
.sociales ul li.link_twitter {
	background-color: #00ACEE;
}
.sociales ul li.link_linkedin {
	background-color: #0E76A8;
}
.sociales ul li.link_youtube {
	background-color: #c4302b;
}
.sociales ul li.link_instagram {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}
.sociales ul li.tiktok {
	background-color: #000;
}
.sociales ul li.link_whatsapp {
	background-color: #25D366;
	width: 230px;
	text-align: center;
	border-radius: 10px;
}
.sociales ul li.link_whatsapp a i {
	font-size: 20px;
}
.sociales ul li.link_whatsapp a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	transition: all 0.3s ease;
}

/******************** ANUNCIO PAGADO *****************/
.columnaIzquierda {
	padding: 0px 0px;
	background-color: #fff;
	width: 100%;
	margin: 40px 0 0 0;
	min-height:200px;
	position: relative;
}
.menuAvisoPag {
	background: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(230, 230, 230);
  font-size: 0.875rem;
}
.menuAvisoPag ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menuAvisoPag ul li.primera {
	text-align: center;
	width: 100%;
	margin-top: -30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(220, 223, 224);
}
.menuAvisoPag ul li.primera img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid rgb(230, 230, 230);
}
.menuAvisoPag ul li a {
	display: block;
	border-bottom: 1px solid rgb(220, 223, 224);
	padding: 15px 10px;
	text-align: left;
	text-decoration: none;
	color: #333;
}
.menuAvisoPag ul li.activa a {
	border-left: 3px solid rgb(51, 51, 51);
	padding: 15px 10px 15px 7px;
	background-color: #f7f7f7;
}
.menuAvisoPag ul li a:hover {
	border-left: 3px solid rgb(51, 51, 51);
	padding: 15px 10px 15px 7px;
}


/******************** CATEGORIAS ***********************/
section.cabeceraSection {
	width: 100%;
	padding: 30px 0;
	background-color: #2769CE;
	position: relative;
	color: #fff;
	margin-top: var(--alturacabecera);
}
.bgCabecera {
	position: absolute;
	bottom: 0;
  top: 20%;
  opacity: 0.1;
  background: url('../imagenes/city-bg.png') center center;
  z-index: 10;
  width: 100%;
}


/**************** LISTADO DE ANUNCIOS **************/
section.cuerpoSection {
	background-color: var(--grisclaro);
	padding: 10px 0 150px 0;
	margin-top: var(--alturacabecera);
}
.anuncioCard {
	width: 100%;
	min-height: 250px;
	padding: 0 0 20px 0;
	background-color: #fff;
	margin: 0 0 20px 0;
	border: 1px solid #eee;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}
.anuncioCard:hover {
	transform: scale(1.1, 1.1);
}
.bannerAnuncioCard {
	width: 100%;
	min-height: 100px;
}
.bannerAnuncioCard img {
	width: 100%;
	height: auto;
}
.headerAnuncioCard {
	width: 100%;
	padding: 10px 10px;
	margin-top: 0px;
}
.logoAnuncioCard {
	width: 17%;
	float: left;
	text-align: center;
}
.logoAnuncioCard img {
	width: 100%;
	height: auto;
	border-radius: 50%;
	padding: 5px;
	background-color: #fff;
	box-shadow: 2px 2px 10px solid rgba(0, 0, 0, 0.5);
}
.infoAnuncioCard {
	width: 79%;
	margin: 5px 0 0 3%;
	float: left;
	text-align: left;
}
.nombreAnuncioCard a {
	font-size: 17px;
	font-weight: 700;
	color: var(--azuloscuro);
}
.datoAnuncioCard {
	text-align: left;
	font-size: 12px;
	color: #323232;
}
.datoAnuncioCard2 {
	text-align: left;
	font-size: 12px;
	color: #323232;
}
.tituloSidebar {
	font-size: 24px;
	font-weight: 700;
	color: var(--grisoscuro);
	padding: 0 0 20px 0;
}
.wraperSidebar {
	width: 100%;
	min-height: 300px;
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 6px;
  border: 1px solid #eee;
}
.wraperSidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wraperSidebar ul li {
  text-align: left;
  position: relative;
  width: 100%;
}
.wraperSidebar ul li a {
  font-size: 14px;
  color: var(--grisoscuro);
  font-weight: 500;
  display: block;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}
.titulo_1 {

}
.titulo_1 h2 {
	font-size: 30px;
	font-weight: 700;
	padding: 0 0 20px 0;
}

/******************* REGISTRO *************************/
section.contenido {
	padding: 30px 0;
	background-color: var(--fondoceleste);
}
.wraperRegistroIzquierda {
	padding: 100px 40px;
}
.wraperForm {
	font-size: .875rem;
	background: #fff;
	padding: 20px 40px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
	box-shadow: 0 4px 16px 0 rgba(56,66,88,0.1);
	margin-bottom: 1.875rem;	
	margin-top: 20px;
}
.wraperForm h2 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 0;
}
.disclaimer {
	font-size: 12px;
	line-height: 19px;
	text-align: justify;
}
.btn-principal {
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	border-radius: 5px;
	background-color: var(--azulfuerte);
	color: #fff;
	text-decoration: none;
}
.btn-principal:hover {
	background-color: var(--secundario);
	color: #fff;
}
.imgCentrado {
	width:100%;
	text-align: center;
}
.imgCentrado img {
	width: 80%;
	height: auto;
	padding: 20px 0 0 0;
}
.textoSeccion {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
/****************** COMENTARIOS *********************/
.divComentario {
  padding: 10px 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.divComentario ul {
  list-style: none;
}
.divComentario ul li {
  float: left;
  margin-right: 5px !important;
  margin-bottom: 3px !important;
}
.divComentario ul li i {
  color: #fc0;
  margin-right: 0 !important;
}
.divComentario ul.uldatos li {
  width: 100%;
}
.bordeDer {
  border-right: 1px solid #ccc;
}
.tituloComentario {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.textoComentario {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
  text-align: justify;
}

/**************** PERFIL DE DATOS **********************/
.cuerpoSeccion {
	background: url('../imagenes/bg-seccion.jpg') center top repeat-x #fff;
	padding: 50px 0 100px 0;
}
.tituloSeccion h1 {
	font-size: 2.3rem;
  line-height: 3rem;
  margin: 0;
  padding: 0 0 0 0px;
}
.tituloSeccion p {
	font-size: 1rem;
    line-height: 1.2;
    color: rgb(51, 51, 51);
    font-weight: 400;
}
.menuLat {
	background: rgb(255, 255, 255);
  border-radius: 4px;
  border: 1px solid rgb(230, 230, 230);
  font-size: 0.875rem;
}
.menuLat ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menuLat ul li.primera {
	text-align: center;
	width: 100%;
	margin-top: -30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(220, 223, 224);
}
.menuLat ul li.primera img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid rgb(230, 230, 230);
}
.menuLat ul li a {
	display: block;
	border-bottom: 1px solid rgb(220, 223, 224);
	padding: 15px 10px;
	text-align: left;
	text-decoration: none;
}
.menuLat ul li.activa a {
	border-left: 3px solid rgb(51, 51, 51);
	padding: 15px 10px 15px 7px;
	background-color: #f7f7f7;
}
.menuLat ul li a:hover {
	border-left: 3px solid rgb(51, 51, 51);
	padding: 15px 10px 15px 7px;
}

/************************ MAPA ****************************/
section.mapaWraper {
	width: 100%;
	padding: 0 0;
	position: relative;
}
#mapa { 
    width:100%; 
    height:900px;
}
#mapadetalle { 
    width:100%; 
    height:400px;
    background-color: #eee;
}
.mapWindow { 
    width:350px; height:180px !important; 
    overflow:hidden;
}
.infoWindowIzq { width:30%; float:left;
}
.infoWindowIzq img { width:95%; padding:5px; border:1px solid #333;
}
.infoWindowDer { 
	width:calc(70% - 10px); 
	float:left;
	text-align: left;
	padding: 0 0 0 10px;
}
.infoWindowDer h3 { 
    font-size:20px; 
    margin:0 0 5px 0; padding:0;
    font-weight: 700;
}
.infoWindowDer h3 a {
    color: #000;
}
.subtituloInfoWindow {
	font-size: 14px;
}
.direccionInfoWindow { padding:0; margin:0; font-size:13px; line-height:16px; min-height:20px;
}
.linkDetalle { text-align:left; min-height:25px; margin-top:10px; }
.linkDetalle a { background:#25ad9f; padding:4px 15px; color:#fff; text-decoration:none; }
.linkDetalle a:hover { background:#097368; }
.buscadorMapa {
	width: 300px;
	height: 300px;
	position: fixed;
	left: 20px;
	bottom: 120px;
	z-index: 100;
}

/***************** INFORMATIVA *********************/
section.cabeceraInformativa {
	background-color: #f6fafe;
  border-bottom: 1px solid #dcdfe0;
}
section.bannerInformativa {
	width: 100%;
	height: 600px;
	background: url("../imagenes/banners/banner1.jpg") center center no-repeat #2769ce;
	background-size: auto;
	background-size: cover;	
}
.divTituloInformativa {
	padding: 50px 0;
	font-size: 35px;
	font-weight: 700;
	color: #000;
}
.divTituloInformativa2 {
	padding: 200px 0 0 0;
	font-size: 35px;
	font-weight: 700;
	color: #fff;
}
.divTituloInformativa2 h1 {
	font-size: 3rem;
	font-weight: 700;
	text-shadow: 3px 3px 5px #000;
}
.divTituloInformativa2 p {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	font-weight: 400;
	text-shadow: 2px 2px 5px #000;
}
section.cuerpoInformativa {
	background-color:#fff;
	padding: 40px 0;
}
.textoInformativa {
	font-size: 16px;
	line-height: 30px;
}
.textoInformativa h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 25px;
}
.textoInformativa h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
	color: var(--secundario);
}
.textoInformativa p {
	text-align: justify;
}
.textoInformativa img {
	max-width: 100%;
	height: auto;
}
ul.directorios {
	columns: 2;
	list-style: none;
}
ul.directorios li i {
	color: var(--secundario);
	margin-right: 15px;
}
.imagenWraper {
	width: 100%;
}
.imagenWraper img {
	width: 100%;
	height: auto;
}
.wraperPlanes {
	margin-top: 30px;
}
.plan {
	border: 1px solid #dcdfe0;
  border-radius: 4px;
  transition: all 0.4s ease-out;
}
.cabeceraPlan {
	padding: 30px 10px;
	background: rgba(155,195,243,0.2);
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
.featuresPlan {
	padding: 30px 30px;
	background-color: #fff;
	height: 1050px;
}
.featuresPlan ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.featuresPlan ul li {
	margin-bottom: 15px;
}
.plan:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	transform: scale(1.1, 1.1);
}
.precioPlan {
	background-color: var(--secundario);
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	padding: 30px 5px;
}
.precioPlan span {
	font-size: 22px;
	font-weight: 700;
}
/****************** PERFIL DE USUARIO *******************/
ul.submenuPerfil {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 15px;
}
ul.submenuPerfil li {
	float: left;
	margin-right: 10px;
}
ul.submenuPerfil li a {
	display: block;
	padding: 5px 10px;
	background-color: var(--secundario);
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.8rem;
	border-radius: 10px;
}
ul.submenuPerfil li a:hover {
	background-color: var(--principal);
}
.wraperSubmenu {
	width: 100%;
	min-height: 25px;
}


/************** SERVICIOS AVISO ******************/
section.serviciosAd {
	padding: 70px 0;
	background-color: #f7f7f7;
}
.servicioAd {
	width: 100%;
	margin: 0 0 30px 0;
	position: relative;
}
.picServicioAd {
	overflow: hidden;
}
.picServicioAd img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.nombreServicioAd {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 10px 10px;
	z-index: 10;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
.nombreServicioAd span.fechaArticulo {
	font-size: 0.8rem;
}
.overlayServicioAd {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.7) 100%);
	z-index: 5;	
}
.servicioAd:hover .picServicioAd img {
	transform: scale(1.2, 1.2);
}
.tituloSeccion h1 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 10px 0 10px 10px;
}
.textoSeccion {
	font-size: 1rem;
	line-height: 2rem;
	color: #000;
	padding: 0 10px 20px 10px;
}
.thumbServicio img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

/******************* DETALLE DE PRODUCTO ************************/
.nombreProducto h1 {
	font-size: 2.3rem;
  line-height: 3rem;
  margin: 0;
  padding: 0 0 0 0px;
}
.product-details__short-description h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--azul1);
}
span.unidad {
  font-size: 14px;
}
.thumbnailsVertical {
    float: left;
    width: 80px;
    margin-right: 20px;
}
.thumbnailsVertical ul.thumb-vertical {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 80px;
}
.thumbnailsVertical ul li {
  cursor: pointer;
  margin-bottom: 3px;
}
.thumbnailsVertical ul li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.thumbnailsVertical ul li img:hover {
  border: 1px solid #000;
}
.botonPrev {
  width: 80px;
  height: 26px;
  color: #000;
  background-color: #eee;
  text-align: center;
  padding: 3px 0 0 0;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}
.botonNext {
  width: 80px;
  height: 26px;
  color: #000;
  background-color: #eee;
  text-align: center;
  padding: 3px 0 0 0;
  font-size: 20px;
  margin-top: 0px;
  cursor: pointer;
}
.fotosProdGrandes {
  float: left;
  width: calc(100% - 100px);
  overflow: hidden;
}
.fotosProdGrandes img {
  width: 100%;
  height: auto;
}
.anterior {
  float: right;
  margin-right: 20px;
  font-size: 20px;
  color: #666;
}
.siguiente {
  float: right;
  margin-right: 0px;
  font-size: 20px;
  color: #666;
}
.anterior a, .siguiente a {
  color: #666;
  text-decoration: none;
}
ul.fotos-horizontal li a {
  cursor: crosshair;
}
.precioProducto {
	font-size: 2rem;
	font-weight: 700;
	color: #CB2027;
	margin: 0 0 0 10px;
}
.nrowhatsapp {
	width: 90%;
	margin: 20px auto;
}
.btn-whatsapp {
  display: block;
  background-color: #0dc152;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.btn-whatsapp:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
}
ul.listaHor {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.listaHor li {
	float: left;
	margin-right: 15px;
}
ul.listaHor li a {
	padding: 7px 20px;
	border-radius: 15px;
	background-color: #fff;
	border: 2px solid var(--principal);
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
}
ul.listaHor li a:hover {
	background-color: var(--principal);
	color: #fff;	
}
.bgActivo {
	background-color: var(--principal) !important;
	color: #fff !important;		
}

/******************* CONVIERTETE EN PROFESOR ******************/
.homepage-status {
  height: 64px;
}
.homepage-status .homepage-applying-status {
  margin: 0 auto;
  transform: translateY(-50%);
}
.teacher-applying-status-box, .teacher-applying-status-default {
  border-radius: 6px;
  min-height: 128px;
}
.teacher-applying-status-box {
  box-shadow: 0 7px 25px 0 #0000001a;
  width: 752px;
}
.teacher-applying-status0, .teacher-applying-status1, .teacher-applying-status2, .teacher-applying-status3, .teacher-applying-status4, .teacher-applying-status5, .teacher-applying-status6 {
  align-items: center;
  background-color: #fff;
  display: flex;
}
.teacher-applying-status0 .status0-left, .teacher-applying-status1 .status0-left, .teacher-applying-status2 .status0-left, .teacher-applying-status3 .status0-left, .teacher-applying-status4 .status0-left, .teacher-applying-status5 .status0-left, .teacher-applying-status6 .status0-left {
  background-image: linear-gradient(270deg,#ff786b,#ff4338);
  border-radius: 6px 0 0 6px;
  min-height: 128px;
  width: 463px;
}
.teacher-applying-status0 .status0-arrow, .teacher-applying-status1 .status0-arrow, .teacher-applying-status2 .status0-arrow, .teacher-applying-status3 .status0-arrow, .teacher-applying-status4 .status0-arrow, .teacher-applying-status5 .status0-arrow, .teacher-applying-status6 .status0-arrow {
  background-color: #ff786b;
  border-radius: 15px;
  height: 30px;
  transform: translate(-60%);
  width: 30px;
}
.teacher-applying-status0 .status0-right, .teacher-applying-status1 .status0-right, .teacher-applying-status2 .status0-right, .teacher-applying-status3 .status0-right, .teacher-applying-status4 .status0-right, .teacher-applying-status5 .status0-right, .teacher-applying-status6 .status0-right {
  height: 50px;
  margin: 39px 40px 39px 7px;
}
.teacher-applying-status0 .status0-left h4, .teacher-applying-status1 .status0-left h4, .teacher-applying-status2 .status0-left h4, .teacher-applying-status3 .status0-left h4, .teacher-applying-status4 .status0-left h4, .teacher-applying-status5 .status0-left h4, .teacher-applying-status6 .status0-left h4 {
  color: #fff;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 25px 30px 5px;
}
.teacher-applying-status0 .status0-left p, .teacher-applying-status1 .status0-left p, .teacher-applying-status2 .status0-left p, .teacher-applying-status3 .status0-left p, .teacher-applying-status4 .status0-left p, .teacher-applying-status5 .status0-left p, .teacher-applying-status6 .status0-left p {
  color: #fff;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 30px 25px;
}
.teacher-applying-status0 .status-arrow-img, .teacher-applying-status1 .status-arrow-img, .teacher-applying-status2 .status-arrow-img, .teacher-applying-status3 .status-arrow-img, .teacher-applying-status4 .status-arrow-img, .teacher-applying-status5 .status-arrow-img, .teacher-applying-status6 .status-arrow-img {
  display: block;
  height: 12px;
  margin: 9px 0 9px 14px;
  transform: rotate(-90deg);
  width: 12px;
}
.teacher-applying-status0 .status0-apply-btn, .teacher-applying-status1 .status0-apply-btn, .teacher-applying-status2 .status0-apply-btn, .teacher-applying-status3 .status0-apply-btn, .teacher-applying-status4 .status0-apply-btn, .teacher-applying-status5 .status0-apply-btn, .teacher-applying-status6 .status0-apply-btn {
  background-image: linear-gradient(270deg,#ff786b,#ff4338);
  height: 50px;
  width: 209px;
}
.btn-big {
  font-size: 14px;
  min-height: 42px;
  padding: 8px 12px;
}
.btn-main {
  background: #ff554b;
    background-image: none;
  color: #fff;
}
section.porque {
	padding: 50px 0;
}
.titulo_h4 {
	font-size: 44px;
	font-weight: 300;
	text-align: center;
}
.item_porque {
  display: flex;
  flex-direction: row;
  height: 80px;
  margin-top: 40px;
  width: 100%;
}
.item-pic {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.item-content {
  width: calc(100% - 80px);
  padding:0 0 20px 25px;
}
.item-content h4 {
  color: #000;
  font-size: 23px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: .91;
}
.item-content p {
  color: #333;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: 10px;
}

.homepage-student {
	box-shadow: 0 5px 20px 0 #0000001a;
	border-radius: 6px;
	margin: 30px 25px 25px;
  min-height: 360px;
  overflow: hidden;
  padding: 20px 20px 35px;
  position: relative;
}
.homepage-students-detail {
  margin: 20px 0;
  position: relative;
}
.homepage-student-name p {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 45px;
}
.homepage-student-name p.teaching-language {
  text-transform: uppercase;
}
.homepage-student-name p {
  color: #777;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 45px;
}
.homepage-student > p {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.homepage-student-bar {
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
}
.color-bar > div:first-child {
  background: #18ebbd;
  width: 12%;
  height: 4px;
}
.color-bar > div:nth-child(2) {
  background: #0071b9;
  width: 33%;
  height: 4px;
}
.color-bar > div:nth-child(3) {
  background: #00bfbd;
  width: 15%;
  height: 4px;
}
.color-bar > div:nth-child(4) {
  background: #ffbd00;
  width: 30%;
  height: 4px;
}
.color-bar > div:nth-child(5) {
  background: #ff4338;
  width: 10%;
  height: 4px;
}
.picTestimonio {
	position: relative;
	width: 100%;
	height: 40px;
	transform: translateY(-10px);
}
.picTestimonio img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.picCF img {
	width: 100%;
	height: auto;
}
.subtituloCF {
	font-size: 18px;
	font-weight: 700;
	color: var(--azul);
	padding: 10px 0;
}
.textoCF {
	text-align: justify;
	color: #000;
}
.como {
	padding: 20px;
}
.boton-como {
	text-align: center;
	padding: 30px 0;
}
.boton-como a {
	background-color: var(--azuloscuro);
	padding: 10px 20px;
	text-align: center;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 700;
	color: #fff;
}
section.porque2 {
	padding: 50px 0;
	background-color: #fff;
}
.subtitulo-porque {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--azuloscuro);
	padding: 30px 0;
}
.texto-porque {
	text-align: center;
	font-size: 16px;
	line-height: 27px;
	color: #000;
}
section.porque3 {
	padding: 100px 0;
}

.horario {
	width: 100%;
	height: 600px;
	overflow: auto;
	display: flex;
	flex-direction: row;
}
.cabeceraHorario {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
}
.diaSemana {
	width: calc(100%/8);
	min-height: 500px;
	display: flex;
	flex-direction: column;
}
.tituloDia {
	width: 100%;
	height: 40px;
	background-color: #eee;
	color: #000;
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.divHora {
	border: 1px solid #eee;
	width: 100%;
	height: 36px;
	text-align: center;
	padding: 8px 10px;
	font-size: 14px;
	color: #fff;
}
.divHora:hover {
	background-color: var(--azuloscuro);
	cursor: pointer;
}
.divHora2 {
	border: 1px solid #eee;
	width: 100%;
	height: 36px;
	text-align: center;
	padding: 8px 10px;
	font-size: 14px;
	color: #000;
}
.horarioElegido {
	background-color: var(--azuloscuro);
}

.divCategoria {
	border-radius: 5px;
	border: 1px solid #eee;
}
.categ_1 {
	background-color: #f5f6f7;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 10px;
}
.categ_2 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
.categ_3 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
ol.listaCats li {
	font-size: 16px;
	line-height: 27px;
	text-align: justify;
}

.cabeceraMateria {
	padding: 20px 0;
}
.cabeceraMateria h1 {
	font-size: 1.5rem;
	font-weight: 700;
}
.textoEspecialidad {
	font-size: 16px;
	line-height: 27px;
}
.columnaIzquierda {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin: 0;
}
.columnaIzquierda ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.columnaIzquierda ul li {
	margin-bottom: 15px;
}
.columnaIzquierda ul li a {
	color: #000;
	padding: 10px 0 10px 0;
	text-decoration: none;
}


.divProfesor {
	background-color: #fff;
	padding: 30px 30px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	margin-bottom: 40px;
	border: 1px solid #eee;
	display: flex;
	flex-direction: row;
}
.prof_1 {
	width: 20%;
}
.prof_1 img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.prof_2 {
	width: 60%;
	padding: 0 0 0 30px;
}
.nombre_prof {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.sumilla_prof {
	font-size: 16px;
	line-height: 27px;
	color: #333;
	text-align: justify;
}
.prof_3 {
	width: 20%;
	padding: 0 0 0 20px;
}
.precio_prof {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 15px;
}
.precio_prof span {
	font-size: 1rem;
}
.divPrueba {
	background-color: #CFE5F8;
	padding: 6px 15px;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.bot_prof {
	padding: 20px 0 0 0;
}
.bot_prof ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.bot_prof ul li {
	float: left;
	margin-right: 20px;
}
.bot_prof ul li a {
	background-color: var(--principal);
	padding: 10px 20px;
	color: #fff !important;
	text-decoration: none;
	border-radius: 15px;
	cursor: pointer;
}
.bot_prof ul li a:hover {
	background-color: var(--secundario);
}

/********************* DETALLE PROFESOR *************************/
.fotoDetalle img {
	width: 80%;
	height: auto;
	border-radius: 50%;
	margin: 20px auto;
}
.detalle_1 {
	padding: 30px 30px;
	font-size: 1.2rem;
	color: #000;
	font-weight: 700;
}
.detalle_1 h1 {
	font-size: 1.4rem;
	color: #000;
	font-weight: 700;	
}
.columnaDerecha {
	padding: 0px 0px;
	background-color: #fff;
	width: 100%;
	margin: 0px 0 0 0;
	min-height:500px;
	position: relative;	
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.detalle_2 {
	width: 100%;
	min-height: 100px;
}
.detalle_3 {
	padding: 40px 40px;
}
.detalle_3 h2 {
	font-size: 1.4rem;
}
.textoDetalle {
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-align: justify;
}
.tarifasDetalle ul li {
  padding: 15px 10px;
  border-top: 2px solid #f7f7f5;
  margin: 0;
  text-align: left;
}
.tarifasDetalle ul li span.spanDer {
	float: right;
}