/*FOOTER*/
footer{
    width: 100%;
    margin: 0 auto;
    background-color: #1a171b;
    border-radius: 0 50px 0 0;
}
.footer-container{
    width: 1200px;
    margin: 0 auto;
    
}
footer h1{
    color: #fff7aa;
    font-weight: 700;
    font-size: 2rem;
}
footer p, .info-contact ul{
    color: #fff;
}
.location h1{
    font-size: clamp(1.8em,2vh,2em);
    text-align: center;
    padding: 1rem;
}
.location{
    text-align: center;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.location iframe{
    width: 100%;
    border-radius: 25px;
    
}
.info-iestp{
    display: flex;
    width: 1200px;
    margin: 0 auto;
}
.info-about{
    width: 50%;
    padding: 2rem;
    text-align: justify;
    line-height: 1.6rem;
}
.info-about>h1{
    text-align: center;
}


.footer-info-title{
    height: 60px;
}
.footer-info{
    padding: 0;
    margin: 0;
}


/*
.info-about p{
    text-align: justify;
}*/
.info-contact{
    width: 50%;
    padding: 2rem;
    text-align: center;
    line-height: 1.6rem;
}
.info-contact ul{
    list-style-type: none;
}
.info-contact ul li{
    margin-top: 1rem;
}
.info-contact ul li:first-child{
    margin: 0;
}
.info-iestp h1{
    margin-bottom: 8px;
}
.info-iestp p, .info-iestp ul{
    font-weight: 600;;
}
.line{
    width: 100%;
    height: 5px;
    background-color: #fff7aa;
    border-radius: 10px;
    
}
.copy{
    text-align: center;
    padding: 1rem;
    /*display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;*/
}
.copy p{
    font-weight: 600;
}


/*--social-media--*/
.social-net{
    padding-top: 1rem;
}
.social-net a{
    color: #fff;
    font-size: 2rem;
    margin-left: 12px;
}

#facebook :hover{
    color: #1773ea;
    transform: scale(1.1) translateY(-5px);
    transition: all 300ms; 
}
#twitter :hover{
    color: #1c96e8;
    transform: scale(1.1) translateY(-5px);
    transition: all 300ms; 
}
#youtube :hover{
    color: #f70000;
    transform: scale(1.1) translateY(-5px);
    transition: all 300ms; 
}

#img-bar:hover{
    border-radius: 50%;
    background-color: orange;
}

@media(min-width:1500px){
    .footer-container{
        width: 1400px;
    }
}

@media(max-width:1500px){
    footer{
        width: 100%;
        
    }/*
    .location{
        width: 100%;
    }*/
    .location{
        
        
    }
    .location iframe{
        width: 100%;
    }
    .info-iestp{
        width: 100%;
    }
}

@media(max-width:1200px){
    footer{
        width: 100%;
        
    }
    .footer-container{
        width: 100%;
    }
    .location{
        padding: 0 2rem;
        width: 100%;
        
    }
    .location iframe{
        width: 100%;
    }
    .info-iestp{
        width: 100%;
    }
    .copy{
        width: 100%;
    }
}

@media(max-width:960px){
    /*-FOOTER-*/
    .location{
        
    }
    .info-iestp{
        flex-direction:column;
        
    }
    .info-about{
        width: 100%;

    }
    .info-about p{
        text-align: justify;
    }
    .info-contact{
        width: 100%;
        padding-top: 0;
    }
    .copy{
        padding: 2rem;
    }
    .copy p{
        margin-bottom: 15px;
        line-height: 1.6rem;
    }
    .social-net{
        padding: 0;
    }
}