@charset "utf-8";
/* CSS Document */

html,
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
}



/*---------------------------------------
 LOADER          
-----------------------------------------*/

.bg_load {
	float: left;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 15px 20px 15px;
	background: #039ee3;
    background-size: 100% 100%;
    border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.bg_load .loader_animation {
	animation-name: rotatey;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
	from {
		transform: rotatey(0deg);
	}
	
	to {
		transform: rotatey(360deg);
	}
}


/*.full_layout_without_container {
	padding: 80px 15px 50px;
}

.opacity_half_color {
	opacity: 0.5;
}

.opacity_70_color {
	opacity: 0.7;
}

.padding_75 {
	padding: 75px 0;
}*/

/*---------------------------------------
 LOADER          
-----------------------------------------*/





/*---------------------------------------
 MENÚ PRINCIPAL        
-----------------------------------------*/

/*Encabezado*/

.encabezado {
	z-index: 1;
	position: relative;
	margin: 0;
	padding: 0;
	outline: none !important;
	box-sizing: border-box;	
}


.encabezado .header_top {
	position: relative;
	float: left;
	width: 100%;
	min-height: 50px;
	background: #039ee3;
}


.encabezado .header_top ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

.encabezado .header_top ul li {
	float: left;
	margin-right: 20px;
	font-size: .9rem;
	color: #fff;	
}


.encabezado .header_top ul li i {
	margin: 0 2px 0 0;
	font-size: 18px;
	color: #fff;
	transition: ease all 0.2s;
}

.encabezado .header_top .full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.encabezado .header_top .topbar-left {
	float: left;
}


.encabezado .header_top .topbar-left .list-inline {
	float: left;
	margin: 13px 0;
	font-family: 'Raleway', sans-serif;
}

.encabezado .header_top .social_icon {
	float: left;
	margin: 2px 0 0 0;
	color: #fff;
}

.encabezado .header_top .social_icon i {
	font-size: 1.3rem;
}

.encabezado .header_top .make_appo {
	float: right;
}


.encabezado .header_top .make_appo .white_btn {
	position: relative;
	height: 50px;
	min-width: 170px;
	margin: 0;
	padding: 0 25px;
	background: #fff;
	border-radius: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #039ee3;
	text-align: center;
	line-height: 52px;
	transition: all .3s ease-in-out;
}

.encabezado .header_top .make_appo .white_btn:hover {
	background: #252525;
	color: #fff;
}

@media (max-width: 992px) {
	.encabezado .header_top {
		display: none;
	}
	
}

/*Encabezado*/

/*Menú*/

.encabezado .header_bottom {
	z-index: 9;
	position: relative;
	float: left;
	width: 100%;
	min-height: auto;
}

.encabezado .header_bottom .logo {
	position: relative;
	float: left;
	left: 0;
	margin: 19px 0;	
}

.encabezado .header_bottom .logo img {
	height: 80px;
}

.encabezado .header_bottom .menu_side {
	float: right;
	width: auto;
}

#navbar_menu,
#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	box-sizing: border-box;
}

#navbar_menu ul,
#navbar_menu ul li,
#navbar_menu ul li a,
#navbar_menu #menu-button {
	position: relative;
}

#navbar_menu:after,
#navbar_menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#navbar_menu a,
#navbar_menu a:hover {
	text-decoration: none;
}

#navbar_menu #menu-button {
	display: none;
}

#navbar_menu {
	margin: 37px 0 0 0;
	float: left;
}

#navbar_menu>ul>li {
	float: left;
}

#navbar_menu>ul>li>a {
	padding: 15px 18px;
	font-size: 1rem;
	color: #000;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

#navbar_menu ul ul {
	position: absolute;
	left: -9999px;
}

#navbar_menu ul ul li {
	height: 0;
	transition: all .25s ease;
}

#navbar_menu li:hover>ul {
	left: auto;
}

#navbar_menu li:hover>ul>li {
	height: 45px;
}

#navbar_menu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#navbar_menu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#navbar_menu ul ul li a {
	padding: 15px 20px 15px;
	font-size: .8rem;
	font-weight: 500;
	background: #fff;
	color: #666 !important;
	font-family: 'Raleway', sans-serif;
}

#navbar_menu ul ul li:last-child>a,
#navbar_menu ul ul li.last-item>a {}

#navbar_menu ul ul li:hover>a,
#navbar_menu ul ul li a:hover {
	color: #ffffff;
}

#navbar_menu ul ul {
	width: 250px;
	box-shadow: 0 5px 35px -18px #000;
	border-top: solid #000 2px;
}

#navbar_menu ul ul li a:hover,
#navbar_menu ul ul li a:focus {
	background: #039ee3;
    background-size: 100% 100%;
    border: none;
	color: #fff !important;
	padding: 15px 20px 15px;
}

#navbar_menu > ul > li a.active,
#navbar_menu > ul > li:hover > a,
#navbar_menu > ul > li:focus > a {
    color: #039ee3;
}

#navbar_menu ul ul { 
	border-color: #039ee3;
}


