/* Fuente Josefin Sans - Peso 100 (Ultra-Light) en formato TTF */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-Thin.ttf') format('truetype');
  }
  
  /* Fuente Josefin Sans - Peso 300 (Light) en formato TTF */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-Light.ttf') format('truetype');
  }

  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-ExtraLight.ttf') format('truetype');
  }
  
  /* Fuente Josefin Sans - Peso 400 (Regular) en formato TTF */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-Regular.ttf') format('truetype');
  }
  
  /* Fuente Josefin Sans - Peso 600 (Semi-Bold) en formato TTF */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-SemiBold.ttf') format('truetype');
  }
  
  /* Fuente Josefin Sans - Peso 700 (Bold) en formato TTF */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-Bold.ttf') format('truetype');
  }
  
  /* Fuente Josefin Sans - Peso 900 (Ultra-Bold) en formato TTF */
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/Josefin_Sans/static/JosefinSans-Black.ttf') format('truetype');
  }

/* n27 */

/* Fuente Josefin Sans - Peso 100 (Ultra-Light) en formato TTF */
@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/N27_Desktop_Complete/N27-Thin.otf') format('truetype');
    }

/* Fuente Josefin Sans - Peso 300 (Light) en formato TTF */
@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/N27_Desktop_Complete/N27-Light.otf') format('truetype');
}

/* Fuente Josefin Sans - Peso 400 (Regular) en formato TTF */
@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/N27_Desktop_Complete/N27-Regular.otf') format('truetype');
}

/* Fuente Josefin Sans - Peso 600 (Semi-Bold) en formato TTF */
@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/N27_Desktop_Complete/N27-Medium.otf') format('truetype');
}

/* Fuente Josefin Sans - Peso 700 (Bold) en formato TTF */
@font-face {
    font-family: 'N27';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/N27_Desktop_Complete/N27-Bold.otf') format('truetype');
}

  
:root{
    --primary-color: #c4bab3;
    --secondary-color: #cf5f51;
    --third-color: #eee551;
    --four-color:#d5cec9;
}
body{
    font-family: 'Josefin Sans', sans-serif;
}
body header {
    position: absolute;
    width: 100%;
    padding: 20px 0px;
    z-index: 11;
}

body header.fixed{
    /* background-color: #FFF;
    border-bottom: 1px solid #d9d9d9; */
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 100px !important;
    padding-left: 100px !important;
}
body header ul{
    height: 30px;
    margin-top: 20px;
    float: right;
}
body header ul li{
    list-style: none;
    float: left;
    padding: 0px 13px;
}
body header ul li a:not(.link-servicio) {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
body header #logo-layout img{
    width: 210px;
    margin-top: 8px;
}

.btn {
    padding: 2px 10px;
    font-weight: 600;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    zoom: 1.3;
    font-style: normal;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--secondary-color);
    --bs-btn-border-color: var(--secondary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--secondary-color);
    --bs-btn-disabled-border-color: var(--secondary-color);
}
section.padding{
    padding-top: 150px;
    padding-bottom: 150px;
}
/* Home: Todo lo referente a la pantalla del home va acá  */

#home-slider {
    height: 100vh;
    background-color: var(--primary-color);
    padding-top: 300px;
    position: relative;
}
#home-slider h2 {
    font-weight: bold;
    font-size: 106px;
    width: 88%;
    line-height: 85px;
    font-family: 'N27';
    margin-bottom: 30px;
}
#home-slider h2 span{
    color: var(--third-color);
}
#home-slider h5{
    font-weight: 700;
}
#home-slider #rueda_texto {
    position: absolute;
    top: 170px;
    right: 13%;
    width: 210px;
    rotate: 300deg;
}

