:root {
    --main-color: #9B1D21;
    --grey-color: #818286;
    --black-color: #2B2B2B;
    --animate-delay: 0.5s;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a{
    text-decoration: none;
    color: var(--black-color);
}

a:hover{
    text-decoration: none;
    color: var(--black-color);
}



/* * ESTILOS BOTON LOGIN */
.btn-loggin{
    background-color: var(--main-color);
    border-radius: 30px;
    padding: 5px 30px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.419);
    color: #fff;
}
/* * ESTILOS BOTON LOGIN */


main.container{
    border-radius: 30px;
    height: 70vh;
    background-image: url('../img/bgprincipal.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw !important;
}

.form-cotizacion{
    background-color: rgba(255, 255, 255, 0.727);
    border-radius: 20px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.234);
}

.titulo .t1{
    font-size: 45px;
    color: var(--main-color);
    font-weight: lighter;
}

.titulo .t2{
    font-size: 25px;
    font-weight: bold;
    color: var(--main-color);
}

.titulo .t2 span{
    color: var(--grey-color);
}

h5{
    color: var(--main-color);
    font-weight: lighter;
    font-size: 22px;
}

.material-icons-outlined{
    transform: translateY(3px);
    color: var(--grey-color);
    font-size: 20px !important;
    padding: 0;
    margin: 0;
}

.material-icons-round{
    transform: translateY(3px);
    color: rgb(196, 196, 196);
    font-size: 20px !important;
    padding: 0;
    margin: 0;
}

input, select{
    border: none;
    outline: none;
    padding: 3px 5px;
    width: 82%;
    background-color: transparent;
}

select{
    background-color: transparent;
    max-width: 82%;
    color: grey;
}

input[type="date"]{
    color: grey;
}

.input{
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.104);
    /* width: 50%; */
    font-size: 13px;
    background-color: #F6F6F6;
}
/* .input.med{
    width: 18%;
}
.input.com{
    width: 27%;
} */

.botonsubmit{
    background-color: var(--main-color);
    color: #fff !important;
    text-align: center;
    border-radius: 10px;
}

.botonsubmit input{
    color: #fff;
    font-weight: bold;
}

.paquetes{
    width: 60vw;
    min-height: 350px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.864);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(-100px);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.097);
    position: relative;
}


.paquetes h3{
    color: var(--main-color);
    font-weight: 600;
    font-size: 25px;
    padding-top: 10px;
    padding-left: 10px;
    text-align: center;
}

.paquete{
    background-color: #fff;
    min-height: 300px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #3F000015;
    transition: all .5s ease-in-out;
}

/* .paquete:hover{
    box-shadow: 0px 5px 10px #3f00004a;
    transform: translateY(-10px);
    transition: all .5s ease-in-out;
} */
.paquete h4{
    font-size: 16px;
    font-weight: bold;
    color: var(--black-color);
    text-align: center;
    padding: 10px 5px;
    height: 40px;
}

.paquete h6{
    font-size: 15px;
    
}

.paquete ul{
    list-style: none;
    padding: 0;
    max-height: 250px;
}
.paquete ul li{
    font-size: 12px;
    list-style: none;
    color: var(--grey-color);
}


.paquete .btnCotizar{
    width: 80%;
    border-radius: 30px;
    color: #fff;
    background-color: var(--main-color);
    text-align: center;
    margin: 15px auto;
    display: block;
    padding: 3px 10px;
}

.coberturaTitle{
    color: var(--main-color);
    font-size: 25px;
    font-weight: bold;
}

.coberturaDescripcion{
    color: var(--black-color);
}

.btnVerMas{
    background-color: var(--main-color);
    color: #fff;
    border-radius: 10px;
}

.coberturaImage{
    background-image: url('../img/bgcobertura.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    height: 200px;
}

.Banner{
    margin-top: 50px;
    width: 100%;
    height: 400px;
    background-color: var(--main-color);
    background-image: url('../img/bgAvion.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: -1;
}
.bgModalColor{
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--main-color);
    mix-blend-mode: multiply;
    opacity: 0.85;
    z-index: -1;
}
.Banner h2{
    color: #fff;
}
.BannerMarcas{
    background-color: #fff;
    border-radius: 15px;
    height: 100px;
}

.proteccion{
    margin-top: 30px;
    text-align: center;
}

.proteccion h3{
    font-size: 20px;
    color: var(--main-color);
    text-align: center;
}

.icon-proteccion{
    font-size: 60px !important;
    text-align: center;
}
.image-proteccion{
    background-image: url('../img/proteccion-europa.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
    position: relative;
}

.image-proteccion::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 10;
    border-radius: 25px;
    background: linear-gradient(#9b1d2100,#9b1d21);
    /* background-color: var(--main-color); */
}

.image-proteccion img{
    position: absolute;
    bottom: 15px;
    left: 50%;
    z-index: 25;
    transform: translateX(-50%);
}

footer{
    width: 100%;
    height: 1000px;
    position: relative;
}
.footerImage{
    content: '';
    position: absolute;
    background-image: url('../img/iconopng.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 1000px;
    opacity: .15;
    top: 0;
    left: 0;
}

.logoImage{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px;
    height: 250px;
    opacity: 1;
    border-radius: 150px;
    background-image: url('../img/bgultimaimage.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.coverImage{
    width: 250px;
    height: 250px;
    background-color: #9B1D21;
    border-radius: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    mix-blend-mode: multiply;
    opacity: .7;
}

footer img{
    width: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footerLinks{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background-color: #fff;
    z-index: 50;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.104);
}

.copy{
    color: var(--main-color);
    font-weight: bold;
}




/* * Media querys --------------------------------------------------------  */

@media screen and ( max-height: 620px ) and ( max-width: 1440px ) {
    main.container{
        height: 90vh;
    }
}

@media screen and ( max-height: 620px ){
    main.container{
        height: 95vh;
    }
}

@media screen and ( max-height: 520px ){
    main.container{
        height: 100vh;
    }
    .margin-top-1, .margin-top-2{
        display: none !important;
    }
}

@media screen and ( max-width: 1199px ) {
    .form-cotizacion{
        width: 75vw;
    }
}

@media screen and ( max-width: 985px ) {
    main.container{
        width: 100vw;
    }
    .margin-top-1, .margin-top-2{
        display: none !important;
    }
}


@media ( max-width: 767px ) {
    main.container{
        width: 100vw;
    }
    .margin-top-1, .margin-top-2{
        display: none !important;
    }
    .form-cotizacion{
        width: 61vw;
    }
}

@media screen and ( max-width: 765px ) {
    .form-cotizacion{
        width: 61vw;
    }
    main.container{
        height: 110vh;
    }
    .margin-container-sm{
        display: none;
    }
    .image-proteccion{
        height: 350px;
    }
    .footerImage{
        height: 300px;
    }
}




/* * Media querys --------------------------------------------------------  */