/* - - - - - - - - - - - - - - - 
CSS principal
Desarrollado por: Upgrade Diseño Interactivo
Para: 
Fecha: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */


/* ====== F O N T S ====== */

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../../_fonts/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../../_fonts/CircularStd-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Black';
    src: url('../../_fonts/CircularStd-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-BoldItalic';
    src: url('../../_fonts/CircularStd-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Light';
    src: url('../../_fonts/CircularStd-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../../_fonts/CircularStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ====== F O N T S (end) ====== */


/*Eliminamos márgenes del "body" */

html,
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#big-container
/* Div que va a manterner el "footer" siempre al fondo */

{
    background-color: #F5F5F5;
    overflow: hidden;
    /* height: 100% !important;
    min-height: 100% !important; */
}


/* GENERAL */

a {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
hr,
p {
    margin: 0;
}


/***************** HEADER ******************/

header {
    position: absolute;
    z-index: 9999;
    width: 75%;
    height: 100px;
    background-color: transparent;
}

#align-header {
    width: 90%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 200px;
    margin-left: 20px;
}

#nav-header {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav-header a {
    font-family: 'CircularStd-Book';
    color: rgba(0, 0, 0, .4);
    transition: color 0.1s linear 0.2s;
}

#nav-header a:hover {
    color: black;
}

.boton {
    font-family: 'CircularStd-Book';
    color: white !important;
    background-color: #E00A2D;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.boton:hover {
    box-shadow: 0 2px 4px #959595;
    transition: ease-in-out all .3s;
}

.main-servi {
    display: flex;
    flex-direction: column;
}

.popover {
    position: absolute;
    top: 100px;
    width: 200px;
    background-color: white;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin-top: 10px;
    line-height: 2;
}

.popover.show-menu {
    height: auto;
    transition: transform .3s ease-out;
    transform: scaleY(1);
    transform-origin: top;
    z-index: 9999;
}

.popover.hide-menu {
    transition: transform .1s ease-in .1s;
    transform-origin: top;
    transform: scaleY(0);
}

.popover a:hover {
    color: #E00A2D !important;
}

#down {
    transition: opacity 0.1s linear 0.2s;
}

.main-servi a:hover img {
    opacity: 1 !important;
}


/****************************************
**************** INICIO *****************
*****************************************/


/********** BANNER ***************/

.sec-bann {
    width: 100%;
    padding-top: 120px;
}

.banner {
    width: 100%;
    height: auto;
    background-color: #181818;
    position: relative;
}

.myBanner {
    display: none;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.filter_banner {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 1;
    /* background: linear-gradient(90deg, rgba(3, 3, 3, 0.7) 0%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(90deg, rgb(3 3 3 / 87%) 0%, rgb(0 0 0 / 18%) 100%);
}

.align-banner {
    width: 90%;
    margin: auto;
    z-index: 2;
    position: relative;
}

.text-banner {
    width: 50%;
    height: 600px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-banner h1 {
    font-size: 4em;
    margin-bottom: 30px;
}

.text-banner h2 {
    font-family: 'CircularStd-Book';
    font-size: 1.5em;
    margin: 20px 0;
}

.btnbanner {
    width: 20%;
    margin-top: 15px;
}

.flechas-banner {
    margin: 40px 0;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    left: 20%;
}

.flechas-banner img {
    width: 40px;
}


/*********************************/

#mail-inicio {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 400px;
    font-size: 1.1em;
}

.sec-select {
    margin-top: 60px;
}

#select-principal {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
    /* height: 140px; */
    width: 80%;
    margin: auto;
}

.options.On>.list-op {
    display: block !important;
    padding-top: 20px;
    margin-right: 20px;
    font-family: 'CircularStd-Light';
    font-size: .9em;
}

.options.On>.op {
    border-bottom: 2px solid #E00A2D;
}

.options.On span {
    color: black;
}

.options>.op:hover {
    border-bottom: 2px solid #E00A2D;
}

.options {
    font-family: 'CircularStd-Book';
    width: 32%;
}

.op {
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #DADADA;
    cursor: pointer;
}

.op span {
    color: #DADADA;
}

.list-op ul {
    list-style: none;
    padding: 0;
}

.list-op li {
    font-size: 1.1em;
}

