/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";

/* FUENTES  */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}


/* Estilos generales */

@-webkit-keyframes servicios-modal {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes servicios-modal {
    0% {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* BOTON VOLVER ARRIBA */

.btn-volver-arriba {
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border-radius: 0.3em;
    padding: 0.4em;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-volver-arriba a {
    text-decoration: none !important;
    color: #fff !important;
}

.btn-volver-arriba span {
    font-size: 1.5em;
}

.btn-whatsapp {
    background: #F29100;
    color: #fff;
    padding: 9px 30px;
    outline: none !important;
    border: none;
    border-radius: 0.3em;
    margin: 1em 0;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-whatsapp:hover {
    background: #582582;
}

.btn-servicios,.btn-descargar,.btn-naranja {
    display: block;
    margin: 0 auto !important;
    margin-top: 1em !important;
    margin-bottom: 1.5em !important;
    padding: 8px 30px;
    background: #F29100;
    text-decoration: none;
    color: #fff;
    border: none;
    border-radius: 0.3em;
    -webkit-box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.3em 0.6em rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-servicios:hover, .btn-descargar:hover,.btn-naranja:hover {
    background: #F29100bc;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);

}

.btn-naranja a{
    text-decoration: none;
    color: #fff;
}

/* MENU MOVIL */

.menu-mobile {
    display: none;
}

/* MENU PC */

.menu-pc {
    width: 100%;
    background: #582582;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100;
}

.menu-pc img {
    padding: 10px 0;
    height: 80px;
}

.menu-pc .menu-principal a {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-pc .menu-principal a:hover {
    border-radius: 0.3em;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
    background-color: #F29100;
}

.menu-pc .redes a {
    color: #fff;
    text-decoration: none;
}

.menu-pc .redes span {
    padding: 0.4em;
    border-radius: 100%;
    color: #fff;
    margin: 0 1px;
    font-size: 1.1em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-pc .redes span:hover {
    cursor: pointer;
}

/* MENU FIXED */

.menu-fixed {
    width: 100%;
    background: #582582;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: -160px;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-fixed img {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 10px 0;
    height: 80px;
}

.menu-fixed .menu-principal a {
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-fixed .menu-principal a:hover {
    background: #F29100;
    color: #fff;
    border-radius: 0.3em;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
}

.menu-fixed .redes a {
    color: #fff;
    text-decoration: none;
}

.menu-fixed .redes span {
    padding: 0.4em;
    border-radius: 100%;
    color: #fff;
    margin: 0 1px;
    font-size: 1.1em;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-fixed .redes span:hover {
    background: #582582;
    cursor: pointer;
}

/* MAIN  */

.main {
    width: 100%;
    margin-top: 70px;
}

/* NOSOTROS */

.main .nosotros {
    width: 100%;
    padding: 20px 0;
    background: #f5f5f5;
    margin-top: -0.7em;
}

.main .nosotros .cont-nosotros {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.main .nosotros .cont-nosotros .conta {
    width: 80%;
    height: 100%;
    padding: 2em;
    color: #000;
    text-align: center;
    border-radius: 0.5em;
}

.main .nosotros .cont-nosotros .conta a {
    text-decoration: none !important;
    color: #fff;
}

.main .nosotros .cont-nosotros .conta button {
    margin: 0 auto;
}

.main .nosotros .cont-nosotros .conta ul {
    font-size: 16px;
    margin-left: 1.5em;
}

.main .nosotros .cont-nosotros .contb {
    width: 30%;
    position: relative;
}

.main .nosotros .cont-nosotros .contb img {
    background: #fff;
    padding: 0.5em;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
    margin: 1.2em 0;
    margin: 20px auto;
}

.main .nosotros .cont-nosotros .contb p {
    text-align: center;
}

/* CAROUSEL STYLES */

.owl-controls .owl-nav {
    display: none;
}

.owl-controls .owl-dots {
    display: block !important;
}

/* NAV-CONTAINER GENERAL */
/* Nota: el conetenedor padre de este elemento debe tener obligatoriamente la propiedad position: relative; */

.navs-container {
    position: absolute !important;
    z-index: 110;
    top: calc(50% - 24px);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nav-item {
    cursor: pointer;
}

.nav-item svg {
    width: 48px;
    height: 48px;
}

.nav-item svg path {
    fill: #fff;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.809);
            box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.809);
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.755);
            box-shadow: 0 5px 3px rgba(0, 0, 0, 0.755);
}

#c-nav-left svg path,
#c-nav-right svg path,
#s-nav-left svg path,
#s-nav-left svg path {
    fill: #dedede;
}

#servicios-carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
}

#servicios-carousel {
    display: block;
}
#top-carousel-container{
    height: 70vh;
    
}
#top-carousel{
    width: 100%;

}
#top-carousel .banner-item{
    width: 100%;
    height:70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-item#item-1{
    background-image: url('/src/img/top-banner/banner.jpg');
}
.banner-item#item-2{
    background-image: url('/src/img/top-banner/banner-2.jpg');
    background-position: top center;
}
.banner-item#item-3{
    background-image: url('/src/img/top-banner/banner-3.jpg');
}
.banner-item#item-4{
    background-image: url('/src/img/top-banner/banner4.jpg');
}
#top-carousel .banner-item .content{
    background: #000000bc;
    border-radius: 15px;
    padding: 20px 60px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    font-size: 0.7rem;
}

