
#bloque1{
padding: 40px;
background-color: var(--color-c4); 
}
#nav{
 background-color: black;
}

.tituloPortada{
    text-align: center;
    font-size: 3rem;
    color: var(--color-c6);
    margin-bottom: 30px;
     font-family: 'Gotham Bold';
}

.cardForm{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 background-color: white;
     border-radius: 5px;
     padding: 20px;
     z-index: 5;
}
.cardClaimForm{
      width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
 background-color: white;
padding: 20px 0px;
}

.textoTelefono{
   width: 100%;
   text-align: center;
    background-color: var(--color-c3);
    color:white;
    text-decoration: none;
    font-size: 2.5rem;
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
     font-family: 'Gotham Bold';
}

.textoClaim{
    text-align: center;
    font-size: 2.5rem;
    margin: 0px;
    line-height: 1.2;
      color:black;
       font-family: 'Gotham Bold';
}

.textoClaim2{
       text-align: center;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1.2;
    color:black;
    margin-top: 20px;
     font-family: 'Gotham Bold';
}

.inputCalculadora{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border:1px solid grey;
    margin-bottom: 20px;
}

.control-group .control-checkbox{
    font-size: 0.9rem;
    margin: 0px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.formularioCalculadora{
    background-color: white;

}

#oForm{
    min-height: auto;
   
}
.botonEnviar2{
    width: 100%;
    padding: 15px;
    background-color:#000000;
    border:none;
    color:white;
    font-size: 1.5rem;
    margin: 0px;
    line-height: 1;
    border-radius: 5px;
     font-family: 'Gotham Bold';
}


/* IMAGENES......................... */

#seccionImagen1{
   position: relative;


}
#seccionImagen2{
   position: relative;
  

}
.imagenPortada1{
     position: absolute;
    width: 100%;
    height: 574px;
    background: url(../images/img552/xxl-izquierda.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -120px;
     z-index: 1;
}
.imagenPortada2{
    position: absolute;
    width: 100%;
    height: 578px;
    background: url(../images/img552/xxl-derecha.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     z-index: 2;
         right: 160px;
}


@media (max-width: 1500px) {

.tituloPortada{
    margin-bottom: 20px;
}
.textoTelefono{
    font-size: 1.8rem;
}
.textoClaim{
    font-size: 1.8rem;
}
.textoClaim2{
    font-size: 1.1rem;
}
    .imagenPortada1{
        height: 500px;
        right: -80px;
    }
      .imagenPortada2{
        height: 500px;
        right: 100px;
    }

}


@media (max-width: 1200px) {
    .tituloPortada{

        margin-bottom: 0px;

    }

.imagenPortada1{
position: relative;
    width: 100%;
    height: 381px;
    background: url(../images/img552/xs-abajo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
     right: 0px;
     z-index: 1;

}
.imagenPortada2{
position: relative;
    width: 100%;
    height: 580px;
    background: url(../images/img552/xs-arriba.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  right: 0px;
     z-index: 1;
     margin-top: -180px;
}

.cardForm{
    margin-top: -100px;
}



}

@media (max-width: 990px) {

       .tituloPortada{

        font-size: 2.5rem;

    }

}


@media (max-width: 765px) {
    #bloque1{
       padding:20px;
    }
    .textoTelefono{
        margin-bottom: 10px;
    }
    .cardClaimForm{
       padding: 10px 0px;
    }
    .tituloPortada{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .textoTelefono{
        font-size: 1.5rem;
    }
    .textoClaim{
        font-size: 1.5rem;
    }
    .textoClaim2{
       font-size: 1rem;
       margin-top: 10px;
    }
    .cardForm{
        padding: 10px 5px;
    margin-top: -50px;
}

.imagenPortada1{
 height: 200px;
}

.imagenPortada2{
 height: 200px;
 margin-top: -50px;
}

.control-group .control-checkbox{
    font-size: 0.8rem;
}
.inputCalculadora{
    margin-bottom: 10px;
}

}



@media (max-width: 600px) {
.cardForm{
    margin-top: -50px;
}



.imagenPortada2{
 margin-top: -60px;
}



}


@media (max-width: 380px) {

.textoTelefono, .textoClaim{
    font-size: 1.2rem;
}
.textoClaim2{
    font-size: 0.9rem;
}


}

@media (max-width: 380px) {

    .tituloPortada{
     font-size: 1.8rem;
    }
    .botonEnviar2{
        font-size: 1.2rem;
    }
}