.img-principal {
    width: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}


/* .img-principal img {
    width: 50%;
    position: absolute;
    right: 0;
} */

.sec-inicio2 {
    margin: 65px auto 0;
    width: 80%;
}

.scroll-inicio {
    width: fit-content;
    height: fit-content;
}

.scroll-inicio img {
    width: 11px;
}

#ct-somos {
    display: flex;
}

#tit-somos {
    width: 70%;
}

#o-somos {
    width: 30%;
}

.circulos {
    width: 40px;
    float: right;
}

#texto-somos {
    width: 100%;
    font-family: 'CircularStd-Light';
    font-size: 1.5em;
    margin-top: 50px;
}


/*----- Sección con animación ----*/

.sec-animacion {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#tit-datos {
    font-family: 'CircularStd-Bold';
    font-size: 2.5em;
    margin: 60px auto;
}

.align-datos {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.estilo-datos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.estilo-datos h1,
.estilo-datos span {
    font-family: 'CircularStd-Bold';
    font-size: 5em;
    color: #E00A2D;
}

.estilo-datos div {
    display: flex;
    align-items: center;
}

.estilo-datos span {}

.estilo-datos h2 {
    font-family: 'CircularStd-Book';
    font-size: 1.1em;
    width: 70%;
    text-align: center;
}

.estilo-datos img {
    width: 50px;
}


/*---------------------------------*/

.sec-inicio3 {
    margin-top: 130px;
    padding-left: 11%;
    width: 75%;
}

.sec-inicio3 h1 {
    font-size: 2.5em;
    text-align: center;
}

.clientes-slider {
    overflow: hidden;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 50px;
}

.slider-prin {
    display: inline-flex;
    -moz-animation: slider 25s infinite linear;
    -webkit-animation: slider 25s infinite linear;
    animation: slider 25s infinite linear;
    width: auto;
    align-items: center;
}

.log_client {
    margin: 0 30px;
}

@keyframes slider {
    to {
        -moz-transform: translateX(-55%);
        -webkit-transform: translateX(-55%);
        transform: translateX(-55%);
    }
}


/* .clientes-slider ul {
    animation: cambio 50s infinite linear;
    
}

@keyframes cambio {
    25% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
} */


/*-------------SLIDER EVENTS----------------*/

#events-slider {
    background-color: #181818;
    width: 100%;
    margin-top: 100px;
}

#tit-events p {
    padding-left: 11%;
    font-family: 'CircularStd-Light';
    color: #949494;
    font-size: 1.5em;
    margin: 30px 0 60px 0;
}

.event {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
}

.img-event {
    opacity: 0.3;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
}

.event:hover .img-event {
    opacity: .9;
}

.event:hover .evtxt {
    text-shadow: 1px 2px 9px #3D3D3D;
}

.event:hover .info-event {
    /* margin: auto;*/
}

.info-event {
    /* width: 55%; */
    width: 90%;
    position: relative;
    top: -200px;
}

.info-event hr {
    border-style: none;
    width: 70px;
    height: 10px;
    background-color: #E00A2D;
}

.info-event h2 {
    font-family: 'CircularStd-Bold';
    color: white;
    font-size: 1.8em;
    margin-top: 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-event p {
    font-family: 'CircularStd-Book';
    color: white;
    font-size: 1.1em;
    margin: 10px 0;
}

#events.align-events {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

#events.owl-carousel {
    width: 100%;
    padding-left: 70px;
    box-sizing: border-box;
}

#events.owl-carousel .owl-item .img-event {
    width: 95%;
    border-radius: 20px;
    margin-left: 80px;
}

#events.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 15%;
    bottom: 115%;
}

#events.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    background-image: url(../../_images/_svg/flecha-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    color: transparent;
    margin-right: 20px;
}

#events.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: .5;
}

#events.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    background-image: url(../../_images/_svg/flecha-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 45px;
    color: transparent;
    margin-left: 20px;
}

#events.owl-carousel .owl-nav button.owl-next:hover {
    opacity: .5;
}

.enlace-ver {
    font-family: 'CircularStd-Book';
    color: white;
    font-size: 1.1em;
    position: relative;
    bottom: 80px;
    left: 50%;
    z-index: 1;
}

#align-ver {
    width: 100%;
}


