* {
    margin: 0;
    padding: 0;
    font-family: "Roboto Condensed", sans-serif;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    /** Reset para REMS - 62.5% = 10px de 16px **/
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    /* position: relative; */
    /*background: url(images/cabecera.jpg);*/
    font-size: 1.6rem;
    /*overflow: hidden;*/
}

.section {
    width: 100%;
    position: fixed;
    overflow: hidden;
}

@media (max-width: 768px) {
    .section {
        top: 75px;
    }
}

.fixed-bottom {
    position: relative;
    width: 100%;
    bottom: -40px;
}

@media (max-width: 768px) {
    .fixed-bottom {
        bottom: -78px;
    }
}

@media (min-height:900px) {
    .fixed-bottom {
        bottom: -75px;
    }
}

#aboutUsPage {
    background: #205869;
    display: table-cell;
    vertical-align: middle;
}


/* INDEX */

.social {
    display: flex;
    justify-content: flex-end;
    font-size: 1em;
    padding: 10px 14vw 0px 14vw;
    background-color: white;
}

@media (max-width: 768px) {
    .social {
        padding-right: 2vw;
    }
}

.social::after {
    content: "";
    width: 95%;
    height: 8vh;
    position: absolute;
    background: #69c3dd54;
    z-index: 1;
    left: 54%;
}

.social p {
    padding: 0 10px;
    align-self: center;
}

.social img {
    width: 1.7em;
    height: 100%;
    margin: 0 4px;
}

.home-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 74%;
    background: url(images/cabecera.jpg);
    background-size: cover;
    background-position: bottom;
}

.nav-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.nav-bar .logo {
    width: 20vw;
    margin-left: 10vw;
}

.nav-bar .nav-cxt {
    width: 65vw;
    padding: 1.3vh;
    background: #74cbe0;
    align-self: flex-end;
    position: relative;
    z-index: 5;
}

@media (max-width: 768px) {
    .nav-bar .nav-cxt {
        width: 36vw;
        display: block;
    }
    .nav-bar .logo {
        width: 30vw;
        margin-left: 2vw;
    }
}

.nav-bar .nav-cxt:after {
    content: "";
    width: 69%;
    height: 10vh;
    position: absolute;
    background: #69c3dd52;
    z-index: 1;
    right: 0;
}

.nav-bar .nav-cxt:before {
    content: "";
    width: 100%;
    height: 5vh;
    position: absolute;
    background: #69c3dd54;
    z-index: 1;
    left: 5%;
    bottom: -30px;
}

.nav-bar .nav-cxt li {
    display: inline-block;
    padding: 0 20px;
    border-right: 2px solid #205869;
    color: #1e5469;
}

@media (max-width: 768px) {
    .nav-bar .nav-cxt li {
        border: none;
    }
}

.nav-bar .nav-cxt li:last-child {
    border: none;
}

.nav-bar .nav-cxt li a {
    text-decoration: none;
    color: inherit;
}

.home-items {
    width: 100vw;
    display: flex;
    background: url(images/cabecera.jpg);
    background-size: cover;
    background-position: bottom;
}

.home-items img {
    display: block;
    margin: 4rem auto;
    width: 43rem;
    height: 100%;
}

@media (min-height:900px) {
    .home-items img {
        width: 70rem;
    }
}

@media (max-width: 768px) {
    .home-items img {
        width: 100%;
    }
}


/*Mobile menu*/

.mobile-menu img {
    display: block;
    margin: 0 auto;
    width: 4rem;
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }
}


/*
.navegacion:target {
    display: block;
}
*/

.navegacion {
    display: none;
}

@media (min-width: 768px) {
    .navegacion {
        display: block;
    }
}


/*Notice*/

.img-slider {
    background: #fff;
    position: relative;
}

.img-slider>h2 {
    position: absolute;
    top: -23px;
    display: inline-block;
    background: #74cbe0;
    padding: 7px 20px;
    font-weight: 500;
    left: 50px;
    z-index: 1;
}

@media (max-width: 768px) {
    .img-slider>h2 {
        top: 14px
    }
}