@media (max-width: 992px) {
	.encabezado .header_bottom .logo {
		position: relative;
		float: left;
		left: 0;
		width: 100%;
		margin: 20px 0 20px;
		text-align: center;
	}		
}

@media (max-width: 992px) {
	.encabezado .header_bottom .menu_side {
		margin: 0;
	}
	
	.encabezado .header_bottom .main_menu,
	.encabezado .header_bottom .menu_side {
		float: right;
		width: 100%;
	}
	
	.encabezado .header_bottom .menu_icon {
		position: absolute;
		float: left;
		top: -58px;
		right: 15px;
		padding: 0;
		display: none;
	}		
}

@media (min-width: 992px) {
	#navbar_menu ul ul {
		background: #ddd;
	}
}

@media (max-width: 992px) {	
	
	#navbar_menu>ul>li>a {
		padding: 16px 14px;
		padding-right: 14px;
	}
	
	#navbar_menu.small-screen ul {
		width: 100%;
		display: none;
	}
	
	#navbar_menu.small-screen.align-center>ul {
		text-align: left;
	}
	
	#navbar_menu.small-screen ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	
	#navbar_menu.small-screen ul ul li,
	#navbar_menu.small-screen li:hover>ul>li {
		height: auto;
	}
	
	#navbar_menu.small-screen ul li a,
	#navbar_menu.small-screen ul ul li a {
		width: 100%;
		border-bottom: 0;
		color: #222 !important;
	}
	
	#navbar_menu.small-screen ul ul li a:hover {
		width: 100%;
		border-bottom: 0;
		color: #fff !important;
	}
	
	#navbar_menu.small-screen ul ul li a:focus {
		width: 100%;
		border-bottom: 0;
		color: #fff !important;
	}
	
	#navbar_menu.small-screen>ul>li {
		float: none;
	}
	
	#navbar_menu.small-screen ul ul li a {
		padding-left: 15px;
	}
	
	#navbar_menu.small-screen ul ul ul li a {
		padding-left: 35px;
	}
	
	#navbar_menu.small-screen ul ul li a {
		color: #333;
		background: none;
	}
	
	#navbar_menu.small-screen ul ul li:hover>a,
	#navbar_menu.small-screen ul ul li.active>a {
		color: #fff;
	}
	
	#navbar_menu.small-screen ul ul,
	#navbar_menu.small-screen ul ul ul,
	#navbar_menu.small-screen.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	
	#navbar_menu.small-screen #menu-button {
		display: block;
		padding: 0;
		color: #fff;
		cursor: pointer;
		font-size: 0;
		text-transform: uppercase;
		font-weight: 600;
		width: 40px;
		height: 40px;
		border: solid #000 2px;
		border-radius: 5px;
		position: absolute;
		top: -75px;
		left: 20px;
	}
	
	#navbar_menu.small-screen #menu-button::after {
		position: absolute;
		top: 12px;
		right: 8px;
		display: block;
		height: 13px;
		width: 20px;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
		content: '';
	}
	
	#navbar_menu.small-screen #menu-button::before {
		position: absolute;
		top: 17px;
		right: 8px;
		display: block;
		height: 3px;
		width: 20px;
		background: #000;
		content: '';
	}
	
	#navbar_menu.small-screen #menu-button.menu-opened::after {
		top: 16px;
		border: 0;
		height: 3px;
		width: 16px;
		background: #000;
		transform: rotate(45deg);
		left: 10px;
	}
	
	#navbar_menu.small-screen #menu-button.menu-opened::before {
		top: 16px;
		background: #000;
		width: 16px;
		transform: rotate(-45deg);
		left: 10px;
	}
	
	#navbar_menu.small-screen .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	
	#navbar_menu.small-screen .submenu-button.submenu-opened {
		background: #262626;
	}
	
	#navbar_menu.small-screen ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}
	
	#navbar_menu.small-screen .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #333;
		content: '';
	}
	
	#navbar_menu.small-screen ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}
	
	#navbar_menu.small-screen .submenu-button.submenu-opened:after {
		background: #ffffff;
	}
	
	#navbar_menu.small-screen .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #333;
		content: '';
	}
	
	#navbar_menu.small-screen ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}
	
	#navbar_menu.small-screen .submenu-button.submenu-opened:before {
		display: none;
	}
	
	#navbar_menu.small-screen.select-list {
		padding: 5px;
	}
	
	#navbar_menu.small-screen {
		margin: 0;
		float: left;
		height: auto;
		z-index: 3;
		position: absolute;
		width: 100%;
		left: 0;
	}
	
	#navbar_menu.small-screen ul {
		background: #fff;
	}
	
	.first-ul li i {
		display: none;
	}
		
}


@media (min-width: 992px) {
  .encabezado .header_bottom .first-ul > li:last-child > ul {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .encabezado .header_bottom .first-ul i {
    display: inline-block !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
    font-weight: 900;
  }
}

/*---------------------------------------
 MENÚ PRINCIPAL        
-----------------------------------------*/





/*---------------------------------------
 FORMULARIO - SOLICITAR SERVICIO        
-----------------------------------------*/


/* Fondo del Pop-Up */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto; /* <-- permite scroll en pantallas pequeñas */
  padding: 40px 0;   /* <-- espacio arriba y abajo del popup */
}