/*-------------SLIDER COMENTS----------------*/

.sec-coments {
    position: relative;
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
}

.sec-coments::before {
    content: "";
    background-image: url(../../_images/_svg/dots.svg);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

.sec-coments h1 {
    position: relative;
    z-index: 2;
    font-size: 2.5em;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.opinion {
    background-color: white;
    padding: 25px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: end;
    min-height: 100px;
}

.user-opinion {
    font-family: 'CircularStd-Light';
    font-size: .9em;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opinion:hover .user-opinion {
    -webkit-line-clamp: 10;
    cursor: pointer;
}

.user {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 40px;
}

.img-user {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: lightgray;
    background-size: contain;
    background-repeat: no-repeat;
}

.name-user {
    font-family: 'CircularStd-Medium' !important;
    margin-bottom: 0!important;
}

.btn-verMas {
    font-family: 'CircularStd-Medium';
    color: white;
    background-color: #E00A2D;
    padding: 15px;
    text-align: center;
    width: 20%;
    border-radius: 10px;
    position: absolute;
    bottom: -20px;
    right: 50px;
    display: none;
    transition: 0.3s;
}

.btn-verMas:hover {
    box-shadow: 0 2px 4px #959595;
    transition: ease-in-out all .3s;
}

.opinion:hover {
    border: 2px solid #959595;
}

.opinion:hover .btn-verMas {
    display: block;
}

#coments.align-coments {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

#coments.owl-carousel {
    width: 100%;
    height: auto;
    margin-top: 0;
}


/*-------------CONSULTORÍA------------------*/

.sec-consult {
    width: 100%;
    height: auto;
}

.mask {
    background-color: black;
    width: 100%;
    height: 590px;
}

.fondo-cons {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 1)), url(../../_images/fondo-consultoria.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 590px;
    background-position: 60%;
}

#tit-cons {
    margin-left: 150px;
}

#tit-cons2 {
    margin-left: 60px;
}

.fondo-cons ul {
    margin-left: 11%;
    font-family: 'CircularStd-Book';
    color: white;
    font-size: 1.5em;
    line-height: 1.5;
    width: 50%;
    margin-top: 100px;
}

.enlace-ver2 {
    font-family: 'CircularStd-Book';
    font-size: 1.1em;
    z-index: 1;
    margin-left: 12%;
    position: relative;
    top: 20px;
}


/*-------------GALERÍA INICIO-----------------*/

.gal {
    width: 100%;
    height: auto;
}

.align-gal {
    display: flex;
    justify-content: space-between;
}

.img-gal {
    width: 55%;
}

.img-gal img {
    width: 100%;
    position: relative;
    top: -50px;
}

.info-gal {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -60px;
}

.slideshow-container {
    position: relative;
    left: -140px;
}

.mySlides {
    display: none;
    width: 90%;
}

.mySlides h1 {
    font-size: 1.7em;
    margin-bottom: 20px;
}

.mySlides p {
    font-family: 'CircularStd-Book';
    color: #ABABAB;
    font-size: 1.5em;
}

#flechas-gal {
    margin: 40px 0;
    position: absolute;
    top: 100px;
}

#flechas-gal img {
    width: 40px;
}

.contact {
    position: absolute;
    padding: 10px;
    width: 100px;
    margin: 20px 0;
    right: 0px;
}


/* Next & previous buttons */

.prev {
    cursor: pointer;
    width: auto;
    transition: 0.6s ease;
    margin-right: 40px;
}

.next {
    cursor: pointer;
    width: auto;
    transition: 0.6s ease;
}

.opacity-reverse {
    opacity: 0.4;
}

.opacity-reverse:hover {
    opacity: 1;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/*------------ELEMENTOS INICIO--------------*/


/* #elem1 {
    width: 80%;
    position: absolute;
    top: 500px;
    right: 100px;
} */

#align-elem1 {
    height: 770px;
    background-repeat: no-repeat;
    background-position: 140% 115%;
    background-size: 150%;
}

#elem2 {
    width: 100%;
    position: absolute;
    left: -65px;
    margin-top: -230px;
}

#elem3 {
    position: absolute;
    width: 100%;
}

#elem4 {
    position: absolute;
    width: 35%;
    margin-top: -260px;
}

