@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:wght@400;500;600;700;900&display=swap');


.mgb-50 { margin-bottom: 50px !important; }
body {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	background-color: #F5F9FE;
	position: relative;
}
:root {
	--azul:#0344cd;
	--celeste: #5bbef9;
	--verde: #009b95;
	--azuloscuro: #0344cd;
	--rojooscuro: #D62C1F;
	--rojoclaro: #ff4240;
	--verde:  #415852;

	--principal: #5085E8;
	/*--secundario: #4E69A3;*/
	--secundario: #0344cd;
	--grisoscuro: #454545;
	--grisclaro: #F6F6F9;
	--alturacabecera: 60px;
	--footer: #07132F;
	--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; }
.pdb-100 { padding-bottom: 100px !important; }
.pdb-150 { padding-bottom: 150px !important; }
.pdb-250 { padding-bottom: 250px !important; }

.mgt-10 { margin-top: 10px !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-100 { margin-top: 100px !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; }

.mgl-20 { margin-left: 20px; }
.mgl-30 { margin-left: 30px; }

.gap-superior { margin-top: 90px !important; }

.imagenResponsive img {
	width: 100%;
	height: auto;
}
.imagenRounded img {
	width: 100%;
	height: auto;
	border-radius: 15px;	
}
.textoSeccion {
	font-size: 16px;
	line-height: 27px;
	padding: 20px 0;
}

/**************** CABECERA ****************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 90px;
	background-color: #fff;
	z-index: 100;
}
.logo {
	width: 100%;
	padding: 5px 0;
}
.logo img {
	width: auto;
	height: 80px;
}
.search-area {
	border: 1px solid var(--grisclaro);
	margin: 8px 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: 20px;
}
header nav ul li {
	float: left;
	margin-right: 25px;
}
header nav ul li a {
	color: var(--verde);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
	text-decoration: none
}
header nav ul li a:hover {
	color: #000;
	text-decoration: none;
	border-radius: 10px;
}
.menues {
}
ul.menuSecundario  {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
ul.menuSecundario  li {
	float: left;
}
ul.menuSecundario li a {
	color: var(--verde);
	text-decoration: none;
	padding: 9px 10px;
	display: block;
	text-decoration: none;
	font-size: 16px;
}
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: 15px;
}
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);	
}

/***************** BOTONES ******************/
/***************** BOTONES ******************/
/***************** BOTONES ******************/



/**************** SLIDER ******************/
/**************** SLIDER ******************/
/**************** SLIDER ******************/
section.slider {
	width: 100%;
	margin: 90px 0 0 0;
	position: relative;
}
.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;
}
.bx-wrapper img {
  width: 100%;
  display: block;
}
.sliderHome .item {
	position: relative;
}
.textoSlide {
	position: absolute;
	width: 80%;
	height: 200px;
	top: 30vh;
	left: 10%;
	z-index: 3;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	text-align: center;
}
.tituloSlide {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	text-shadow: 4px 4px 10px #000;
}
.subtituloSlide {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	text-shadow: 2px 2px 5px #000;
}
.overlaySlider {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.2);
}
/**************** FIN SLIDER ******************/
/**************** FIN SLIDER ******************/
/**************** FIN SLIDER ******************/

/**************** DISFRUTA ******************/
/**************** DISFRUTA ******************/
/**************** DISFRUTA ******************/
/*
.btnsSlider {
	position: absolute;
	bottom: 100px;
	left: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.1);
	width: 100%;
	height: 130px;
	padding: 20px 0;
}
.btnsSlider h3 {
	color: #fff;
	font-size: 22px;
	text-shadow: 2px 2px 3px #000;
}
.btn-organizador {
	background-color: #007bff;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	border: none;
	padding: 10px 30px;
	font-weight: 500;
}
.btn-organizador:hover {
	background-color: #2471c4;
	color: #f7f7f7;
}
*/
section.btnsSlider {
	background-color: #eee;
	width: 100%;
	padding: 30px 0 40px 0;
}
.btnsSlider h3 {
	color: #000;
	font-size: 22px;
}
.btn-organizador {
	background-color: #007bff;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	border: none;
	padding: 10px 30px;
	font-weight: 500;
}
.btn-organizador:hover {
	background-color: #2471c4;
	color: #f7f7f7;
}


