@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	font-family: "Montserrat", sans-serif;
	color: 444543;
}


h1{
	font-family: "Montserrat", sans-serif;
	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;
}

.menu1{
	position: fixed!important;
}

.h1banner{ 
	font-weight: 400;
    font-family: "Montserrat", sans-serif;
  	font-size: 2.1rem; 
  	text-shadow: 5px 5px 5px #000;
    margin-top: -130px;
}

.h2banner{
	font-weight: 400;
    font-family: "Montserrat", sans-serif;
  	font-size: 2.8rem;  
}
 
.txt-green{
    color: #6aad54;
} 

.txt-red{
    color: #ec1c22;
}

.txt-bblue{
    color: #00a0d5;
}

.txt-mail{
    color: white;
}
.txt-mail:hover{
    color: white;
}

.m-txt{
    color: #141f2f!important;
}

.m-txt:hover{
    color: #70b164!important;
}

.txt-tel{
    color: #ec1c22!important;
}

.txt-tel:hover{
    color: #9b3532!important;
}
 
/*backgrounds*/

.bg-menu{
    background: #ededed !important;
} 

.bg-green{
    background: #6aad54;
} 

.bg-blue{
    background: #141f2f;
}

.bg-gray{ 
	background:#5b5b5b;
}
 
.bg-footer{
	background: #040c18;
}


/*listado servicios*/

.serv-list {
    list-style: none; /* Ocultar el bullet por defecto */
    padding-left: 0;
  }
  
  .serv-list li {
    position: relative; /* Para posicionar el ícono */
    padding-left: 25px; /* Espacio para el ícono */
  }
  
  .serv-list li::before {
    content: "\F26A"; /* Código del ícono según la fuente de Bootstrap Icons */
    font-family: "bootstrap-icons"; /* Definir la fuente para Bootstrap Icons */
    position: absolute;
    left: 0;
    top: 0;
    font-size: .9em; /* Tamaño del ícono */ 
    color: #ec1c22; /* Color del ícono */ 
  }

  /*listado unidades*/

.uni-list {
    font-size: 18px;
    list-style: none; /* Ocultar el bullet por defecto */
    padding-left: 0;
  }
  
  .uni-list li {
    position: relative; /* Para posicionar el ícono */
    padding-left: 25px; /* Espacio para el ícono */
  }
  
  .uni-list li::before {
    content: "\F270"; /* Código del ícono según la fuente de Bootstrap Icons */
    font-family: "bootstrap-icons"; /* Definir la fuente para Bootstrap Icons */
    position: absolute;
    left: 0;
    top: 0;
    font-size: .9em; /* Tamaño del ícono */ 
    color: #ec1c22; /* Color del ícono */ 
  }
  
  /*listado 3*/

.three-list {
    list-style: none; /* Ocultar el bullet por defecto */
    padding-left: 0;
    font-size: 18px;
  }
  
  .three-list li {
    position: relative; /* Para posicionar el ícono */
    padding-left: 25px; /* Espacio para el ícono */
  }
  
  .three-list li::before {
    content: "\F3E7"; /* Código del ícono según la fuente de Bootstrap Icons */
    font-family: "bootstrap-icons"; /* Definir la fuente para Bootstrap Icons */
    position: absolute;
    left: 0;
    top: 0;
    font-size: .9em; /* Tamaño del ícono */ 
    color: #6aad54; /* Color del ícono */ 
  } 
 
.parallax1 { 
  /* The image used */
  background: url(../img/parallax.webp) center center no-repeat;
  background-size: cover;

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

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


.bg-img-lat {
    background: url(../img/fondo1.webp) center center no-repeat;
    background-size: 100%;
    height: 440px;
}  

 
.bg-img {
    background: url(../img/bg-img.webp) center center no-repeat;
    background-size: cover;
} 


.img-size{
	width: 70px;
	text-align: center!important;
} 


.img-size2 {
    width: 400px;
}

.img-size3{
	width: 200px;
	text-align: center!important;
} 

/*BOTONES*/
.btn-envia{
    background: #ec1c22;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}

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


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

.btn-llamanos:hover{
    background: #005470; 
    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: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 

.btn-1{
	background: #ec1c22!important;
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px;
}

.btn-1:hover{
	background:#6c2523!important; 
	font-weight: bold;
	color: white;
	font-size: 16px;
	border-radius: 0px; 
}



/*botones de gracias*/
.btn-return{
	background: #c73834;
	font-weight: bold;
	color: white;
	font-size: 17px;
	border-radius: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-return:hover{
	background: #75211e;
	font-weight: bold;
	color: white;
	font-size: 17px;
	border-radius: 0px; 
    padding-right: 15px;
    padding-left: 15px;
}


.btn-llamanos-g{
    background: #00a0d5;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-llamanos-g:hover{
    background: #056686;
    color: white;
    border-radius: 0px; 
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-whats-g{
    background: #00e676;
    color: black;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-whats-g:hover{ 
    background: #01cd6a;
    color: white;
    border-radius: 0px;
    font-size: 21px;
    padding-right: 15px;
    padding-left: 15px;
} 

/*fin botones de gracias*/


/*fondo formulario*/ 
.bg-form {
    background: rgba(255, 255, 255, .7);
}


/*tamaño logo*/
#logo img {
	max-height: 50px!important;
}

/*banner fondo*/
#banner {
    background-image: url(../img/banner.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/*efecto zoom imagenes*/
.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) */
}

/*redes sociales iconos*/
.white-icon {
	color: white!important;
	text-decoration: none!important;
	font-size: 21px !important;
}

/*textos footer*/
.txt-footer{
	color: white;
	font-size: 17px;
}


@media (max-width: 768px){

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

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

#banner {
    background-size: 160% auto;
    background-position: 0px 0px;
}

.h1banner{ 
	padding-top: 18px;
    font-size: 25px;
	margin-bottom: 4px;
    margin-top: 0px;
}


.bgformovil{
	margin-top: 150px;
	margin-bottom: 20px;
	background: #cccccc;
	color: white!important;
}



}