#elem5 {
    position: absolute;
    right: 0;
    margin-top: -415px;
    z-index: 1;
}

#elem5-2 {
    position: absolute;
    right: 0;
    margin-top: -275px;
}

#elem6 {
    position: absolute;
    left: 0;
}

#elem-gal {
    width: 15%;
    left: 620px;
    margin-bottom: -15px;
    z-index: 1;
}


/*------------ANIMACIÓN FLECHA-------------*/

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/*-----------------------------------------*/


/*------------------TITLE 3----------------*/

.title3 {
    font-family: 'CircularStd-Bold';
    margin-top: 30px;
    font-size: 2em;
}

.tit0 {
    -webkit-text-stroke: 1px #E00A2D;
    color: transparent;
    opacity: .4;
}

.tit1 {
    -webkit-text-stroke: 1px #E00A2D;
    color: transparent;
    margin-top: -25px;
}

.tit2 {
    margin-top: -25px;
}


/*-----------------------------------------*/


/*----------------BIG TITLE----------------*/

.big-title {
    font-family: 'CircularStd-Black';
    -webkit-text-stroke: 2px #E00A2D;
    color: transparent;
    font-size: 9.3em;
    white-space: nowrap;
    overflow: hidden;
}

.medium-title {
    font-family: 'CircularStd-Black';
    color: white;
    font-size: 3.3em;
    padding-left: 11%;
    margin-top: -60px;
}


/********************************************************
******** DETALLE CONSULTORÍA  Y DETALLE DE NOMS**********
*********************************************************/

.sec1-services {
    position: relative;
    height: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sec1-services::before {
    content: "";
    background-image: url(../../_images/_svg/dots.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    opacity: 0.6;
}

.mail-services {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 350px;
    font-size: 1em;
}

.ct1-serv {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ct1-serv h2 {
    font-size: 1.5em;
}

.ct1-serv h1 {
    font-size: 3em;
    font-family: 'CircularStd-Bold';
}

.ct1-serv p {
    font-family: 'CircularStd-Book';
    font-size: 1.2em;
}

.ct1-serv div {
    width: 40%;
    margin-top: 90px;
}

.elem-gal2 {
    position: relative;
    width: 10%;
    margin-bottom: -65px;
    z-index: 1;
    left: 75%;
    top: -15px;
}

.titS2 {
    z-index: 5;
}


/*-------------GALERÍA OBJETIVO-----------------*/

.gal2 {
    background-color: #181818;
    width: 100%;
    height: auto;
}

.align-gal2 {
    display: flex;
    justify-content: space-between;
}

.info-gal2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
}

.slideshow-container2 {
    position: relative;
}

.mySlides2 {
    display: none;
    width: 100%;
}

.align-mySlides2 {
    display: flex;
}

.titgal {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7em;
    margin-left: -200px;
    margin-top: 60%;
}

.txtgal {
    margin-left: -200px;
    margin-top: 80px;
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.Dficha {
    width: 150px;
    margin: 50px 0;
}

.txtgal h1 {
    color: white;
    font-size: 1.7em;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.txtgal p {
    font-family: 'CircularStd-Light';
    color: white;
    font-size: 1.2em;
    /* margin-bottom: 50px; */
}

.txtgal ul {
    font-family: 'CircularStd-Light';
    color: white;
    font-size: 1.2em;
    /* margin-bottom: 50px; */
}

.txtgal span,
.txtgal li {
    color: white!important;
    font-family: 'CircularStd-Light' !important;
}

.flechas-gal2 {
    position: absolute;
    margin: 40px 0;
    top: 0px;
    z-index: 9;
    left: 35%;
}

.flechas-gal2 img {
    width: 40px;
}

.img-gal2 {
    width: 50%;
    display: flex;
}

.img-gal2 img {
    position: relative;
    top: -50px;
    right: 80px;
    z-index: 1;
}

.img-ob {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    margin: auto;
    /* position: relative;
    top: -50px;
    right: 80px; */
    z-index: 1;
    height: 600px;
}


/*-------------MÁS INFORMACIÓN-----------------*/

.sec-masInfo {
    border-top: 1px solid #ababab3a;
    padding-top: 50px;
}

.align-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin: auto;
}

#circ-info1 {
    position: relative;
    top: -80px;
}

#circ-info2 {
    position: relative;
    top: -80px;
}

.tit-info {
    text-align: center;
    width: 100%;
    margin: auto;
}

.tit-info h1 {
    font-family: 'CircularStd-Bold';
    font-size: 2.5em;
    margin: 50px 0;
}

.tit-info p {
    font-family: 'CircularStd-Light';
    font-size: 1.4em;
    margin-bottom: 90px;
}

.cont-info {
    display: flex;
    width: 100%;
    margin: 0 auto 80px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.elem-info {
    margin-bottom: 40px;
    width: 30%;
    display: flex;
    align-items: flex-start;
}

.elem-info img {
    width: 30px;
    margin-right: 10px;
}

.elem-info p {
    font-family: 'CircularStd-Book';
    font-size: 1.3em;
}

#btn-info {
    position: relative;
    top: 25px;
    padding: 15px 50px;
    z-index: 2;
}

#btn-info2 {
    position: relative;
    top: 25px;
    padding: 15px;
    z-index: 2;
}