/******************* 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: 30px 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;
}
.wraperForm2 {
	font-size: .875rem;
	background: #fff;
	padding: 0px 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: 0px;
}
.wraperForm {
	font-size: .875rem;
	background: #fff;
	padding: 40px 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: 0px;
}
.wraperForm h2, .wraperForm2 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: 1.25rem;
    line-height: 1.2;
    color: rgb(51, 51, 51);
    font-weight: bold;
}
.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;
}
.divTituloInformativa {
	padding: 50px 0;
	font-size: 35px;
	font-weight: 700;
	color: #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);
}
ul.submenuPerfil li.btnvolver a {
	background-color: #f00;
}
ul.submenuPerfil li.activa a {
	background-color: #07132F;
}

.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);
}

/****************** MODAL INFORMATIVA **********************/
/****************** MODAL INFORMATIVA **********************/
/****************** MODAL INFORMATIVA **********************/
.modal-informativa {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.81);
}

.modal-informativa .hid-body {
  overflow: hidden;
}

.modal-informativa .main-register-holder {
  max-width: 600px;
  margin: 100px auto 50px;
  position: relative;
  z-index: 5;
}
.modal-informativa .main-register h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 20px 30px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #444;
  border-bottom: 1px solid #eee;
}

.modal-informativa .main-register h3 span {
  font-weight: 800;
  font-size: 18px;
  color: #121B22;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.modal-informativa .main-register {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 0 0px;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
}

.modal-informativa .close-reg {
  position: absolute;
  background: #1A8D8D;
  top: 14px;
  right: 30px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-informativa .fa.fa-times {
  padding-left: 14px;
  text-align: center;
}
.cuerpoModal {
  font-size: 16px;
  line-height: 27px;
  color: #000;
  padding: 20px 20px;
  overflow: auto;
}
/****************** FIN MODAL INFORMATIVA ******************/
/****************** FIN MODAL INFORMATIVA ******************/
/****************** FIN MODAL INFORMATIVA ******************/


/****************** COMO FUNCIONA ******************/
section.como {
	background-color: #fff;
	padding: 40px 0;
}
.tituloSection {
	color: #3B083D;
	font-weight: 500;
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 46px;
	text-align: center;	
}
.iconoComo {
	width: 150px;
	background-color: #eee;
	border-radius: 50%;
	text-align: center !important;
	padding: 20px;
	margin: 0 auto;
}
.iconoComo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.subtituloComo {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 0 0;
}
.textoComo {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
}
.fraseSection {
	padding: 20px 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 27px;
	text-align: center;	
}
.parrafoComo {
	font-size: 16px;
	line-height: 27px;
	font-weight: 400;
	color: #000;
	text-align: justify;
}

/****************** QUE VAS A CELBRAR HOY ******************/
section.celebrar {
	background-color: #F5F6FF;
	padding: 40px 0;
}

/***************** PREGUNTAS FRECUENTES ************************/
section.faqs {
	background-color: #fff;
	padding: 40px 0 150px 0;
}

/********************* ARTICULOS *****************************/
section.blog-section {
	padding: 50px 0 150px 0;
	background-color: #fff;
}
.blog-section .blog-box{
	padding-bottom:1px;
	border-radius:10px;
	border:1px solid #ececec;
	overflow:hidden;
	position:relative;
}
.blog-image {
	overflow: hidden;
}
.blog-image img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease;
}
.blog-box:hover .blog-image img {
    transform:scale(1.12) rotate(3deg);
    overflow:hidden
}
.blog-label {
	color: #4a5568;
  font-size: 13px;
}
.blog-label i {
	margin-right: 15px;
}
.blog-contain {
	padding: 20px 20px;
}
.blog-contain a {
  color: #fff;
}
.blog-section .blog-box .blog-contain a h3 {
  margin: 10px 0 6px;
  font-weight: 600;
  line-height: 1.5;
  overflow: hidden;
  font-size: calc(16px + 2*(100vw - 320px)/1600);
  transition: all .3s ease-in-out;
  color: #222;
}
.tituloLateral {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	padding: 0 0 10px 0;
}
.divUltimo {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.fotoUltimo {
	width: 25%;
}
.fotoUltimo img {
	width: 100%;
	height: auto;
}
.datosUltimo {
	width: 70%;
	margin-left: 4%;
}
.datosUltimo a {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 700;
}
.datosUltimo h6 {
	font-size: 12px;
	margin-top: 5px;
}
.imgDetalleBlog {
	position: relative;
}
.imgDetalleBlog img {
	width: 100%;
	height: auto;
}
.blog-image-contain {
	position: absolute;
  bottom: 0;
  width: 100%;
  padding: 125px 15px 40px;
  text-align: center;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(246, 246, 246, 0)));
  background: linear-gradient(0deg, white 0%, rgba(246, 246, 246, 0) 100%);
  color: #222;	
}
.contenidoBlog {
	padding: 10px 20px 100px 40px;
	font-size: 16px;
	line-height: 27px;
}
.contenidoBlog h2 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	padding: 20px 0 10px 0;
}
.contenidoBlog h3 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
	padding: 10px 0;
}
.contenidoBlog p {
	text-align: justify;
}
.fechaBlog {
	padding: 40px 10px 10px 40px;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;	
}

