@font-face {
    font-family: 'segoe';
    src: url(../fonts/segoe.ttf);
}
@font-face {
    font-family: 'arial';
    src: url(../fonts/arial.ttf);
}
@font-face {
    font-family: 'calibri';
    src: url(../fonts/calibri.ttf);
}
@font-face {
    font-family: 'calibri-regular';
    src: url(../fonts/calibri-regular.ttf);
}
@font-face {
    font-family: 'calibri-light';
    src: url(../fonts/calibri-light.ttf);
}

:root {
    --blanco: #fff;
    --gris: #484848;
    --amarillo: #BAAF00;
    --titulo: #8D8D8D;
    --texto: #AAAAAA;
    --azul-claro: #758EAC;
    --naranjo: #C55A11;
    --morado: #7030A0;
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
label {
    margin-bottom: 0 !important;
}
p {
    margin-bottom: 0 !important;
}
textarea {
    resize: none !important;
}
button {
    cursor: pointer;
}
li {
    list-style-type: none !important;
}
h1, h2, h3, h4, h5 {
    margin-bottom: 0 !important;
}
input:focus, button:focus, textarea:focus, select:focus {
    outline: none !important;
}
li {
    cursor: pointer !important;
}
dl, ol, ul {
    margin-bottom: 0% !important;
}
header .dropdown-menu {
    background-color: rgba(255,255,255,50%);
}
.dropdown-menu {
    border-top: 5px solid var(--amarillo) !important;
}

/* ************ PAGINA HOME ************ */
.header {
    position: relative;
    z-index: 5;
}
.header .info,
.footer .info {
    background-color: var(--gris);
    padding: 10px 0;
}
.header .info .flex,
.footer .info .flex-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.header .info .idioma,
.footer .info .idioma {
    display: flex;
    align-items: center;
}
.header .info .redes a,
.footer .info .redes a {
    margin-right: 15px;
}
.header .info .redes a:last-of-type,
.footer .info .redes a:last-of-type {
    margin-right: 0;
}
.header .info .copyright,
.footer .info .copyright {
    font-size: 12px;
    font-family: 'Rubik',sans-serif;
    color: var(--blanco);
}
.header .info .copyright span,
.footer .info .copyright span {
    font-family: 'arial';
    font-weight: normal;
    color: var(--amarillo);
}
.header .info .idioma a span,
.footer .info .idioma a span {
    font-size: 13px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--blanco);
    text-transform: uppercase;
}
.header .info .idioma a:last-of-type,
.footer .info .idioma a:last-of-type {
    margin-left: 15px;
}
.header .red-social:hover img, .footer .red-social:hover img {
    transition: all 1s;
    transform: rotate(360deg);
}
.header .info .sitio,
.footer .info .sitio {
    font-size: 23px;
    font-weight: normal;
    font-family: 'segoe';
    color: var(--blanco);
    margin-left: 15px;
}
.header .barra {
    position: absolute;
    left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    padding: 20px 0;
    background-color: transparent;
}
.header .barra .logo {
    width: 20%;
}
.header .barra a, .header .dropdown-toggle {
    font-size: 17px;
    font-weight: normal;
    font-family: 'segoe';
    color: var(--blanco) !important;
}
.header .dropdown-item, .header .dropdown-item {
    transition: .6s;
}
.header .dropdown-item:focus, .header .dropdown-item:hover {
    background-color: unset !important;
    transform: scale(1.03);
}
.header .dropdown-toggle {
    border: none;
    background-color: transparent;
}
.header .dropdown-item {
    color: var(--gris) !important;
}

