/*-------------  CONFIGURACION FORMULARIOS DE CORREO  --------------*/

.contenedor-cont {
    padding-top: 150px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.correo {
    border: 0px;
}

#sect1 {
    position: relative;
    overflow: hidden;
}

.sect {
    display: block;
    align-content: center;
}

#video_background {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    
    }
/*.video {
   
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/

.titulo {
    text-align: center;
    padding: 20px;
    font-size: 28px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    line-height: 32px;
    color: #ffffff;
}

.formas-contacto {
    display: flex;
    padding: 10px;
}

.enlaces {
    width: 50%;
    padding: 20px;
}

.google {
    display: flex;
    padding: 20px 0px;
}

.direccion {
    text-align: center;
    padding: 35px 0px;
    width: 55%;
}

.direccion .icon {
    margin-left: auto;  
}

.direccion i,
.direccion p {
    color: hsl(0, 0%, 100%);
}

.direccion span {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 35px;
}

.direccion span1 {
    font-size: 14px;
}

.mapa img {
    padding: 15px 0px;
    margin-right: 0;
    width: 20rem;
}

.email {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.email a,
.email i,
.email p {
    color: hsl(0, 0%, 100%);
    text-align: center;
}

.email a{
    padding: 1px ;
}

.wp {
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

.wp a,
.wp i,
.wp p {
    color: hsl(0, 0%, 100%);
    text-align: center;
}

.wp a{
    padding: 1px;
}

.redes {
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.redes span {
    text-align: center;
    color: hsl(0, 0%, 100%);
    font-size: 22px;
    font-weight: bold;
}

.redes p {
    margin: auto;
    color: hwb(206 82% 12%);
    line-height: 25px;
    font-size: 17px;
    text-align: center;
}

.iconos {
    justify-content: center;
    text-align: center;
    padding: 22px;
}

.iconos i {
    color: hsl(0, 0%, 100%);
    font-size: 28px;
    padding: 0 40px;
}

.formulario {
    width: 50%;
    padding: 15px 10px;
}

.formulario input {
    border-radius: 15px;
    padding: 15px 15px;
    font-size: 25px;
    background-color: #034577;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    box-shadow: none;
    outline: 0 !important;
    resize: none;
}

.formulario input::placeholder {
    color: rgb(170, 187, 189);
}

.titulo-formulario {
    text-align: center;
    padding: 20px;
    font-size: 28px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande","Lucida Sans", Arial, sans-serif;
    font-weight: bold;
    color: #ffffff;
}

.nom-ape {
    display: flex;
    justify-content: center;
    padding: 10px;    
}

.nombre {
    padding: 0 5px ;
    justify-content: center;
}

.apellido {
    justify-content: center;
}

.datos {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.tel {
    padding: 0 5px;
    justify-content: center;
}

.email1 {
    justify-content: center;
}

.mensaje {
    justify-content: center;
    padding: 20px;
    display: flex;
}

.mensaje textarea {
    border-radius: 15px;
    padding: 15px;
    width: 75%;
    font-size: 18px;
    color: #fff;
    background-color: #034574;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

.mensaje textarea::placeholder {
    color: rgb(170, 187, 189);
}

.envio {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.btn {
    justify-content: center;
}

.boton {
    background-color: #034574;
    color: #fff;
    margin: 1px 4px 1px 4px;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
}

.boton:hover {
    background-color: #fff;
    transition: 0.8s;
    border-radius: 20px;
    padding: 10px 20px;
    color: #034574;
}

.pie {
    margin-top: 0;
    display: flex;
}

.pieder {
    width: 25%;
    align-content: center;
    text-align: right;
}

.pieder img {
    width: 70%;   
}

.piecen {
    width: 50%;
}

.piecen .cen-ar{
    text-align: center;
}
.piecen .cen-ar img {
    width: 50%;   
}

.piecen .cen-ab{
    text-align: center;
}

.piecen .cen-ab img {
    width: 40%;
}

.pieizq {
    width: 25%;
    align-content: center;
    text-align: left;
}

.pieizq img {
    width: 80%;
}
