body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #212529;
}

.wrapper-schedules{
	background-color: #1A2D51; 
	width: 100%; 
	color:#fff;
	padding:5px;
}

.wrapper-hire{
	background-color: #fff; 
	width: 100%; 
	padding-top:10px;
	padding-bottom:4px;
}

.button-call{
	background-color: #FF7C3E; 
	width: 90%; 
	padding-top:10px;
	padding-bottom:4px;
	border-radius: 23px;
	margin: 0px auto;
	margin-bottom: 10px;
}

.btn-whatsapp{
	background-color: #3BE256; 
	width: 90%; 
	padding-top:10px;
	padding-bottom:4px;
	border-radius: 23px;
	margin: 0px auto;
	margin-bottom: 10px;
}

.circle-whatsapp{
	width: 50px;
	height: 50px;
	background-color: #30D14B;
	border-radius: 50%;
	display: inline-flex; /* Cambiado a inline-flex para estar en la misma línea que el texto */
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-right: 10px; 
}


      /* Estilos para el contenedor principal */
        .contenedor-principal-w {
            display: flex;
            align-items: center;
            justify-content: center;
            
        }

        /* Estilos para el círculo blanco */
        .circulo-blanco-w {
            width: 33px;
            height: 33px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        /* Estilos para el círculo verde */
        .circulo-verde-w {
            width: 32px;
            height: 32px;
            background-color: #2CD147;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Estilos para el ícono de WhatsApp */
        .whatsapp-icon-w {
            font-size: 25px;
            color: #fff;
        }
        
        /* Estilos para el contenedor azul (rectángulo) */
        .contenedor-azul-w {
            background-color: #3BE256;
            padding: 5px;
            border-radius: 0px 20px 20px 0px;
            margin-left: -15px; /* Espacio entre los círculos y el rectángulo azul */
        }
        
        /* Estilos para el texto en el contenedor azul */
        .texto-azul-w {
            color: #fff;
            font-size: 12px;
            text-align: left;
        }
        



        /* Estilos para el contenedor principal */
        .contenedor-principal {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Estilos para el círculo blanco */
        .circulo-blanco {
            width: 80px;
            height: 80px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        /* Estilos para el círculo verde */
        .circulo-verde {
            width: 70px;
            height: 70px;
            background-color: #2CD147;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding:13px;
        }

        /* Estilos para el ícono de WhatsApp */
        .whatsapp-icon {
            font-size: 50px;
            color: #fff;
        }

        /* Estilos para el contenedor azul (rectángulo) */
        .contenedor-azul {
            background-color: #3BE256;
            padding: 10px;
            border-radius: 0px 20px 20px 0px;
            margin-left: -10px; /* Espacio entre los círculos y el rectángulo azul */
        }

        /* Estilos para el texto en el contenedor azul */
        .texto-azul {
            color: #fff;
            font-size: 19px;
        }



.circle {
	width: 35px;
	height: 35px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-flex; /* Cambiado a inline-flex para estar en la misma línea que el texto */
	justify-content: center;
	align-items: center;
	color: #FF7C3E;
	margin-right: 10px; 
}

.wrapper-coverage{
	background: #0D74EA;
	width: 95%; 
	color:#fff;
	margin: 0px auto;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.call-button:hover{
  text-decoration: none;
}

.send-form {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Agregar sombra al botón */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    /* Puedes ajustar los valores según tus preferencias */

    width:50%;
    background-color:#FF7C3E;
    color:white; 
    font-weight:bold; 
    font-size:20px;
}

#submenu{
	position: absolute;
    background: white;
    border: 1px solid;
    padding: 5px;
    width: 140px;
    text-align: center;
    border-radius: 6px;
    left: -2rem;
	bottom: -2.3rem;
}

#form-whats-float, #form-phone-float, #form-whats, #form-phone{  
	position: absolute;
    background: white;
    z-index: 999;
    padding: 13px;
    width: 250px;
    right: -3rem;
    top: 4rem;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
} 

#form-whats-banner{
	position: relative;
    top: 14rem;
    left: 5rem;
    z-index: 99999999999;
    width: fit-content;
}

#form-phone-float{    
	top: -8rem;
    right: 4rem; 
}

#form-whats-float{    
	top: -13rem;
    right: 4rem; 
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-weight: 400;

	
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	
}

h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}  

p{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}


.h1banner{ 
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
  	font-size: 75px; 
  	line-height: 1.2;
}

.h2banner{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
  	font-size: 35px;  
}



.m-txt{
	font-size: 16px!important;
	color: #0f2353!important;
	
}

.txt-footer{
	color: white!important;
}

.txt-footer:hover{
	color: white!important;
	text-decoration-color: white!important;
}  

.m-txt:hover{
	font-size: 16px!important;
	color: #332eff!important;
	
}

.txt-tc{
	font-size: 40px!important;
}


.txt-tc2{
	font-size: 20px!important;
}

.txt-tc3{
	font-size: 30px!important;
}


.txt-card2{
	font-size: 25px!important;
}

.txt-whats-banner{
	font-size: 25px!important;
	line-height:30px!important;
	
}

.txt-card{
	font-size: 20px!important;
}

.txt-form{
	color: #332eff;
}

.txt-orange{
	color: #ff8933;
}

.txt-blue1{
	color: #332eff;
}

.txt-blue2{
	color: #011d50;
}

.txt-gray{
	color: #6c6c6c;
}

.txt-green{
	color: #cef83c;
}

.weight{
	font-weight: 300!important;
}

.weight2{
	font-weight: 600!important;
}

.weight3{
	font-weight: 500!important;
}




.bg-lg{
	background: #646c73;
}

.bg-green{
	background: #cef83c;
}