/* Contenedor del contenido del Pop-Up */
.popup-content {
  background-color: #fff;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;      /* <-- evita que el popup crezca más que la pantalla */
  overflow-y: auto;      /* <-- habilita scroll interno si el contenido es largo */
  border-radius: 8px;
  position: relative;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* Botón de cierre */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Estilo básico del formulario */
.popup-content form {
  display: flex;
  flex-direction: column;
}

.popup-content label {
  margin-top: 10px;
}

.popup-content input,
.popup-content textarea {
  padding: 10px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.popup-content button[type="submit"] {
  margin-top: 15px;
  padding: 12px;
  background-color: #039ee3;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/*---------------------------------------
 FORMULARIO - SOLICITAR SERVICIO        
-----------------------------------------*/





/*---------------------------------------
 PORTADA       
-----------------------------------------*/

.tp-caption.tp-shape.tp-shapewrapper.tp-resizeme.rs-parallaxlevel-0 {
    background: #039ee3 !important;
}

.tp-bannertimer {
    background: #039ee3 !important;
}

.tp-caption.tp-shape.tp-shapewrapper.rs-parallaxlevel-0 {
	background-color: rgba(0, 0, 0, 0.4) !important;
}


/*---------------------------------------
 PORTADA       
-----------------------------------------*/





/*---------------------------------------
 INDUSTRIAS   
-----------------------------------------*/

.industrias {
  	padding-top: 45px;
}

.industrias .heading_container {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
}

.industrias .heading_container h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
	text-align: center;
    color: #039ee3;
}

.industrias .heading_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 2rem;
}

.industrias .detail_container {
  	display: flex;
  	padding-top: 14%;
}

.industrias .detail-box {
  	min-width: 150px;
  	min-height: 150px;
  	border-radius: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 0 15px;
}

.industrias .detail-box::before {
  	content: "";
  	position: absolute;
  	width: 220px;
  	height: 220px;
  	top: auto;
  	left: auto;
  	background-color: #eee;
  	z-index: -1;
  	border-radius: 100%;
  	transition: transform 1s;
  	transform: rotate();
}

.industrias .detail-box.d-box-1::before,
.industrias .detail-box.d-box-3::before {
  	clip: rect(110px, 220px, 220px, 0);
}

.industrias .detail-box.d-box-2::before,
.industrias .detail-box.d-box-4::before {
  	clip: rect(0, 220px, 110px, 0);
}

.industrias .detail-box:hover::before {
  	transform: rotate(360deg);
}

.industrias .detail-box:hover {
  	cursor: pointer;
}

.industrias .detail-box.d-box-1,
.industrias .detail-box.d-box-2,
.industrias .detail-box.d-box-3,
.industrias .detail-box.d-box-4 {
  	background-color: #007bff;
}

.industrias .detail-box a {
	text-decoration: none;
}


.industrias .detail-box a h3 {
	font-family: 'Raleway', sans-serif;
  	font-size: 1rem;
	font-weight: 700;
  	color: #fff;
  	margin-top: 7px;
}


.industrias .detail-box .detail-content {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
}

.industrias .detail-box .detail-content img {
  	height: 50px;
}

@media (max-width: 992px) {
	
	.industrias .detail_img-box {
		display: none;
	}
   
	.industrias .heading_container h2 {
		margin-bottom: 0;
	}
	
	.industrias .col-lg-7 {
        display: flex;
        justify-content: center;
    }
	
	.industrias .detail_container {
        padding-top: 50px;
		flex-direction: column;
    }   
	
	 .industrias .detail-box {
        margin: 15px;
    }
	
	.industrias .detail-box.d-box-1::before,
    .industrias .detail-box.d-box-3::before {
        clip: rect(0px, 120px, 220px, 0);
    }
	
	.industrias .detail-box.d-box-2::before,
    .industrias .detail-box.d-box-4::before {
        clip: rect(0, 220px, 220px, 120px);
    }
	
	.industrias .detail-box:hover::before {
        transform: rotate(-360deg);
    }
}


/*---------------------------------------
 INDUSTRIAS   
-----------------------------------------*/





/*---------------------------------------
 SERVICIOS
-----------------------------------------*/


.bg-pricing {
	width: 100%;
  	padding-right: 15px;
  	padding-left: 15px;
	margin: 0;
    background: linear-gradient(rgba(33, 30, 28, 0.7), rgba(33, 40, 28, 0.7)), url("../img/servicios/servicomer_mantenimiento_repacion_instalacion_aire_acondicionado_yucatan_servicios_fondo.jpg")no-repeat center center;
  	background-size: cover;
}

.bg-pricing  .heading_container {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
	margin-bottom: 20px;
}

.bg-pricing  .heading_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}

