/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
  Base styles: opinionated defaults
  ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
  * Remove text-shadow in selection highlight:
  * https://twitter.com/miketaylr/status/12228805301
  *
  * Vendor-prefixed and regular ::selection selectors cannot be combined:
  * https://stackoverflow.com/a/16982510/7133471
  *
  * Customize the background color to match your design.
  */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
  * A better looking default horizontal rule
  */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
  * Remove the gap between audio, canvas, iframes,
  * images, videos and the bottom of their containers:
  * https://github.com/h5bp/html5-boilerplate/issues/440
  */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
  * Remove default fieldset styles.
  */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
  * Allow only vertical resizing of textareas.
  */

textarea {
    resize: vertical;
}

/* ==========================================================================
    Author's custom styles
    ========================================================================
*/

/*Estilos globales*/
* {
    font-family: 'Poppins', sans-serif;
    color: #161616;
}

body {
    max-width: 2100px;
    margin: 0 auto;
    position: relative;
}

.contenedor {
    text-align: center;
    padding: 30px;
}

@media only screen and (max-width:1000px) {
    .contenedor {
        padding: 0px;
    }
}

h2 {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 400;
    width: 40%;
    border-bottom: 1px solid #00bdf7;
}

a {
    font-family: 'PT Sans', sans-serif;
}


.swal2-container h2 {
    width: 100%;
    font-size: 1rem;
    border-bottom: none;
}


/*barra navegacion*/
.barra-navegacion {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 3px 8px #e1e1e1a9;
}

