@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import "front/unicons.css";
@import 'responsive.css';
@import 'front/slider.css';
@import 'front/element-item.css';
@import 'front/grid.css';
@import 'front/progress.css';
@import 'front/foot.css';
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/subset-ProximaNovaA-Regular.woff2') format('woff2'), url('../fonts/subset-ProximaNovaA-Regular.woff') format('woff'), url('../fonts/subset-ProximaNovaA-Regular.ttf') format('truetype'), url('../fonts/subset-ProximaNovaA-Regular.svg#ProximaNovaA-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaBld';
    src: url('../fonts/subset-ProximaNovaA-Bold.woff2') format('woff2'), url('../fonts/subset-ProximaNovaA-Bold.woff') format('woff'), url('../fonts/subset-ProximaNovaA-Bold.ttf') format('truetype'), url('../fonts/subset-ProximaNovaA-Bold.svg#ProximaNovaA-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

:root {
    --teo_blue: #009ad7;
    --teo_dblue: #242f5f;
}

a {
    -webkit-transition: .2s all;
    -webkit-transition-delay: 2s;
    -moz-transition: .2s all;
    -moz-transition-delay: 2s;
    -ms-transition: .2s all;
    -ms-transition-delay: 2s;
    -o-transition: .2s all;
    -o-transition-delay: 2s;
    transition: .2s all;
    transition-delay: 2s;
}

html,
body {
    overflow-x: hidden;
}


/* Nav */

button.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
}

.navbar-collapse {
    position: absolute;
    text-align: right;
    right: 20px;
    top: 60px;
}

ul.navbar-nav {
    padding: .5em;
}


/* Nav */

section .tit {
    padding-top: 3em;
    padding-bottom: 5em;
}

section .tit h3,
section .tit h2,
section .tit h1 {
    color: var( --teo_blue);
}

section .tit .divider {
    position: relative;
    margin-top: 15px;
    height: 1px;
}

section .tit .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, var(--teo_blue), transparent);
}

section .tit .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 20px;
    height: 20px;
    background-color: var( --teo_blue);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

section .big_triangle {
    background-color: var( --teo_dblue);
    height: 20px;
}

section .big_triangle:before {
    right: 50%;
    border-right: 1000px solid transparent;
    border-left: 1000px solid;
}

section .big_triangle:after {
    left: 50%;
    border-left: 1000px solid transparent;
    border-right: 1000px solid;
}

section .big_triangle:after,
section .big_triangle:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: 100;
    border-bottom: 100px solid #FFF;
    -moz-transform: rotate(0.000001deg);
    -webkit-transform: rotate(0.000001deg);
    -o-transform: rotate(0.000001deg);
    -ms-transform: rotate(0.000001deg);
    transform: rotate(0.000001deg);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.navbar {
    background-color: transparent !important;
    font-family: "ProximaNova", Helvetica, sans-serif;
    text-transform: uppercase;
    color: white;
}

.navbar .dropdown-menu {
    background-color: white;
    border: 0;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    font-family: "ProximaNovaBld", Helvetica, sans-serif;
    background-color: white;
    border: 0;
    border-radius: 0;
    color: #00a0df;
    font-weight: bold;
}

.navbar a:hover {
    color: #004987;
}

.navbar .lang {
    border: 1px solid white;
}

.header {
    background-size: cover;
    min-height: 100vh;
    height: 100vh;
}

.header .mot {
    position: absolute;
    z-index: 2;
    width: 15%;
    margin-top: -5em;
}

.header .mot img {
    max-width: 100%;
}

.header .foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}

.header .foot p {
    padding: 6vh;
    font-size: large;
    /* text-align: justify; */
}

#desc {
    /* height: 100vh; */
    width: 150%;
}

#desc .cont .closebnt {
    position: absolute;
    bottom: 5%;
    left: 50%;
}

#desc .cnt {
    height: 100vh;
    width: 50%;
    /* margin-left: -28%; */
    margin-top: 50vh;
    color: white;
}


/* Menu full */

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-content {
    background-color: var(--teo_dblue);
    color: white;
    text-align: center;
}

#modalMenu .modal-body a {
    text-decoration: none;
}

#modalMenu .modal-body #info {
    height: 100%;
}

#modalMenu .modal-body #opc {
    vertical-align: middle;
}

#modalMenu .modal-body #opc a {
    padding: .5em;
}

#modalMenu .modal-body #opc a img {
    /* max-width: 10em; */
    padding: 1em;
}

#modalMenu .modal-body #opc a:hover {
    color: white;
}

.menu {
    --color: #fff;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    outline: none;
    position: absolute;
    top: 5%;
    left: 2%;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 9999999;
}

.menu svg {
    width: 64px;
    height: 48px;
    top: -6px;
    left: -14px;
    stroke: var(--color);
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
}

.menu svg path {
    -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.menu svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}

.menu svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}

.menu.active svg path {
    --offset: 57px;
}

.menu.active svg path:nth-child(1),
.menu.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}

.menu.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}

.menu.active svg path:nth-child(3) {
    --offset: 58px;
}


/* Menu full */


/* btn hover*/

.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    padding: 1em;
    z-index: 9999;
}

@media (min-width: 600px) {
    .btn {
        margin: 0 1em 2em;
    }
}

.btn:hover {
    text-decoration: none;
}

.btn-1 {
    background: transparent;
    font-weight: 100;
}

