@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

body{
    font-family: 'Poppins', sans-serif !important;
}

h2,h1{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
}

.contacto input{
    color: #fff;
    border: 0;    
}

.contacto textarea{
    border: 0;
    color: #fff;
}

.contacto submit{
    margin-bottom: 4rem;
    border-radius: 0;

}

h3{
    font-weight: 600;
    color: #fff;
}

.red-line{
    background-color: #cf2027;
    min-height: 1.2rem;
    max-width: 45%;
    margin-bottom: 2rem;
}

a.btn-danger{
    background-color: #cf2027;
    border-radius: 0;
    font-weight: 500;
    padding: .5rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

a.btn-danger:hover{
    background-color: #cf2027;
    border: 4px solid #000;
}

button.btn-danger{
    border-radius: 0;
}


.header strong{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.icono{
    max-width: 2rem;   
}
.section{
    background-image: url('assets/img/fondo-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.contact{
    background-image: url('assets/img/bg-contacto.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 4rem;
    margin-top: 3rem;
}

.bg-contact{
    background-color: #202020;
    padding-bottom: 4rem;
    
}


.logo{
    max-width: 5rem;
}

.nav-link{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.nav-link:hover{
    color: #cf2027;
}

.navbar{
    margin: auto;
}

.nav{
    flex: content;
}
.header{
    min-height: 3rem;
    align-items: center;
    color: #000 !important;
}

.mt-8{
    margin-top: 8rem;
}
.mb-8{
    margin-bottom: 8rem;
}

.titulo{
    color: #fff;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.rec-iso{
    color: #fff;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border: 3px solid #fff;
    padding: 1rem;
    font-weight: 500;
}

.rec-iso img{
    max-width: 5rem;
    position: absolute;
    right: 0;
    bottom: 2rem;
}

h4{
    color: #fff;
    font-weight: bold;
}

.exp-logo{
    max-width: 100%;

}

.bg-text{
    color: #fff;
}

.bg-text .text{
    max-width: 50%;
    position: absolute;
    top: 0;
    padding: 3rem;
    font-weight: 400;
    overflow: scroll;
    max-height: 100%;
}

.rec-img-left{
    max-height: 100%;    
}

.rec-img-left img{
    max-width: 50%;
}

.rec-text{
    color: #ffffff;
    max-width: 50%;
    position: absolute;
    top:0;
    overflow: scroll;
    max-height: 100%;
}

.rec-img-left .rec-text{
    right: 0;
}

p{
    color: #fff;
    font-weight: regular;
}


.img-right{
    max-width: 50%;
}

.red-rec{
    background-color: #cf2027;
    color: #fff; 
    padding: 1rem;
    max-width: 50%;
    padding: 2rem;
}

footer p{
    background-color: #fff;
    color: #000 !important;
}

strong{
    color: #fff;
}

.rec-border-white{
    border: 3px solid #fff;
    font-weight: 700;
    color: #fff;
    padding: 2.2rem;    

}

img.img-placa{
    max-width: 50%;    
}

div.img-placa{
    display: flex;
}

.quote{
    font-style: italic;
}

footer .btn{
    background-color: #fff;
    border: 4px solid #000;
    border-radius: 0;
    color: #000;
    padding-left: 2rem;
    padding-right: 2rem;
}

footer .btn:hover{
    background-color: #cf2027;
    border: 4px solid #000;
}

thead th{
    background-color: #cf2027;
    color: #fff;
    font-weight: 700;
}

tbody td{
    background-color: #202020;
    color: #fff;
}

tbody th{
    background-color: #202020;
    color: #fff;
}

.table *{
    border: 0 !important;
    padding: .2rem !important;
    text-align: center;
    border-radius: 5px;
}

.table{
    border-collapse: unset;
}

.card-photo{
    height: 80%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.card .card-img-overlay{
    max-height: 25%;
    top: unset;
    background-color: rgba(0, 0, 0, 0.53);

}

.card{
    margin-bottom: 2rem;
}

.rec-iso h1{
    font-size: 1.3rem;
    font-weight: 700;
}

.rec-iso h2{
    font-size: 1rem;

}

.pb-8{
    padding-bottom: 8rem;
}

.rec-white-upper{
    text-transform: uppercase;
    font-size:1.2rem;
    position: absolute;
    right: -6rem;
    z-index: 2222;
}

.placa-img{
    max-width: 50%;
    position: absolute;
    top: 10rem;
    right: -10rem;
}

footer .row{
    margin-top: 2rem;
}

@media screen and (min-width:720px){
    .bg-text .text{
        overflow: auto;
    }
    .rec-text{
        overflow: auto;
    }
}


@media screen and (min-width:1600px){
    .placa-img{
        top: 10rem;
        right: -10rem;
    }
}

@media screen and (max-width:1600px){
    .card .card-img-overlay{
        max-height: 50%;
    }

    .rec-text{
        font-size: small;
    }

    .bg-text .text{
        font-size: small;
    }
}

@media screen and (max-width:540px){
    .red-rec{
        max-width: 100%;        
    }

    .img-right{
        max-width: 100%;
    }

    .placa-img{
        max-width: 100%;
        position: unset;
    }

    .rec-white-upper{
        position: unset;        
    }

    .hide-sm{
        display: none;
    }

    .exp-logo {
        max-width: 60%;
    }

    .bg-text .text{
        max-width: 100%;
        position: unset;
    }
    .bg-text img{
        visibility: hidden;
    }

    .rec-img-left .rec-text{
        max-width: 100%;
        position: unset;
        margin: 3rem;
    }

    .rec-img-left img{
        max-width: 100%;
    }
    .img-fluid{
        margin-top: 1rem;
    }

    footer .btn{
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .card{
        margin-bottom: 4rem;
    }

    .card .card-img-overlay{
        max-height: 50%;
    }

    div.img-placa img{
        max-width: 100%;        
        margin-bottom: 2rem;
    }

    div.img-placa{
        display: unset;
    }

    footer .list-unstyled{
        text-align: center ;
    }

    .contact{
        background-image: unset;
    }

}