/* SERVICIOS SECTION */

.main .servicios {
    width: 100%;
    padding: 120px 0;
    background-image: url(../img/servicios/servicios-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.cont-servicios {
    display: none;
}

.servicio-item {
    width: 70%;
    height: 300px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

.servicio-item img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 150px;
}

.servicio-item h4 {
    padding: 10px;
    font-size: 14px;
}

.s-description {
    padding: 20px;
}

.main .servicios h2 {
    color: #fff;
    text-shadow: 0 1.5px #000;
    text-align: center !important;
}

.main .servicios .cont-servicios {
    width: 1210px;
    margin: 0 auto !important;
    margin-top: 3em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main .servicios .cont-servicios .info-servicios {
    width: 290px;
    border-radius: 0.5em;
    background: #f5f5f5;
    text-align: center;
    -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
}

.main .servicios .cont-servicios .info-servicios .cont-imagen {
    width: 290px;
    height: 205px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 0.5em 0.5em 0 0;
    -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.3);
}

/* AIO BLOG */

.cont-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 0;
}

#iframe-embed {
    width: 300px;
    height: 600px;
    margin: 10px auto;
}


/* SECCIÓN DESCARGAR */

#section-descargar {
    background: #582582;
    color: #fff;
    width: 100%;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.fb-page {
    margin: 0 auto;
}

/* SERVICIOS MOVIL */

.info-servicios .cont-imagen .mascara,
.info-servicios .cont-imagen .contenido {
    width: 290px;
    height: 205px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.info-servicios .cont-imagen img {
    display: block;
    position: relative;
}

.info-servicios .cont-imagen h3 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(17, 45, 61, 0.9);
    margin: 50px 0 0 0
}

.info-servicios .cont-imagen p {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-shadow: 0 1.5px #000;
    padding: 10px 20px 10px;
    text-align: center
}

.info-servicios .cont-imagen a.link {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #222;
    color: #fff;
    margin-top: -0.5em !important;
    -webkit-box-shadow: 0 0 1px #000;
            box-shadow: 0 0 1px #000
}

.info-servicios .cont-imagen a.link:hover {
    -webkit-box-shadow: 0 0 5px #000;
            box-shadow: 0 0 5px #000;
    cursor: pointer;
}


/* SERVICIOS ESCRITORIO */
.card-servicio img {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.card-servicio .mascara {
    opacity: 0;
    background-color: #F29100BC;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card-servicio h3 {
    -webkit-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
            transform: translateX(-200px);
    /*Desplazamos a la izquierda*/
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.card-servicio p {
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px);
    /*Desplazamos a la derecha*/
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.card-servicio a.link {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px)/*Desplazamos para abajo*/
}

.card-servicio:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    /*Damos un ligero zoom a la imagen*/
}

.card-servicio:hover .mascara {
    opacity: 1;
}

.card-servicio:hover h3,
.card-servicio:hover p,
.card-servicio:hover a.link {
    opacity: 1;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    /*Regresamos a las posiciones originales*/
}

.card-servicio:hover p {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
}

.card-servicio:hover a.link {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    /*Aplicamos un pequeño retardo para que se muestre al final*/
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    background: #EA0000;
}

.main .servicios .cont-servicios .info-servicios h4 {
    margin: 0.8em 0;
}

.main .servicios .cont-servicios .info-servicios p {
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: 600;
    height: 62px;
}


/* MODAL SERVICIOS */

#modal-servicios {
    display: none;
    width: 100%;
    height: 100vh;
    background: #000000bc;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
}

#modal-servicios.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#modal-container {
    position: relative;
}

#btn-cerrar {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
}

#btn-cerrar:hover {
    cursor: pointer;
}

#modal-content a {
    margin: unset !important;
}

#modal-container {
    width: 80%;
    background: #fff;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

#modal-content {
    background: #fff;
    border-radius: 15px;
    padding: 10px 5px;
}

#modal-content #modal-p {
    height: 150px;
    overflow-y: scroll;
}

#modal-img {
    width: 100%;
    border-radius: 15px;
    margin: 0 auto;
}

#modal-img img {
    width: 100%;
    border-radius: 15px;
}

.main .clientes {
    width: 100%;
    background: #ffffff;
}