.bg-orange{
	background: #ff8933;
}
.bg-green2{
	background: #c3fb00;
	padding: 4px!important;
}
.bg-blue1{
	background:#332eff;
}

.bg-blue2{
	background:#011d50;
} 
 
.bg-white{
	background: white; 
}
 
.bg-footer{
	background: #2e2e2e;
}


.bg-diagonal-gradient {
  background: linear-gradient(to bottom right, #3a5ba2, #5da9de);
}


.bg-diagonal-gradient2 {
  background: linear-gradient(to bottom right, #f55503, #fe9e01);
}

.txt-dark{
	color: black;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	
}

.txt-dark:hover{
	color: #363a66;
	font-size: 17px;
	font-weight: bold;
	
}



.parallax1 { 
  /* The image used */
  background: url(../img/parallax0.jpg) center center no-repeat;
  background-size: cover;

  /* Set a specific height */
  min-height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}


  
.fondo0 {
    background: url(../img/fondo0.png) center center no-repeat;
    background-size: cover;
    height: 200px;
}  

.img-footer{
	width: 150px;

} 

.img-card{
	width: 200px;

} 

.img-n{
	width: 70px;

} 

.img-whats{
	width: 50px;

} 

.img-pay{
	width: 380px;
} 

.img-size{
	width: 80px;

} 

.img-size2{
	width: 340px; 
}

.img-size3{
	width: 680px; 
}

.img-size4{
	width: 190px;
}



.btn-envia{
    background: #332eff;
    color: white;
    border-radius: 0px;
    font-size: 16px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-envia:hover{
    background: #1f1bc9;
    color: white;
    border-radius: 0px;
    font-size: 16px;
		margin-left: 5px;
	margin-top: 5px; 
}

 
.btn-llamanos{ 
    background: #e9332c;
    color: white; 
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-llamanos:hover{
    background: #9a221e;
    color: white; 
    border-radius: 0px;
    font-size: 14px;
		margin-left: 5px;
	margin-top: 5px; 
}
 
.btn-whats{
    background: #00e676;
    color: black;
    border-radius: 0px;
    font-size: 17px;
	margin-left: 5px;
	margin-top: 5px;
}

.btn-whats:hover{
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 17px;
	margin-left: 5px;
	margin-top: 5px;
} 

.btn-form1{
	background: #ff0019!important;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0px;


}

.btn-form1:hover{
	background: #980312!important; 
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0px; 

}
 
 


.btn-1{
	background: #ff8933!important;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}

.btn-1:hover{
	background: #d56d21!important; 
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}

.btn-blue{
	background: #332eff!important;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}

.btn-blue:hover{
	background: #1b17a9!important; 
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}

.btn-green{
	background: #cef83c!important;
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}

.btn-green:hover{
	background: #9fc320!important; 
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0px;

}


.bg-form {
    background: #ff89339c;
}



.shadow {
    box-shadow: 0px 1px 12px #888888;
}


.menu-sticky {
    position: fixed;
    top: 0px;
    bottom: auto;
    width: 100%;
    z-index: 9999;
} 

#logo img {
	max-height: 50px;
}

#banner {
    background-image: url(../img/banner.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
	height: 600px;
}



.zoom {
	padding-top: 1rem;
    transition: transform .2s;
    height: auto;
    margin: 0;
    max-width: 100%;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

 #whatsBanner{
	background: #46c45a;
    color: white;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
	margin: auto;
	position: relative;
    top: 13rem;
}


.carousel-control-prev, .carousel-control-next{
	background: none!important;
    border-style: none!important;
}

.bg-form2{
	background: #eee;
}

.padding-form{ 
	padding: 20px!important;
}

@media (max-width: 768px){
	
.banner-1{
	width: 500px;
}	
	
.fondo0 {
    background: url(../img/fondo0.png) center center no-repeat;
    background-size: cover;
    height: 250px;
}  	

.txt-movil{
	font-size: 16px;
} 

.txt-movil2{
	font-size: 24px;
} 

.txt-movil3{
	font-size: 20px;
}
.fondo1 {
    background: url(../img/fondo1.jpg) center center no-repeat;
    background-size: 100%;
    height: 240px;
}

#form-whats-banner{
	top: -2rem;
    position: absolute;
    right: 4.5rem;
}

#whatsBanner{
    padding: 9px;
    font-size: .9rem;
    top: 13.5rem;
    right: -4rem;
}

#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
	height: 285px; 
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 31px;
	margin-bottom: 4px;
}

.movilbanner2{
	/*padding-top: 23px;*/
    font-size: 19px;
	margin-bottom: 4px;
}


.movilform1{
	margin-top: 10px;
    text-align: center;
}

.bgformovil{
	margin-top: 260px;
	margin-bottom: 40px;
	background: #ff89339c;
	color: white!important;
}

.txt-principal{
	background: #cd3525;
	color: white!important;
	text-shadow: none!important;
	font-size: 20px;
	padding: 12px;
}

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) 
{
    .contenedor-principal-w
    {
		display: none;	
	}
	.button-call{
		width: 40%;
	}

	.wrapper-coverage{
		width: 50%;
	}

	#call-without-phone{
		display: none;
	}

	#call-with-phone{
		display: block;
	}
}


@media only screen and (min-width: 340px) and (max-width: 820px) 
{
	.container-btn-whatsapp{
		display: none;
	}

	#call-without-phone{
		display: block;
	}

	#call-with-phone{
		display: none;
	}

}
/*
@media (max-width: 1250px){  
	.carousel-item img {
	    width: 160% !important;
	    max-width: 200%;
	    margin-left: -30%;
	}
}
*/
@media (max-width: 1250px){  
	.carousel-item img {
	    width: 100% !important;
	    max-width: 200%;
	}
}

