@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;600&family=Poppins:wght@100;300;400;800&display=swap');
#header {
	background-image: url("../images/fondo_header_superior.jpg");
	background-size: contain;
	background-repeat: repeat-x;
}
.logo-sup {
	max-width: 250px;
	height: auto;
}
.icon-ws {
	    margin-left: 15px;
    float: right;
    max-width: 70px;
    height: auto;
    margin-top: -5px;
}
.fw-img {
	width: 100%;
	height: auto;
}
#header2 {
	       margin-top: -2.8%;
}
#nosotros {
	background-image: url("../images/fondoNOSOTROS.jpg");
	background-size: cover;
}
.boton-img {
	max-width: 30%;
    height: auto;
}
.l-azul {
	list-style: none;
}
.l-azul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #1cc2ff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.text-azul {
	color: #1cc2ff;
}
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
#ventajas {
	background-image: url("../images/fondo-ventajas.jpg");
	background-size: cover;
}
#emprende {
	background-image: url("../images/fondo-contacto.jpg");
	background-size: cover;
	background-position: bottom center;
	padding-bottom: 18vh !important;
}
footer {
	    margin-top: -8%;
}
#copy {
	bottom: 2%;
	right: 2%;
}
#redes_tecno {
	bottom: 25%;
    left: 20%;
}
#redes_play {
	bottom: 25%;
	right: 20%;
}
#redes_tecno img, #redes_play img {
	max-width: 52px;
	height: auto;
}
#contactoP {
	top: 2%;
    right: 4%;
    width: 35%;
}
#contacto_superior {
	background-color: #FFF;
	padding: 2rem;
	position: relative;
	-webkit-box-shadow:inset 10px -10px 20px 0 rgba(0,0,0,.40);
box-shadow:inset 10px -10px 20px 0 rgba(0,0,0,.40);
}
#contacto_inferior {
	background-color: #FFF;
	padding: 3rem;
	position: relative;
	-webkit-box-shadow:inset 10px -10px 20px 0 rgba(0,0,0,.40);