.bg-pricing .col-lg-5,
.bg-pricing .col-lg-7 {
  	position: relative;
  	width: 100%;
  	padding-right: 15px;
  	padding-left: 15px;
}

.bg-pricing .bg-light {
  background-color: #039ee3 !important;
}

.bg-pricing .bg-white {
  background-color: #fff !important;
}

.bg-pricing .display-4 {
  	font-size: 1.3rem;
	font-family:'Raleway', sans-serif;
  	font-weight: 700;
  	line-height: 1.2;
}

.bg-pricing .display-4 small {
  	font-size: .9rem;
  	font-weight: 500;
	color: #212529;
}



@media (max-width: 1200px) {
  .bg-pricing .display-4 {
    font-size: 1.4rem;
  }
}


.bg-pricing .text-primary {
	font-size: 1.2rem;
	font-family:'Raleway', sans-serif;
  	font-weight: 700;
  	line-height: 1.2;
  	color: #039ee3;
}

.bg-pricing .text-primary small {
	font-size: .9rem;
	font-weight: 700;
	color: #000;
}


.bg-pricing .pricing-contend {
	font-size: .8rem;
	font-family:'Raleway', sans-serif;
  	font-weight: 500;
  	line-height: 1.2;
  	color: #000;
}


.bg-pricing .btn {
	display: inline-block;
	text-align: center;
  	vertical-align: middle;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-family:'Raleway', sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	background-color: #039ee3;
	border: none;
	border-radius: .5rem;
	text-decoration: none;
	transition: 0.15s;  
}



.bg-pricing .btn:hover {
	background-color: #212529;
}

.bg-pricing .servicios-leyendas {
	margin-top: 10px;
	margin-bottom: 0;
	font-family:'Raleway', sans-serif;
	font-size: .8rem;
	font-style: italic;
	color: #fff;
}


@media (min-width: 992px) {
	
	.bg-pricing .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
	
	.bg-pricing .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
	

  .bg-pricing .pricing-text {
    margin-left: -120px;
  }	

}

/*---------------------------------------
 SERVICIOS
-----------------------------------------*/





/*---------------------------------------
 PROMOCIONES
-----------------------------------------*/


.promociones {
	margin-top: 30px;
}
.promociones .heading_container {
  	display: flex;
  	flex-direction: column;
  	align-items: center;
	margin-bottom: 20px;
}

.promociones .heading_container h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #000;
	font-size: 2rem;
}

.promociones #header-carousel img {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
}

.promociones .carousel {
  	position: relative;
	margin-bottom: 30px;
}


.promociones .carousel-indicators {
	z-index: 15;
 	position: absolute;
  	right: 0;
  	bottom: 0;
  	left: 0;
	margin-right: 15%;
	margin-left: 15%;
	padding-left: 0;
  	display: flex;
  	justify-content: center; 
  	list-style: none;
}


.promociones .carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 0 3px 12px 3px;
	flex: 0 1 auto;
	box-sizing: content-box;
	background: transparent;
	background-color: #fff;
	background-clip: padding-box;
	opacity: .5;
	border: 1px solid #FFFFFF;
	text-indent: -999px;
	transition: .5s;
	cursor: pointer;
}


@media (prefers-reduced-motion: reduce) {
  .promociones .carousel-indicators li {
    transition: none;
  }
}


.promociones .carousel-indicators .active {
  	opacity: 1;
}


.promociones .carousel-indicators .active {
  	width: 30px;
  	background: #FFFFFF;
}

.promociones .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.promociones .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.promociones .carousel-item {
  	position: relative;
	float: left;
	width: 100%;
	margin-right: -100%;
  	display: none;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out; 
}


@media (prefers-reduced-motion: reduce) {
  .promociones .carousel-item {
    transition: none;
  }
}

.promociones .carousel-item.active,
.promociones .carousel-item-next,
.promociones .carousel-item-prev {
  display: block;
}

.promociones .carousel-caption {
	z-index: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(61, 70, 77, 0.5);
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-align: center;
}

.promociones .display-4 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .promociones .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

.promociones .btn {
	display: inline-block;
	padding: 0.375rem 0.75rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	text-align: center;
  	vertical-align: middle;
	line-height: 1.5;
	text-decoration: none;
	user-select: none;
	transition: 0.15s;  
}

@media (prefers-reduced-motion: reduce) {
  .promociones .btn {
    transition: none;
  }
}

.promociones .btn-outline-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.promociones .btn-outline-light:hover {
  color: #fff;
  background-color: #039ee3;
  border-color: #039ee3;
}

.promociones .product-offer {
  position: relative;
  overflow: hidden;
	margin-bottom: 30px;
}

.promociones .product-offer img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.promociones .product-offer:hover img {
  transform: scale(1.2) rotate(5deg);
}

.promociones .product-offer .offer-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(61, 70, 77, 0.5);
  z-index: 1;
	text-align: center;
}

.promociones .product-offer .offer-text h4 {
	font-size: .9rem;
	font-weight: 500;
}

.promociones .product-offer .offer-text h3 {
	font-size: 1.5rem;
}


