﻿
/* ------------------------------------------------------------------------------------------------------------------------- */
html { scroll-behavior: smooth; }

#myBtn,
#boton-contacto,
#otros-seguros {
    border: 0.0625rem solid #EC0044;
    color: #EC0044;
    background-color: #FFFFFF;
    font-weight: 400;
}

#cotizador {
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0px 3px 9px -3px #000000, 0px 13px 13px 2px rgba(0,0,0,0.13);
    -webkit-box-shadow: 0px 3px 9px -3px #000000, 0px 13px 13px 2px rgba(0,0,0,0.13);
}

#cotizador h3{
    font-weight: 900;
    color: #EC0044;
    font-size: 18px;
    margin: 0 auto;
    padding: 0.5rem 0 2rem;
}

#cotizador legend{
    border: none;
    font-size: 18px;
    font-weight: 900;
    color: #003368;
}

#cotizador .form-group > label{ padding-left: 1rem; }

#cotizador input[type="text"],
#cotizador input[type="tel"],
#cotizador input[type="email"],
#cotizador input[type="number"],
#cotizador select{
    background-color: #EFEFEF;
}

#cotizador #boton-cotizar { 
    color: #FFFFFF;
    background-color: #EC0044;
    padding: 0.75rem 5rem;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 2rem;
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* MEDIA QUERYS*/
/* mobile small */
@media screen and (max-width: 600px) {
    #IndicadorRecibirInformacion{ margin-left: -2rem !important; }
}

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* tablet medium */
@media screen and (min-width: 601px){ }

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* deskop large */
@media screen and (min-width: 993px){
    .logo-segurosimple{
        height: 12rem;
        width: unset;
    }

    #dvRegistro{ padding: 2rem; }

    #cotizador {
        width: 100%;
        padding: 1rem 2rem;
    }
}
