/* - - - - - - - - - - - - - - - 
CSS para pantallas pequeñas (Móviles)
Ultima modificación por:
Fecha:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ */

#big-container {
    position: relative;
    overflow: hidden;
}


/*--------- HEADER --------*/

header {
    overflow: hidden;
    transition: max-height .5s, background-color .5s;
    height: 100px;
    display: block;
    box-shadow: 2px 2px 50px 3px rgb(154 150 150);
    padding: 0px;
    z-index: 1;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #F5F5F5;
}

header.opened {
    max-height: 1000px;
    transition: max-height .5s, background-color .5s;
    height: 500px;
    width: 100%;
    padding-left: 0px;
    z-index: 999;
    background-color: #F5F5F5;
}

#menu_btn {
    content: url(../../_images/_svg/menu_icon.svg);
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 22px;
    height: 42px;
    width: 30px;
    padding: 10px;
}

header.opened #menu_btn {
    content: url(../../_images/_svg/close_icon.svg);
}

#align-header {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

#nav-header {
    width: 100%;
    display: block;
    margin-top: 50px;
    font-size: 1.2em;
    text-align: start;
    padding-left: 50px;
}

#nav-header a {
    padding: 10px;
    transition: 1s;
    display: block;
    width: 50%;
    color: #181818;
}

#nav-header a:hover {
    color: #E00A2D;
    border-bottom: none;
}

#btn-header {
    padding: 5px 20px;
    width: 25%;
    margin: 10px;
}

.logo {
    display: block;
    padding: 20px;
    width: 110px;
}

.popover {
    position: static;
    width: 50%;
    margin-left: 50px;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    line-height: 1.5;
}

.popover a {
    font-size: .7em;
    padding: 0 !important;
    width: 100% !important;
}

.popover.hide-menu {
    display: none;
}


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

.text-banner {
    width: 100%;
}

.text-banner h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.text-banner h2 {
    font-size: 1.2em;
}

.btnbanner {
    width: 25%;
}

#mail-inicio {
    /* font-size: .7em;
    top: 200px; */
    display: none;
}

#elem1 {
    right: 10px;
    top: 350px;
    width: 150%;
}

.sec-select {
    margin-top: 0;
}

#select-principal {
    margin-top: 40px;
    position: relative;
    width: 330px;
    font-size: .7em;
    display: flex;
    flex-direction: column;
    margin-left: 70px;
}

.options {
    width: 35%;
    margin-bottom: 10px;
}

.options.On>.list-op {
    margin-left: 30px;
    position: relative;
    width: 200px;
}

.sec-inicio2 {
    margin: 0 auto;
}

.circulos {
    width: 20px;
    position: relative;
    top: -50px;
}

.scroll-inicio img {
    width: 8px;
    margin-left: 50%;
}

#tit-somos {
    width: 100%;
    font-size: 1.3em;
    text-align: center;
}

#texto-somos {
    width: 100%;
    font-size: .9em;
    text-align: justify;
    margin-top: 40px;
}

#o-somos {
    width: 0;
}

#tit-datos {
    font-size: 1.5em;
    margin: 40px auto;
}

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

.estilo-datos h1,
.estilo-datos span {
    font-size: 1.5em;
}

.estilo-datos h2 {
    font-size: .6em;
    margin-top: 10px;
}

#elem2 {
    width: 150%;
    left: -35px;
    margin-top: -100px;
}

.sec-inicio3 h1 {
    font-size: 1.5em;
}

#elem3 {
    width: 200%;
    right: 0;
    display: none;
}

.clientes-slider {
    margin-top: 40px;
    width: 100%;
    margin-left: 0;
}

.clientes-slider ul {
    width: 750%;
}

#events-slider {
    margin-top: 0;
}


/*---- eventos ----*/

.info-event {
    top: -250px;
}

.info-event h2 {
    font-size: 1.2em;
}

.big-title {
    font-size: 5em;
}

.medium-title {
    font-size: 2em;
    margin-top: -40px;
}

#tit-events p {
    font-size: 1em;
}

.event {
    height: 450px;
}

#events.owl-carousel {
    padding-left: 40px;
}

#events.owl-carousel .owl-item .img-event {
    margin-left: 0;
    height: 450px;
}

#events.owl-theme .owl-nav {
    right: 25%;
    bottom: 103%;
}

#events.owl-carousel .owl-nav button.owl-prev {
    width: 35px;
    margin-right: 10px;
}

#events.owl-carousel .owl-nav button.owl-next {
    width: 35px;
}

.event:hover .info-event {
    margin-left: 0;
}

