/*=============================================
GLOBAL
=============================================*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Montserrat:wght@700;900&display=swap');

*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}

ul, ol{
	padding:0px;
}

a:visited, a:link, a:focus, a:hover, a:active{
	list-style: none;
	text-decoration: none;
}



.p-0{
	padding: 0;
}

.p-5{
	padding: 5px;
}

.p-0-5{
	padding: 0 5px;
}

.p-0-5-0-0{
	padding: 0 5px 0 0;
}

.p-5-0{
	padding: 5px 0;
}

.m-0{
	margin:0;
}

.m-5-0{
	margin:5px 0;
}

.color1{
	color:#ed7720;
}

.color2{
	color:#e53e2a;
}

.color3{
	color:#f49b05;
}

.colorB{
	color:#ffffff !important;
}

.colorN{
	color:#121212;
}

.sweet-alert button.cancel {
    background-color: #f49b05;
}

.sweet-alert button.cancel:hover, .sweet-alert button.cancel:active {
    background-color: #ed7720;
}

.titulos{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
  font-size: 37px;
  color:#121212;
}

.barraSuperior{
	background:#ed7720;
}

.barraSuperior a{
	color:white;
}

.backColor, .backColor a{
	background: #ed7720 !important;
	color:white !important;
	border-radius: 0;
  border: none;
}

.backColor2, .backColor2 a{
	background: #e53e2a !important;
	color:white !important;
	border-radius: 0;
  border: none;
}

.backColor3, .backColor3 a{
	background: #f49b05 !important;
	color:white !important;
	border-radius: 0;
  border: none;
}

.fondoBreadcrumb{
	margin-bottom:0px;
	background: rgba(0,0,0,0);
}

.breadcrumb a{
	color: #ed7720;
}

.breadcrumb>.active {
    color: #f49b05;
}

.breadcrumb>li+li:before {
    color: #5f5f5f;
}

.categoriasScroll{
	background-color: #161616;
	color:#fff;
	text-align: center;
	padding:35px 0 25px;
}

.categoriasScroll img{
	margin: 0 auto;
}

.tituloScroll{
	padding-top: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}

*:focus {
    outline: none !important;
}

.well{
	background-color: #222;
	border: none;
  border-radius: 0;
}

.label-warning {
    background-color: #f49b05;
}

button#btnList0 {
    border-radius: 0;
    border: none;
}

button#btnGrid0 {
    border-radius: 0;
    border: none;
}

button.btn.btn-default.dropdown-toggle {
    border-radius: 0;
    border: none;
}

.mensaje-seguro{
		background-color: #ccc;
		position: relative;
		padding: 2% 7%;
}

.mensaje-seguro p{
		font-size: 20px;
		padding-right: 	10px;
}

.mensaje-seguro p a{
		color: #ed7720;
		font-weight: 900;
}

.mensaje-seguro i{
		color: #ed7720;
		position: absolute;
		font-size: 140px;
}

/*=============================================
PASAR CSS PARA ARCHIVO BLOG.CSS
=============================================*/

.contenedorMargen{
	margin: 50px auto 80px;
}

.contenedorMargenSeguro{
	margin: 50px auto 30px;
}

.cardBlog{
	box-shadow: 3px 3px 7px #ccc;
	padding-bottom: 35px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
}

.cardBlog:hover{
	background-color: #f7f7f7;
}

.card{
	margin-bottom: 20px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
}

.card:hover{
-webkit-transform:scale(1.07);
-moz-transform:scale(1.07);
-ms-transform:scale(1.07);
-o-transform:scale(1.07);
transform:scale(1.07);
}

.textoCard{
	margin: 7%;
}


.textoCard h3{
	font-size: 17px;
  font-weight: 700;
  padding: 5px 0 10px;
  color: #333333;
}

.textoCard p{
  font-weight: 400;
  color: #b3b3b3;
  text-align: justify;
}

.separadorTitulos{
  height: 2px;
  background-color: #ed7720;
  width: 15%;
  margin: 30px auto 40px;
}

.separadorCards{
  height: 1px;
  background-color: #f49b05;
  margin: 20px auto;
}

.pieBlogCard{
	font-style: italic;
	font-weight: 400
}

.listadoBlog {
	font-size: 40px;
  text-align: right;
  font-weight: bold;
}