#align-btn-cons {
    width: 100%;
    display: flex;
    justify-content: center;
}


/*******************************************************
*********** CONSULTORÍA Y CAPACITACION *****************
********************************************************/

.sec-principal {
    background-color: white;
    width: 100%;
    height: 500px;
}

.fondo-dots {
    background-image: url(../../_images/_svg/asset-ev.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    height: 500px;
}

.align-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mailC {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 300px;
    font-size: 1em;
}

.tit-cont {
    width: 60%;
    margin: auto;
}

.titC {
    margin-top: 100px;
}

.elem-cont {
    width: 20%;
    position: relative;
    right: 100px;
    top: 150px;
}

.elem1-C {
    width: 100%;
}


/*-----------------------------------------*/

.sec-C {
    width: 100%;
    height: auto;
    padding: 90px 0;
}

.contenedor-C {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}

.contenedor-C a {
    width: 30%;
    margin: 20px 10px;
    color: black;
}

.evento {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.evento:hover .imgEvento img {
    transform: translateY(-0.5rem) scale(1.0125);
    box-shadow: 0 0.5em 3rem -1rem rgba(177, 177, 177, 0.582);
}

.evento:hover .infoEvento h2 {
    color: #E00A2D;
}

.imgEvento {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    border-radius: 20px;
}


/* .imgEvento img {
    width: 100%;
    border-radius: 15px;
} */

.infoEvento {
    width: 100%;
}

.infoEvento h2 {
    font-family: 'CircularStd-Bold';
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 15px;
}

.infoEvento p {
    font-family: 'CircularStd-Book';
    font-size: 1.2em;
}

.infoEvento div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infoEvento img {
    width: 17px;
    margin-right: 10px;
}


/*********************************************
*********** DETALLE CAPACITACIÓN **************
**********************************************/

.sec-detalle {
    width: 100%;
    height: 500px;
}

#fondo-d {
    height: 500px;
    background-image: url(../../_images/img-details.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#filtro-d {
    height: 500px;
    background-color: #E00A2D;
    opacity: .6;
}

#titulo-d {
    font-family: 'CircularStd-Bold';
    position: relative;
    top: -40%;
    left: 20%;
    width: 70%;
}

#titulo-d h2 {
    color: black;
    font-size: 2.5em;
}

#titulo-d h1 {
    color: white;
    font-size: 3em;
}

#sec-infoEv {
    margin: 80px 0;
}

#texto-infoEv {
    font-family: 'CircularStd-Book';
    font-size: 1.4em;
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 600px; */
}

#texto-infoEv span {
    color: black !important;
}

#date-hr {
    margin-bottom: 30px;
}

#date-hr div {
    display: flex;
    color: #A2A2A2;
}

.dateHr {
    width: 17px;
    margin-right: 10px;
    margin-bottom: 20px;
}

#btn-d {
    width: 20%;
    padding: 15px;
    position: relative;
    font-size: 0.8em;
    margin: 30px auto;
}

.lineEv {
    margin: 30px 0;
}


/*-------------------MAPA-------------------*/

.sec-map {
    width: 100%;
    height: 600px;
}

.map {
    width: 100%;
    height: 100%;
    display: flex;
}