.img-slider>h2:before {
    content: "";
    width: 180px;
    height: 45px;
    position: absolute;
    background: #69c3dd52;
    right: 0;
    top: 10px;
    left: 35px;
    z-index: -1;
}

.img-slider>h2:after {
    content: "";
    width: 120px;
    height: 64px;
    position: absolute;
    background: #69c3dd52;
    right: 0;
    top: -20px;
    left: -15px;
    z-index: -1;
}


/* ABOUT */

.about-content {
    color: white;
    text-align: center;
    font-size: 1.4em;
    line-height: 1.2;
    padding: 6vh 14vw;
    position: relative;
    top: 5vh;
}

.about-title {
    text-align: center;
    font-size: 4em;
    color: white;
    position: relative;
    padding: 4vh 0;
    margin: 4% 0 0;
}

@media (max-width: 1024) {
    .about-title {
        font-size: 3em;
    }
    .about-content {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .about-title {
        font-size: 1.5em;
        padding: 1vh 0;
    }
    .about-content {
        font-size: 1em;
        padding: 2vh 5vw;
    }
}

.about-title:after {
    content: "y qué hacemos?";
    width: auto;
    position: absolute;
    bottom: -30px;
    left: 47vw;
}

.about-list-certs {
    display: flex;
    justify-content: center;
    position: relative;
    top: 8vh;
}

.about-list-certs>div {
    background: url(images/ISOS.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 9vw;
    margin: 0 0.7vw;
}

@media (max-width: 768px) {
    .about-list-certs {
        flex-wrap: wrap;
    }
    .about-list-certs>div {
        flex-basis: calc(20%);
        height: 100px;
    }
}

.about-list-certs>div p {
    text-align: center;
    color: white;
    height: 11vh;
    padding: 20%;
    display: table-cell;
    font-size: 0.9vw;
}

@media (max-width: 768px) {
    .about-list-certs>div p {
        font-size: 2vw;
        height: 8vh;
    }
}


/*Carrousel*/

#carrusel {
    width: 93%;
    overflow: hidden;
    height: 120px;
    position: relative;
    margin-left: 30px;
}

@media (min-height: 900px) {
    #carrusel {
        height: 100px;
    }
}

#carrusel .left-arrow {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -9px;
}

#carrusel .right-arrow {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -9px;
}

@media (max-width: 768px) {
    .left-arrow img,
    .right-arrow img {
        display: none;
    }
}

.carrusel {
    width: 4000px;
    left: 0px;
    position: absolute;
    z-index: 0;
}

.carrusel>div {
    float: left;
    width: 8%;
    display: flex;
    text-align: left;
    padding: 0px 50px;
    justify-content: space-evenly;
}

@media (min-height: 900px) {
    .carrusel>div {
        width: 8.6%;
    }
}

@media (max-width: 768px) {
    .carrusel>div {
        padding: 0px 12px;
    }
}

.carrusel img {
    cursor: pointer;
}

@media (min-height: 900px) {
    .carrusel img {
        height: 100px;
        width: 100px;
    }
}

.product {
    border-right: rgb(41, 71, 98) 5px solid;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .product {
        border: none;
    }
}

.product a {
    justify-content: start;
    padding-left: 10px;
    max-width: 20rem;
    text-decoration: none;
    color: #1e5469;
    font-weight: bold;
}

.product:last-child {
    border-right: none;
}


/* MISION */

#misionPage .graphic {
    background: url(images/mision.png) no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    display: flex;
    justify-content: center;
    height: 90%;
    margin: 20px;
}


/*Invisible text*/

.invisible {
    visibility: hidden;
}

@media (max-width: 768px) {
    .invisible {
        visibility: visible;
    }
    #misionPage .graphic {
        background: url(images/mision2.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* transform: translate(0%, -50%); */
        width: 90%;
        /* left: 5%;
        margin: 0;
        top: 50%; */
    }
}

#misionPage .graphic>.content {
    text-align: center;
    width: 50%;
    color: #1e5469;
    position: relative;
    top: 40%;
    left: 2%;
    /* transform: translate(-95%, -50%); */
    /* height: fit-content; */
}