.barra-navegacion header {
    margin: 0px auto;
    padding: 15px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.barra-navegacion header .logo {
    width: 30%;
}

.barra-navegacion .logo img {
    max-width: 100px;
}

.barra-navegacion header .navegacion-principal {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.barra-navegacion .navegacion-principal nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.barra-navegacion .navegacion-principal nav a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    padding: 0px 20px;
    margin: 10px 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.8s ease-in-out;
}

.barra-navegacion .navegacion-principal nav a i {
    color: #414141;
    transition: all ease-in-out .5s;
}

.barra-navegacion .navegacion-principal nav a:hover {
    border-color: #284957;
}

.barra-navegacion .navegacion-principal nav a:hover i {
    color: #284957;
}

.menu-movil {
    position: absolute;
    display: none;
    font-size: 25px;
    margin: 20px;
    top: 0;
    left: 0;
}

.menu-movil button {
    border: none;
    background-color: #ffffff;
    cursor: pointer;
}

.menu-movil button i {
    color: #284957;
}


/*header movil*/
@media only screen and (max-width:1000px) {
    /*nav y logo*/

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

    .barra-navegacion header {
        padding: 5px;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .barra-navegacion header .logo {
        padding: 10px;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .barra-navegacion header .navegacion-principal {
        display: none;
    }

    .barra-navegacion header .navegacion-principal nav {
        flex-direction: column;
    }

    /*menu movil*/
    .menu-movil {
        display: block;
    }

}

.barra-menu-movil nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
}

.barra-menu-movil nav a {
    margin: 10px;
    text-decoration: none;
    font-weight: 400;
    color: #414141;
    padding: 10px 20px;
    border-bottom: 1px solid transparent;
    transition: all 0.8s ease-in-out;
}

.barra-menu-movil nav a i {
    color: #414141;
    transition: all .8s ease-in-out;
}

.barra-menu-movil nav a:hover,
.barra-menu-movil nav a:hover i {
    color: #192f38;
}

.barra-menu-movil button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.barra-menu-movil button i {
    color: #868686;
    font-size: 22px;
}


/*slogan*/
.slogan {
    width: 100%;
    min-height: 80vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: url(../img/empresa.PNG);
    background-color: #696969;
    background-blend-mode: overlay;
    background-size: cover;
}

.slogan.software-servicio {
    background-image: url(../img/servicios/desarrollo\ de\ aplicaciones.jpeg);
    height: 80vh;
}

.slogan.consultoriaTec-servicio {
    background-image: url(../img/servicios/consultorias\ tecnológicas.jpg);
    height: 80vh;
}

.slogan.seguridadElec-servicio {
    background-image: url(../img/servicios/seguridad\ electronica.jpg);
    height: 80vh;
}

.slogan.automatizacionTecno-servicio {
    background-image: url(../img/servicios/domotica\ y\ electronica.jpg);
    height: 80vh;
    background-color: #646464a1;
    background-blend-mode: overlay;
}

.slogan.marketingDigital-servicio {
    background-image: url(../img/servicios/marketing\ digital.jpg);
    height: 80vh;
}

.slogan.marketingDigital-servicio h2 {
    margin: 0px auto 30px auto;
}

.slogan h2 {
    width: 60%;
    font-weight: bolder;
    font-size: 3rem;
}

.slogan p {
    width: 80%;
    margin: 30px auto;
    font-size: 18px;
    font-weight: 600;
}

.slogan h2,
.slogan p {
    color: #ffffff;
}

@media only screen and (max-width:1000px) {
    .slogan {
        width: 100%;
    }

    .slogan h2 {
        font-size: 2rem;
        width: 90%;
    }

    .slogan h2,
    .slogan p {
        animation: none;
    }

}



/*servicios*/

.contenedor .servicios {
    margin-top: 50px;
}

.contenedor .servicios h2 {
    width: 20%;
    border-color: #00bdf7;
    transition: all .8s ease-in-out;
}

.contenedor .servicios:hover h2 {
    width: 25%;
}

.contenedor .servicios .contenido-servicios {
    padding: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.contenedor .servicios .contenido-servicios .elemento {
    position: relative;
    width: 45%;
    box-shadow: 3px 5px 25px #949494ad;
    margin: 60px 30px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    min-height: 35vh;
    overflow: hidden;
}

/*Estilos a los servicios*/
.contenedor .servicios .contenido-servicios .contenedor-imagen {
    width: 50%;
    height: 100%;
    filter: grayscale(0.5);
    background-size: cover;
    background-position: center center;
    transition: all 0.5s ease-in-out;
}

.contenedor .servicios .contenido-servicios .contenedor-imagen img{
    width: 100%;
    height: auto;
}

@supports(object-fit: cover){
    .contenedor .servicios .contenido-servicios .contenedor-imagen img{
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }
}


.contenedor .servicios .contenido-servicios .elemento:hover .contenedor-imagen {
    filter: grayscale(0);
    transform: scale(1.1);
}

.contenedor .servicios .contenido-servicios .texto {
    width: 50%;
    margin: 20px;
    font-weight: 500;
    text-align: left;
}

.contenedor .servicios .contenido-servicios .texto h3 {
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}

.contenedor .servicios .contenido-servicios .texto p {
    margin: 0 auto;
    width: 90%;
    font-size: 15px;
    font-weight: 400;
}

.contenedor .servicios .contenido-servicios .texto a {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2px;
    background-color: #284957;
    border-radius: 5px;
    padding: 5px 10px;
}

.contenedor .servicios .contenido-servicios .texto a:hover {
    background-color: #192f38;
}

.contenedor .servicios .contenido-servicios .texto a i {
    color: #ffffff;
}

/*servicios movil*/
@media only screen and (max-width:1000px) {
    .contenedor .servicios {
        margin: 50px auto;
        width: 95%;
    }

    .contenedor .servicios h2 {
        width: 50%;
        font-size: 2.3rem;
    }

    .contenedor .servicios:hover h2 {
        width: 90%;
    }

    .contenedor .servicios .contenido-servicios {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        padding: 10px;
    }

    .contenedor .servicios .contenido-servicios .elemento {
        width: 90%;
        flex-direction: column;
    }

    .contenedor .servicios .contenido-servicios .elemento .contenedor-imagen {
        height: 40vh;
        width: 100%;
        background-position: center center;
        border-bottom: 1px solid #252525e1;
    }

    .contenedor .servicios .contenido-servicios .elemento .texto {
        width: 95%;
        margin: 30px auto;
    }

    .contenedor .servicios .contenido-servicios .texto h3 {
        font-size: 1.6rem;
    }

}



/*clientes*/
.contenedor .clientes {
    margin: 20px auto;
}

.contenedor .clientes h2 {
    border-color: #00bdf7;
    margin: 30px auto;
}

.contenedor .clientes .contenedor-clientes {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}

.contenedor .clientes .cliente {
    margin: 15px 2.5%;
    min-height: 17vh;
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
    box-shadow: 3px 3px 20px #d3d3d3ad;
    transition: all .5s ease-in-out;
}

.contenedor .clientes .cliente.black{
    background-color: #222;
}

.contenedor .clientes .cliente a {
    max-width: 100%;
}

.contenedor .clientes .cliente:hover {
    transform: scale(0.93);
}

.contenedor .clientes .cliente img {
    width: 90%;
    max-width: 200px;
}


/*clientes movil*/
@media only screen and (max-width:1200px) {
    .contenedor .clientes .cliente {
        width: 30%;
    }
}

@media only screen and (max-width:1200px) and (min-width:871px) {

    .contenedor .clientes .contenedor-clientes {
        justify-content: center;
    }
}

@media only screen and (max-width:870px) {

    .contenedor .clientes h2 {
        width: 70%;
    }

    .contenedor .clientes .contenedor-clientes {
        flex-direction: column;
        width: 95%;
    }

    .contenedor .clientes .cliente {
        width: 75%;
        padding: 20px;
        min-height: auto;
    }

    .contenedor .clientes .cliente img {
        max-width: 130px;
    }
}

/*formulario emergente*/
.popup {
    background-color: #00000085;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
}

.popup .contenedor-popup {
    width: 500px;
    height: 550px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    background-color: #ffffff;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.popup .contenedor-popup .imagen-popup {
    overflow: hidden;
    width: 40%;
    position: relative;
}

.popup .contenedor-popup img {
    width: 850px;
    position: absolute;
    top: -1px;
    left: -342px;
}

.popup .contenedor-popup .contenedor-form {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.popup .contenedor-popup .contenedor-form form {
    padding: 20px;
    height: 80%;
    text-align: center;
}

.popup .contenedor-popup .contenedor-form form .contenido-form {
    margin: 20px auto;
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.popup .contenedor-popup .contenedor-form form .contenido-form .elemento {
    position: relative;
    margin: 12px auto;
}

.popup .contenedor-popup .contenedor-form form .contenido-form .elemento h4 {
    margin: 0;
    text-transform: uppercase;
    pointer-events: none;
    font-size: 15px;
}

.popup .contenedor-popup .contenedor-form form .contenido-form label {
    position: absolute;
    top: 10px;
    left: 5px;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
}

.popup .contenedor-popup .contenedor-form form .contenido-form input,
.popup .contenedor-popup .contenedor-form form .contenido-form textarea {
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #414141;
}

.popup .contenedor-popup .contenedor-form form .contenido-form input:focus~label,
.popup .contenedor-popup .contenedor-form form .contenido-form textarea:focus~label {
    top: -21px;
    left: 0;
    font-weight: bolder;
}

.popup .contenedor-popup .contenedor-form form .contenido-form input:valid~label,
.popup .contenedor-popup .contenedor-form form .contenido-form textarea:valid~label {
    opacity: 0;
    transition-delay: 1.3s;
}

.popup .contenedor-popup .contenedor-form form input[type="submit"] {
    width: 100%;
    margin: 40px auto;
    padding: 10px 20px;
    border: 1px solid #414141;
    background-color: transparent;
    color: #414144;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.popup .contenedor-popup .contenedor-form form input[type="submit"]:hover {
    background-color: #414144;
    color: #ffffff;
    border-color: #ffffff;
}

.popup .contenedor-popup .closebtn {
    position: absolute;
    right: -10px;
    top: -10px;
}

.popup .contenedor-popup .closebtn button {
    height: 25px;
    width: 25px;
    border: none;
    border-radius: 100%;
    text-align: center;
    background-color: #414141;
    cursor: pointer;
}

.popup .contenedor-popup .closebtn button i {
    color: #e1e1e1;
}

.popup .contenedor-popup .closebtn:hover button i {
    color: #00bdf7;
}

@media only screen and (max-width:498px) {
    .popup .contenedor-popup {
        width: 300px;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 80vh;
        overflow: scroll;
    }

    .popup .contenedor-popup .imagen-popup {
        display: none;
    }

    .popup .contenedor-popup .contenedor-form {
        width: 100%;
    }

    .popup .contenedor-popup .contenedor-form form .elemento {
        width: 90%;
    }

    .popup .contenedor-popup .contenedor-form form input,
    .popup .contenedor-popup .contenedor-form form textarea {
        width: 100%;
        padding: 5px;
    }

    .popup .contenedor-popup .closebtn {
        right: 5px;
        top: 10px;
    }
}

/*notificacion popup*/



/*Whastsapp botones*/
.whatsap {
    border-radius: 100%;
    box-shadow: 0px 0px 10px #8f8f8fe1;
    background-color: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    height: 60px;
    position: fixed;
    margin: 20px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    animation: whatsappAnimation 3s infinite alternate;
}

.whatsap a {
    text-align: center;
    font-size: 2.4rem;
    text-decoration: none;
    color: #ffffff;
}

.whatsap a i {
    color: #ffffff;
}

@keyframes whatsappAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/*whatsapp windows*/
.windowWhatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    max-width: 270px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 15px #949494ad;
}

.windowWhatsapp .contenedor {
    padding: 0;
}

.windowWhatsapp .contenedor .header {
    display: flex;
    position: relative;
    background-color: #00bf54;
    border-radius: 5px 5px 0 0;
}


.windowWhatsapp .contenedor .header button {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    margin: 8px;
    border: none;
    border-radius: 100%;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
}

.windowWhatsapp .contenedor .header button:hover {
    background-color: #00bf54;
}

.windowWhatsapp .contenedor .header button i {
    color: #696969;
    font-size: 15px;
    padding: 2px;
    max-width: 100%;
    color: #00bf54;
}

.windowWhatsapp .contenedor .header button:hover i {
    color: #ffffff;
}

.windowWhatsapp .contenedor .header .logo {
    width: 100%;
    display: flex;
    padding: 0px 10px;
    align-items: center;
}

.windowWhatsapp .contenedor .header .logo .imagen {
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
    max-width: 60px;
    max-height: 60px;
}

.windowWhatsapp .contenedor .header .logo h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: lighter;
    text-align: left;
    margin-left: 20px;
}

.windowWhatsapp .contenedor .header .logo h4 span {
    color: #ffffff;
    font-weight: 900;
    font-family: 'Maven Pro', sans-serif;
}

.windowWhatsapp .contenedor .header .logo .imagen img {
    max-width: 30px;
    max-height: 30px;
}


.windowWhatsapp .contenedor .contenido {
    background-image: url(../img/fondo\ whatsapp.PNG);
    margin-top: -21px;
    padding: 10px 20px;
    font-weight: bolder;
}

.windowWhatsapp .contenedor .contenido .dia {
    width: 20%;
    background-color: #d4eaf4;
    margin: 0 auto;
    pad: 5px;
}

.windowWhatsapp .contenedor .contenido .solicitud {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 10px;
    margin: 30px auto;
    text-align: left;
    font-size: 13px;
    position: relative;
}

.windowWhatsapp .contenedor .contenido .solicitud p {
    width: 100%;
    font-size: 12px;
}

.windowWhatsapp .contenedor .contenido .solicitud p span {
    font-weight: bolder !important;
    color: #000;
    font-family: 'Maven Pro', sans-serif;
}

.windowWhatsapp .contenedor .contenido .solicitud h5 {
    position: absolute;
    color: #999999;
    bottom: 0;
    right: 0;
    margin: 5px;
}

.windowWhatsapp .contenedor .mensaje {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background-color: #f0e9e4;
    border-radius: 0px 0px 5px 5px;
}

.windowWhatsapp .contenedor .mensaje input {
    border: none;
    padding: 5px;
    font-size: 15px;
    border-radius: 5px;
    overflow: hidden;
}


.windowWhatsapp .contenedor .mensaje button {
    border: none;
    background-color: #e1e1e1;
    cursor: pointer;
    padding: 5px 10px;
    margin: 0px 10px;
}


/*vista servicios*/
.contenedor.servicio {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px 30px;
    position: relative;
}


.contenedor.servicio .elemento {
    min-height: 440px;
    max-width: 300px;
    padding: 20px 15px;
    margin: 80px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 4px 12px #a5a5a587;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.contenedor.servicio .elemento a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.contenedor.servicio .elemento:hover {
    transform: scale(.98);
}

.contenedor.servicio .elemento .encabezado {
    position: relative;
    width: 270px;
    height: 270px;
    text-align: center;
    margin: 0 auto;
    top: -60px;
    left: center;
    z-index: 10px;
    transition: all 0.5s ease-in-out;
}

.contenedor.servicio .elemento:hover .encabezado {
    top: -40px;
    transform: scale(1.1);
    transition-delay: .2s;
}

.contenedor.servicio .elemento .encabezado img {
    width: 100%;
    height: 160px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #a5a5a5d0;
}

.contenedor.servicio .elemento .texto {
    position: relative;
    margin-top: -140px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}

.contenedor.servicio .elemento .icono {
    position: absolute;
    bottom: 2%;
    right: 1%;
    opacity: .4;
    z-index: -1;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.4s;
}

.contenedor.servicio .elemento:hover .icono {
    opacity: 1;
}

.contenedor.servicio .elemento .icono i {
    color: #192f38;
    font-size: 3rem;
}

.contenedor.servicio .elemento .texto h3 {
    font-size: 24px;
    color: #192f38;
    font-weight: bolder;
}

.contenedor.servicio .elemento .texto p {
    text-align: left;
    line-height: 24px;
}


/*vista servicios mobil*/
@media only screen and (max-width:500px) {

    .contenedor.servicio .elemento:hover {
        transform: none;
    }

    .contenedor.servicio .elemento:hover .encabezado {
        top: -60px;
    }

}

/*contactanos*/
.contenedor.contactanos {
    padding: 20px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../img/contacto.jpg);
    background-color: #838383;
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center center;
}

.contenedor.contactanos .enlaces-contacto {
    width: 30%;
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

.contenedor.contactanos .enlaces-contacto a {
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
    width: 70%;
    background-color: #ffffffbb;
    padding: 20px 0 15px 0;
    margin: 50px auto;
    transition: all 0.5s ease-in-out;
}

.contenedor.contactanos .enlaces-contacto a:hover {
    background-color: #cacaca96;
}

.contenedor.contactanos .enlaces-contacto a i {
    font-size: 2rem;
}

.contenedor.contactanos .enlaces-contacto a i,
.contenedor.contactanos .enlaces-contacto a h3 {
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
    color: #161616;
}

.contenedor.contactanos form.contacto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 50%;
}

.contenedor.contactanos form.contacto .contenido-form {
    margin: 30px auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor.contactanos form.contacto .contenido-form .elemento {
    position: relative;
    margin: 20px 30px;
    width: 70%;
}

.contenedor.contactanos form.contacto .contenido-form .elemento label {
    position: absolute;
    pointer-events: none;
    color: #161616;
    top: 10px;
    left: 10px;
    font-weight: bolder;
    transition: all 0.5s ease-in-out;
}

.contenedor.contactanos form.contacto .contenido-form .elemento input,
.contenedor.contactanos form.contacto .contenido-form .elemento textarea {
    padding: 15px 5px;
    width: 100%;
    border: none;
    color: #161616;
    font-weight: bolder;
    border-radius: 4px 4px 0 0;
    background-color: #ffffffbb;
    border-bottom: 1px solid #ffffff;
}

.contenedor.contactanos form.contacto .contenido-form .elemento input:focus~label,
.contenedor.contactanos form.contacto .contenido-form .elemento input:valid~label,
.contenedor.contactanos form.contacto .contenido-form .elemento textarea:focus~label,
.contenedor.contactanos form.contacto .contenido-form .elemento textarea:valid~label {
    top: -24px;
    left: 2px;
    font-size: 13px;
    color: #192f38;
}

.contenedor.contactanos form.contacto input[type="submit"] {
    border: none;
    background-color: #ffffffbb;
    color: #161616;
    font-weight: bolder;
    font-size: 13px;
    padding: 15px 25px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.contenedor.contactanos form.contacto input[type="submit"]:hover {
    background-color: #b6b6b6bb;
}


/*contacto movil*/
@media only screen and (max-width:1000px) {
    .contenedor.contactanos {
        flex-direction: column;
        flex-wrap: nowrap;
        background-attachment: fixed;
        padding: 0;
    }

    .contenedor.contactanos .enlaces-contacto {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contenedor.contactanos form.contacto {
        width: 90%;
        margin: 0 auto;
    }

    .contenedor.contactanos form.contacto .contenido-form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .contenedor.contactanos form.contacto .contenido-form .elemento {
        width: 90%;
        margin: 30px auto;
    }

}


/*footer*/
footer {
    background-color: #000000d8;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
}

footer .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

footer .info .elemento {
    width: 25%;
    margin: 20px;
}

footer .info .logo {
    text-align: center;
}

footer .info .logo img {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}

footer .info .logo .redes {
    display: flex;
    padding: 20px;
    margin: 10px auto;
}

footer .info .logo .redes a {
    margin: 5px;
    font-size: 20px;
    transition: all .5s ease-in-out;
}

footer .info .logo .redes a:hover i {
    color: #00bdf7;
}

footer .info .logo .redes a i {
    color: #ffffff;
    border: none;
}

footer .info .quienesSomos {
    margin: 0 auto;
}

footer .info .quienesSomos h3 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 30px;
}

footer .info .quienesSomos h3,
footer .info .quienesSomos p {
    color: #ffffff;
}

footer .info .contacto {
    padding: 10px;
    width: 28%;
}

footer .info .contacto a {
    font-weight: lighter;
    display: block;
    text-decoration: none;
}

footer .info .contacto a,
footer .info .contacto a i {
    color: #ffffff;
    margin: 10px;
}

footer .copyrigth {
    text-align: center;
    width: 100%;
}

footer .copyrigth p {
    color: #ffffff;
}

@media only screen and (max-width:1000px) {
    footer {
        width: 100%;
        padding: 0;
    }

    footer .info {
        flex-direction: column;
        justify-content: space-around;
        width: 90%;
        margin: 0 auto;
    }

    footer .info .elemento {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    footer .info .elemento .redes {
        justify-content: center;
    }

    footer .info .elemento .redes a {
        text-align: center;
        margin: 20px;
    }

    footer .info .logo {
        margin-top: 30px;
    }

    footer .info .logo img {
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
    }

    footer .info .quienesSomos p {
        text-align: justify;
    }


    footer .copyrigth {
        margin: 0 auto;
    }

    footer .copyrigth p {
        padding: 10px;
    }
}


/* ==========================================================================
    Helper classes
    ========================================================================== 
*/

/*
  * Hide visually and from screen readers
  */

.hidden,
[hidden] {
    display: none !important;
}

/*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
  * Hide visually and from screen readers, but maintain layout
  */

.invisible {
    visibility: hidden;
}

/*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
    EXAMPLE Media Queries for Responsive Design.
    These examples override the primary ('mobile first') styles.
    Modify as content requires.
    ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
    Print styles.
    Inlined to avoid the additional HTTP request:
    https://www.phpied.com/delay-loading-your-print-css/
    ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
    * Don't show links that are fragment identifiers,
    * or use the `javascript:` pseudo protocol
    */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}