/* BANNER HOME */
.flecha-banner {
    position: absolute;
    top: 90%;
    left: 50%;
    text-align: center;
    z-index: 6;
}
.flecha-banner a {
    padding-bottom: 25px;
}
.flecha-banner img {
    transition: all .6s;
}
.flecha-banner:hover img {
    transform: rotate(360deg);
}
.sec-home-carrusel {
    height: 740px;
    position: relative;
    z-index: 2;
}
.sec-home-carrusel .contenedor {
    height: 740px;
}
.sec-home-carrusel .imagen-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}
.sec-home-carrusel .overplay,
.sec-contacto .overplay,
.sec-area-home .der .overplay,
.sec-cliente .contenedor .overplay,
.sec-area .grid a .overplay,
.sec-portafolio-home .der .overplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 68 146 / 50%);
}
.sec-home-carrusel .info-carousel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.sec-home-carrusel .info-carousel h4 {
    font-size: 70px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--blanco);
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sec-home-carrusel .info-carousel .subtitulo {
    font-size: 50px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: var(--blanco);
    text-transform: uppercase;
    letter-spacing: 8px;
    width: unset !important;
}
.sec-home-carrusel .info-carousel p {
    font-weight: normal;
    font-family: 'calibri-light';
    width: 200px;
}
.sec-home-carrusel .info-carousel p[class="mod-width"] {
    width: unset;
}
.sec-home-carrusel .info-carousel button {
    padding: 5px 50px;
    background-color: var(--amarillo);
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Tahoma',sans-serif;
    color: var(--blanco);
    /* text-transform: uppercase; */
    margin-top: 15px !important;
}
.sec-home-carrusel .info-carousel button p {
    font-size: 18px;
    font-weight: normal;
    font-family: 'Tahoma',sans-serif;
    color: var(--blanco);
}
.mod-metodologia h4,
.mod-metodologia button,
.mod-metodologia button strong {
    text-transform: none !important;
}
.mod-metodologia button {
    margin-top: 30px;
}
.sec-home-carrusel .owl-buttons,
.sec-cliente-home .owl-pagination {
    display: none;
}
.sec-home-carrusel .owl-pagination {
    position: absolute;
    top: 25%;
    left: 15px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}
.sec-home-carrusel .owl-pagination .owl-page span {
    background-color: none;
    width: 0px !important;
    height: 0px !important;
    position: relative;
    margin-bottom: 50px !important;
    opacity: 1 !important;
}
.sec-home-carrusel .owl-pagination .owl-page span::before {
    display: inline-block;
    position: absolute;
    content: attr(data-content);
    top: 0;
    font-size: 15px;
    font-weight: normal;
    font-family: 'segoe';
    letter-spacing: 1px;
    color: var(--blanco);
    padding: 3px 5px;
    border-radius: 50%;
}
.sec-home-carrusel .owl-pagination .owl-page.active span::before {
    border: 1px solid var(--blanco);
}
.redes-sociales {
    position: absolute;
    right: 5px;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.redes-sociales .flex {
    display: flex;
    flex-direction: column;
}
.redes-sociales .flex a {
    margin-bottom: 10px;
    transition: .6s;
    margin-right: 5px;
}
.redes-sociales .flex a:hover {
    transform: scale(1.05);
}
/* FIN BANNER HOME */

/* NOSOTROS */
.sec-nosotros-home {
    margin-bottom: 40px;
}
.sec-nosotros-home .grid,
.sec-equipo .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.sec-nosotros-home .imagen,
.sec-equipo .imagen {
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-nosotros-home .info,
.sec-equipo .info {
    padding: 70px 70px 50px 70px;
    background-color: #F7F7F7;
}
.sec-nosotros-home .info h5,
.sec-equipo .info h5 {
    font-size: 38px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 40px !important;
}
.sec-nosotros-home .info .texto p,
.sec-equipo .info .texto p {
    font-size: 20px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: var(--texto);
}
.sec-nosotros-home .info .texto p:first-of-type,
.sec-equipo .info .texto p:first-of-type {
    margin-bottom: 10px !important;
}
/* FIN NOSOTROS */

/* AREA */
.sec-area-home .flex {
    display: flex;
}
.sec-area-home .izq {
    width: 40%;
    position: relative;
}
.sec-area-home .izq::before,
.sec-tarjeta-metodo::before,
.mod-portafolio::after,
.sec-cliente::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-image: url(../img/cuadro.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.sec-area-home .der {
    width: 60%;
    position: relative;
}
.sec-area-home .izq .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec-area-home .izq p {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--titulo);
}
.sec-area-home .izq p:last-of-type {
    text-transform: lowercase;
    font-size: 41px;
    margin-top: -30px !important;
}
.sec-area-home .der {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}
.sec-area-home .der .contenedor,
.sec-area .grid a {
    position: relative;
    height: 380px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    transition: .6s;
}
.sec-area-home .der a::before,
.sec-area .grid .contenedor::before {
    position: absolute;
    content: '';
    height: 5px;
    background-color: var(--amarillo);
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
}
.sec-area-home .der .contenedor:hover,
.sec-area .grid a:hover {
    transform: scale(1.05);
}
.sec-area-home .der p,
.sec-area .grid .contenedor p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: var(--blanco);
    position: absolute;
    z-index: 5;
    text-shadow: 1px 2px #000;
}
/* FIN AREA */

/* PORTAFOLIO */
.sec-portafolio-home {
    position: relative;
    margin: 70px 0;
}
.mod-portafolio {
    position: relative;
}
.mod-portafolio::before,
.sec-tarjeta-metodo::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../img/cuadro-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.sec-portafolio-home .flex {
    display: flex;
    column-gap: 50px;
}
.sec-portafolio-home .flex .izq,
.sec-cliente .flex .izq {
    width: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sec-portafolio-home .flex .der,
.sec-cliente .flex .der {
    width: 70%;
}
.sec-portafolio-home .der .grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}
.sec-portafolio-home .der a {
    transition: all .6s;
    cursor: unset;
    margin-bottom: 20px;
}
.sec-portafolio-home .der .contenedor {
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.sec-portafolio-home .der a:nth-child(2n) .overplay,
.sec-portafolio-home .der a:nth-child(4n) .overplay {
    background-color: rgba(186, 175, 0, 50%);
}
.sec-portafolio-home .der .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
}
.sec-portafolio-home .der .info p {
    font-size: 26px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--blanco);
    text-shadow: 1px 2px #000;
}
.sec-portafolio-home .bg,
.sec-area .bg,
.sec-cliente .bg {
    position: absolute;
    top: 15%;
    bottom: 15%;
    right: 0;
    left: 0;
    background-color: #F7F7F7;
}
.sec-portafolio-home h5,
.sec-info-equipo h5,
.sec-partner h5,
.sec-cliente-home h5 {
    font-size: 70px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--titulo);
    text-align: center;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
}
/* FIN PORTAFOLIO */