#home-servicios{
    min-height: 600px;
}
#home-servicios .subtitle{
    text-align: center;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 80px;
}
#home-servicios .servicios {
    position: relative;
    height: 470px;
    margin-bottom: 50px;
}
#home-servicios .servicios img{
    width: 80%;
    position: absolute;
    left: 10%;
}
#home-servicios .servicios a {
    position: absolute;
    bottom: 0px;
    width: 60px;
    left: calc(50% - 30px);
    right: auto;
}
#home-servicios .servicios h4 {
    position: absolute;
    top: 40%;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 40px;
    padding: 0px 110px;
    font-family: 'N27';
}
#home-video {
    min-height: 600px;
    background-color: #535353;
    color: #FFF;
    text-align: center;
    padding-top: 0;
    margin-bottom: -10px;
}
#home-video video {
    margin-bottom: -10px;
}
#home-creemos {
    /* background: url(/images/piedra_luz.png), var(--primary-color);
    background-attachment: fixed;
    
    background-repeat: no-repeat;
    background-position-x: right; */
    background: var(--primary-color);
    min-height: 900px;
}
#home-creemos h3 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 100px;
    font-family: 'N27';
}
#home-creemos h5 {
    font-size: 40px;
    margin-bottom: 200px;
    font-family: 'N27';
    font-weight: 700;
    color: #FFF;
    width: 600px;
}
#home-creemos h5 span{
    font-weight: 300;
    color: #000;
}
#home-equipo {
    min-height: 1000px;
    background-image: url(/images/equipo/Todos-home2.jpg);
    color: #FFF;
    background-size: 100%;
    background-position-y: -190px;
}
#home-equipo h4 {
    font-size: 70px;
    font-family: 'N27';
    font-weight: 700;
    line-height: 60px;
    margin-top: 200px;
    margin-bottom: 100px;
}
#home-caracteriza{
    background-color: var(--four-color);
}
#home-caracteriza h3{
    font-size: 70px;
    font-family: 'N27';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 100px;
}
#home-caracteriza h4{
    font-size: 2.6em;
    font-weight: 700;
    line-height: 38px;
    font-family: 'N27';
    color: var(--secondary-color);
}
#home-caracteriza p {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
}
#home-caracteriza .caracteristicas {
    margin-bottom: 100px;
    padding-right: 150px;
}
#home-nuestros-clientes h3{
    font-size: 70px;
    font-weight: 700;
    font-family: 'N27';
}
#home-nuestros-clientes h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'N27';
    text-transform: uppercase;
    color: var(--secondary-color);
}
#home-nuestros-clientes p {
    font-size: 29px;
    margin-top: 30px;
    font-weight: 300;
    line-height: 30px;
}
#home-trabajemos-juntos {
    background-color: var(--four-color);
    position: relative;
}
#home-trabajemos-juntos h3{
    font-size: 70px;
    font-weight: 700;
    font-family: 'N27';
    text-align: left;
}
#home-trabajemos-juntos h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'N27';
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: left;
    color: var(--secondary-color);
}
#home-trabajemos-juntos p {
    font-size: 29px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
}

h3.title{
    font-size: 70px;
    font-weight: 700;
    font-family: 'N27';
}
#home-conversemos{
    /* background: url(/images/circulo_home.png);
    background-repeat: no-repeat;
    background-position-x: 76%;
    background-size: 560px;
    background-position-y: -20px; */
    position: relative;
}
#home-conversemos input{
    background: none;
    border: 0px;
    border-bottom: 1px solid #000;
}
#home-conversemos .form-group{
    margin-bottom: 50px;
    position: relative;
}
#home-conversemos .form-group label.error{
    font-size: 10px;
    position: absolute;
    top: 40px;
    right: 0px;
    color: red;
}
form{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
form label{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'N27';
}

form input{
    margin-top: 10px;
    margin-bottom: -90px;
    float: right;
    width: 580px;
}

form .form-group:nth-child(2) input {
    width: 650px;
}

form .form-group:nth-child(3) input {
    width: 680px;
}

form .form-group:nth-child(4) input {
    width: 310px;
}
form button{
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}

footer {
    height: 300px;
    background: var(--secondary-color);
    padding-top: 112px;
}

footer a{
    color: #FFF;
    text-decoration: none;
}

footer h4{
    font-weight: 700;
    margin-top: 24px;
    font-size: 25px;
}
footer h5 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: right;
}