.main .clientes * {
    text-align: center;
}

#clientes-container {
    position: relative;
}

#clientes-carousel {
    width: 80%;
    margin: 0 auto;
}

#clientes-carousel div img {
    height: 150px;
    width: 60%;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    cursor: pointer;
}

#clientes-carousel div img:hover {
    -webkit-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    transition: ease-in-out all 0.3s;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

/* CONTACTENOS SECTION */

.main .contactenos {
    width: 100%;
    padding: 120px 0;
    background-image: url(../img/contacto/contacto-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.main .contactenos .cont-contactenos {
    width: 95%;
    margin: 0 auto;
    border-radius: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.main .contactenos .cont-contactenos .conta {
    width: 100%;
    padding: 40px;
    background: #fff;
    border-radius: 25px;
}

.main .contactenos .cont-contactenos .conta h1,
.main .contactenos .cont-contactenos .conta h2 {
    margin-bottom: 0.65em;
}

.main .contactenos .cont-contactenos .conta .extra-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.8em 0;
}

.main .contactenos .cont-contactenos .conta .extra-info span {
    background: #F29100;
    color: #fff;
    border-radius: 100%;
    padding: 0.4em;
    -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
            box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
}

.main .contactenos .cont-contactenos .conta .extra-info p {
    font-size: 1em;
    margin: 0 0 0 1em;
}

.main .contactenos .cont-contactenos .conta .extra-info a,
.main .contactenos .cont-contactenos .conta .extra-info a:hover {
    text-decoration: none;
    color: #000;
}

.main .contactenos .cont-contactenos .contb {
    width: 100%;
    height: 100vh;
    background-image: url(../img/contacto/contb.jpg);
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0 0.5em 0.5em 0;
}
/* FORM INPUTS */
input, select, textarea{
    padding: 5px 10px;
    border-radius: 10px;
    outline: 0;
    border: 0;
    -webkit-box-shadow: 0px -1px 23px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -1px 23px -10px rgba(0,0,0,0.75);
}
select{
    color: #000;
}

/* FOOTER */

footer {
    width: 100%;
    background: #582582;
    color: #fff;
}

footer .cont-pie {
    width: 100%;
    margin: 0 auto;
    padding: 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .cont-pie .info-pie h1 {
    margin-bottom: 0.7em;
}

footer .cont-pie .info-pie ul {
    list-style: none;
    margin-left: 0.5em;
}

.info-pie ul li {
    list-style: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.info-pie ul li::before {
    content: "•";
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: center;
        justify-self: center;
    font-size: 30px;
    color: #F29100;
}

footer .cont-pie .info-pie a {
    font-size: 1.3em;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal;
}

footer .cont-pie .info-pie a:hover {
    opacity: 0.4;
}

footer .cont-pie .info-pie .extra-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.8em 0;
}

footer .cont-pie .info-pie .extra-info span {
    background: #F29100;
    color: #fff;
    font-size: 1.5em;
    border-radius: 100%;
    padding: 0.3em;
    -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.65);
            box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.65);
}

footer .cont-pie .info-pie .extra-info p {
    font-size: 1em;
    margin: 0 0 0 0.5em;
}

footer .redes-pie {
    width: 380px;
    margin: 0 auto !important;
    margin-bottom: 2.5em !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .redes-pie p {
    font-size: 16px;
    margin: 0;
}

footer .redes-pie .redes2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .redes-pie .redes2 a {
    text-decoration: none !important;
}

footer .redes-pie .redes2 span {
    background: #F29100;
    border-radius: 100%;
    padding: 0.4em;
    color: #fff;
    font-size: 1.25em;
    margin: 0 0.1em;
    -webkit-box-shadow: 0 0.3em 0.7em rgba(0, 0, 0, 0.75);
            box-shadow: 0 0.3em 0.7em rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .redes-pie .redes2 span:hover {
    background: #582582;
    cursor: pointer;
}

footer .desarrollador {
    width: 100%;
    overflow: hidden;
    background: #582582;
    color: #fff;
}

footer .desarrollador p {
    text-align: center;
    font-size: 12px !important;
    margin-top: 1em;
}

footer .desarrollador p a {
    color: #fff;
    text-decoration: none;
}

footer .desarrollador p a:hover {
    text-decoration: underline;
}
#pfs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000bc;
    z-index:1000;
    display: none;
}
#pfs.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#btn-cerrar-pfs{
    position: absolute;
    color: #fff;
    font-size:30px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    background: #000000bc;
    top: -15px;
    right: -15px;
    padding: 5px;
    border-radius: 50%;
}
#popup-pfs{
    position: relative;
    background: #fff;
    border-radius: 15px;
}


/* MEDIA QUERY MÓVIL */