/* CARRUSEL CLIENTE */
.sec-cliente-home {
    margin-bottom: 70px;
}
.sec-cliente-home .carousel-inner{
    padding: 0 15%;
}
.sec-cliente-home .imagen-carousel,
.sec-partner .grid .contenedor img {
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 50%;
    background-position-x: 50%;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(218,218,218.75);
    -moz-box-shadow: 2px 2px 5px 2px rgba(218,218,218.75);
    box-shadow: 2px 2px 5px 2px rgba(218,218,218.75);
}
.sec-cliente-home .owl-item {
    padding: 20px;
}
.sec-cliente-home .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent !important;
}
.sec-cliente-home .owl-prev,
.sec-cliente-home .owl-next  {
    opacity: 1 !important;
    position: absolute;
    top: 30%;
    bottom: 0;
}
.sec-cliente-home .owl-prev {
    left: 55px;
}
.sec-cliente-home .owl-next {
    right: 100px;
}
/* FIN CARRUSEL CLIENTE */

/* CONTACTO */
.sec-contacto {
    margin-bottom: 60px;
    padding-left: 10%;
}
.sec-contacto .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
}
.sec-contacto h3 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--azul-claro);
    margin-bottom: 30px !important;
}
.sec-contacto .campo {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.sec-contacto .campo label {
    font-size: 18px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--amarillo);
    margin-bottom: 15px !important;
}
.sec-contacto .campo input, 
.sec-contacto .campo textarea {
    border: none;
    font-size: 15px;
    font-weight: normal;
    font-weight: 'calibri';
    color: var(--gris);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gris);
}
.sec-contacto .campo input::placeholder, 
.sec-contacto .campo textarea::placeholder {
    font-size: 15px;
    font-weight: normal;
    font-weight: 'calibri';
    color: #AAAAAA;
}
.sec-contacto button {
    font-size: 22px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--blanco);
    text-transform: uppercase;
    border: none;
    border-radius: 7px;
    background-color: var(--azul-claro);
    padding: 7px 40px;
}
.sec-contacto .grid .der {
    position: relative;
    height: 490px;
}
.sec-contacto .grid .der .imagen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
}
/* FIN CONTACTO */

/* FOOTER */
.footer {
    background-color: #F7F7F7;
}
.footer .contenedor {
    padding: 0 5%;
    position: relative;
}
.footer .contenedor::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../img/cuadro-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.footer .flex {
    display: flex;
    padding: 40px 0;
}
.footer .flex .izq {
    width: 40%;
}
.footer .flex .der {
    width: 60%;
}
.footer .logo ul {
    margin-top: 15px;
}
.footer .logo ul li {
    font-size: 13px;
    font-weight: normal;
    font-family: 'calibri';
    color: var(--titulo);
    list-style-type: disc !important;
    cursor: unset !important;
}
.footer .der .flex-info {
    display: flex;
}
.footer .der .titulo {
    font-size: 14px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--amarillo);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px !important;
}
.footer .der .campo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer .der .campo span {
    font-size: 14px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--texto);
    margin-left: 10px !important;
}
.footer .der .campo:first-of-type span {
    max-width: 180px;
}
.footer .der .suscripcion {
    font-size: 14px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--amarillo);
    margin-bottom: 40px !important;
}
.footer .der .formulario {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 40px;
}
.footer .der .formulario input {
    border: 1px solid var(--amarillo);
    border-radius: 7px;
    font-size: 15px;
    font-weight: normal;
    font-family: 'calibri';
    color: var(--titulo);
    padding: 10px 15px;
    width: 60%;
}
.footer .der .formulario button {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Opens Sans',sans-serif;
    border: none;
    border-radius: 7px;
    padding: 7px 20px;
    background-color: var(--amarillo);
    color: var(--blanco);
    margin-left: 30px;
}
/* FIN FOOTER */