.liUno{
  color: #f5a41e;
}

.texLiUno{
	padding-top: 7px;
  font-size: 17px;
}

.liDos{
  color: #f49b05;
}

.liTres{
  color: #ed7720;
}

.liCuatro{
  color: #e53e2a;
}

.margenLi {
	margin-bottom: 40px;
}

/*=============================================
PASAR CSS PARA ARCHIVO TESTIMONIO.CSS
=============================================*/

.contenedorTestimonio{
	background-image: url("../img/plantilla/fondo-testimonios.jpg");
	background-repeat: no-repeat;
	background-color: #181818;
}


.filaTestimonio{
	margin: 80px auto 120px;
}

.testimonios{
}

.formTestimonio{
	  background-color: #e5e2df4a;
    border: none;
    width: 100%;
    padding: 8px 15px;
    color: #d2d2d2;
    margin-bottom: 5px;
    font-size: 17px;
}

.formTestimonio::placeholder{
    color: #d2d2d2;
}

.cardTestimonio{

	padding: 10% 0 7% 10%;
}

.citas{
	font-size: 23px;
}

.citas p{
	color: #d2d2d2;
}

.citas p::before,
.citas p::after {
   content: "“";
   color: #ed7720;
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   position: absolute;
}

.citas p::after {
   content: "”";
   margin: -21px 0px 0px 7px;
}

blockquote{
	border:none;
}

/*=============================================
REDES SOCIALES
=============================================*/

.redSocial{
	width:27px;
	height:30px;
	text-align: center;
	line-height:30px;
}

/*FACEBOOK*/

.facebookBlanco{
	color:#ed7720;
	padding: 0 0 0 3px;
}

.facebookNegro{
	color:black;
	padding: 0 0 0 3px;
}

.facebookColor{
	color:white;
	background:#46639f;
}


/*YOUTUBE*/

.youtubeColor{
	color:white;
	background:#d6513e;
}

.youtubeBlanco{
	color:#ed7720;
	padding: 0 0 0 3px;
}

.youtubeNegro{
	color:black;
	padding: 0 0 0 3px;
}

/*TWITTER*/

.twitterColor{
	color:white;
	background:#0ab2e6;
}

.twitterBlanco{
	color:#ed7720;
	padding: 0 0 0 3px;
}

.twitterNegro{
	color:black;
	padding: 0 0 0 3px;
}

/*GOOGLE PLUS*/

.googleColor{
	color:white;
	background:#d71617;
}

.googleBlanco{
	color:#ed7720;
	padding: 0 0 0 3px;
}

.googleNegro{
	color:black;
	padding: 0 0 0 3px;
}


/*INSTAGRAM*/

.instagramColor{
	color:white;
	background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
	color:#ed7720;
	padding: 0 0 0 1px;
}

.instagramNegro{
	color:black;
	padding: 0 0 0 1px;
}

i.fa.fa-instagram.redSocial {
    margin: 0 2px;
}

/*=============================================
BLOGS
=============================================*/

#blogs img{
	height: 170px;
  width: 100%;
}

/*=============================================
CABECERAS NOSOTROS Y CONTACTENOS
=============================================*/


.cabecerasPaginas{
	position: relative;
	margin: auto;
	width: 100%;
	overflow: hidden;
	padding: 0;
}

.cabecerasPaginas img{
	width: 100%;
}

.cabecerasPaginas h3{
	position: absolute;
  top: 30%;
  left: 30%;
  display: inline-block;
  width: 40%;
  text-align: center;
  color: #ffffff;
  background-color: #ed7720de;
  padding: 10px 5px;
  border-radius: 10px;
}



/*=============================================
ERROR 404, VERIFICAR
=============================================*/

.error404 .verificar{
	color:#333;
}

/*=============================================
SCROLL UP
=============================================*/

#scrollUp{
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../img/plantilla/flecha.jpg);
	opacity: 0.5;
	zoom: 80%;
}

#scrollUp:hover{
	opacity: 1;
}


/*=============================================
CONTACTO
=============================================*/