footer h5:nth-child(2){
    margin-top: 20px;
}

.slider > div {
    height: auto;
    padding: 20px;
}
.slider{
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
}
.fullsize{
    width: 100%;
}
#estrategias-proyectos{
    margin-bottom: 200px;
}

#estrategia-slider {
    height: 100vh;
    background-color: var(--primary-color);
    padding-top: 300px;
    position: relative;
}
#estrategia-slider h2 {
    font-weight: bold;
    font-size: 102px;
    width: 88%;
    line-height: 80px;
    font-family: 'N27';
    margin-bottom: 30px;
}
#estrategia-slider h2 span{
    color: var(--third-color);
}
#estrategia-slider h5{
    font-weight: 700;
}
#estrategia-slider #rueda_texto {
    position: absolute;
    top: 200px;
    right: 16%;
    width: 170px;
}
#estrategia-slider p {
    font-size: 28px;
    font-weight: 300;
    width: 50%;
    line-height: 35px;
}
#estrategia-slider h5 {
    font-weight: bold;
    font-size: 23px;
    width: 50%;
    font-family: 'N27';
    margin-top: 40px;
}
#estrategia-slider img.pieza-grafica{
    position: absolute;
    top: 18%;
    right: 10%;
    transform: rotate(45deg);
}
#estrategias-que-lograras h3{
    font-size: 50px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 80px;
}
#estrategias-que-lograras h4{
    font-size: 30px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 20px;
    color: var(--secondary-color);
    width: 50%;
}
#estrategias-que-lograras h5{
    font-size: 22px;
    font-weight: 300;
    color: #2d2d2d;
    width: 60%;
    margin-bottom: 130px;
}

#estrategia-planes{
    background-color: var(--four-color);
}
#estrategia-planes h3{
    font-size: 70px;
    font-family: 'N27';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 100px;
}
#estrategia-planes h4{
    font-size: 40px;
    font-weight: 700;
    line-height: 38px;
    font-family: 'N27';
    color: #FFF;
    margin-bottom: 20px;
}
#estrategia-planes h4 span{
    color: var(--secondary-color);
}
#estrategia-planes p {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}
#estrategia-planes .caracteristicas {
    margin-bottom: 100px;
    padding-right: 150px;
}
#estrategia-planes .caracteristicas h5{
    font-weight: bold;
    font-size: 19px;
}
#estrategia-planes .caracteristicas h6{
    font-size: 17px;
    color: #000;
    font-weight: 300;
    margin-top: 30px;
    font-style: italic;
}
#content-piedra-clientes{
    position: relative;
}

#content-piedra-clientes img {
    position: absolute;
    right: 0px;
    transform: rotate(68deg);
}
#estrategia-nuestros-clientes{
    position: relative;
}
#estrategia-nuestros-clientes h3{
    font-size: 70px;
    font-weight: 700;
    font-family: 'N27';
}
#estrategia-nuestros-clientes h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'N27';
    margin-top: 0px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
#estrategia-nuestros-clientes p {
    font-size: 29px;
    margin-top: 30px;
    font-weight: 300;
    line-height: 30px;
}


#diseno-slider {
    height: 100vh;
    background-color: var(--primary-color);
    padding-top: 300px;
    position: relative;
}
#diseno-slider h2 {
    font-weight: bold;
    font-size: 102px;
    width: 88%;
    line-height: 80px;
    font-family: 'N27';
    margin-bottom: 30px;
}
#diseno-slider h2 span{
    color: var(--third-color);
}
#diseno-slider h5{
    font-weight: 700;
}
#diseno-slider #rueda_texto {
    position: absolute;
    top: 200px;
    right: 16%;
    width: 170px;
}
#diseno-slider p {
    font-size: 28px;
    font-weight: 300;
    width: 50%;
    line-height: 35px;
}
#diseno-slider h5 {
    font-weight: bold;
    font-size: 23px;
    width: 20%;
    font-family: 'N27';
    margin-top: 40px;
}
#diseno-slider img.pieza-grafica {
    position: absolute;
    top: 20%;
    right: 5%;
    width: 800px;
}