#elem4 {
    width: 45%;
    margin-top: -60px;
    z-index: 1;
}

#elem5 {
    /* margin-top: -245px;
    width: 30%; */
    display: none;
}

.enlace-ver {
    left: 60%;
    padding: 10px 20px;
    bottom: 50px;
}


/*------- slider comentarios------*/

.sec-coments h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
}

#coments.owl-carousel {
    height: auto;
}

.btn-verMas {
    padding: 10px;
    width: 60px;
    border-radius: 10px;
    font-size: .9em;
}


/*----- consultoría----*/

#tit-cons,
#tit-cons2 {
    margin-left: 0;
}

#elem6 {
    display: none;
}

#elem5-2 {
    display: none;
}

.fondo-cons ul {
    font-size: 1em;
    width: 80%;
    margin: 100px auto;
}


/*---- galería----*/

.sec-gallery {
    height: 800px;
}

.align-gal {
    display: block;
}

#flechas-gal {
    position: static;
}

.img-gal {
    width: 100%;
}

#elem-gal {
    left: 210px;
    margin-bottom: -10px;
}

.slideshow-container {
    width: 100%;
    left: 0;
}

.mySlides {
    width: 70%;
}

.mySlides h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
    text-align: center;
}

.mySlides p {
    font-size: 1em;
}

.contact {
    margin: 20px 15px;
    z-index: 2;
}


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

#mail-nosotros {
    font-size: .8em;
}

#sec-nos {
    height: auto;
}

#ct1-nos {
    flex-direction: column;
}

#somos {
    width: 80%;
    margin-top: 190px;
    margin-left: 70px;
}

#somos h1 {
    font-size: 2em;
}

#somos p {
    font-size: .9em;
}

#img-nos {
    width: 100%;
    margin-top: -50px;
}

#elem1-n {
    width: 20%;
    top: 30%;
    left: 25%;
}

#elem2-n {
    width: 20%;
    top: -15%;
    left: 60%;
}

#foto-nos {
    position: inherit;
    width: 100%;
}

#ct2-nos {
    height: auto;
    margin-top: 0;
}

#preguntas {
    flex-direction: column;
}

.preg {
    width: 100%;
    font-size: .9em;
    margin-bottom: 20px;
}

#p1 {
    margin-right: 0;
}

#dots-nos {
    width: 90%;
    margin-top: 485px;
}

#btn-nos {
    width: 30%;
    padding: 10px;
    font-size: 1em;
    z-index: 1;
}

#btn-dis {
    padding: 10px;
}

#MisVisVal {
    position: inherit;
    flex-direction: column;
}

.card-mvv {
    margin: 0 auto 20px;
    width: 90%;
}

.card-mvv ul {
    font-size: .8em;
    margin: 0 0 30px;
}

.card-mvv p {
    font-size: .8em;
}

#circ-dis {
    margin-top: 120px;
}

.fondo-gris {
    padding-top: 50px;
    margin-top: -150px;
    height: 950px;
}

#sec-dist {
    height: auto;
}

#sec-dist p {
    font-size: .9em;
    margin: 20px 0;
}

#sec-dist h2 {
    text-align: center;
}

#logos-dist img {
    width: 40px;
}

#logos-dist {
    margin: 50px 15px;
}

.sec-test {
    height: 450px;
}

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

.testimonio>.user>.img-user {
    display: none;
}

.testimonio p {
    font-size: .7em;
}

.boton {
    font-size: .9em !important;
}


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

.sec-principal {
    height: 400px;
}

.fondo-dots {
    height: 400px;
    background-position: bottom;
}

.mailC {
    font-size: .8em;
}

.tit-cont {
    width: 40%;
}

.titC>.tit0,
.titC>.tit1 {
    display: none;
}

.titC>.tit2 {
    font-size: 1em;
}

.elem-cont {
    right: 50px;
    top: 190px;
}

.contenedor-C a {
    width: 100%;
}

.infoEvento {
    font-size: small;
}


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

#align-ctForm {
    flex-direction: column;
}

#mail-contact {
    font-size: .8em;
    top: 250px;
}

.tit-contact {
    font-size: 1.3em;
    margin-left: 90px;
}

.formC {
    width: 90%;
    margin: 0 25px;
}

.form {
    width: 100%;
    font-size: small;
}

.datos-form {
    width: 80%;
    margin: 30px auto;
    font-size: small;
    height: 250px;
}

.estiloInputC {
    font-size: .9rem;
    padding: 9px;
}

.estiloSelect {
    padding: 6px;
}