.promociones .btn-primary {
  color: #fff;
  background-color: #039ee3;
  border-color: #039ee3;
}

.promociones .btn-primary:hover {
  background-color: #212529;
  border-color: #212529;
}



/*---------------------------------------
 PROMOCIONES
-----------------------------------------*/





/*---------------------------------------
TIENDA
-----------------------------------------*/


.tienda {
    position: relative;
    padding: 30px 0;
}


@media(min-width: 992px) {
    .tienda .container-fluid {
        padding-right: 60px;
        padding-left: 60px;
    }
}

.tienda .section-header {
    margin-bottom: 10px;
    padding: 20px 30px 15px 30px;	
}

.tienda .section-header h2 {
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size: 2rem;
    color: #000;	
}

.tienda .product-item {
    position: relative;
}

.tienda .product-item .product-title {
    padding: 15px;
    text-align: center;
    background: #039ee3;
    transition: all .3s;
}

.tienda .product-item:hover .product-title {
    background: #212529;
}

.tienda .product-item .product-title a,
.tienda .product-item .product-title .ratting {
    position: relative;
    width: 100%;
}

.tienda .product-item .product-title a {
    margin-bottom: 20px;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size: 1rem;
    color: #fff; 
	text-decoration: none;
}

.tienda .product-item .product-title .ratting h4 {
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: .9rem;
    color: #fff;
}

.tienda .product-item .product-title .ratting h5 {
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: .65rem;
    color: #fff;
}



.tienda .product-item .product-image img {
    width: 100%; 
    transition: all .3s;
}

.tienda .product-item:hover .product-image img {
    transform: scale(1.2);
}



.tienda .product-item .product-image {
    position: relative;
    overflow: hidden;
}


.tienda .product-item .product-price {
    padding: 20px;
    background: #039ee3;
    transition: all .3s;
}

.tienda .product-item:hover .product-price {
    background: #212529;
}

.tienda .product-item .product-price h3 {
    display: inline-block;
    margin: 0;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size: 1.2rem;
    color: #fff; 
}

.tienda .product-item .product-price .btn {
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size: .9rem;
    float: right;
    border: none;
    color: #fff;
    background: #212529;
}

.tienda .product-item:hover .product-price .btn,
.tienda .product-item .product-price .btn:hover {
    background: #039ee3;
}

.tienda .product-item .product-price .btn i {
    margin-right: 5px;
}

.tienda .slick-prev,
.tienda .slick-next {
    top: -55px;
    width: 30px;
    height: 30px;
    z-index: 1;
    transition: .5s;
    color: #212529;
    background: #ffffff;
    border: 1px solid #212529;
    border-radius: 4px;
}

.tienda .slick-prev {
    left: calc(100% - 120px);
}

.tienda .slick-next {
    right: 45px;
}

.tienda .slick-prev:hover,
.tienda .slick-next:hover {
    background: #039ee3;

}

.tienda .slick-prev::before,
.tienda .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #212529;
}

.tienda .slick-prev::before {
    content: "\f104";
}

.tienda .slick-next::before {
    content: "\f105";
}

.tienda .slick-prev:hover::before,
.tienda .slick-prev:focus::before,
.tienda .slick-next:hover::before,
.tienda .slick-next:focus::before {
    color: #ffffff;
}



/*---------------------------------------
TIENDA
-----------------------------------------*/




/*---------------------------------------
TIENDA - LIGHTBOX
-----------------------------------------*/

.lightbox-basic {
	position: relative;
	max-width: 62.5rem;
	margin: 2.5rem auto;
	padding: 1.5625rem;
	border-radius: 0.25rem;
	background: #fff;
	text-align: left;
}

.lightbox-basic img {
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	border-radius: 0.25rem;
	width: 100%;
  	height: auto;
}

.lightbox-basic h5 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
}

.lightbox-basic .line-heading {
	width: 3rem;
	height: 1px;
	margin-top: 0;
	margin-bottom: 0.625rem;
	margin-left: 0;
	border: none;
	background-color: #212529;
}

.lightbox-basic h6 {
	font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #039ee3;
	margin-bottom: 1rem;
}

.lightbox-basic .testimonial-container {
	margin-top: 1.75rem;
	margin-bottom: 2.125rem;
	padding: 1.125rem 1.5rem 1.125rem 1.5rem;
	border-radius: 0.25rem;
	background-color: #fff;
}

.lightbox-basic .product-politic {
	font-family: 'Raleway', sans-serif;
    font-size: .7rem;
    font-weight: 400;
    color: #000;
}

.lightbox-basic .title-description {
	font-family: 'Raleway', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    color: #000;
}

.lightbox-basic ul {
	padding-top: 10px;
}

.lightbox-basic ul li {
	font-family: 'Raleway', sans-serif;
    font-size: .8rem;
    font-weight: 400;
    color: #000;
}

.lightbox-basic ul li i {
	margin-right: 10px;
}

.lightbox-basic .btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #039ee3;
	border-radius: 0.25rem;
	background-color: #039ee3;
	color: #fff;
	font: 700 0.75rem/0 "Montserrat";
	text-decoration: none;
	transition: all 0.2s;
}

