/************** Banner Top **************************/	
/* Half Page Height Carousel Customization */
#banner-top{
    background-color: #000000;
    border-bottom: 8px solid #7c7f80;
}

header#main_header{
    border-bottom: 8px solid #7c7f80;
}

#banner-top .textos{
    background-color: #5d6c7d;
}


#banner-top .textos .contenido{
    padding: 15px 0px 0px 8px;
    color: #000000;
    font-size: 1rem;
    line-height: 1.8rem;
    text-align: justify;
}

#banner-top .textos .contenido h2{
    font-size: 1.3rem;
    color: #FFFFFF;
}

#banner-top .formulario{
    background-image: url(../../images/bg-contacto.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #00c8d2;
    padding: 45px 15px 10px 335px;
}

#banner-top .formulario h2{
    font-size: 1.3rem;
    color: #FFFFFF;
    vertical-align: middle;
}

#banner-top .formulario i.fa{
    vertical-align: middle;
}

#banner-top .formulario a{
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 700;
}

#banner-top .formulario textarea{
    min-height: 150px;
}

#banner-top .formulario .btn-outline-secondary {
    background-color: rgba(255, 255, 255, 0.5);
    color: #545454;
    padding:6px 30px;
    border-radius: 10px;
    border-color: #7A7A7A;
    -moz-transition: all ease-in-out .5s;
      -o-transition: all ease-in-out .5s;
      -webkit-transition: all ease-in-out .5s;
      transition: all ease-in-out .5s;
}

#banner-top .formulario .btn-outline-secondary:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #545454;
    padding:6px 35px;
    border-radius: 10px;
    border-color: #7A7A7A;
}

/* Extra Small devices (phones) */
@media (max-width: 767px) { 
    #banner-top .formulario{
        background-image: url(../../images/bg-contacto.jpg);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: #00c8d2;
        padding: 65px 15px 10px 15px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


}

/* medium devices (desktop and up) */
@media (min-width: 992px) {


}

@media (min-width: 1200px) {

	
}

@media (min-width: 1500px) {

	
}