/* .sec-map:hover #elem-map1 {
    display: none;
} */

#elem-map1 {
    position: absolute;
    left: 0;
    z-index: 1;
}

#elem-map2 {
    position: absolute;
    right: 0;
    margin-top: -437px;
}


/*-------------------Registro-------------------*/

#sec-registro {
    position: relative;
    width: 100%;
    height: 650px;
    display: flex;
}

#sec-registro::before {
    content: "";
    background-image: url(../../_images/_svg/dots.svg);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

#sec-registro div {
    width: 50%;
    z-index: 1;
}

#tit-form h1 {
    font-size: 2.5em;
    width: 50%;
    margin: 120px 0 0 360px;
}

#tit-form img {
    position: absolute;
    top: 300px;
}

#formulario {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.estiloLabel {
    font-family: 'CircularStd-Medium';
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.estiloInputC {
    border-style: none;
    width: 50%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;
    background-color: white;
    outline: none;
    font-family: 'CircularStd-Light';
    font-size: 1.1rem;
}

.estiloSelect {
    font-family: 'CircularStd-Light';
    font-size: 1.1rem;
    background-color: white;
    color: black;
    border-style: none;
    width: 95%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
}

input:focus {
    border: 2px solid #E00A2D;
    box-shadow: 1px 0px 10px rgba(224, 10, 45, .1);
}

#btn-reg {
    border-style: none;
    width: 20%;
    font-size: 1em;
    padding: 15px;
}


/****************************************
**************** NOSOTROS ***************
*****************************************/

#sec-nos {
    width: 100%;
    height: 600px;
    display: flex;
}

#mail-nosotros {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 350px;
    font-size: 1em;
}

#ct1-nos {
    display: flex;
    width: auto;
    justify-content: center;
}

#somos {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 120px;
}

#somos h1 {
    font-size: 2.5em;
    margin-bottom: 40px;
}

#somos p {
    font-size: 1.2em;
    width: 90%;
}

#img-nos {
    width: 40%;
}

#elem1-n {
    width: 35%;
    position: relative;
    top: 25%;
    left: 38%;
    z-index: 1;
}

#elem2-n {
    width: 35%;
    position: relative;
    top: 90%;
    left: 30%;
    z-index: 1;
}

#foto-nos {
    position: absolute;
    right: 0;
    width: 45%;
    top: 150px;
}

#ct2-nos {
    height: 500px;
    margin-top: 8%;
}

#align-ct2nos {
    width: 80%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: auto;
}

#align-btn-nos {
    display: flex;
    justify-content: center;
}

#dots-nos {
    width: 40%;
    position: absolute;
    right: 0;
    margin-top: 250px;
}

#preguntas {
    display: flex;
}

.preg {
    font-family: 'CircularStd-Light';
    font-size: 1.2em;
}

.preg span {
    font-family: 'CircularStd-Bold';
}

#p1 {
    margin-right: 100px;
}

#btn-nos {
    width: 10%;
    padding: 15px;
    font-size: 1.1em;
}


/*---------- CARD MISIÓN VISIÓN VALORES ---------*/

#MisVisVal {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.card-mvv {
    width: 350px;
    background-color: white;
    border-radius: 10px;
    margin: 0 10px;
}

.card-mvv p {
    font-family: 'CircularStd-Light';
    padding: 0 40px 30px;
    font-size: 1.2em;
    text-align: center;
}

.card-mvv ul {
    list-style: none;
    padding: 0 40px;
    font-family: 'CircularStd-Light';
    font-size: 1.2em;
    text-align: center;
}

.tit-mvv {
    display: flex;
    flex-direction: column;
    font-family: 'CircularStd-Bold';
}

.tit-mvv h1 {
    -webkit-text-stroke: 1px rgba(0, 0, 0, .4);
    color: transparent;
    font-size: 4em;
    text-align: center;
}

.figura-mvv {
    background-image: url(../../_images/_svg/forma-nosotros.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -35px;
}

.figura-mvv span {
    color: white;
    font-size: 2em;
}


/*-------------------Distintivos-------------------*/

.fondo-gris {
    background-color: #EDEDED;
    padding-top: 250px;
    position: relative;
    top: 180px;
    height: 1000px;
}

#sec-dist {
    height: 600px;
}