.lightbox-basic .btn-solid-reg:hover {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.lightbox-basic .btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #212529;
	border-radius: 0.25rem;
	background-color: transparent;
	color: #212529;
	font: 700 0.75rem/0 "Montserrat";
	text-decoration: none;
	transition: all 0.2s;
}

.lightbox-basic .btn-outline-reg:hover {
	background-color: #212529;
	color: #fff;
	text-decoration: none;
}

.lightbox-basic .btn-solid-reg,
.lightbox-basic .btn-outline-reg {
	margin-right: 0.375rem;
	margin-bottom: 1rem;
}

.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-right: 0.5rem;
	color: #484a46;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #f2f2f2;
}

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.375rem;
	right: -0.375rem;
	width: 2.75rem;
	height: 2.75rem;
}

/* Animation For Lightbox*/

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}


/*---------------------------------------
TIENDA - LIGHTBOX
-----------------------------------------*/





/*---------------------------------------
PRESENTACIÓN
-----------------------------------------*/

.presentacion {
	position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.presentacion .section-header {
    margin-bottom: 30px;
}

.presentacion .section-header h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #039ee3;
}

.presentacion .section-header h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.presentacion p {
	margin: 35px 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    color: #212529;
}

.presentacion .feature-item {
    margin-bottom: 0;
}

.presentacion .feature-item img {
    width: 100%;
}

.presentacion .feature-item h4 {
    margin-bottom: 15px;	
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #039ee3;
}

.presentacion .feature-item p {
    margin: 0;
    font-size: .8rem;
	font-style: italic;
}

@media (max-width: 992px) {
   .presentacion p {
	margin: 35px 0 30px;

}
}

@media (max-width: 992px) {
	.presentacion .feature-item {
    margin-bottom: 30px;
		text-align: center;
	}
}

@media (max-width: 992px) {
	.presentacion .section-header h2,
	.presentacion .section-header h3,
	.presentacion p {
	text-align: center;  	
	}	
}


/*---------------------------------------
PRESENTACIÓN
-----------------------------------------*/





/*---------------------------------------
CERTIFICACIONES
-----------------------------------------*/

.certificaciones {
	position: relative;
    width: 100%;
    padding: 45px 0 0;
}

.certificaciones .about-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}

.certificaciones .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(11,66,86,.05), rgba(11,66,86,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.certificaciones .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(11,66,86,.05) .5%, rgba(11,66,86,.05) 1%) 30;
}

.certificaciones .about-img-1 {
    position: relative;
    height: 100%;
    margin: 0 150px 150px 0;
}

.certificaciones .about-img-2 {
    position: absolute;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.certificaciones .about-img-1 img,
.certificaciones .about-img-2 img {
    position: relative;
    width: 100%;
}


.certificaciones .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.certificaciones .section-header h3 {
	font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #039ee3;
}

.certificaciones .section-header h2 {
	font-family: 'Raleway', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.certificaciones .about-text p {
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
}

.certificaciones .counters .col-6 {
	text-align: center;
	margin-bottom: 20px;
}


.certificaciones .counters-text .fact-icon {
    width: auto;
    height: 75px;
    vertical-align: middle;
   	margin-bottom: 10px;
}

.certificaciones .counters-text h4 {
	font-family: 'Raleway', sans-serif;
    font-size: .9rem;
    font-weight: 500;
    color: #000;
	font-style: italic;
}


@media (max-width: 767.98px) {
    .certificaciones .about-img {
	margin-top: 0;
    margin-bottom: 30px;
    height: auto;
    }
}

@media (max-width: 992px) {
	.certificaciones h2,
	.certificaciones h3,
	.certificaciones p {
	text-align: center;  	
	}	
}


/*---------------------------------------
CERTIFICACIONES
-----------------------------------------*/





/*---------------------------------------
TESTIMONIALES Y CURRICULUM
-----------------------------------------*/

.testmonial_section {
	background-image: url("../img/testimonales/servicomer_mantenimiento_repacion_instalacion_aire_acondicionado_yucatan_testimoniales_fondo.png");
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 185px;
	font-family: 'Raleway', sans-serif;
	margin-top: 30px;
}

@media (max-width: 992px) {
	.testmonial_section {
        padding-bottom: 135px !important;
		padding-top: 75px;
		
    }
	
	.testmonial_section .container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}
	
	.testmonial_section .col-sm-7 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
   }
}


.testmonial_section .main_heading {
	position: relative;
	margin-bottom: 65px;
}



.testmonial_section .main_heading h2 {
	font-size: 35px;
	color: #fff;
	line-height: 36px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	margin-top: 15px;
}

.testmonial_section .main_heading .large {
	color: #fff;
	font-size: 20px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

@media (max-width: 992px) {
	.testmonial_section .main_heading {
		margin-bottom: 20px;
	}
	
	.testmonial_section .main_heading.text_align_left::after {
       margin-left: auto;
    }
	
	.testmonial_section .main_heading.text_align_left {
       text-align: center;
    }
	
}

.testmonial_section #testimonial_slider {
	padding-right: 70px;
}