#misionPage .graphic h3 {
    font-size: 4vw;
}

#misionPage .graphic p {
    font-size: 2.3vw;
}


/**/


/* SERVICES */

#servicesPage .services {
    display: flex;
    height: 100%;
}

@media (max-width: 768px) {
    #servicesPage .services {
        flex-direction: column;
    }
}

#servicesPage .services>div {
    background: #ececec;
    text-align: center;
    height: 500px;
    position: relative;
}

@media (max-width: 768px) {
    #servicesPage .services>div {
        height: 200px;
    }
}

#servicesPage .services>div:nth-child(1) {
    background: url(images/Imagenes-02.png);
    background-size: cover;
}

@media (max-width: 768px) {
    #servicesPage .services>div:nth-child(1) {
        background: url(images/mesa1.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%!important;
    }
}

#servicesPage .services>div:nth-child(2) {
    background: url(images/Imagenes-04.png);
    background-size: cover;
}

@media (max-width: 768px) {
    #servicesPage .services>div:nth-child(2) {
        background: url(images/mesa2.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%!important;
    }
}

#servicesPage .services>div:nth-child(3) {
    background: url(images/Imagenes-03.png);
    background-size: cover;
}

@media (max-width: 768px) {
    #servicesPage .services>div:nth-child(3) {
        background: url(images/mesa3.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%!important;
    }
}

#servicesPage>div .content {
    width: 100%;
    height: fit-content;
    vertical-align: middle;
    position: relative;
    top: 10%;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

@media (max-width: 768px) {
    #servicesPage>div .content {
        padding: 20px;
    }
}

#servicesPage .services>div img {
    width: 60%;
    position: relative;
}

@media (max-width: 768px) {
    #servicesPage .services>div img {
        width: 31%;
    }
}

#servicesPage .services>div h3 {
    font-size: 2vw;
    text-transform: uppercase;
    color: white;
    position: relative;
}

@media (max-width: 768px) {
    #servicesPage .services>div h3 {
        font-size: 3vw;
    }
}

#servicesPage .services>div p {
    display: none;
    color: white;
    position: relative;
    padding: 2vw;
    font-size: 1.4vw;
    line-height: 4rem;
}

@media (max-width: 768px) {
    #servicesPage .services>div p {
        width: 100%;
        padding: 1vw;
        font-size: 2.5vw;
        line-height: 1.5rem;
    }
}

#servicesPage .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.purple {
    background: #073eff;
}

.blue {
    background: #00cdff;
}

.orange {
    background: #ff6700;
}

.green {
    background: #58ff00;
}


/* CUSTOMER */

#customerPage h2 {
    text-align: center;
    padding: 4%;
    font-size: 4vw;
    color: #1e5469;
}

.customers {
    display: flex;
    flex-flow: row wrap;
}

.fit-image {
    display: block;
    margin: auto;
    width: 30vh;
    padding-top: 10vh;
}

.adjust {
    width: 20vh;
    padding-top: 8vh;
}

.customers>div {
    width: 25%;
    height: 37.62vh;
    text-align: center;
    background: #74cbe0;
    color: #1b5068;
}

.customers>div.odd {
    background: #1b5068;
    color: white;
}

.customers>div>div {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    padding: 0 4vw;
}

.customers>div h3 {
    font-size: 1.6vw;
    padding-bottom: 1vw;
}

.customers>div h3 span {
    font-weight: 100;
    font-size: 1.4vw;
}

.customers>div p {
    font-size: 1vw;
}

.customers>div p:last-child {
    padding-top: 1em;
}

.invisible-img {
    display: block;
}

@media (max-width: 768px) {
    /* .invisible-content {
        display: none;
    }*/
    .invisible-img {
        display: none;
    }
    .customers {
        height: 93.5%;
    }
    .customers>div {
        width: 50%;
        height: 25%;
        text-align: center;
        background: #74cbe0;
        color: #1b5068;
    }
    .fit-image {
        width: 18vh;
        padding-top: 6vh;
    }
    .adjust {
        width: 10vh;
        padding-top: 5vh;
    }
}


