@font-face {
    font-family: Ghandi-nn;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/GandhiSerif-Regular.otf');
}

@font-face {
    font-family: Ghandi-bi;
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/GandhiSerif-BoldItalic.otf');
}

@font-face {
    font-family: Ghandi-ni;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/GandhiSerif-Italic.otf');
}

@font-face {
    font-family: Ghandi-bn;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/GandhiSerif-Bold.otf');
}

/*--------- Globales -----------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    max-width: 100vw;
    overflow: overlay;
    font-size: 62.5%;
    font-family: Ghandi-nn;
}

img {
    max-width: 100%;
}

body {
    position: relative;
}

.navegacion {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 5rem;
    height: 10rem;
    width: 100vw;
    z-index: 9;
}

.navegacion.scrolled {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 250ms linear;
    -webkit-box-shadow: 0px 7px 5px -7px rgba(228, 204, 100, 0.75);
    -moz-box-shadow: 0px 7px 5px -7px rgba(228, 204, 100, 0.75);
    box-shadow: 0px 7px 5px -7px rgba(228, 204, 100, 0.75);
    backdrop-filter: blur(75px);
}

.navegacion.scrolled > .navegacion-subcontenedor > .navegacion-imagen > .logo {
    transform: scale(0.4);
}

.navegacion.scrolled > .navegacion-subcontenedor > .navegacion-lista > .navegacion-item {
    color: #e4cc64;
}

.navegacion-subcontenedor {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.navegacion-imagen {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navegacion-imagen img {
    transform: scale(1.5);
    margin: auto;
    transition: all 0.3s ease-in-out 0s;
    padding-top: 30px;
}

.navegacion-lista {
    width: 75%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navegacion-item:hover {
    cursor: pointer;
    border-bottom: 1px solid #e4cc64;
}

.navegacion-item {
    color: white;
    margin: 15px;
    list-style: none;
    font-size: 1.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.owl-dots {
    position: absolute;
    top: 67%;
    left: 15%;
}

.owl-dot span {
    background-color: white !important;
}

.owl-dot.active span {
    background-color: black !important;
}

.titulo-slider {
    position: absolute;
    top: 32%;
    left: 15%;
    color: white;
    font-size: 35pt;
    font-family: Ghandi-bi;
    text-rendering: geometricPrecision;
    width: 70%;
    line-height: 50px;
}

.subtitulo-slider {
    position: absolute;
    top: 43%;
    left: 15%;
    color: white;
    font-family: Ghandi-nn;
    font-size: 2.2rem;
    text-rendering: geometricPrecision;
    margin-top: 20px;
}

.boton-slider {
    position: absolute;
    top: 60%;
    left: 15%;
    text-decoration: none;
    color: white;
    font-size: 2.3rem;
    background-color: black;
    padding: 5px 25px;
}

/*--------- Fin Globales ---------*/



/*------------------ Index --------------------*/