/******************** TUTORIALES **********************/
.divVideo {
	border-radius:10px;
	border:1px solid #ececec;
	padding: 20px;	
}
.wraperVideo img {
	width: 100%;
	height: auto;
}
.tituloVideo {
	width: 100%;
	display: table;
}
.innerTituloVideo {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	text-align: center !important;
	font-size: 18px;
	color: #000;
}
.oculta {
	display: none;
}
h2.playfair-display {
	 font-family: "Playfair Display", serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;
}
p.lato {
	font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.cormorant-garamond {
	 font-family: "Cormorant Garamond", serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.nunito {
	font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.great-vibes {
	 font-family: "Great Vibes", cursive;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.montserrat {
	font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.cinzel {
	 font-family: "Cinzel", serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.montserrat {
	font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.raleway {
	 font-family: "Raleway", sans-serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.merriweather {
	font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.bodonimoda {
	 font-family: "Bodoni Moda", serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.roboto {
	font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.italiana {
	 font-family: "Italiana", sans-serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.crimson {
	font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.alexbrush {
	 font-family: "Alex Brush", cursive;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.opensans {
	font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.petitformalscript {
	 font-family: "Petit Formal Script", cursive;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.librebaskerville {
	font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

h2.cardo {
	 font-family: "Cardo", serif;
	 font-weight: 700;
	 font-size: 24px;
	 padding: 0;
	 margin: 0;	
}
p.worksans {
	font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin: 0 0 20px 0;
}

/******************* PROVEDORES **********************/
.provedor {
	padding: 20px 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.logoProvedor img {
	width: 100%;
	height: auto;
}
.nombreProvedor {
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
}
.datoProvedor {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 10px;
}
.datoProvedor i {
	width: 30px;
}
ul.proveedores {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.proveedores li {
	width: 100%;
	text-align: left;
	font-size: 18px;
	margin-bottom: 15px;
}
ul.proveedores li a {
	display: block;
	padding: 10px 20px;
	background-color: #eee;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: var(--azuloscuro);
	border: 1px solid #eee;
	border-radius: 20px;
}
ul.proveedores li.activa a, ul.proveedores li a:hover {
	display: block;
	padding: 10px 20px;
	background-color: var(--azuloscuro);
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	border: 1px solid var(--azuloscuro);
	border-radius: 20px;	
}
.tituloProvedor {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.categoriaProvedor {
	font-size: 16px;
	color: var(--azul);
}
.video-responsive {
	width: 100%;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
	width: 100%;
	height: auto;
}
.contenedorVideo {
	overflow: hidden;
}
.divAcumulado {
	max-width: 400px;
	height: 110px;
	position: relative;
}
.divAcumulado i {
	position: absolute;
	left: 20px;
	top: 20px;
	font-size: 70px;
}
.divAcumulado p {
	margin: 0 0 0 115px;
}
.divAcumulado p span {
	font-size: 40px;
}
.fono {
	position: fixed;
	left: 10px;
	bottom: 50px;
	width: 70px;
	height: 70px;
	color: #fff;
}
.fono .iconoFono {
	float: left;
	width: 70px;
	padding-top: 5px;
}
.fono .iconoFono img {
	width: 100%;
	height: auto;
}
.fono .numeroFono {
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	float: left;
	width: 145px;
	padding-top: 3px;
}
.fono .numeroFono a {
	color: #000;
	text-decoration: none;
}
.input-box h3 {
	font-size: 22px;
	font-weight: 700;
}
.tituloDestacado {
	display: table;
	width: 100%;
}
.innerTituloDestacado {
	display: table-cell;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
}
.innerTituloDestacado a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}