.testmonial_section #testimonial_slider .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -45px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: flex-start;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.testmonial_section .carousel-indicators li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	border: none;
	border-radius: 15px;
	background: #d5d6d6;
}

.testmonial_section .carousel-indicators .active {
	width: 40px;
	height: 15px;
	margin: 0;
	background-color: #039ee3
}

@media (max-width: 992px) {
	
	.testmonial_section #testimonial_slider {
       padding-right: 0;
    }
	
	.testmonial_section #testimonial_slider .testimonial-container {
       position: relative;
       padding-left: 0;
       padding-bottom: 25px;
    }

}

.testmonial_section .testimonial-container {
	position: relative;
	padding-left: 180px;
}

.testmonial_section .testimonial-container .testimonial-content {
	font-family: 'Raleway', sans-serif;
	font-size: .9rem;
	font-weight: 400;
	color: #fff;
	line-height: 21px;
}

.testmonial_section .testimonial-container .testimonial-photo {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.testmonial_section .testimonial-container .testimonial-photo img {
	border-radius: 100%;
}

.testmonial_section .testimonial-container .testimonial-meta .testimonial-name {
	font-family: 'Raleway', sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 21px;
	margin: 30px 0 10px 0;
	text-transform: none;
}

.testmonial_section .testimonial-container .testimonial-meta .testimonial-position {
	font-family: 'Raleway', sans-serif;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
	line-height: 21px;
	margin: 0 0 20px 0;
	text-transform: none;
}

@media (max-width: 992px) {
	
	.testmonial_section .testimonial-container {
       position: relative;
       padding-left: 0;
       padding-bottom: 25px;
    }
	
	.testmonial_section .testimonial-container .testimonial-photo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 25px;
   }
	
	.testmonial_section .testimonial-container .testimonial-meta {
        margin-top: 75px;  
    }
	
	.testmonial_section .testimonial-container .testimonial-meta .testimonial-name {
        margin: 5px 0;
		font-size: 1.5rem;
    }
	
	.testmonial_section .testimonial-container .testimonial-meta .testimonial-position {
		font-size: 1rem;
	}
}



.curriculum-section {
	padding: 40px 50px;
	margin-top: -75px;
	float: left;
	width: 100%;
	background-color: #039ee3;
}


.curriculum-section .call_icon {
	float: left;
	width: 7%;
}

.curriculum-section .inner_cont {
	float: left;
	width: 63%;
	margin-bottom: 10px;
}


.curriculum-section h4 {
	margin: 8px 0 5px 0;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}


.curriculum-section p {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 400;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}

.curriculum-section .button_Section_cont {
	width: 30%;
	float: right;
}

.curriculum-section .button_Section_cont a {
	float: right;
	border: none;
}

.curriculum-section a.btn {
	min-width: 170px;
	height: 50px;
	border-radius: 100px;
	padding: 0;
	text-align: center;
	line-height: 52px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 10px;
	color: #fff;
	border: solid transform 1px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: #252525;
}

.curriculum-section .btn.dark_gray_bt:hover,
.curriculum-section .btn.dark_gray_bt:focus {
	background: #fff;
	color: #252525;
	text-shadow: none;
}




@media (max-width: 992px) {
	
	 .curriculum-section {
      padding: 20px 50px;
      margin-top: -50px;
      float: left;
      width: 100%;
    }
	
	.curriculum-section .call_icon {
    display:none;
	}
	
	.curriculum-section .inner_cont {
    float: left;
    width: 100%;
		text-align: center;
	}
	.curriculum-section h4 {
    margin: 8px 0 5px 0;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
	}
	
	.curriculum-section .button_Section_cont {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;

}
}

.testmonial_section .carousel-inner {
	min-height: 240px; 
	position: relative;
}



/*---------------------------------------
TESTIMONIALES Y CURRICULUM
-----------------------------------------*/





/*---------------------------------------
CLIENTES
-----------------------------------------*/

.clientes-satisfechos {
    position: relative;
    margin-bottom: 30px;
    padding: 30px 0;
    background: #ffffff;
}

.clientes-satisfechos .brand-item {
    text-align: center; 
}

.clientes-satisfechos .brand-item img {
    max-width: 100%;
    margin: auto; 
}


/*---------------------------------------
CLIENTES
-----------------------------------------*/





/*---------------------------------------
CONTACTO
-----------------------------------------*/

.faq-contact {
	padding-top: 20px;
	padding-bottom: 115px;
}

.faq-contact .full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.faq-contact .main_heading {
	position: relative;
	margin-bottom: 30px;
}

.faq-contact .main_heading::after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 80px;
	height: 5px;
	background: #17a5e9;
}

.faq-contact .main_heading h2 {
	letter-spacing: 0;
	font-weight: 600;
	position: relative;
	padding: 0;
	line-height: 36px;
	color: #000;
	margin: 0;
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}