#align-secdist {
    width: 80%;
    height: inherit;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#sec-dist p {
    font-family: 'CircularStd-Light';
    text-align: center;
    font-size: 1.2em;
    margin: 0 180px;
}

#sec-dist h2 {
    font-family: 'CircularStd-BoldItalic';
    margin-bottom: 50px;
}

#btn-dis {
    font-size: 1.1em;
    padding: 15px;
}

#circ-dis {
    position: absolute;
    right: 11%;
    margin-top: 80px;
}

#logos-dist {
    display: flex;
    justify-content: space-between;
    margin: 55px;
}

.width-logos {
    width: 250px;
}


/*-------------SLIDER TESTIMONIOS----------------*/

.sec-test {
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #181818;
    border: 2px solid #181818;
}

.sec-test h1 {
    font-family: 'CircularStd-Bold';
    color: white;
    position: relative;
    font-size: 2.5em;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
}

.testimonio {
    background-color: white;
    padding: 25px;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: end;
    min-height: 110px;
}

.user-test {
    font-family: 'CircularStd-Light';
    font-size: .9em;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.testimonio:hover .user-test {
    -webkit-line-clamp: 10;
    cursor: pointer;
}

.name-user {
    font-family: 'CircularStd-Medium' !important;
    margin-bottom: 0!important;
}

#test.align-test {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

#test.owl-carousel {
    width: 100%;
    height: auto;
    margin-top: 0;
}

.clasif label {
    color: #FDE374;
    font-size: 1.2em;
}

.clasif {
    margin: auto;
}


/****************************************
************** CONTACTO *****************
*****************************************/

#elem-contact {
    width: 100%;
}

#mail-contact {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 300px;
    font-size: 1em;
}

.tit-contact {
    width: 50%;
    margin: auto;
    font-size: 2.3em;
    margin-top: 230px;
}

.elem-cont {
    width: 20%;
    position: relative;
    right: 160px;
    top: 40px;
}

.enviado {
    /* text-align: center;*/
    font-size: 2.5em;
    font-family: 'CircularStd-Bold';
    margin-bottom: 30px;
}


/*-------------FORMULARIO----------------*/

#form-contact {
    background-color: #EDEDED;
    width: 100%;
    height: auto;
    padding: 60px 0;
}

#align-ctForm {
    display: flex;
}

.formC {
    width: 60%;
}

.datos-form {
    width: 17%;
    display: flex;
    flex-direction: column;
    height: 320px;
    justify-content: space-between;
}

.form {
    width: 75%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.align-inputs {
    display: flex;
}

.estiloLabelC {
    font-family: 'CircularStd-Medium';
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 50%;
}

.estiloTextarea {
    border-style: none;
    border-radius: 5px;
    margin: 10px 15px 10px 0;
    padding: 15px;
    background-color: white;
    outline: none;
    font-family: 'CircularStd-Light';
    font-size: 1.1rem;
}

.estiloLabelTxt {
    font-family: 'CircularStd-Medium';
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

textarea:focus {
    border: 2px solid #E00A2D;
    box-shadow: 1px 0px 10px rgba(224, 10, 45, .1);
}

textarea {
    height: 70px;
}

#cond {
    display: flex;
    font-family: 'CircularStd-Book';
    align-items: center;
}

.estiloCheck {
    border-style: none;
    margin-right: 10px;
}

.infC {
    font-family: 'CircularStd-Book';
    margin: 30px 0;
}

.infC a {
    color: #E00A2D;
    text-decoration: underline;
}

#btn-contact {
    border-style: none;
    width: 25%;
    font-size: 1em;
    padding: 15px;
}


/*-------------DATOS CONTACTO----------------*/

.datos-form div {
    display: flex;
}

.datos-form img {
    width: 20px;
    margin-right: 15px;
}

.datos-contacto {
    display: flex;
    flex-direction: column;
}

.datos-contacto span {
    font-family: 'CircularStd-Medium';
}

.datos-contacto p {
    font-family: 'CircularStd-Light';
}

#whatsapp img {
    width: 100%;
}
#btn-facturar{
    border-radius: 30px;
    padding: 5% 0;
}

/******************************************
************** FACTURACIÓN ****************
*******************************************/

.sec-fact {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
}