.btn-1 svg {
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.btn-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.btn-1:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 1px;
    color: white;
}

.btn-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* btn hover*/


/* Certificaciones */

#certificaciones {
    padding: 5em 0;
}

#certificaciones p {
    text-align: justify;
}

.certs {}

.certs img {
    max-width: 8em;
}


/* Certificaciones */


/* History */

#genModal #info {
    padding-top: 8%;
    text-align: justify;
}

#genModal #info h4 {
    padding: .5em;
}

#genModal #info h2 {
    padding: 1em;
    text-align: center;
}

#genModal #info img {
    /* max-width: 10em; */
    padding: 1em;
    margin: 0 auto;
}


/* History */

@media (min-width: 320px) {
    .navbar-collapse {
        background-color: rgba(255, 255, 255, .15);
    }
    section .tit {
        padding-top: 3em;
        padding-bottom: 5em;
    }
    section .tit .divider {
        margin-top: 15px;
    }
    section .tit .div-transparent:before {
        left: 5%;
        right: 5%;
        width: 90%;
    }
    section .tit .div-dot:after {
        width: 20px;
        height: 20px;
    }
    section .big_triangle {
        height: 20px;
    }
    section .big_triangle:before {
        right: 50%;
    }
    section .big_triangle:after {
        left: 50%;
    }
    .header .mot {
        width: 15%;
        margin-top: -5em;
    }
    .header .mot img {
        max-width: 100%;
    }
    .header .logoD {
        margin-top: -25vh;
    }
    /* Menu full */
    #modalMenu .modal-body #opc {
        margin-top: 35%;
    }
    #modalMenu .modal-body #opc a {
        padding: .5em;
    }
    #modalMenu .modal-body #opc a img {
        padding: 1em;
    }
    .menu {
        width: 36px;
        height: 36px;
        top: 5%;
        left: 2%;
    }
    .menu svg {
        width: 64px;
        height: 48px;
        top: -6px;
        left: -14px;
    }
    /* Menu full */
    /* btn hover*/
    .btn {
        font-size: 16px;
        line-height: 15px;
        max-width: 160px;
    }
    .btn-1 svg {
        height: 45px;
        left: 0;
        top: 0;
    }
    /* btn hover*/
    /* Certificaciones */
    #certificaciones {
        padding: 5em 0;
    }
    .certs img {
        max-width: 8em;
    }
    /* Certificaciones */
    /* History */
    #genModal #info {
        padding-top: 8%;
    }
    #genModal #info h4 {
        padding: .5em;
    }
    #genModal #info h2 {
        padding: 1em;
    }
    #genModal #info img {
        /* max-width: 10em; */
        padding: 1em;
    }
    /* History */
}

@media (min-width: 360px) {}

@media (min-width: 480px) {}

@media (min-width: 576px) {
    .navbar-collapse {
        background-color: transparent;
    }
    .header .logoD {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    #modalMenu .modal-body #opc {
        margin-top: 25%;
    }
}

@media (min-width: 992px) {
    #modalMenu .modal-body #opc {
        margin-top: 22%;
    }
}

@media (min-width: 1200px) {
    #modalMenu .modal-body #opc {
        margin-top: 22.5%;
    }
}

@media (min-width: 1366px) {
    #modalMenu .modal-body #opc {
        margin-top: 30%;
    }
}

@media (min-width: 1400px) {
    #modalMenu .modal-body #opc {
        margin-top: 30%;
    }
}

@media (min-width: 1600px) {
    #modalMenu .modal-body #opc {
        margin-top: 32%;
    }
}

@media (min-width: 1920px) {
    section .tit {
        padding-top: 3em;
        padding-bottom: 5em;
    }
    section .tit .divider {
        margin-top: 15px;
    }
    section .tit .div-transparent:before {
        left: 5%;
        right: 5%;
        width: 90%;
    }
    section .tit .div-dot:after {
        width: 20px;
        height: 20px;
    }
    section .big_triangle {
        height: 20px;
    }
    section .big_triangle:before {
        right: 50%;
    }
    section .big_triangle:after {
        left: 50%;
    }
    .header .mot {
        width: 15%;
        margin-top: -5em;
    }
    .header .mot img {
        max-width: 100%;
    }
    /* Menu full */
    #modalMenu .modal-body #opc {
        margin-top: 35%;
    }
    #modalMenu .modal-body #opc a {
        padding: .5em;
    }
    #modalMenu .modal-body #opc a img {
        padding: 1em;
    }
    .menu {
        width: 36px;
        height: 36px;
        top: 5%;
        left: 2%;
    }
    .menu svg {
        width: 64px;
        height: 48px;
        top: -6px;
        left: -14px;
    }
    /* Menu full */
    /* btn hover*/
    .btn {
        font-size: 16px;
        line-height: 15px;
        max-width: 160px;
    }
    .btn-1 svg {
        height: 45px;
        left: 0;
        top: 0;
    }
    /* btn hover*/
    /* Certificaciones */
    #certificaciones {
        padding: 5em 0;
    }
    .certs img {
        max-width: 8em;
    }
    /* Certificaciones */
    /* History */
    #genModal #info {
        padding-top: 8%;
    }
    #genModal #info h4 {
        padding: .5em;
    }
    #genModal #info h2 {
        padding: 1em;
    }
    #genModal #info img {
        /* max-width: 10em; */
        padding: 1em;
    }
    /* History */
}


/* */

#descCnt {
    height: 100vh;
}