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

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


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.8rem; 
    color: #616161; 
} 

.h2banner{
	font-weight: 400;
    font-family: "Montserrat", sans-serif;
  	font-size: 1.6rem;  
    background: #0B6FF8;
    display: inline-block;
    color: white;
    padding: 5px;
}

.m-txt{
    color: #6d6e71!important;
    font-weight: 500;
}

.m-txt:hover{
    color: #0b6ff8!important;
    font-weight: 500;
}

.txt-blue{
    color: #0B6FF8;
}

.txt-gray{
    color: #575757;
}

.fw500{
    font-weight: 500;
}
/*backgrounds*/

.bg-menu{
    background: #ebeced;
}

.bg-gray{ 
	background:#6d6e71;
}

.bg-cards{
    background: #e1e1e1; 
} 
 
.bg-blue{ 
	background:#0B6FF8;
}


.bg-footer{
	background: black;
}


.bg-footer2{
	background: gray;
}
 
.parallax1 { 
  /* The image used */
  background: url(../img/parallax_renta_de_multifuncionales.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_renta_de_multifuncionales.webp) center center no-repeat;
    background-size: 100%;
    height: 440px;
}  

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


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

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

.img-size-footer{
    width: 360px;
}

.img-size-lc{
    width: 200px;
}

/* CARDS*/

.card-height{
    height: 300px;
}

.card-height2{
    height: 350px;
}


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

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


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

.btn-llamanos:hover{
    background: #850202;
    color: white;
    border-radius: 10px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
 
.btn-whats{
    background: #00e676;
    color: black;
    border-radius: 10px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
}
  
.btn-whats:hover{
    background: #01cd6a;
    color: white;
    border-radius: 10px;
    font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
} 
 

.btn-1{
	background:  #004097;
	font-weight: 600;
	color: white;
	font-size: 16px;
	border-radius: 10px;
    text-transform: uppercase;
}

.btn-1:hover{
	background: #0B6FF8; 
	font-weight: 600;
	color: white;
	font-size: 16px;
	border-radius: 10px;
    text-transform: uppercase;
}


.btn-2{
	background:  #004097;
	font-weight: 600;
	color: white;
	font-size: 16px;
	border-radius: 10px;
    text-transform: uppercase;
}

.btn-2:hover{
	background: #ffffff; 
	font-weight: 600;
	color: #004097;
	font-size: 16px;
	border-radius: 10px;
    text-transform: uppercase;
}


/*botones de gracias*/


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

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


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

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

/*fin botones de gracias*/


/*fondo formulario*/ 
.bg-form {
    background: rgb(215 215 215);
    border-radius: 20px;
}



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

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

/*banner fondo*/
#banner {
    background-image: url(../img/banner_renta_de_multifuncionales.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) */
}


 
 

/*caja con fondo blanco*/
.graybox2 {
    border-top: 2px #636363 solid;
    border-right: 2px #636363 solid;
    border-left: 2px #636363 solid;
    border-bottom: 2px #636363 solid;
    background:white;
    padding: 12px;
}


/*caja*/
.graybox {
    border-top: 2px #636363 solid;
    border-right: 2px #636363 solid;
    border-left: 2px #636363 solid;
    border-bottom: 2px #636363 solid;
    padding: 12px;
}


.bg-gray-box-title{
	background: #5b5b5b;
	margin: 0!important;
	padding: 5px;
}
 
/*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: 23px;
} 

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

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


#banner {
    background-size: 130% auto;
    background-position: -15px 0px;
}
 
.movilbanner{
	padding-top: 18px;
    font-size: 30px;
	margin-bottom: 4px;
}

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


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

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



}