#align-fact {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 200px auto 0;
    z-index: 1;
}

#mail-fact {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -70px;
    top: 350px;
    font-size: 1em;
}

.fact {
    width: 35%;
}

.fact h1 {
    font-size: 3.5em;
}

.fact p {
    font-size: 1.3em;
    margin-top: 20px;
}

#ffact {
    width: 100%;
    margin-top: 100px;
}

#ffact label {
    width: 100%;
}

.estiloInputC {
    border-style: none;
    width: 85%;
    border-radius: 5px;
    margin: 10px 0;
    padding: 15px;
    background-color: white;
    outline: none;
    font-family: 'CircularStd-Light';
    font-size: 1.1rem;
}

#file {
    display: none;
}

.file_label {
    display: flex;
    align-items: center;
    font-size: 1.1em;
    font-family: 'CircularStd-Medium';
    color: #E00A2D;
    cursor: pointer;
    text-decoration: underline 2px;
    margin-bottom: 30px;
}

#upload {
    width: 13px;
    margin-right: 5px;
}

#btn-fact {
    border-style: none;
    width: 25%;
    font-size: 1em;
    padding: 15px;
}

#help {
    display: flex;
    flex-direction: column;
}

#help h1 {
    font-size: 3em;
    margin-top: 50px;
}

#align-help div {
    display: flex
}

#align-help {
    display: flex;
    align-items: end;
    width: 40%;
    justify-content: space-between;
    margin: 30px 0 70px;
}

#align-help img {
    width: 20px;
    margin-right: 15px;
}

#dotsfact {
    position: absolute;
    right: 0;
    width: 40%;
}


/****************************************
********* AVISO DE PRIVACIDAD ***********
*****************************************/

.sec-avisos {
    width: 100%;
    height: auto;
    font-family: 'CircularStd-Light';
}

#align-avisos {
    width: 90%;
    margin: auto;
    padding: 200px 0;
}

#align-avisos h1 {
    font-family: 'CircularStd-Bold';
    font-size: 3em;
    margin-bottom: 20px;
}

#align-avisos a {
    font-family: 'CircularStd-Book';
    color: #E00A2D;
}


/****************************************
**************** FOOTER *****************
*****************************************/

#footer_cut {
    padding-top: 50px;
    clear: both;
}

footer {
    margin-top: -50px;
    height: auto;
    background-color: #181818;
    position: relative;
    /* z-index: 1; */
}

.align-footer {
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 30px 0;
    flex-direction: column;
}

.ft1 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 80px;
}

.ft1 h1 {
    font-family: 'CircularStd-Bold';
    color: white;
    font-size: 2.5em;
    width: 40%;
}

#boton-ft {
    display: flex;
    height: 55px;
}

#boton-ft button {
    border: none;
    font-size: 1em;
    padding: 0 30px!important;
    margin-left: -10px;
}

#boton-ft input {
    border-style: none;
    border-radius: 5px;
    width: 220px;
    padding: 20px;
    background-color: #242424;
    border: 1px solid #3D3D3D;
    font-size: 1em;
}

#boton-ft input:focus {
    color: white;
    border: 1px solid #3D3D3D;
}

.ft2 {
    font-family: 'CircularStd-Book';
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
}

.redes {
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redes a {
    width: fit-content;
    height: fit-content;
    display: flex;
}

.redes img {
    width: 25px;
}

.upgrade {
    color: #6B6B6B;
}

#enlaces-ft {
    display: flex;
    flex-direction: column;
    text-align: right;
    line-height: 1.5;
}

#enlaces-ft a {
    color: white;
    text-decoration: underline;
}


/***** SITEMAP ******/

.sitemap {
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 200px 150px 70px;
    font-family: 'CircularStd-Light';
}

.sitemap a {
    color: #181818;
}

.sitemap a:hover {
    text-decoration: underline;
}

.sitemap div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.5;
}

.sitemap .a-titulo:hover {
    text-decoration: none;
    color: #E00A2D;
}

.a-titulo {
    font-family: 'CircularStd-Book';
    font-size: 1.3em;
    margin-bottom: 15px;
    width: fit-content;
    color: #181818;
    position: relative;
    text-decoration: none;
}

.a-titulo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #E00A2D;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.a-titulo:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}