box-shadow:inset 10px -10px 20px 0 rgba(0,0,0,.40);
}
#contacto_inferior input, #contacto_inferior textarea, #contacto_superior input, #contacto_superior textarea {
	background-color: #c7c6c6;
	border-radius: 0 !important;
	resize: none;
}
#enviar, #enviar2 {
	background-color: transparent !important;
    position: absolute;
    margin-top: 10px;
    left: 30%;
    width: 38%;
}
#local::prev {
	content: '';
	position: absolute;
}
#locV, #locV2 {
	left: -40%;
	margin-top: -10%;
	display: none;
}
#locV .list-group, #zonaV .list-group, #locV2 .list-group, #zonaV2 .list-group {
	border-radius: 0 !important;
}
.flecha-izq {
	    margin-top: 7px;
    margin-left: -20px;
}
.flecha-der {
	margin-top: -47px;
    right: 30px;
}
#zonaV, #zonaV2 {
	right: -23%;
    margin-top: -7%;
	display: none;
}
.list-group a {
	background-color: #b7b7b7;
}
.list-group a:nth-child(odd){
	background-color: #c8c7c7;
}
.list-group-item-action:hover {
	background-color: #cfcdcd !important;
}
.flecha-abajo {
	position: absolute;
    bottom: 19%;
    left: 45%;
}
#otro, #otro2 {
	    background-color: #FFF !important;
    width: 70%;
    float: right;
	border-radius: none !important;
}
#sliderMobil {
	display: none;
}
#whatsapp_fixed {
	position: fixed;
    z-index: 9;
    bottom: 2%;
    right: -25%;
	-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all .8s ease;
}
#wa-window {
	position: fixed;
    z-index: 999;
    bottom: 10%;
    right: -40%;
    background-color: #FFF;
	width: 30%;
	-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-ms-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all .8s ease;
}
.abre-wa {
	right: 1% !important;
}
#colorVerde {
	    background: #2db742;
}
.wa__popup_chat_box {
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	margin-top: -12%;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:first-child {
	transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_content_list .wa__popup_content_item {
    margin: 14px 0 0;
    opacity: 1;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    will-change: opacity,transform;
}
.wa__popup_chat_box .wa__stt {
    background: #f5f7f9;
    border-left: 2px solid #2db742;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    display: table;
    padding: 13px 40px 12px 74px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.wa__stt_online {
    backface-visibility: hidden;
    background: #2db742;
    cursor: pointer;
    transition: all .4s ease!important;
    -webkit-transition: all .4s ease!important;
    -moz-transition: all .4s ease!important;
    will-change: transform;
}
.wa__stt_online:before {
    background: transparent;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    width: 100%;
    will-change: opacity;
    z-index: -1;
}
.wa__popup_avatar {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    left: 12px;
    overflow: hidden;
    position: absolute;
    top: 12px;
}
.wa__popup_content_item .wa__cs_img_wrap {
    height: 48px;
    width: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
    display: table-cell;
    height: 48px;
    min-height: 48px;
    vertical-align: middle;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name {
    color: #363c47;
    font-size: 14px;
    line-height: 1.188em!important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
    color: #989b9f;
    font-size: 11px;
    line-height: 1.125em!important;
    padding: 2px 0 0;
}
.wa__stt:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NzguMTY1IDQ3OC4xNjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3OC4xNjUgNDc4LjE2NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPjxwYXRoIGQ9Ik00NzguMTY1IDIzMi45NDZjMCAxMjguNTY3LTEwNS4wNTcgMjMyLjk2Ni0yMzQuNjc5IDIzMi45NjYtNDEuMTAyIDAtNzkuODE0LTEwLjU5OS0xMTMuNDQ1LTI4Ljk2OUwwIDQ3OC4xNjVsNDIuNDM3LTEyNS4wNGMtMjEuNDM4LTM1LjA2NS0zMy43Ny03Ni4yMDctMzMuNzctMTIwLjE1OUM4LjY2NyAxMDQuMzQgMTEzLjc2MyAwIDI0My40ODUgMGMxMjkuNjIzIDAgMjM0LjY4IDEwNC4zNCAyMzQuNjggMjMyLjk0NnpNMjQzLjQ4NSAzNy4wOThjLTEwOC44MDIgMC0xOTcuNDIyIDg3LjgwMy0xOTcuNDIyIDE5NS44NjggMCA0Mi45MTUgMTMuOTg2IDgyLjYwMyAzNy41NzYgMTE0Ljg3OWwtMjQuNTg2IDcyLjU0MiA3NS44NDktMjMuOTY4YzMxLjEyMSAyMC40ODEgNjguNDU3IDMyLjI5NiAxMDguNTgzIDMyLjI5NiAxMDguNzIzIDAgMTk3LjMyMy04Ny44NDMgMTk3LjMyMy0xOTUuOTA4IDAtMTA3Ljg4Ni04OC42LTE5NS43MDktMTk3LjMyMy0xOTUuNzA5ek0zNjEuOTMxIDI4Ni42MmMtMS4zOTUtMi4zMzEtNS4yMi0zLjc0Ni0xMC44OTgtNi44MTQtNS45MTctMi44NDktMzQuMDg5LTE2LjQ5Ny0zOS41MDgtMTguMzctNS4xNi0xLjkxMy04Ljk4Ni0yLjg0OS0xMi44MTEgMi44MjktNC4wMDUgNS42MzgtMTQuOTAzIDE4LjYyOS0xOC4yMyAyMi4zNTQtMy41NDYgMy43ODUtNi44NTQgNC4yNjQtMTIuNTUyIDEuNDM1LTUuNjE4LTIuODA5LTI0LjI2Ny04Ljg2Ni00Ni4yMDMtMjguMzkxLTE3LjA1NS0xNS4wNDItMjguNjctMzMuNzExLTMxLjk5Ny0zOS41MDgtMy40MjctNS43NTgtLjM5OC04LjgyNiAyLjQ3MS0xMS42MzUgMi42OS0yLjU5IDUuNzc4LTYuNzM0IDguNjI3LTEwLjA0MSAyLjk2OS0zLjI4NyAzLjkwNS01LjYzOCA1Ljc5OC05LjQyNCAxLjkxMy0zLjkwNS45MzYtNy4xOTItLjQ3OC0xMC4xNDEtMS40MTUtMi44NDktMTMuMDEtMzAuODgxLTE3Ljc1Mi00Mi4zMzctNC44NDEtMTEuNDE2LTkuNTQzLTkuNTIzLTEyLjg3MS05LjUyMy0zLjQ2NyAwLTcuMjEyLS40NzgtMTEuMTE3LS40NzgtMy43ODUgMC0xMC4wNDEgMS4zOTUtMTUuMzgxIDcuMTkyLTUuMiA1LjY1OC0yMC4xMjMgMTkuNDY1LTIwLjEyMyA0Ny41OTcgMCAyOC4wNTIgMjAuNjAxIDU1LjMwOCAyMy41NSA1OS4wNTMgMi44NjkgMy43ODUgMzkuNzQ3IDYzLjE5NyA5OC4zMDMgODYuMDcgNTguNDc2IDIyLjg3MiA1OC40NzYgMTUuMzIxIDY5LjExNSAxNC4zNjUgMTAuMzgtLjk1NiAzNC4wNjktMTMuODY3IDM4LjgxMS0yNy4wOTYgNC42Ni0xMy40NSA0LjY2LTI0Ljc2NiAzLjI0Ni0yNy4xMzd6IiBmaWxsPSIjMkRCNzQyIi8+PC9zdmc+) 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    content: "";
    height: 20px;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
}
#cierraWS {
	top: 1%;
    left: 1%;
}
.abierto {
	 right: 1% !important;
}
.glow {
	top: -.2%;
    left: .5%;
	
	-webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}
.smile {
	top: 3%;
    right: .2%;
    z-index: 9;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@media only screen AND (max-width: 414px){
	#slider {
		display: none;
	}
	#contactoP {
    top: 0%;
    right: 0%;
    width: 80%;
    margin: 0 auto;
    position: relative !important;
}
	#sliderMobil {
		display: block;
	}
	.slick-dots li button:before {
		font-size: 12px !important;
	}
	.slick-dots {
		bottom: 10px !important;
	}
	#enviar, #enviar2 {
		margin-top: 18px;
	}
	#emprende {
		padding-bottom: 0vh !important;
	}
	#redes_tecno img, #redes_play img {
		    max-width: 16px;
	}
	#copy {
		right: 6%;
	}
	#locV, #locV2 {
		left: 0;
		margin-top: 1rem;
		position: relative !important;
		margin-bottom: 1rem;
	}
	#zonaV, #zonaV2 {
		right: 0;
		margin-top: 1rem;
		display: none;
		position: relative !important;
		margin-bottom: 1rem;
	}
	.flecha-der {
    	margin-top: -40px;
	}
}