/* TEAM */

#teamPage h2 {
    text-align: center;
    padding: 3%;
    font-size: 4vw;
    color: #1e5469;
}

.teams {
    background-color: #1e5469;
    z-index: -1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    justify-content: center;
    padding-top: 20px;
}

@media (max-width: 768px) {
    .teams {
        flex-direction: column;
        padding-top: 0px;
        justify-content: normal;
    }
}

.teams .name {
    display: block;
    text-align: center;
}

.teams .name h3 {
    display: inline-block;
    background: #59c8e3;
    padding: 8px 28px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.teams .name .span-1,
.teams .name .span-2 {
    position: absolute;
    background: rgba(89, 201, 225, 0.3);
}

.team-item .name .span-1 {
    padding: 20px;
    top: 22px;
    left: 20px;
    width: 170px;
    z-index: -1;
}

.team-item .name .span-2 {
    padding: 32px;
    top: -14px;
    left: -40px;
    width: 50px;
    z-index: -1;
}

.team-itemodd .name .span-1 {
    padding: 41px;
    top: -19px;
    left: 30px;
    width: 120px;
    z-index: -1;
}

.team-itemodd .name .span-2 {
    padding: 21px;
    top: -11px;
    left: -27px;
    width: 115px;
    z-index: -1;
}

.teams .charge {
    text-align: right;
    padding: 0px 60px 30px 0px;
}

.teams .charge p {
    color: #fff;
    font-size: 20px;
}

.teams .class p {
    text-align: center;
    color: #fff;
    padding: 30px;
    background: rgba(89, 201, 225, 0.3);
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: fixed;
}

@media (max-width: 768px) {
    .teams .class p {
        line-height: 13px!important;
        padding: 10px;
        position: inherit;
    }
}

@media (max-width: 1184px) {
    .teams .class p {
        font-size: 16px;
    }
    .teams .charge p {
        font-size: 26;
    }
}

@media (max-width: 1024px) {
    .team-item,
    .team-itemodd {
        margin: 6%!important;
    }
    .teams .charge {
        padding-right: 48px;
    }
    .teams .name h3 {
        font-size: 14px;
        padding: 6px 28px;
    }
    .teams .class p {
        font-size: 12px;
        line-height: 20px;
    }
    .teams .charge p {
        font-size: 17px;
    }
    .team-item .name .span-1 {
        width: 120px;
    }
    .team-item .name .span-2 {
        width: 12px;
    }
    .team-itemodd .name .span-1 {
        top: 0px;
        padding: 31px;
        left: 18px;
        width: 81px;
    }
}

.team-item,
.team-itemodd {
    text-align: center;
    width: 28%;
    margin: 2%;
}

@media (max-width: 768px) {
    .team-item,
    .team-itemodd {
        text-align: center;
        width: 88%;
    }
}

@media (min-height: 900px) {
    .teams .name h3 {
        font-size: 23px;
    }
    .team-item .name .span-1 {
        padding: 28px;
        width: 177px;
    }
    .team-item .name .span-2 {
        padding: 36px;
        width: 58px;
    }
    .team-itemodd .name .span-1 {
        padding: 52px;
        top: -28px;
    }
    .team-itemodd .name .span-2 {
        padding: 24px;
    }
    .teams .charge {
        text-align: right;
        padding: 0px 112px 30px 0px;
    }
    .teams .charge p {
        font-size: 24px;
    }
    .teams .class p {
        font-size: 30px;
        line-height: 36px;
    }
}


/* CONTACT */

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.map-w {
    height: 100%!important;
}

#contactPage .wrapper {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
}

#contactPage .wrapper>.float-box {
    width: 24vw;
    height: 68vh;
    margin: 16.5vh 46vh;
    padding: 2%;
    background: #194d67;
    color: white;
    position: relative;
    border: 15px solid #194d67;
}

@media (max-width: 768px) {
    #contactPage .wrapper>.float-box {
        width: 61vw;
        height: 54vh;
        margin: 27.5vh 14vh;
    }
}