#estrategia-nuestros-clientes #flor{
    width: 800px;
    right: 5%;
    position: absolute;
}

#diseno-que-hacemos h3{
    font-size: 50px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 80px;
}
#diseno-que-hacemos h4{
    font-size: 30px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 20px;
    color: var(--secondary-color);
    width: 100%;
}


#marketing-que-hacemos h3{
    font-size: 50px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 80px;
}
#marketing-que-hacemos h4{
    font-size: 30px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 20px;
    color: var(--secondary-color);
    width: 40%;
}

#marketing-que-hacemos p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    width: 60%;
}

#content-clientes-rama{
    position: relative;
}

#content-clientes-rama img {
    position: absolute;
    right: -100px;
    top: -200px;
}
.carousel img.logo{
    width: 100%;
    padding-left: 70px;
    padding-right: 70px;
}
.slick-arrow {
    position: absolute;
    top: 45%;
    left: -40px;
    width: 40px !important;
}
.slick-arrow.next {
    left: auto;
    right: -40px;
}
#los-primos {
    background-color: var(--four-color);
    padding-top: 300px;
}
#los-primos h3.title {
    margin-bottom: 30px;
    line-height: 14px;
    margin-top: 15px;
}
#los-primos p.subtitle {
    font-size: 30px;
    font-weight: 700;
    font-family: 'N27';
    color: var(--secondary-color);
    width: 70%;
    margin-bottom: 80px;
    margin-top: 60px;
}

#los-primos .primo img{
    margin-bottom: 30px;
}
#los-primos .primo{
    padding-right: 60px;
    margin-bottom: 150px;
}
#los-primos .primo h3{
    font-size: 30px;
    font-weight: bold;
    font-family: 'N27';
    color: var(--secondary-color);
}

#los-primos .primo h5{
    font-size: 22px;
    font-weight: bold;
    font-family: 'N27';
}
#los-primos .primo p{
    font-weight: 300;
    line-height: 29px;
}


#los-primos #primos-1 {
    background-image: url(/images/luz_bg.png);
    background-repeat: no-repeat;
    background-position-y: 500px;
    background-size: 60%;
    background-position-x: right;
}
#los-primos #primos-2 {
    background-image: url(/images/luz_bg.png);
    background-repeat: no-repeat;
    background-position-y: 500px;
    background-size: 60%;
    background-position-x: left;
}

/* the slides */
.slick-slide {
    margin: 0 27px;
}

/* the parent */
.slick-list {
    margin: 0 -27px;
}

.carousel-testimonio{
    margin-top: 100px;
}


#blog-slider {
    padding-top: 300px;
}
#blog-slider h2 {
    font-weight: bold;
    font-size: 102px;
    width: 88%;
    line-height: 71px;
    font-family: 'N27';
    margin-bottom: 100px;
}
#blog-slider .blog{
    margin-bottom: 120px;
}
#blog-slider .blog img{
    margin-bottom: 30px;
}
#blog-slider .blog h4 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'N27';
    color: var(--secondary-color);
}
#blog-slider .blog h5 {
    font-weight: 700;
    font-size: 16px;
    font-family: 'N27';
    color: #000;
    margin-bottom: 15px;
}
#blog-slider .blog a.btn-primary{
    margin-top: 10px !important;
}
#home-conversemos.gray{
    background-color: var(--four-color);
}

