@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,h6{
	font-family: "Poppins";
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
}

body{
	font-family: "Lato";
	font-size: 16px;
	line-height: 1.7em;
}
.de_tab.tab_steps .de_nav li span{
	font-family: "Poppins";
}

.expand h4{
	font-size: 15px;
}

h1{
	text-align: left;
	letter-spacing: 0;
	font-size: 48px;
	text-transform: none;
	letter-spacing: -2px;
}

h2{
	font-size: 32px;
	letter-spacing: -1.15px;
}

#mainmenu,
#mainmenu li a{
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: 0;
}

#mainmenu > li > a{
	font-weight: 600;
}

.de_count.ultra-big{
	padding: 0;
}

.de_count.ultra-big h3{
	letter-spacing: -10px;
	margin-bottom: 0;
}

.de_count.ultra-big span{
	letter-spacing: 0;
	font-size: 16px;
}

.de_phone-simple .d-num{
	color: #000000;
	letter-spacing: -1.1px;
}

a.btn-custom,
a.btn-custom:hover{
	letter-spacing: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.box-number.square i{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.de_tab.tab_steps .de_nav li span{
	text-transform: none;
}

p.lead{
	font-size: 17px;
}

footer{
	font-size: 14px;
}

footer .widget ul li{
	padding: 2px 0;
}

footer address span{
	padding: 2px 0;
}











#floating-menu {
  cursor: pointer;
}

#floating-icon{
 overflow: hidden;
    position: fixed;
    z-index: 99999;
    bottom: 28px;
    right: 15px;
    background-color: #f45923;
    width: 39px;
    height: 30px;
    border-radius: 4px;
}

#floating-icon span{
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 5px;
  border-radius: 50px;
}

#floating-ligar,
#floating-whatsapp,
#floating-emergencia{
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 99998;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
}

#floating-ligar{
  right: 20px; 
  bottom: 20px;  
  background-color: #43c0be;
  -webkit-animation: slide-ligar .75s forwards;
  -webkit-animation-delay: .75s;
  animation: slide-ligar .75s forwards;
  animation-delay: .75s;
}

#floating-icon,
#floating-ligar,
#floating-whatsapp,
#floating-emergencia{
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}

@-webkit-keyframes slide-ligar {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 20px; 
    bottom: 100px;
  }
}

@keyframes slide-ligar {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 20px; 
    bottom: 100px;
  }
}

#floating-whatsapp{
  right: 20px;
  bottom: 20px;
  background-color: #32b32e;
  -webkit-animation: slide-whatsapp .75s forwards;
  -webkit-animation-delay: .75s;
  animation: slide-whatsapp .75s forwards;
  animation-delay: .75s;
}

@-webkit-keyframes slide-whatsapp {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 70px; 
    bottom: 70px;
  }
}

@keyframes slide-whatsapp {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 70px; 
    bottom: 70px;
  }
}

#floating-emergencia{
  right: 20px;
  bottom: 20px;
  background-color: #088fd0;
  -webkit-animation: slide-emergencia .75s forwards;
  -webkit-animation-delay: .75s;
  animation: slide-emergencia .75s forwards;
  animation-delay: .75s;
}

@-webkit-keyframes slide-emergencia {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 100px; 
    bottom: 20px;
  }
}

@keyframes slide-emergencia {
  0%{
    right: 20px; 
    bottom: 20px;     
  }
  100% { 
    right: 100px; 
    bottom: 20px;
  }
}

#floating-menu svg{
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}

#floating-menu a{
  color: #fff;
}

/* Modal */
.modal-open {
  overflow: auto;
}

.modal-dialog{
  top: 25%;
  width: 40%;
}

.modal-content{
  border-radius: 0;
}

.modal-body{
  padding: 30px 80px;
  height: fit-content;
}

.fechaModal{
  float: right;
  margin-top: -20px;
  margin-right: -20px;
  background: #93b662;
  border: none;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  position: relative;    
}