.estiloTextarea {
    font-size: .9rem;
}

#btn-contact {
    width: 40%;
    padding: 10px;
    margin: auto;
}

#whatsapp img {
    width: 70%;
    margin-right: 0;
    margin-left: 15%;
}

#elem-map1,
#elem-map2 {
    display: none;
}


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

#titulo-d {
    left: 10%;
    width: 70%;
}

#titulo-d h2 {
    font-size: 1.5em;
}

#titulo-d h1 {
    font-size: 1.3em;
}

#texto-infoEv {
    width: 70%;
    font-size: 1em;
}

#btn-d {
    width: 50%;
}

#tit-form h1 {
    font-size: 1.5em;
    width: 150%;
    margin: 40% 10%;
    position: relative;
}

#tit-form img {
    top: 455px;
    width: 70%;
    right: 0;
}

#formulario {
    position: relative;
    left: -60px;
    width: 80% !important;
}

#formulario label {
    font-size: .9em;
    margin-bottom: 10px;
    width: 100%;
}

#btn-reg {
    width: 50%;
    font-size: .9em;
    padding: 10px;
}


/****************************************
******** DETALLE  CONSULTORÍA **********
*****************************************/

.mail-services {
    left: -80px;
    top: 55%;
    font-size: .9em;
}

.ct1-serv {
    flex-direction: column;
    height: 60%;
    /* position: relative;
    top: 25%; */
}

.sec1-services {
    height: auto;
    padding-top: 150px;
    padding-bottom: 30px;
}

.ct1-serv div {
    width: 80%;
    margin-top: 0;
}

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

.ct1-serv h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.ct1-serv p {
    font-size: .9em;
}

.align-gal2 {
    flex-direction: column;
}

.align-mySlides2 {
    flex-direction: column;
    flex-wrap: wrap;
}

.info-gal2 {
    width: 90%;
    margin: auto;
}

.titgal {
    -webkit-transform: rotate(-0deg);
}

.titS2 h1 {
    margin-top: 30px;
    margin-left: 0;
    font-size: 3em;
}

.txtgal {
    margin-left: 0px;
    margin-top: 80px;
    width: 100%;
}

.txtgal h1 {
    font-size: 1em;
    text-align: center;
}

.txtgal p {
    font-size: .9em;
}

.Dficha {
    font-size: .9em;
    padding: 10px;
}

.flechas-gal2 {
    top: 70px;
    left: 120px;
}

.img-gal2 {
    width: 100%;
}

.img-gal2 img {
    width: 100%;
}

.img-ob {
    width: 90%;
    position: relative;
    height: 300px;
    left: 0px;
    top: 0;
    margin: 30px;
}

.tit-info p {
    font-size: .9em;
    margin-bottom: 50px;
}

.cont-info {
    width: 100%;
    margin: 0;
}

.colum-inf {
    width: auto;
}

.elem-info p {
    font-size: .9em;
}

#btn-info {
    left: 10%;
    padding: 10px 20px;
    font-size: .9em;
}

#btn-info2 {
    left: 10%;
    padding: 10px;
    font-size: .9em;
}

#align-respEv {
    display: flex;
    flex-direction: column;
}

.img-user {
    width: 30px;
    height: 30px;
}

.opinion p {
    font-size: small;
}

.elem-info {
    width: 40%;
    font-size: small;
}

.tit-info h1 {
    font-size: 1.5em;
    margin: 30px 0;
}

.sec-coments {
    height: auto;
}


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

.fact {
    width: 80%;
}

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

.fact p {
    font-size: 1em;
}

#mail-fact {
    display: none;
}

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

#ffact {
    margin-top: 70px;
    font-size: small;
}

.estiloInputC {
    width: 95%;
}

.resp {
    width: 49% !important;
}

.resp input {
    width: 90%;
}

#help h1 {
    font-size: 2em;
}

#align-help {
    width: 100%;
    font-size: small;
}

#btn-fact {
    width: 100%;
}


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

.ft1 {
    flex-direction: column;
    margin: 40px auto;
    width: 100%;
    align-items: center;
}

.ft1 h1 {
    font-size: 1.5em;
    width: 85%;
}

#boton-ft {
    height: 44px;
    margin-top: 10px;
    font-size: .7em;
    width: 100%;
}

.ft2 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.redes {
    width: 80%;
    margin-bottom: 15px;
}

#enlaces-ft {
    text-align: center;
    margin-top: 15px;
}

.upgrade {
    font-size: .9em;
}

#enlaces-ft a {
    font-size: .9em;
}