.cardN{
	  margin-bottom: 20px;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    box-shadow: 0px 1px 8px #c1c1c1;
    padding: 10px 43px;
    text-align: center;
}

	.cardN:hover{
	-webkit-transform:scale(1.07);
	-moz-transform:scale(1.07);
	-ms-transform:scale(1.07);
	-o-transform:scale(1.07);
	transform:scale(1.07);
	}

	.cardN i{
		font-size: 55px;
		padding: 10px 0 15px;
	}

	.cardN-header{
		font-size: 25px;
		padding: 0 0 15px;
	}


	/*=============================================
	PAGINACIÓN
	=============================================*/

.pagination>li>a {
    color: #ed7720;
	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ed7720;
    border-color: #ed7720;
	}


	/*=============================================
	BOTÓN DE WHATSAPP
	=============================================*/

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  left:40px;
  background-color:#25d366;
  color:#fff;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  opacity: 0.8;
}

.whatsapp:hover {
  color:#fff;
  opacity: 1;
}

.whatsapp-icon {
  margin-top: 8px;
  font-size: 43px;
}


/*=============================================
LIGHTBOX BANNER PUBLICITARIO
=============================================*/

.popup {
    background-color: #ffffff;
    color: #888888;
    height: 245px;
    left: 100%;
    padding: 20px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 550px;
    z-index: 101;
    -moz-box-shadow: 0px 0px 10px 1px #888888;
    -webkit-box-shadow: 0px 0px 10px 1px #888888;
    box-shadow: 0px 0px 10px 1px #888888;
    border-radius:10px;
    -moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    opacity:0.5;
}

a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}


.pagaCuotas{
	color: #161616;
  font-size: 17px;
  margin-top: 4px;
  margin: 20px 0;
  text-align: center;
}

.pagaCuotas p{
	margin-bottom: 0;
}

.pagaCuotas p i{
	font-size: 20px;
}

/* =============================================
PREVENIR FOUC EN TODOS LOS SLIDERS - TODAS LAS RESOLUCIONES
============================================= */

/* Prevenir FOUC en el slider de alianzas - Selectores específicos */
section.alianzas.slider:not(.slick-initialized) {
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease-in-out;
}

section.alianzas.slider.slick-initialized {
	visibility: visible !important;
	height: auto !important;
	overflow: visible !important;
	opacity: 1 !important;
}

section.alianzas.slider:not(.slick-initialized) > div {
	display: none !important;
}

/* Prevenir FOUC en el slider regular (categorías) - Selectores específicos */
section.regular.slider:not(.slick-initialized) {
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease-in-out;
}

section.regular.slider.slick-initialized {
	visibility: visible !important;
	height: auto !important;
	overflow: visible !important;
	opacity: 1 !important;
}

section.regular.slider:not(.slick-initialized) > div {
	display: none !important;
}

/* Prevenir FOUC en el slider de testimonios - Selectores específicos */
section.testimonios.slider:not(.slick-initialized) {
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	transition: opacity 0.3s ease-in-out;
}

section.testimonios.slider.slick-initialized {
	visibility: visible !important;
	height: auto !important;
	overflow: visible !important;
	opacity: 1 !important;
}

section.testimonios.slider:not(.slick-initialized) > div {
	display: none !important;
}

/*=============================================
ESCRITORIO GRANDE (LG revisamos en 1366px en adelante)
=============================================*/

@media (min-width:1200px){

	.col-lg-0{
		display: none;
	}

	.error404 h1{
		font-size:300px;
		text-shadow:8px 8px 1px #dadada;
	}

	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}

	#scrollUp{
	bottom: 40px;
	right: 40px;
	}

}

/*=============================================
ESCRITORIO MEDIANO O TABLET HORIZONTAL (MD revisamos en 1024px)
=============================================*/

@media (max-width:1199px) and (min-width:992px){

	.col-md-0{
		display: none;
	}

	.error404 h1{
		font-size:200px;
		text-shadow:6px 6px 1px #dadada;
	}

	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}

	.cabecerasPaginas h3{
    top: 27%;
    font-size: 27px;
	}

	.whatsapp {
  bottom:15px;
  left:15px;
	}

}

/*=============================================
ESCRITORIO PEQUEÑO O TABLET VERTICAL (SM revisamos en 768px)
=============================================*/