/* ************ FIN PAGINA HOME ************ */


/* ************ PAGINA NUESTRA EMPRESA ************ */
/* VALORES */
.sec-valores {
    width: 70%;
    margin: 0 auto;
    padding: 80px 0;
}
.sec-valores .grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 50px;
}
.sec-valores .contenedor .logo {
    height: 90px;
    text-align: center;
}
.sec-valores .contenedor .titulo {
    font-size: 43px;
    font-weight: bold;
    font-family: 'segoe';
    color: var(--azul-claro);
    text-transform: uppercase;
    margin-top: 25px !important;
}
.sec-valores .contenedor .subtitulo {
    font-size: 16px;
    font-weight: bold;
    font-family: 'calibri';
    text-transform: uppercase;
    color: var(--amarillo);
}
.sec-valores .contenedor .texto {
    font-size: 19px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--azul-claro);
    margin-top: 20px !important;
}
/* FIN VALORES */

/* INFO NOSOTROS */
.sec-info-nosotros {
    position: relative;
    height: 650px;
    margin: 60px 0;
    padding: 70px 0;
}
.sec-info-nosotros::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    background-image: url(../img/cuadro-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.sec-info-nosotros::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    background-image: url(../img/cuadro-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.sec-info-nosotros .flex {
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 100px 0;
    padding-left: 5% !important;
}
.sec-info-nosotros .flex .izq {
    width: 40%;
    z-index: 2;
    border: 5px solid var(--blanco);
}
.sec-info-nosotros .flex .der {
    width: 60%;
}
.sec-info-nosotros .flex .imagen-fondo {
    position: absolute;
    width: 80%;
    right: 0;
    top: 10%;
}
.sec-info-nosotros .imagen-cuadro .contenedor {
    position: relative;
}
.sec-info-nosotros .contenedor .imagen {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    filter: grayscale(100%);
}
.sec-info-nosotros .contenedor .overplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(4 68 146 / 50%);
}
.sec-info-nosotros .flex .imagen-cuadro {
    height: 265px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.sec-info-nosotros .der {
    z-index: 2;
    padding-left: 50px;
}
.sec-info-nosotros .info h5 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--blanco);
    margin-bottom: 25px !important;
}
.sec-info-nosotros .info h5 span {
    color: var(--amarillo);
}
.sec-info-nosotros .info p {
    font-size: 19px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: #FAFAFA;
    text-align: justify;
    max-width: 600px;
    line-height: 1.3;
}
.sec-info-nosotros .color-fondo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #F7F7F7;
}
/* FIN INFO NOSOTROS */

/* ENFOQUE */
.sec-enfoque {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}
.sec-enfoque .grid {
    display: grid;
    grid-template-columns: 1.7fr 2fr;
    column-gap: 80px;
}
.sec-enfoque .grid .imagen {
    display: flex;
    align-items: center;
    justify-self: center;
    padding-bottom: 100px;
}
.sec-enfoque .info h5 {
    font-size: 38px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--titulo);
    text-transform: uppercase;
    margin-bottom: 20px !important;
}
.sec-enfoque .info .subtitulo {
    margin-bottom: 20px !important;
}
.sec-enfoque .info .subtitulo li,
.sec-enfoque .info .subtitulo li span {
    font-size: 19px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--texto);
    list-style-type: disc !important;
    cursor: unset !important;
}
.sec-enfoque .info .subtitulo li span {
    color: var(--amarillo);
}
.sec-enfoque .info .texto p {
    font-size: 19px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: var(--texto);
    margin-bottom: 20px !important;
    text-align: justify;
}
/* FIN ENFOQUE */
/* ************ FIN PAGINA NUESTRA EMPRESA ************ */