@media screen and (max-width:800px) {
    body{
        font-size: 1em;
    }
    .menu-pc {
        display: none;
    }
    .menu-fixed {
        display: none;
    }
    .menu-mobile {
        display: block;
        width: 100%;
        background: #582582;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .menu-mobile .barra {
        width: 100%;
        padding: 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .menu-mobile .barra a#btnMenu {
        position: absolute;
    }
    .menu-mobile .barra a {
        text-decoration: none !important;
        color: #000 !important;
        margin: 0 auto;
    }
    .menu-mobile .barra a img {
        height: 70px;
        padding: 10px 0;
    }
    .menu-mobile .barra span {
        font-size: 2em;
        color: #fff;
    }
    .menu-mobile .menu-principal {
        width: 80%;
        background: #fff;
        position: fixed;
        left: -100%;
    }
    .menu-mobile .menu-principal a {
        font-weight: 500;
        text-decoration: none;
        color: #000000;
        display: block;
        padding: 10px;
        border: 1px solid #eee;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu-mobile .menu-principal a:hover {
        background: #f5f5f5;
    }

    .main .banner-principal .banner .texto-banner {
        width: 100%;
        background: rgba(0, 0, 0, 0.25);
        padding: 1em 1em 2em 1em;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .main .banner-principal .banner .texto-banner h1 {
        font-size: 2.5em;
        text-shadow: 0 2px #000;
    }
    .main .banner-principal .banner .texto-banner p {
        font-weight: 500;
        font-size: 1.1em;
        text-shadow: 0 1.5px #000;
        margin-bottom: 1em;
        text-align: center;
    }
    .banner-gracias .texto-gracias {
        width: 90%;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        padding: 1em 1em 2em 1em;
        text-align: center;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .main .nosotros .cont-nosotros {
        width: 90%;
        margin: 0 auto;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main .nosotros .cont-nosotros .conta {
        width: 100%;
        margin-bottom: 1.5em;
        background: -o-radial-gradient(#582582, #411b5f);
        background: radial-gradient(#582582, #411b5f);
        color: #fff;
        padding: 2em;
        border-radius: 0.5em;
        -webkit-box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
                box-shadow: 0 0.3em 0.5em rgba(0, 0, 0, 0.4);
    }
    .main .nosotros .cont-nosotros .contb {
        width: 100%;
        position: relative;
    }
    .main .nosotros .cont-nosotros .contb img {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 1.2em !important;
    }
    .main .servicios .cont-servicios {
        width: 90%;
        margin: 0 auto !important;
        margin-top: 3em !important;
        display: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .main .servicios .cont-servicios .info-servicios {
        width: 290px;
        margin: 0 auto !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
        border-radius: 0.5em;
        background: #f5f5f5;
        text-align: center;
        -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
                box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.5);
    }
    .main .clientes .cont-slider {
        width: 90%;
        margin: 0 auto !important;
        margin-top: 3em !important;
    }
    .main .clientes .cont-clientes {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .main .clientes .cont-clientes img {
        display: block;
        border-radius: 0.5em;
        margin: 0 auto !important;
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }
    footer .cont-pie {
        width: 90%;
        margin: 0 auto;
        padding: 3em 0;
    }
    footer .cont-pie .info-pie {
        margin: 2em 0;
    }
    footer .redes-pie {
        width: 90%;
        margin: 0 auto !important;
        margin-bottom: 2.5em !important;
        display: block;
        text-align: center;
    }
    footer .redes-pie .redes2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 1em 0;
    }

    input, select, textarea{
        width: 100%;
    }

}
/* media query escritorio */
@media screen and (min-width: 768px) {
    .main{
        margin-top: 0;
    }
    #top-carousel .banner-item .content{
        width: unset;
        font-size: 24px;
    }
    .main .servicios {
        display: block;
    }
    .servicio-item h4{
        font-size: unset;
    }
    #servicios-carousel {
        display: none;
    }
    .cont-servicios {
        display: block;
    }
    #servicios .navs-container {
        display: none;
    }
    #modal-servicios {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #modal-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    #modal-content {
        -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: 3;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: 20px;
    }
    #modal-img {
        width: 40%;
    }
    #modal-img,
    #modal-img img {
        border-radius: unset;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    #modal-content #modal-p {
        height: unset;
        overflow-y: unset;
        text-align: justify;
    }
    .cont-blog {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 0;
    }
    #contactenos {
        font-size: unset;
    }
    .cont-pie {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .info-pie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        margin-right: 10px;
    }
    .info-pie img {
        margin: 0 auto;
    }
    .main .contactenos .cont-contactenos .conta {
        width: 50%;
        height: 100vh;
    }
    .main .contactenos .cont-contactenos .contb {
        width: 50%;
        display: block;
    }
    .main .contactenos .cont-contactenos .conta {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    #iframe-embed {
        width: 600px;
    }

}