#blog-slider #blog-detalle h4 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'N27';
    color: var(--secondary-color);
}
#blog-slider #blog-detalle{
    margin-bottom: 100px;
}
#blog-slider #blog-detalle h5 {
    font-weight: 700;
    font-size: 16px;
    font-family: 'N27';
    color: #000;
    margin-bottom: 40px;
}
#blog-slider #blog-detalle img {
    margin-bottom: 30px;
    width: 90%;
}
#blog-slider #blog-detalle p{
    font-size: 20px;
}
#blog-slider #blog-detalle h6{
    font-weight: bold;
    font-size: 30px;
    font-family: 'N27';
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 80px;
}
#btn-back{
    position: relative;
    display: block;
    width: 200px;
    height: 40px;
    margin-top: 150px;
}
#btn-back img{
    width: 45px !important;
}
#btn-back p{
    position: absolute;
    top: 9px;
    left: 50px;
    font-weight: 300;
    color: #000;
}


#proyecto-detalle h4 {
    font-weight: bold;
    font-size: 30px;
    font-family: 'N27';
    color: var(--secondary-color);
}
#proyecto-detalle {
    margin-bottom: 0px;
    padding-bottom: 100px;
}
#proyecto-detalle h5 {
    font-weight: 700;
    font-size: 16px;
    font-family: 'N27';
    color: #000;
    margin-bottom: 40px;
}
#proyecto-detalle img {
    margin-bottom: 30px;
    width: 90%;
}
#proyecto-detalle p{
    font-size: 20px;
    width: 90%;
}
#proyecto-detalle h6{
    font-weight: bold;
    font-size: 30px;
    font-family: 'N27';
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 80px;
}
#proyecto-detalle #btn-back{
    margin-bottom: 100px;
}
#proyecto-detalle #btn-proyecto-siguiente{
    position: relative;
    display: block;
    width: 200px;
    height: 40px;
    margin-top: 80px;
}
#proyecto-detalle #btn-proyecto-siguiente p{
    position: absolute;
    top: 9px;
    left: 10px;
    font-weight: 300;
    color: #000;
}
#proyecto-detalle #btn-proyecto-siguiente img {
    width: 45px !important;
    position: absolute;
    left: 170px;
    top: 4px;
}
#redes-sociales{
    position: fixed;
    bottom: 20px;
    right: 30px;
    padding:0px;
    z-index: 10;
}
#redes-sociales li{
    list-style: none;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}
#redes-sociales li img{
    width: 100%;
}

.btn:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000;
  }

  .form-group-checkbox {
    position: relative;
    margin-bottom: 15px;
    padding-left: 5px;
}
.form-group-checkbox input {
    position: absolute;
    top: -5px;
    left: 0px;
    width: 20px;
}
.form-group-checkbox label {
    font-size: 18px;
    font-weight: 400;
}
#icon-menu-fixed {
    width: 40px;
    position: fixed;
    top: 39px;
    right: 30px;
    display: none;
}

form .form-group:nth-child(6) input {
    width: 100%;
    margin-bottom: 60px;
}

#servicios-form{
    display: none;
    cursor: pointer;
    
}

#ocultar-servicios{
    display: none;
    cursor: pointer;
}

#ocultar-servicios img, #mostrar-servicios img {
    width: 40px;
    margin-top: -17px;
    margin-left: 10px;
}

body header.active {
    position: fixed;
    background: white;
    border-bottom: 1px solid #CCC;
}

/* Ocultar el input predeterminado */
    #home-conversemos input[type="checkbox"] {
    display: none;
  }
  
  /* Estilo para el contenedor del diseño personalizado */
  .miCheckboxLabel {
    display: inline-block;
    position: relative;
    padding-left: 30px; /* Espacio a la izquierda del diseño personalizado */
    cursor: pointer;
  }
  
  /* Estilo para el diseño personalizado */
  .miCheckboxLabel::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 0px;
    background-color: #d5cec9;
    position: absolute;
    left: 0;
    top: 3px;
}
  
  /* Cambiar el diseño cuando el checkbox está marcado */
  input[type="checkbox"]:checked + .miCheckboxLabel::before {
    background-color: var(--secondary-color); /* Cambiar el fondo cuando el checkbox está marcado */
    border: 2px solid var(--secondary-color); /* Cambiar el borde cuando el checkbox está marcado */
  }
  
  #redes-sociales li:hover {
    background: #cf5f51;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* #home-creemos h3 {
    margin-top: 150px;
    margin-bottom: 180px;
} */