.faq-contact .main_heading .large {
	color: #898989;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}


.faq-contact #accordion {
	margin: 15px 0 0 0;
	padding: 0;
}

.faq-contact #accordion .panel.panel-default {
	border: none;
	border-radius: 0;
	margin: 0 0 16px 0;
	box-shadow: none;
	background: transparent;
	float: left;
	width: 100%;
}

.faq-contact #accordion .panel.panel-default .panel-heading {
	border: none;
	background: transparent;
	border-radius: 0;
	min-height: 50px;
	padding: 0;
	float: left;
	width: 100%;
}

.faq-contact #accordion .panel.panel-default .panel-heading a {
	text-decoration: none;
	font-family: 'Raleway', sans-serif;
	color: #000
}

.faq-contact #accordion .panel-collapse {
	float: left;
	width: 100%;
}

.faq-contact #accordion .panel-collapse p {
	font-family: 'Raleway', sans-serif;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"]
/*.faq-contact #accordion .panel.panel-default:nth-child(1) .panel-heading p a*/ {
	background: #17a5e9;
	border-color: #17a5e9;
	color: #fff;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i
/*.faq-contact #accordion .panel.panel-default:nth-child(1) .panel-heading p a i*/ {
	color: #fff !important;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i.fa-angle-down
/*.faq-contact #accordion .panel.panel-default:nth-child(1) .panel-heading p a i.fa-angle-down*/ {
	transform: rotate(180deg);
	transition: ease all 0.5s;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a,
.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
	border: solid #e4e4e4 1px;
	background: #fff;
	border-radius: 0;
	min-height: 50px;
	padding: 17px 25px 15px;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
	color: #000 !important;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i {
	color: #000 !important;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] i.fa-angle-down {
	color: #000 !important;
}

.faq-contact #accordion .panel.panel-default .panel-heading p {
	font-size: 15px;
}

.faq-contact #accordion .panel.panel-default .panel-body {
	border: none;
	padding: 0 25px;
	margin: 15px 0 0 0;
	box-shadow: none;
	height: auto;
}

.faq-contact #accordion .panel.panel-default .panel-body p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a {
	float: left;
	width: 100%;
	font-weight: 500;
	position: relative;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a i.fa-angle-down {
	float: right;
	color: #000;
	margin: 0;
}

.faq-contact #accordion .panel.panel-default .panel-heading p a>i {
	font-size: 20px;
	color: #17a5e9;
	margin: 0 10px 0 0;
}

.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a,
.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
	border: none;
	background: #fff;
	border-radius: 0;
	min-height: 50px;
	padding: 15px 0 12px;
}

.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"] i,
.faq-contact .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a i {
	color: #000 !important;
}

.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
.faq-contact .without_border #accordion .panel.panel-default:nth-child(1) .panel-heading p a {
	color: #000 !important;
}

.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a[aria-expanded="false"] {
	color: #000 !important;
}

.faq-contact .without_border #accordion .panel.panel-default .panel-heading p a>i {
	color: #000 !important;
}



/*---------------------------------------
CONTACTO
-----------------------------------------*/





/*---------------------------------------
FOOTER
-----------------------------------------*/

footer {
	background-color: #039ee3;
	color: #fff;
	padding: 50px 10px 20px 10px;  
}


footer img {
	width: 300px;
	margin-bottom: 20px;
}

footer ul {
	list-style: none;
	padding: 0;
	line-height: 1.8;
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-style: normal;
}

footer ul li a {
	color: #fff;
	text-decoration: none;
}


footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}


footer .rs-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  gap: 10px; 
  justify-content: left; 
  align-items: center;	
}

footer .rs-footer ul li {
  display: inline-block;
	margin-right: 10px;
}

footer .rs-footer ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 25px;
}


footer .contact-dates {
	line-height: 1.8;
	margin-top: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;	
}

footer .googlemaps-frame {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;	
}

footer iframe {
  border-radius: 5px;
	width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


footer .direction-dates {
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: normal;	
	color: #fff;
	font-size: .8rem;
}

footer .direction-dates strong {	
    font-weight: 600;
	font-size: 1rem; 
}


footer .copywriter {	
	margin: 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 992px) {
	
	footer {
		text-align: center;
	}
	
	footer .rs-footer ul {
  justify-content: center; 	
}
	
}

/*---------------------------------------
FOOTER
-----------------------------------------*/





/*---------------------------------------
WHATSAPP
-----------------------------------------*/

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #039ee3;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  text-decoration: none;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  animation: heartbeat 1.5s infinite;
  overflow: visible;
	transition: .3s;
}

.whatsapp-button:hover {
	text-decoration: none;
	background-color: #0B4256;
	color: #fff;
}

.whatsapp-button i {
  position: relative;
  z-index: 2;
}

@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.wave {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #039ee3;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  animation: ripple 2s infinite;
}

.wave1 {
  animation-delay: 0s;
}
.wave2 {
  animation-delay: 0.6s;
}
.wave3 {
  animation-delay: 1.2s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/*---------------------------------------
WHATSAPP
-----------------------------------------*/