#contactPage .wrapper>.float-box::before {
    content: url(images/Norman\ mascota.png);
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    transform: scale(0.18);
    left: -27rem;
}

@media (max-width: 768px) {
    #contactPage .wrapper>.float-box::before {
        transform: scale(0.10);
        left: -14rem;
        top: 17rem;
    }
    #contactPage .wrapper>.float-box h2 {
        font-size: 5vw;
    }
}

@media (min-height: 900px) {
    #contactPage .wrapper>.float-box::before {
        top: 22rem;
    }
}

#contactPage .wrapper>.float-box h2 {
    font-size: 3vw;
    padding-bottom: 3vh;
}

@media (min-height: 900px) {
    #contactPage .wrapper>.float-box h2 {
        font-size: 5vw;
    }
}

#contactPage .wrapper>.float-box h3 {
    font-weight: 100;
    padding-top: 2vh;
}

#contactPage .wrapper>.float-box p {}

#contactPage .wrapper>.float-box input,
#contactPage .wrapper>.float-box textarea {
    width: 97%;
    margin: 5px 0;
    height: 8%;
    border: none;
    padding: 0 0 0 5px;
}

#contactPage .wrapper>.float-box textarea {
    height: 40%;
}


/* DISCLAIMER */

.disclaimer {
    color: white;
    background: #194d67;
    text-align: center;
    font-size: 0.9vw;
    padding: 10px 0;
}


/* FLOAT MENU */

.float-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 4vw;
    height: 100%;
    z-index: 9999;
}

@media (max-width: 768px) {
    .float-menu {
        display: none;
    }
}

.float-menu>div {
    display: table-cell;
    vertical-align: middle;
}

.float-menu .action {
    width: 4vw;
    height: 21vh;
    cursor: pointer;
    background: url(images/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    /* transform: translateY(-50%); */
    position: fixed;
}

.float-menu .menu {
    height: 100%;
    position: absolute;
    display: none;
    top: 0;
    right: 0;
}

.float-menu .menu>div {
    display: table-cell;
    vertical-align: middle;
}

.float-menu .menu .item {
    display: block;
    position: relative;
    cursor: pointer;
    width: 5vw;
    background: #69c3dd;
    height: 8vh;
    margin: 5vh 0;
    border-radius: 50px 0 0 50px;
}

.float-menu .menu .item>div {
    position: absolute;
    width: 4vw;
    height: 100%;
    text-align: center;
    background: white;
    border-radius: 50%;
    top: 0;
    font-size: 0.8vw;
    border-left: 1px solid #60bddb;
}

.float-menu .menu .item>div a {
    color: #1e5469;
    display: table-cell;
    vertical-align: middle;
    height: 8vh;
    width: inherit;
    text-decoration: none;
}

.submit {
    float: right;
    background: none;
    border: none;
    color: white;
    font-size: 1.2vw;
    padding: 8px;
}

@media (max-width: 768px) {
    .submit {
        font-size: 4.2vw;
    }
}

@media (min-width: 1400px) {
    .about-list-certs>div p {
        height: 9vh;
        width: 6vw;
        font-size: 0.8vw;
        padding: 1.8vw 1vw;
    }
}

html,
body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.pp-section {
    height: 100%;
    width: 100%;
    /* fixes flickering in firefox*/
    backface-visibility: hidden;
}

.pp-easing {
    -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    /* custom */
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#pp-nav.right {
    right: 17px;
}

#pp-nav.left {
    left: 17px;
}

.pp-section.pp-table {
    display: table;
    background: white;
}

.pp-tableCell {
    display: table-cell;
    /* vertical-align: middle; */
    width: 100%;
    height: 100%;
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.pp-slidesNav.bottom {
    bottom: 17px;
}

.pp-slidesNav.top {
    top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.pp-slidesNav li {
    display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}

.pp-tooltip.right {
    right: 20px;
}

.pp-tooltip.left {
    left: 20px;
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%;
}


/*hacks*/

.fixed {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.fh {
    height: 100%!important;
    width: 33.3%;
}

@media (max-width: 768px) {
    .fh {
        width: 100%;
    }
    .white {
        background-color: white;
    }
}