/* #home-creemos {
    padding-bottom: 250px;
} */


#home-creemos {
    background-size: 58%;
}

/* #home-equipo h4 {
    margin-top: 150px;
} */

section.padding {
    padding-top: 200px;
    padding-bottom: 200px;
}

#home-creemos h5:nth-child(4) {
    margin-bottom: 0px;
}

#home-equipo h4 {
    margin-top: 0px;
}

#home-equipo {
    background-position-y: -60px;
    z-index: 3;
    position: relative;
}

p {
    font-size: 25px !important;
    line-height: 29px !important;
}

#slider-clientes{
    margin-top: 150px !important;
}

.carousel img.logo {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.slick-arrow {
    top: 41%;
}

#home-trabajemos-juntos p {
    font-weight: 300;
}


#home-partners h3{
    margin-bottom: 150px;
}



#home-conversemos.gray .miCheckboxLabel::before {
    background-color: #FFF;
}

#home-conversemos.gray input[type="checkbox"]:checked + .miCheckboxLabel::before {
    background-color: var(--secondary-color) !important; /* Cambiar el fondo cuando el checkbox está marcado */
    border: 2px solid var(--secondary-color); /* Cambiar el borde cuando el checkbox está marcado */
  }

  #estrategia-slider p {
    width: 40%;
}
#estrategia-slider h5 {
    width: 41%;
}

#home-caracteriza h4 {
    margin-bottom: 20px;
}
#estrategias-que-lograras h4 {
    width: 55%;
}
#estrategias-proyectos {
    margin-bottom: 200px;
    margin-top: -100px;
}

#estrategia-planes p {
    font-weight: 300;
    margin-bottom: 30px;
}
#diseno-slider p {
    width: 40%;
}
/* #marketing-que-hacemos h3 {
    margin-top: 100px !important;
} */
#blog-slider h2 {
    font-size: 70px;
}
#blog-slider #blog-detalle p {
    font-weight:300;
}
#blog-slider {
    padding-bottom: 100px;
}
body header {
    padding: 30px 0px;
}
#estrategia-slider h5 {
    width: 35%;
}
#home-nuestros-clientes{
    position: relative;
}
#home-nuestros-clientes #flor {
    position: absolute;
    top: -300px;
    right: 5%;
    width: 45%;
}
/** Hasta los top: 550px; */
#circulo-contacto {
    right: 8%;
    width: 38%;
    position: absolute;
    top: -120px;
    z-index: 0;
}

#home-conversemos > .container-fluid{
    position: relative;
    z-index: 8;
}

footer #logo-footer img{
    width: 230px;
    margin-top: -15px;
    margin-left: -7px;
}
footer a {
    color: #d5cec9;
}
#redes-sociales.in-footer li img {
    background: #d5cec9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#home-creemos{
    position: relative;
}

#home-creemos #piedra-creemos {
    position: absolute;
    right: 0px;
    /* float: right; */
    margin-top: 0px;
    top: -10px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 45%;
    margin-right: 40px;
}

#home-creemos #piedra-creemos img:nth-child(1){
    top: 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
#home-creemos #piedra-creemos img:nth-child(2){
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 80%;
    margin-left: 10%;
    margin-top: 10%;
}
#developer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #797979;
    z-index: 100;
    font-size: 10px;
    opacity: 0.9;
}
#developer p {
    font-size: 15px !important;
    margin-bottom: 0px;
    color: #FFF;
    margin-left: 10px;
    font-weight: 300;
}
body header ul li:nth-child(1) {
    position: relative;
}

body header ul li:nth-child(1) ol{
    display: none;
    position: absolute;
    width: 520px;
    font-weight: 600;
    padding-left: 0px;
    margin-left: -13px;
    top: 40px;
}

.link-servicio{
    color: #000;
    text-decoration:none;
}
#home-partners h3 {
    margin-bottom: 60px;
}
#home-partners p {
    font-weight: 300;
    margin-bottom: 70px;
    width: 50%;
}

