html {
    font-family: raleway;
}

#hero {
    padding: 100px;
    padding-bottom: 30px !important;
    background-image: url(../img/contacto/Anglo-2311-Website-Generales-os_A-3D.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 500px;
}

#hero a.tel{
    color: #fff;
    text-decoration: none;
}

#form {
    background-color:#e8e8e8;
    display: flex;
    flex-wrap: wrap;
    padding: 180px 220px;
    padding-top: 60px;
}

#form h2 {
    width: 100%;
    text-align: center;
    padding-bottom:3%;
    font-weight: 700;
    font-size: 32px;
}

#form div {
    width: 50%;
    background-color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#contacto{
    padding: 30px;
}

#form img {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    object-fit: cover;
}

#imgform {
    background-color: transparent !important;
}

.card img {
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 350px;
    object-fit: cover;
}

.btn-primary {
    background-color: #98D664 !important;
    border: 0px;
    width: 40%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.card {
    border: none !important;
}

.card-img-overlay {
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff !important;
}
h3{
    font-weight: 700 !important;
}

.bi-geo-alt-fill {
    color: white !important;
    font-size: 20px !important;
}

.mapa {
    background-color: #98D664;
    width: 150px;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 15px;
}

.mapa:link, .mapa:visited, .mapa:hover, .mapa:active { 
    text-decoration: none;
    color: white !important;
}

input[type=submit].btn-block{
    color: #fff;
    text-decoration: none;
    background-color: #99d764;
    padding: 8px 22px;
    width: fit-content;
    border-radius: 8px;
    border: none;
}
button, input, optgroup, select, textarea {
    width: 100%;
    padding: 5px;
    border: rgb(198, 198, 198) 1px solid;
    border-radius: 5px;
}

form{
    column-gap: 10px;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

form textarea{
    resize: none;
    height: 220px;
}
/*Header*/
.fixed-top.d-flex.align-items-center a{
    color: #000;
}
.fixed-top.d-flex.align-items-center.header-scrolled a{
    color: #fff;
}
.fixed-top.d-flex.align-items-center img {
    filter: brightness(1) invert(0) !important;
}
.fixed-top.d-flex.align-items-center.header-scrolled img {
    filter: brightness(0) invert(1) !important;
}
.fixed-top.d-flex.align-items-center li.dropdown ul a{
    color: #fff;
}


/*--------------------------------------------------------------
# Tablet 1024PX
--------------------------------------------------------------*/
@media(max-width:1200px){
    #hero{
        padding: 80px 40px;
    }
    .card img {
        min-height: 300px;
        object-fit: cover;
    }
    .card-text{
        padding: 0px;
    }
    #form {
        padding: 80px 40px;
    }
}
/*--------------------------------------------------------------
# TABLET 991PX
--------------------------------------------------------------*/
@media(max-width:991px){
        .fixed-top.d-flex.align-items-center li.dropdown ul a {
            color: #000;
        }
        .fixed-top.d-flex.align-items-center.header-scrolled a {
            color: #000;
        }
        .fixed-top.d-flex.align-items-center .bi-list::before{
            color: #000;
        }
        .fixed-top.d-flex.align-items-center.header-scrolled .bi-list::before {
            color: #fff;
        }
        .campus-petro, .campus-altamira {
            min-height: 250px;
            background-position: center right;
        }
}
/*--------------------------------------------------------------
# MOVIL 880PX
--------------------------------------------------------------*/
@media(max-width:880px){
    .card-img-overlay {
        margin-left: 20px;
    }
    #hero{
        padding: 70px 30px;
    }
    #form {
        padding: 70px 30px;
    }
    .card img {
        min-height: 270px;
        object-fit: cover;
    }
}


/*--------------------------------------------------------------
# MOVIL 666PX
--------------------------------------------------------------*/
@media(max-width:666px){
    #form div {
        width: 100%;
        border-radius: 0;
    }
    #form img {
        border-radius: 0;
    }
    .card-img-overlay {
        margin: 0;
    }
    h3.card-title{
        font-size: 26px;
    }
    h3.niveles{
        font-size: 22px;
    }
    .card img {
        min-height: 350px;
        object-fit: cover;
    }
}