@media (max-width:991px) and (min-width:768px){

	.col-sm-0{
		display: none;
	}

	.error404 h1{
		font-size:150px;
		text-shadow:4px 4px 1px #dadada;
	}

	.verificar h3{
		margin-top:30px;
		font-size:100px;
		text-shadow:4px 4px 1px #dadada;
	}

	.cabecerasPaginas h3{
	  top: 27%;
	  font-size: 22px;
	}

	.fotoAliado{
		width: 80%;
	}

	.whatsapp {
	  bottom:15px;
	  left:15px;
	}

	.mensaje-seguro i {
    top: 23px;
	}

	.pagaCuotas{
		text-align: center;
		margin-bottom: 20px;
	}

	.bannerInicio{
		zoom: 70%;
	}

}

/*=============================================
MOVIL (XS revisamos en 320px)
=============================================*/

@media (max-width:767px){

	.col-xs-0{
		display: none;
	}

	.error404 h1{
		font-size:75px;
		text-shadow:2px 2px 1px #dadada;
	}

	.verificar h3{
		margin-top:30px;
		font-size:50px;
		text-shadow:2px 2px 1px #dadada;
	}

	.card{
		padding-left: 0;
		padding-right: 0;
	}

	.cabecerasPaginas h3{
  top: 17%;
  font-size: 14px;
  padding: 5px;
  left: 25%;
  width: 50%;
	}

	/* Prevenir FOUC (Flash of Unstyled Content) en el slider de alianzas - Selectores más específicos */
	section.alianzas.slider:not(.slick-initialized) {
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		transition: opacity 0.3s ease-in-out;
	}

	section.alianzas.slider.slick-initialized {
		visibility: visible !important;
		height: auto !important;
		overflow: visible !important;
		opacity: 1 !important;
	}

	/* Estilos para los elementos del slider antes de inicializar */
	section.alianzas.slider:not(.slick-initialized) > div {
		display: none !important;
	}

	/* Prevenir FOUC en el slider regular (categorías) - Selectores más específicos */
	section.regular.slider:not(.slick-initialized) {
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		transition: opacity 0.3s ease-in-out;
	}

	section.regular.slider.slick-initialized {
		visibility: visible !important;
		height: auto !important;
		overflow: visible !important;
		opacity: 1 !important;
	}

	section.regular.slider:not(.slick-initialized) > div {
		display: none !important;
	}

	/* Prevenir FOUC en el slider de testimonios - Selectores más específicos */
	section.testimonios.slider:not(.slick-initialized) {
		visibility: hidden !important;
		height: 0 !important;
		overflow: hidden !important;
		opacity: 0 !important;
		transition: opacity 0.3s ease-in-out;
	}

	section.testimonios.slider.slick-initialized {
		visibility: visible !important;
		height: auto !important;
		overflow: visible !important;
		opacity: 1 !important;
	}

	section.testimonios.slider:not(.slick-initialized) > div {
		display: none !important;
	}

	.alianzas button.slick-prev.slick-arrow {
    left: 25px;
	}

	.alianzas button.slick-next.slick-arrow {
    right: 25px;
	}

	h3.titulos.colorB{
		font-size: 27px !important;
		padding-bottom: 12px;
	}

	.filaTestimonio {
    margin: 0px auto 10px;
  }

  .testimonioIzq {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .cardTestimonio {
    padding: 10% 0 7% 15%;
  }

  .cardTestimonio {
    padding: 0;
	}

	blockquote {
    padding: 5px 0 0 17px;
    margin: 0 0 3px;
	}

	.citas {
    font-size: 14px;
	}

	.citas p::after {
    margin: -6px 0px 0px 2px;
	}

	.citas p::before {
    margin: -1rem 0 0 -1.8rem;
	}

	.citas p::before, .citas p::after {
    font-size: 4rem;
  }

  .fotoTestimonio{
  	display: none;
  }

  .datosTestimonio{
  	text-align: center;
  }

  .testimonios button.slick-prev.slick-arrow {
    left: -20px;
	}

  .testimonios button.slick-next.slick-arrow {
    right: -18px;
	}

	.whatsapp {
  bottom:15px;
  left:15px;
	}

	.mensaje-seguro {
    text-align: center;
	}

	.mensaje-seguro i {
    position: relative;
	}

	.pagaCuotas{
		text-align: center;
		margin-bottom: 20px;
	}

	.bannerInicio{
		zoom: 31%;
	}


}