#home-partners h4 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'N27';
    width: 51%;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.primo{
    position: relative;
}
.primo .link-linkedin img {
    width: 40px;
    /* position: absolute;
    top: 77%;
    right: 60px; */
}
.primo .nombre-primo{
    position: relative;
}
.primo .nombre-primo a{
    position: absolute;
    top: 14px;
    right: 20px;
}
#page-marketing-digital #estrategia-nuestros-clientes{
    padding-top: 100px;
}

#page-diseno-ilustracion #estrategia-nuestros-clientes{
    padding-top: 100px;
}

#home-trabajemos-juntos p {
    margin-top: -40px;
    width: 79%;
}
body header ul li a:hover {
    color: var(--third-color);
}

#home-trabajemos-juntos img#circulo-trabajemos {
    position: sticky;
    /* width: 760px;
    right: 150px;
    top: 260px;
    z-index: 222;
    margin-top: -100px; */
}

#home-trabajemos-juntos img#circulo-trabajemos {
    position: absolute;
    right: 110px;
    float: right;
    margin-top: -120px;
    top: 250px;
    bottom: 0px;
    margin-bottom: -300px;
    width: 35%;
    margin-right: 40px;
    z-index: 2;
}


#page-marketing-digital #diseno-slider img.pieza-grafica {
    top: 10%;
    right: 6%;
    width: 44%;
}
#blog-slider h3.title {
    margin-bottom: 100px;
    line-height: 14px;
    margin-top: 15px;
}
.arrow-back {
    width: 40px;
    margin-top: -40px;
    margin-bottom: 15px;
}

.slick-slider {
    z-index: 2;
}
#footer-celu{
    display: none;
}
#titulo-nuestras-plataformas{
    margin-top: 130px !important;
}
#icon-menu-fixed-mobile {
    width: 40px;
    position: fixed;
    top: 39px;
    right: 30px;
    display: none;
}
#menu-mobile{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #000;
    display: none;
    z-index: 23;
}
#menu-mobile ul{
    margin-top: 130px;
    padding: 0px;
}
#menu-mobile li {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#menu-mobile img{
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 90px;
}
#menu-mobile li a {
    color: #d9cfca;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.7em;
    font-weight: 700;
    /* text-align: center; */
}
#icon-menu-mobile-close {
    position: absolute;
    top: 43px;
    right: 35px;
    width: 30px !important;
}
#menu-mobile ol {
    padding: 0px;
    width: 281px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 80px;
}
#menu-mobile ol li {
    list-style: none;
    width: 50px;
    margin-bottom: 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
}
#menu-mobile ol li img {
    width: 100%;
}
#menu-mobile li h5{
    margin-top: 10px;
    font-size: 9px;
}
#menu-mobile li h5 a {
    color: #CCC;
    text-transform: none;
}
#menu-mobile li {
    margin-bottom: 13px;
}
#list-servicios-mobile{
    display: none;
}
#menu-mobile li.active a#mostrarServicios{
    color: var(--third-color);
}
#flor-mobile,#circulo-mobile{
    display: none;
}
#circulo-contacto-mobile{
    display: none;
}
#consejo-asesor{
    padding-bottom: 0px;
}
#consejo-asesor  h3 {
    font-size: 50px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 80px;
}
#consejo-asesor h4 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'N27';
    margin-bottom: 20px;
    color: var(--secondary-color);
    width: 50%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#consejo-asesor h5 {
    font-size: 22px;
    font-weight: bold;
    font-family: 'N27';
}
#consejo-asesor img{
    width: 100%;
}
.btn:focus-visible {
    color: #0d0d0d;
    background-color: #eee551;
    border-color: #eee551;
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0);
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #0d0d0d;
    background-color: #eee551;
    border-color: #eee551;
    
}
.alert-success {

    background: #cf5f51;
    border-color: #cf5f51;
    color: #FFF;
}

label.error {
    color: red;
    display: block;
}
#home-video-mobile{
    display: none;
}