.container{
    width: 100%;
}
/*inicio de informacion*/
.informacion{
    margin: auto;
    width: 80%;
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 20px;
    margin-bottom: 50px;
}
 
.titulo{
    color: #144169;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
}
.subtitulo1{
    font-size: 16px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    margin-bottom: 16px;
    font-weight: bold;
    
}
.subtitulo2{
    font-size: 18px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    color: #ff5a05;
}
.section{
    margin-top: 15px;
    width: 100%;
}
.group-info{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,50%);
    gap: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}
.info1{
    font-size: 16px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
    font-weight: lighter;
  
}
.info2{
    width: 90%;
    
}
.maps{
    width: 100%;
    height: 100%;
}
/*fin de informacion*/
.cotizacion{
    width: 100%;
}
.solicitar{
    width: 100%;
    height: 370px;
    background-image: url(../img/Figuras/estamosaqui.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
.title-coti{
    width: 80%;
    font-size: 25px;
    padding: 10px;
}
.subitulo-coti{
    width: 80%;
    font-weight: lighter;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;

}
.button-formulario{
    margin-top: 50px;
    text-decoration: none;
    padding: 10px;
    background-color: #144169;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.formulario{
    margin: auto;
    width: 80%;
}
.titulo-formulario{
    padding: 20px;
    text-align: center;
    color: #144169;
    font-size: 20px;
}
form{
    width: 100%;
}
.group-datos{
    display: flex;
    justify-content: space-between;
}
.form-group{
    display: flex;
    flex-direction: column;
    width:47%;
}
.form-group2{
    display: flex;
    flex-direction: column;
    width:100%;
}
.ocultar{
    display: none;
}
label{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
.form-control,textarea,select{
    padding: 15px;
    margin-bottom: 5px;
}
button{
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #144169;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
/*inicio de cotizacion*/
/*:::Ventana Modal:::*/
#btn-modal1{
    display: none;
}
.container-modal1{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; left: 0;
    background-color: rgba(144, 148, 150, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#btn-modal1:checked ~ .container-modal1{
    display: flex;
}
.content-modal1{
    width: 100%;
    max-width: 600px;
    height: 550px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    overflow: scroll;
}
.content-modal1 h2{
    margin-bottom: 15px;
}
.content-modal1 p{
    padding: 15px 0px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.content-modal1 .btn-cerrar{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
}
.content-modal1 .btn-cerrar1 label{
    padding: 7px 10px;
    background-color: #5488a3;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 300ms ease;
}
.content-modal1 .btn-cerrar1 label:hover{
    background-color:#185E83;
}
.cerrar-modal1{
    width:100%;
    height: 100vh;
    position: absolute;
    top:0; left: 0;
    z-index: -1;
}

/*:::Fin Ventana Modal:::*/

/*fin de cotizacion*/
@media (max-width:2000px) {
  
   
}

@media (max-width:1500px) {
   
    
    
}

@media (max-width:1250px) {
    
    
}

@media (max-width:1100px) {}

@media (max-width:1050px) {}

@media (max-width:1000px) {
    .titulo{
        font-size: 30px !important;
    }
    .informacion{
        grid-template-columns: repeat(1,100%);
    }
    .maps{
        height: 500px;
    }
}

@media (max-width:900px) {
 
   
}

@media (max-width:800px) {
   
    .content-modal{
        width: 90%;
    }
   
}


@media (max-width:700px) {
  
}

@media (max-width:600px) {
  
    .group-info{
        grid-template-columns: repeat(1,100%);
    }
}

@media (max-width:500px) {
   
    .content-modal{
        width: 80%;
        overflow: hidden;
    }
    button{
        width: 100%;
    }
    textarea{
        height: 50px;
    }
   

}


@media (max-width:450px) {
   
    .group-datos{
        flex-direction: column;
    }
    .form-group{
        width: 100%;
    }
    .content-modal{
        overflow-y: auto;
    }
   
}

@media (max-width:400px) {
   
   
  
}
@media(max-width:350px){

}
@media (max-width:300px) {
   

    
}