/* ************ PAGINA ÁREAS DE ESTUDIO ************ */
.sec-area {
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
}
.sec-area h5 {
    font-size: 70px;
    font-weight: normal;
    font-family: 'calibri-regular';
    text-transform: uppercase;
    text-align: center;
    color: var(--titulo);
}
.sec-area p {
    font-size: 41px;
    font-weight: normal;
    font-family: 'calibri-regular';
    text-align: center;
    color: var(--texto);
    margin-top: -10px !important;
    margin-bottom: 50px !important;
}
.sec-area .grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 20px;
}
/* ************ FIN PAGINA ÁREAS DE ESTUDIO ************ */


/* ************ PAGINA CLIENTES ************ */

.sec-cliente {
    margin: 60px 0;
    height: 488px;
    position: relative;
}
.sec-cliente::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background-image: url(../img/cuadro-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 49px;
    height: 49px;
}
.sec-cliente .flex {
    display: flex;
    justify-items: center;
    align-items: center;
    column-gap: 30px;
    padding: 100px 0;
}
.sec-cliente .der .cuadro {
    width: 470px;
    background-color: var(--azul-claro);
    padding: 50px;
    border: 5px solid var(--blanco);
}
.sec-cliente .der h5 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--blanco);
}
.sec-cliente .der p {
    font-size: 18px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: #FAFAFA;
    margin-top: 20px !important;
}
.sec-cliente .contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: -1;
}
.sec-cliente .imagen {
    height: 100%;
    width: 488px;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec-cliente .bg {
    top: 10%;
    bottom: 10%;
    z-index: -2;
}
.sec-partner { 
    width: 80%;
    margin: 0 auto;
    margin-bottom: 80px !important;
}
.sec-partner .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
}
.sec-partner .grid .contenedor {
    margin-bottom: 50px;
}
.sec-partner .grid .contenedor img {
    padding: 15px;
}
/* ************ FIN PAGINA CLIENTES ************ */


/* ************ PAGINA METODOLOGIAS ************ */
.navegacion-metodologias .grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    column-gap: 1px;
}
.navegacion-metodologias .grid a {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: var(--azul-claro);
    transition: .6s;
}
.navegacion-metodologias .grid a:hover {
    transform: scale(1.02);
}
.navegacion-metodologias .grid a img {
    height: 54px;
    width: 54px;
}
.navegacion-metodologias .grid .logo {
    text-align: center;
}
.navegacion-metodologias .grid a span {
    font-size: 20px;
    font-weight: normal;
    font-family: 'calibri-light';
    margin-top: 10px !important;
    text-align: center;
    color: var(--blanco);
}
.navegacion-metodologias .grid a[class*="activo"] {
    background-color: var(--amarillo);
}
/* INFO CATALOGO */
.sec-info-metodo {
    width: 70%;
    margin: 0 auto;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.sec-info-metodo .flex {
    display: flex;
}
.sec-info-metodo .flex .izq {
    position: relative;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-right: 2px solid var(--amarillo);
}
.sec-info-metodo .flex .izq::before {
    position: absolute;
    content: '';
    height: 2px;
    background-color: var(--amarillo);
    top: 0;
    width: 60%;
    right: 0;
}
.sec-info-metodo .flex .der {
    position: relative;
    padding-left: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.sec-info-metodo .flex .der::before {
    position: absolute;
    content: '';
    height: 2px;
    background-color: var(--amarillo);
    bottom: 0;
    width: 20%;
    left: 0;
}
.sec-info-metodo .flex .izq h5 {
    font-size: 38px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--titulo);
    text-transform: uppercase;
    padding-top: 10px;
}
.sec-info-metodo .flex .der .titulo {
    font-size: 43px;
    font-weight: bold;
    font-family: 'segoe';
    color: var(--titulo);
    text-transform: uppercase;
}
.sec-info-metodo .flex .der .texto {
    font-size: 19px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--texto);
}
/* FIN INFO CATALOGO */

