@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
}


/*Nav*/
nav .navbar-brand{
    font-size: 30px;
}

.nav-link:hover{
    color: red !important;
}


/*content-header*/
strong{
    color: red;
}
.content-header{
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ), url(../Imagenes/fotoheader-2.webp);
    background-attachment: fixed;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 750px;
}

.content-header .t2{
    font-size: 50px;
}

.content-header .t1{
    font-size: 60px;
}

.content-header .t3{
    font-size: 45px;
}

/*Estudio*/
#Elestudio h2{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#Elestudio h4{
    margin-top: 45px;
}

/*Banner-1*/

#banner{
    display: flex;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ), url(../Imagenes/quienes-somos.jpeg);
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 45px;
    height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}

/*Quienes-somos*/
#quienes-somos{
    margin-top: 60px;
}

/*personal*/
#personal .container h2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px ;
}

#personal .container .card-body h5{
    display: flex;
    text-align: center;
    justify-content: center;
    
}  

#personal .container .card-body p{
    display: flex;
    text-align: center;
    justify-content: center;
    
}

#personal .container .card-group{
    display: flex;
    margin-top: 40px;
}


/*Banner-2*/

#banner-2{
    display: flex;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ), url(../Imagenes/servicios.jpg);
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 60px;
    height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
}


/*Servicios*/

.content-sau{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}


/*titulo-form*/
#titulo-t{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
}


/*form*/
.container-form{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 50px;
    margin-top: 80px;
}

.container-form form .campo, textarea{
    width: 100%;
    padding: 15px 10px;
    font-size: 15px;
    border: 1px solid;
    margin-bottom: 20px;
    border-radius: 3px;
    outline: 0px;
}

.container-form form textarea{
    max-width: 530px;
    min-width: 530px;
    min-height: 140px;
    max-height: 150px;
}

.container-form .btn-enviar{
    padding: 15px;
    font-size: 16px;
    border: none;
    outline: 0px;
    background-color: black;
    color: white;
    border-radius: 3px;
    cursor: all 300ms ease;
}

.container-form .btn-enviar:hover{
    background:red;
}

.container-form .info-form{
    display: flex;
    width: 470px;
    margin-left: 32px;
}

/*Footer*/
.container{
    max-width: 1100px;
    margin: auto;
    margin-top: 30px;
}

ul{
    list-style: none;
    padding: 0;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.footer{
    background-color: #24262b;
    padding: 10px 240px;
    margin-top: 150px;
}

.footer-col{
    width: 30%;
    padding: auto ;
}



.footer-col h4{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;

}

.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: red;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}

.footer-col p{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.copy{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}

.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;

}

.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5 ease;
}

.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;

}





@media(max-width:1070px){

    body{
        margin: 0;
        padding: 0;
    }

}

@media(max-width:870px){

    body{
        margin: 0;
        padding: 0;
    }

    .content-header{
        background-position: center center;
    }

    .container-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
    }

    .footer-col{
        width: 50%;
        margin-bottom: 30px;

    }
}

@media(max-width:574px){

    body{
        margin: 0;
        padding: 0;
    }

    #personal .card-group{
        display: grid;
        flex-direction: column;
    }

    .container-form{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 25%;
    }

    .footer-col{
        width: 75%;
        padding: 10px 10px 10px 10px;
    }
}

@media(max-width:390px){

    body{
        margin: 0;
        padding: 0;
    }

    .footer-col{
        width: 75%;
        padding: 5px 5px 5px 5px;
    }

}