.index-contenedor {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.preguntas-contenedor {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(../img/Icono_gp.png);
    background-size: 67% 110%;
    background-position: 0% -120%;
    background-repeat: no-repeat;
}

.preguntas-titulo {
    color: black;
    font-size: 5.5rem;
    font-family: Ghandi-bi;
    font-style: italic;
    margin-left: 15%;
    padding-bottom: 10px;
}

.treslineas {
    height: 35px;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 240px
}

.linea {
    background-color: black;
    height: 2.0px;
    max-height: 2px
}

.linea:first-child {
    width: 60%;
}

.linea:last-child {
    width: 40%;
    ;
}

.preguntas-subcontenedor {
    width: 100%;
    display: flex;
    position: relative;
    height: 75rem;
    margin-top: 40px;
}

.preguntas-imagen {
    width: 45%;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 2;
}

.preguntas-textos {
    width: 55%;
    border: 1.5px solid black;
    position: absolute;
    top: 0;
    right: 7%;
    height: 85%;
}

.contenedor-listapreguntas {
    width: 100%;
    height: 100%;
    padding: 7% 10% 15% 20%;
}

.items-preguntas {
    font-family: Ghandi-nn;
    font-size: 2.2rem;
    padding-bottom: 20px;
}

.items-preguntas span {
    color: black;
}

.contenedor-listapreguntas > li {
    color: #cdab4f;
}

.asesoramos {
    width: 100%;
    height: 35rem;
    background-image: url(../img/ima2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 30%;
}

.asesoramos-contenido {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.asesoramos-contenido blockquote {
    font-size: 5.5rem;
    text-align: center;
    width: 70%;
    font-family: Ghandi-bi;
    padding-bottom: 40px;
}

.asesoramos-contenido p {
    width: 50%;
    font-family: Ghandi-nn;
    font-size: 1.9rem;
    text-align: center;
}

.servicios {
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/Icono_gp.png);
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: 5% 40%;
}

.servicios-subcontenedor {
    width: 100%;
    height: 35rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.servicios-contenido {
    width: 70%;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.servicios-item {
    width: 190px;
    height: 250px;
    border-radius: 20px;
    border-top-left-radius: 60px;
    background-color: red;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.servicios-item:nth-child(2) {
    background-color: #0071c0;
}

.servicios-item:nth-child(3) {
    background-color: #ff9d00;
}

.servicios-item:nth-child(4) {
    background-color: #00933d;
}

.servicios-logo {
    width: 40%;
    margin: auto 0;
}

.servicios-texto {
    height: 70%;
    width: 100%;
    text-align: left;
    font-size: 10pt;
    background-color: rgba(255, 255, 255, 0.75);
    font-family: Ghandi-bn;
    border-radius: 15px;
    border-top-right-radius: 50px;
    padding: 0px 10px;
    padding-top: 20px;
}

.salto {
    width: 100%;
    height: 5rem;
    background: #edcd5c;
    /* Old browsers */
    background: -moz-linear-gradient(left, #edcd5c 0%, #eac959 2%, #e8c758 2%, #d3ad48 9%, #cca442 12%, #c8a03f 13%, #c59b3c 16%, #c19839 16%, #b5882f 24%, #af812a 32%, #b0822b 35%, #b98f37 44%, #d6b85a 66%, #dfc464 71%, #dfc363 74%, #dabc5b 80%, #cfab49 87%, #c09530 94%, #bf932e 94%, #ba8b23 97%, #b8871f 97%, #b7861d 98%, #b6841b 98%, #b58218 98%, #b38014 99%, #b17c0f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #edcd5c 0%, #eac959 2%, #e8c758 2%, #d3ad48 9%, #cca442 12%, #c8a03f 13%, #c59b3c 16%, #c19839 16%, #b5882f 24%, #af812a 32%, #b0822b 35%, #b98f37 44%, #d6b85a 66%, #dfc464 71%, #dfc363 74%, #dabc5b 80%, #cfab49 87%, #c09530 94%, #bf932e 94%, #ba8b23 97%, #b8871f 97%, #b7861d 98%, #b6841b 98%, #b58218 98%, #b38014 99%, #b17c0f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #edcd5c 0%, #eac959 2%, #e8c758 2%, #d3ad48 9%, #cca442 12%, #c8a03f 13%, #c59b3c 16%, #c19839 16%, #b5882f 24%, #af812a 32%, #b0822b 35%, #b98f37 44%, #d6b85a 66%, #dfc464 71%, #dfc363 74%, #dabc5b 80%, #cfab49 87%, #c09530 94%, #bf932e 94%, #ba8b23 97%, #b8871f 97%, #b7861d 98%, #b6841b 98%, #b58218 98%, #b38014 99%, #b17c0f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edcd5c', endColorstr='#b17c0f', GradientType=1);
    /* IE6-9 */

}

.salto-blanco {
    background-color: white;
    width: 100%;
    height: 5rem;
}

label:hover {
    cursor: pointer;
}

.footer {
    width: 100%;
    background-color: #000;
    height: 950px;
    max-width: 100%;
}

.contfooter {
    width: 100%;
    height: 500px;
    padding: 40px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    align-items: center;
}

.contfooter h2 {
    color: white;
    text-transform: capitalize;
    font-size: 6rem;
    text-align: center;
    font-family: Ghandi-bi;
    padding-bottom: 30px
}

.contenedorcolumnas {
    width: 90%;
}

.rowfooter {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.rowfooter div {
    display: flex;
    justify-content: center;

}

.rowfooter input {
    background: white;
    width: 360px;
    border: 1px solid #fff;
    border-left: 0px;
    color: #000;
    padding-left: 20px;
    height: 40px;
    font-size: 1.7rem
}

.rowfooter label {
    border: 1px solid white;
    max-width: 100px;
    width: 100px;
    display: flex;
    color: white;
    text-align: center;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botonesfooter {
    width: 250px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 10px auto;
    margin-bottom: 0;
}

.botonesfooter input[type="submit"] {
    padding: 10px 50px;
    border-radius: 15px;
}

.redessocialesfooter {
    display: flex;
    justify-content: space-around;
    width: 80%;
}

.bolitafooter {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid white;
    padding: 5px
}

.bolitafooter > img {
    filter: invert(100%);
}

.bolitafooter:hover {
    background-color: #FFF;
    border-radius: 50%;
}

.bolitafooter:hover > img {
    filter: none;
}

#map {
    height: 420px;
}

/*--------------- Fin Index -------------------*/

/*---------------- Nosotros --------------------*/
.nosotros-contenedor {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anios {
    top: 25%;
    line-height: 40pt;
}

.boton-nosotros {
    top: 55%;
}

.empresa {
    width: 100%;
    height: 60rem;
    display: flex;
    flex-direction: column;
    background-image: url(../img/Icono_gp.png);
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-position: 5% -35%;
    margin-top: 50px;
}

.contenedor-atributos {
    width: 100%;
    height: 65%;
    display: flex;
}

.mision {
    border: 1px solid black;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
}

.mision-texto {
    width: 75%;
    font-size: 2.4rem;
    margin-left: 20%;
    font-family: Ghandi-nn;
}

.valores {
    width: 50%;
    ;
    background-color: black;
    color: white;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../img/Icono_Diamanete.png);
    background-size: 35%;
    background-position: 96% 80%;
    background-repeat: no-repeat;
}

.valores-lista {
    margin-left: 23%;
    font-size: 2.5rem;
    font-family: Ghandi-ni;
    font-weight: normal
}

.valores .treslineas .linea {
    background-color: white;
    height: 1px;
}

.empresa-titulos {
    font-size: 6rem;
    text-transform: capitalize;
    font-family: Ghandi-ni;
    margin-left: 20%;
}

.mrg-10 {
    margin: 20px 0;
    margin-left: 15%;
}

.relleno {
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.relleno p {
    font-family: Ghandi-nn;
    text-align: center;
    font-size: 2.6rem;
    width: 53%;
}

/*--------------- Fin Nosotros ---------------*/

/*-------------- Asesoria --------------------*/

.asesoria-contenedor {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.asesoria-contenedor > .servicios {
    background-position: 10% -20%;
    background-size: 61% auto;
}

/*---------------- Fin asesoria ---------------*/
/*---------------- Menu ---------------*/
.menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    position: relative;
}
.barra{
    max-width: 60%!important;
    height: 2.5px;
    background-color: black;
}
.menu button{
    width: 50px;
    height: 50px;
    padding: 0;
    display: inline-block;
    position: relative;
    float: none;
    background-color: transparent;
    outline: 0;
    border: none;
    text-rendering: geometricPrecision;
}
.menu button:before, .menu button:after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 2px;
    width: 32px;
    background-color: #aa984a;
    transition: transform 150ms cubic-bezier(0,0,.01,1);
    transform-origin: left center;    
}
.menu button span {
    position: absolute;
    width: 33px;
    background-color: #aa984a;
    left: 0;
    overflow: hidden;
    height: 2px;
    transition: transform 150ms cubic-bezier(0,0,.01,1);
    transform-origin: left center;
    transform: scale(.5,1) translate(0,-50%);
    top: 50%;
}
.menu button:after {
    top: auto;
    bottom: 10px;
}
.menu button:hover:before, .menu button:hover:after {
    transform: scale(.5,1);
}


/*---------------- Fin Menu ---------------*/

.img-carousel{
    display: block;
}
.img-carouselmov{
    display: none;
}

.titulosdeformacionesduda{
    font-size: 50pt;
}

.icon-barslide {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .icon-barslide a {
    display: block;
    text-align: center;
    padding: 14px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  .icon-barslide a:hover {
    background-color: #FFCE00;
  }
  .facebook {
    background: #3A5795;
    color: white;
  }
  .fmesseger {
    background: #55ACEE;
    color: white;
  }
  .intagram {
  background:#405de6;
    color: white;
  }
  .whatsapp {
    background: #25D366;
    color: white;
  }
  .telefono{
      background:#FF8000;
  }
  .imgbarlog{
      width:18px;
  }

  #recuadroparascol{
      position: relative;
      top: -150px;

  }

.faltandatoscontacto{
    background: #C10230; 
    padding: 3%; 
    display: none; 
    color:#fff;
    margin-top: 60px;
    width: 100%;
    font-size: 14pt;
    text-align: center;
}
 