/* TARJETAS */
.sec-tarjeta-metodo {
    padding: 0 5%;
    position: relative;
    margin-bottom: 70px;
    margin-top: 80px;
}
.sec-tarjeta-metodo .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    place-items: center;
    column-gap: 30px;
}
.sec-tarjeta-metodo .contenedor {
    min-height: 309px;
    background-color: var(--azul-claro);
    padding: 30px 40px;
    margin-bottom: 30px;
}
.sec-tarjeta-metodo .izq .contenedor {
    border-left: 4px solid var(--naranjo);
}
.sec-tarjeta-metodo .der .contenedor {
    border-left: 4px solid var(--morado);
}
.sec-tarjeta-metodo .contenedor .flex {
    display: flex;
    align-items: center;
}
.sec-tarjeta-metodo .contenedor span {
    font-size: 18px;
    font-weight: bold;
    font-family: 'calibri';
    color: #EFE211;
    margin-left: 20px;
}
.sec-tarjeta-metodo .contenedor .texto {
    font-size: 17px;
    font-weight: normal;
    font-family: 'calibri';
    color: var(--blanco);
    margin-top: 15px !important;
}
.sec-tarjeta-metodo .contenedor .texto li {
    list-style-type: disc !important;
    cursor: unset !important;
    margin-bottom: 3px;
}
/* FIN TARJETAS */
/* ************ FIN PAGINA METODOLOGIAS ************ */


