.sect-contacto{
    height: 280px;
    background-image: url(../../../../assets/img/contacto/bannercontacto.jpg);
    background-size: cover;
    padding-bottom: 15px;
    background-position: center;
    position: relative;
    z-index: 1;
}

.video-section{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-video{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.title-video{
    color: #F8C713;
    padding: 0 0 18px 0;
    width: 70%;
}

.div-video iframe{
    display: flex;
}
.sect-contacto:before{
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 50vh;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: .3;
}
.height {
    height: 100%;
}
.sect-contacto-title{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
}
.sect-contacto-title2{
    display: inline-block;
    float: right;
    color: #ffffff;
}
.sect-contacto-title2 a{
    color: #ffffff;
}
/*SEGUNDA SECCION*/
.sect-contacto2{
    padding: 40px 0px;
}
.sect-contacto-numero{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sect-contacto-numero h3{
    color: #000;
    font-size: 35px;
    text-align: left;
    margin: 0px;
    display: inline-block;
    width: 50%;
}
.sect-contacto-numero h3 strong{
    color: #F8C713;
}
.sect-contacto-numero p{
    display: inline-block;
    float: right;
    margin: 0px;
    width: 80%;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.sect-contacto-numero a 
{
    color: #F8C713;
    text-decoration: none;
}

.sect-contacto-numero a:hover
{
    color: #F8C713;
    text-decoration: none;
}

.contenedor-datos{
    padding: 30px 0px;
}
.contenedor-datos2{
    font-size: 18px;
    width: 100%;
    padding: 30px 20px;
    line-height: 30px;
    background-color: #F8C713;
    text-align: center;
    position: relative;
    transition: all ease 500ms;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contenedor-datos2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: all ease 500ms;
    transform: translate(-10px,-10px);
}
.contenedor-datos2:hover:before{
    transition: all ease 500ms;
    transform: translate(10px,10px);
}
.contenedor-datos2 i{
    font-size: 36px;
    position: relative;
    z-index: 9;
    width: auto;
    float: none;
    margin: 0px;
    color: #000;
}
.contenedor-datos2 h6{
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0px 13px;
    color: #000;
}
.contenedor-datos2 p{
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.contenedor-datos2 p i{
    color: #000;
    margin: 0 10px;
    font-size: 20px;
    transition: all .3s;
}

.contenedor-datos2 p:hover
{
    transform: scale(1.1);
    color: #fff;
}

.contenedor-datos2 p:hover i
{
    color: #fff;
}

.no-hover:hover
{
    transform: scale(1)
}

.datos
{
    display: flex;
}

@media(max-width: 991px){
    .sect-contacto-numero h3 {
        width: 100%;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
    }
    .sect-contacto-numero p {
        width: 100%;
    }
}
/*FORMULARIO*/
.contact-bgcont2 {
    padding: 0px 80px ;
    position: relative;
}
.titl-conc1-t1 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    color: #F8C713;
}

.e2e-frmCnt {
    position: relative;
}
.e2e-inpfrm {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #F8C713;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    padding: 0.45em 0.5em 0.55em;
    -webkit-appearance: none;
    width: 100%;
    padding-left: 2.8em;
    color: #000;
    height: 40px;
    font-size: 16px;
    box-shadow: 0px 2px 5px -3px #000;
}
.e2e-frmIcon {
    bottom: 0;
    color: #b9b9b9;
    font-size: 24px;
    left: 0.375rem;
    line-height: 1.1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    width: 1.5em;
    padding: 5px;
    top: 0;
}
.e2e-txtareafrm {
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-bottom: 2px solid #F8C713;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    max-height: 210px;
    font-size: 16px;
    color: #000000;
    padding: 0.45em 0.5em 0.55em;
    padding-left: 2.8em;
    box-shadow: 0px 3px 5px -3px #000;
}
.frmbtnflt {
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    border-color: #F8C713;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    border-width: 2px;
    white-space: normal;
    transition: all ease 1s;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 30px;
    box-shadow: 2px 3px 5px -3px #000;
}
.frmbtnflt:hover{
    background-color: #F8C713;
    color: #ffffff;
    border-radius: 5px;
    border-color: #F8C713;
}

.links-cel
{
    color: #000;
    text-decoration: none;
    transition: all .2s;
}

.links-cel:hover
{
    text-decoration: none;
    color: #fff;
}

.ubi
{
    margin: 0 auto;
}

@media(max-width: 768px)
{
    .sect-contacto-numero
    {
        flex-direction: column;
    }
    .div-video{
        width: 80%;
    }
}

@media(max-width: 540px)
{
    .datos
    {
        flex-direction: column;
    }

    .div-video{
        width: 90%;
    }

}