/* ************ PAGINA EQUIPO ************ */
.navegacion-equipo {
    width: 100%;
}
.navegacion-equipo .grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 1px;
}
.navegacion-equipo .contenedor {
    background-color: var(--azul-claro);
}
.navegacion-equipo .info {
    padding: 15px 10px;
    text-align: center;
}
.navegacion-equipo .titulo {
    font-size: 20px;
    font-weight: bold;
    font-family: 'calibri';
    color: var(--amarillo);
}
.navegacion-equipo .imagen {
    margin: 15px 0;
}
.navegacion-equipo .texto {
    font-size: 16px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--blanco);
}
.sec-info-equipo {
    margin: 50px 0;
    position: relative;
}
.sec-info-equipo h5 {
    font-size: 57px;
    font-weight: bold;
}
.sec-info-equipo .bg {
    position: absolute;
    background-color: #F7F7F7;
    top: 15%;
    bottom: 10%;
    width: 100%;
    z-index: -1;
}
.sec-info-equipo .grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    padding: 0 10%;
}
.sec-info-equipo .contenedor {
    position: relative;
    margin-bottom: 60px;
}
.sec-info-equipo .contenedor .grid-empleado{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    position: relative;
}
.sec-info-equipo .contenedor .grid-empleado .izq {
    position: relative;
    background-position: center;
    height: 300px;
}
.sec-info-equipo .contenedor .grid-empleado .der {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}
.sec-info-equipo .contenedor .grid-empleado .der::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -2px;
    z-index: -1;
    width: 30%;
    background-color: var(--azul-claro);
    height: 5px;
}
.sec-info-equipo .grid-empleado .izq .imagen {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sec-info-equipo .der .nombre {
    font-size: 27px;
    font-weight: bold;
    font-family: 'calibri';
    color: #808080;
}
.sec-info-equipo .der .cargo {
    font-size: 23px;
    font-weight: normal;
    font-family: 'calibri-regular';
    color: var(--amarillo);
}
.sec-info-equipo .der .subtitulo,
.sec-info-equipo .der .fr-tag {
    font-size: 23px;
    font-weight: normal;
    font-family: 'calibri-light';
    color: var(--texto);
}
/* ************ FIN PAGINA EQUIPO ************ */



/* SIDEBAR */
.navbar {
    display: none !important;
    background-color: #F2F2F2;
}
.navbar-nav {
    text-align: center;
}
.navbar-nav  a {
    margin-bottom: 2% !important;
    font-size: 15px;
    color: var(--gris);
    text-transform: uppercase;
}
.navbar-collapse {
    background-color: var(--blanco) !important;
}
/* FIN SIDEBAR */

/* MEDIAQUERIES */

/* COMPUTADOR */
@media (min-width: 1500px) {
    .sec-info-equipo .contenedor .grid-empleado .der::before {
        left: -20px;
    }
}
@media (min-width: 768px) {
    .carousel-control-next-icon, .carousel-control-prev-icon {
        height: 50px !important;
        width: 50px !important;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .barra {
        display: none !important;
    }
    .flex-barra, .navbar {
        width: 100%;
        padding: 15px;
    }
    .flex-barra {
        display: flex;
        justify-content: space-between;
        background-color: var(--blanco);
    }
    .navbar {
        padding: 0 !important;
        display: unset !important;
    }
    .navbar-nav a,
    .navbar-nav .dropdown-toggle {
        margin-bottom: 10px !important;
    }
    .navbar-nav a:first-of-type {
        margin-top: 10px !important;
    }
    .navbar-nav a:last-of-type {
        margin-bottom: 10px !important;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
    }
    .sec-nosotros-home .info {
        padding: 70px 20px 50px 20px;
    }
    .sec-area-home .flex,
    .footer .der .flex-info {
        flex-direction: column;
    }
    .sec-area-home .der, .sec-area-home .izq,
    .sec-portafolio-home .flex .der, .sec-cliente .flex .der,
    .footer .flex .der, .footer .flex .izq {
        width: 100%;
    }
    .sec-area-home .izq {
        margin-bottom: 50px;
    }
    .sec-area-home .izq .info {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .sec-portafolio-home .flex .izq {
        display: none;
    }
    .sec-portafolio-home {
        width: 90%;
        margin: 0 auto;
    }
    .sec-cliente-home .owl-next {
        right: 60px;
    }
    .footer .flex {
        column-gap: 40px;
    }
    .footer .der .campo:first-of-type span {
        max-width: unset;
    }
    .header .dropdown-item {
        text-align: center;
    }
    .dropdown-menu {
        border: none !important;
        padding: 0 !important;
    }
    .sec-area {
        width: 80%;
    }
    .sec-enfoque .grid, .sec-info-equipo .grid {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-enfoque img {
        height: 350px;
    }
    .sec-info-nosotros .der {
        padding-right: 50px;
    }
    .sec-portafolio-home {
        padding-bottom: 40px;
    }
    .sec-partner .grid {
        grid-template-columns: repeat(3,1fr);
    }
    .sec-info-equipo .grid {
        padding: 0 15%;
    }
    .sec-info-equipo .bg {
        top: 10%;
        bottom: 0;
    }
    .sec-home-carrusel .info-carousel button {
        padding: 5px 15px;
    }
    .navegacion-metodologias .grid {
        grid-template-columns: repeat(4,1fr);
    }
    .navegacion-metodologias .grid a {
        border-bottom: 1px solid var(--blanco);
    }
    .sec-info-metodo {
        width: 90%;
    }
    .header .barra a, .header .dropdown-toggle {
        color: var(--gris) !important;
    }
}

/* CELULAR */
@media (max-width: 468px) {
    .sec-home-carrusel .owl-pagination {
        top: 5%;
    }
    .sec-cliente .imagen {
        width: unset;
    }
    .sec-cliente .contenedor {
        width: 100%;
    }
    .sec-contacto {
        padding-left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .sec-contacto .grid .der {
        height: 250px;
        grid-row: 1;
    }
    .sec-contacto .grid .izq {
       margin-top: 15px;
    }
    .sec-equipo .imagen, .sec-nosotros-home .imagen {
        height: 250px;
        background-position: center;
    }
    .sec-nosotros-home .info, .sec-equipo .info {
        padding: 40px 20px;
    }
    .flecha-banner {
        top: 85%;
    }
    .sec-home-carrusel .info-carousel .subtitulo {
        font-size: 25px;
    }
    .sec-cliente-home .owl-next {
        right: 0;
    }
    .sec-cliente-home .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 35px;
    }
    .sec-area-home .der .contenedor, .sec-area .grid a {
        height: 250px;
        margin-bottom: 20px;
    }
    .sec-home-carrusel .info-carousel {
        top: 40%;
    }
    .mod-portafolio::before, .sec-tarjeta-metodo::after,
    .sec-area-home .izq::before, .sec-tarjeta-metodo::before, 
    .mod-portafolio::after, .sec-cliente::before {
        z-index: -1;
    }
    .navegacion-metodologias .grid a img {
        height: 50px;
        width: 50px;
    }
    .sec-info-metodo .flex .der .titulo {
        font-size: 35px;
    }
    .sec-info-metodo .flex .der {
        padding-left: 0;
    }
    .sec-info-metodo .flex .izq h5 {
        font-size: 30px;
    }
    .sec-home-carrusel .info-carousel button p,
    .navegacion-metodologias .grid a span,
    .sec-info-metodo .flex .der .texto {
        font-size: 14px;
    }
    .sec-info-metodo .flex .izq {
        border-right: none;
        border-bottom: 2px solid var(--amarillo);
    }
    .sec-info-equipo .der .subtitulo {
        font-size: 20px;
    }
    .sec-info-equipo .der .nombre {
        font-size: 25px;
    }
    .sec-info-equipo .der .cargo {
        font-size: 21px;
    }
    .sec-info-equipo .contenedor .grid-empleado .der {
        margin-top: 15px;
    }
    .sec-info-equipo .grid {
        padding: 0 5%;
    }
    .navegacion-equipo .contenedor {
        border-bottom: 1px solid var(--blanco);
    }
    .sec-partner {
        margin-top: 80px !important;
    }
    .sec-cliente .bg {
        top: 0;
        bottom: 0;
    }
    .sec-partner .grid .contenedor {
        text-align: center;
    }
    .sec-cliente .der .cuadro {
        width: unset;
    }
    .sec-cliente img {
        transform: rotate(90deg);
    }
    .sec-cliente .flex, .sec-info-metodo .flex { 
        flex-direction: column;
    }
    .sec-enfoque .info h5 {
        font-size: 30px;
    }
    .sec-info-nosotros {
        width: 90%;
        margin: 0 auto;
    }
    .sec-info-nosotros .info h5 {
        text-align: center;
        margin-top: 15px !important;
    }
    .sec-info-nosotros .info p, .sec-info-nosotros .info h5{
        color: var(--texto);
    }
    .sec-info-nosotros .der, .sec-info-nosotros .flex,
    .sec-info-nosotros, .sec-cliente .flex {
        padding: 0;
    }
    .sec-enfoque img {
        height: 250px;
    }
    .sec-info-nosotros::before {
        right: 0;
        left: unset;
    }
    .sec-info-nosotros .flex .imagen-fondo,
    .sec-info-nosotros .color-fondo,
    .sec-info-nosotros::after, .sec-cliente::before,
    .sec-info-equipo .contenedor .grid-empleado .der::before,
    .sec-info-metodo .flex .der::before, .sec-info-metodo .flex .izq::before {
        display: none;
    }
    .sec-info-nosotros .flex .izq,
    .sec-info-nosotros .flex .der {
        width: 100%;
    }
    .sec-valores .contenedor .titulo {
        font-size: 35px;
    }
    .sec-valores .contenedor {
        margin-bottom: 40px;
    }
    .sec-valores {
        padding: 0;
        margin-bottom: 50px !important;
    }
    .sec-area {
        width: 90%;
    }
    .header .dropdown-toggle {
        color: var(--gris);
    }
    .sec-area-home .der p, .sec-area .grid a p {
        font-size: 20px;
    }
    .sec-area-home {
        width: 90%;
        margin: 0 auto;
    }
    .footer .der .formulario button {
        margin-left: 0;
        margin-top: 20px;
    }
    .footer .flex .izq,
    .footer .der .suscripcion {
        margin-bottom: 20px !important;
    }
    .footer .logo ul {
        margin: 20px 0 !important;
    }
    .footer .flex, .sec-info-nosotros .flex {
        flex-direction: column;
    }
    .carousel-control-next-icon img, .carousel-control-prev-icon img {
        height: 40px;
    }
    .sec-cliente-home .owl-prev {
        left: -5px;
    }
    .sec-portafolio-home .der .contenedor {
        height: 250px;
    }
    .sec-portafolio-home .der .info p {
        font-size: 18px;
    }
    .sec-portafolio-home h5, .sec-partner h5, 
    .sec-cliente-home h5, .sec-area-home .izq p,
    .sec-area h5, .sec-area p, .sec-info-nosotros .info h5 {
        font-size: 40px;
    }
    .sec-area-home .izq p:last-of-type {
        font-size: 30px;
        margin-top: -25px !important;
    }
    .sec-area-home .der,
    .sec-portafolio-home .der .grid,
    .sec-area .grid, .navegacion-equipo .grid, .navegacion-metodologias .grid {
        grid-template-columns: repeat(2,1fr);
    }
    .sec-area-home .der a, .sec-area .grid a {
        height: 200px;
        margin-bottom: 20px;
    }
    .header .info .flex, .footer .info .flex-copyright {
        flex-direction: column;
    }
    .header .info .copyright, .footer .info .copyright {
        margin: 20px 0;
    }
    .sec-nosotros-home .grid,
    .sec-valores .grid, .sec-partner .grid,
    .sec-info-equipo .contenedor .grid-empleado,
    .sec-tarjeta-metodo .grid, .sec-equipo .grid,
    .sec-contacto .grid {
        grid-template-columns: repeat(1,1fr);
    }
    .sec-home-carrusel .contenedor {
        height: 400px;
    }
    .redes-sociales a img {
        height: 40px;
    }
    .sec-home-carrusel, .sec-info-nosotros {
        height: unset;
    }
    .sec-nosotros-home .info h5,
    .sec-home-carrusel .info-carousel h4, 
    .sec-home-carrusel .info-carousel p {
        font-size: 30px;
    }
    .sec-nosotros-home .info .texto p,
    .sec-valores .contenedor .texto,
    .sec-enfoque .info .subtitulo li {
        font-size: 17px;
        text-align: justify;
    }
}



