@font-face {
    font-family: Sora-regular;
    src: url('../fonts/Sora-Regular.woff');

}

@font-face {
    font-family: Sora-medium;
    src: url('../fonts/Sora-Medium.woff');

}

@font-face {
    font-family: Sora-semibold;
    src: url('../fonts/Sora-SemiBold.woff');

}

@font-face {
    font-family: Sora-bold;
    src: url('../fonts/Sora-Bold.woff');

}

@media (min-width: 1200px) {
    .container {
        max-width: 1152px !important;
    }
}

#metodologia,
#nosotros,
#experiencias,
#areas,
#soluciones,
#contact_form {
    scroll-margin-top: 70px;
}

#soluciones {
    scroll-margin-top: 130px;
}

body, section {
    background: #FFFFFF ;
}

/* Estilos para campos de error */
.error {
    border: 1px solid red;
    /* Borde rojo para resaltar el campo con error */
    color: red;
    /* Texto en rojo para el mensaje de error */
}

/* Estilos para mensajes de error */
.error-message {
    color: red;
    /* Color de texto rojo para el mensaje de error */
    font-size: 14px;
    /* Tama�1�70�1�79o de fuente para el mensaje de error */
    margin-top: 5px;
    /* Espacio superior para separar el mensaje del campo */
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px !important;
    line-height: 20px;
}
.container-fluid{
    padding-right: 80px ;
    padding-left: 80px ;
    
}


@media (min-width: 991px) and (max-width: 1400px) {
    .container-fluid{
        padding-right: 40px ;
        padding-left: 40px ;
    }
}
@media (max-width: 768px){
    .container-fluid{
        padding-right: 14px ;
        padding-left: 14px ;
    }
}
input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    padding: 5px;
}

.error-message {
    color: red;
    font-size: 14px;
}
.list--none li span {
    text-transform: uppercase;
}

.list--none li {
    text-transform: math-auto !important;
    
}

a {
    font-family: Sora-regular;
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

h1 {
    font-size: 67px !important;
    line-height: 72px !important;
    font-family: Sora-bold;
}

h2 {
    font-size: 42px !important;
    line-height: 50px !important;
    font-family: Sora-bold;
}

/***/
h3,
.h3 {
    font-size: 32px !important;
    line-height: 40.32px !important;
    font-family: Sora;
    font-weight:700;
}


h6 {
    font-size: 20px !important;
    font-family: Sora-semibold;

}

.h6 {
    font-size: 22px !important;
    line-height: 28px !important;
    font-family: Sora-bold;

}
.p25 {
    font-size: 25px !important;
    line-height: 31px !important;

}
.p22 {
    font-size: 22px !important;
    line-height: 28px !important;

}

.p20 {
    font-size: 20px !important;
    line-height: 25px !important;

}
.p14 {
    font-size: 20px !important;
    line-height: 25.2px !important;
    font-weight:600;

}
.p9 {
    font-size: 10px !important;
    line-height: 12px;
}

a {
    font-family: Sora-regular;
}

.a,
p,
ul {
    font-size: 16px !important;
    line-height: 20px;
    font-family: Sora-regular;
    color: #1B1B25;

}

.p-small {
    font-size: 12px !important;
    line-height: 22px;
}

hr {
    color: #1B1B25 !important;
    opacity: 1 !important;
}

.p-gray {
    color: #706A6A !important;
}

.p-gray-1 {
    color: #BDBDBD !important;
}

/* a, p{
    color: #1B1B25;
} */
.p5 {
    font-size: 5px !important;
    line-height: 6px !important;
}

.padd80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padT80 {
    padding-top: 80px;
}

.padB80 {
    padding-bottom: 80px;

}



/**/
.pad24 {
    padding-top: 24px;
    padding-bottom: 24px;

}

.paddB24 {
    padding-bottom: 24px;
    margin-top:10px;
}

.paddT24 {
    padding-top: 24px;
}

.paddT34 {
    padding-top: 34px;
}
.paddB34 {
    padding-bottom: 34px;
}

.padd68 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.paddT68 {
    padding-top: 120px;
}

.paddB68 {
    padding-bottom: 120px;
}
.paddT36{
    padding-top: 36px;
   
}
.padd40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.paddB40 {
    padding-bottom: 40px;
}

.paddT40{
    padding-top: 40px;
}



/*****/



.hb:hover {
    font-weight: 700;
}

@media (max-width: 991px) {
    .footer__img {
        object-fit: contain;
        width: 80% !important;
        align-self: center;
    }
}

@media (max-width: 767px) {


    h1 {
        font-size: 38px !important;
        line-height: 40px !important;

    }

    h2,
    h3 {
        font-size: 20px !important;
        line-height: 25px !important;

    }

    .h3 {
        font-size: 18px !important;
        line-height: 29px !important;

    }

    h6,
    .h6 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

     .p20{
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .p24 {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    p,
    .a,    
    ul,.p25 {
        font-size: 12px !important;
        line-height: 18px !important;
    }
.p9 {
    font-size: 8px !important;
    line-height: 12px;
}
    .p5 {
        font-size: 4px !important;
        line-height: 5px !important;
    }

    .section_card {
        max-width: 90% !important;
    }

    .padgral {
        padding-top: 40px;
        padding-bottom: 40px;
    }
 .paddT34 {
        padding-top: 16px;
    }
    .paddB34 {
        padding-bottom: 16px;
    }
    .padgral40 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .padd68 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .paddT68 {
        padding-top: 40px;
    }

    .paddB68 {
        padding-bottom: 40px;
    }

    .padT80 {
        padding-top: 40px;

    }

    .padB80 {
        padding-bottom: 40px;

    }

    .padd80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .pad40-24{
        padding-top: 24px;
    }
}


/*****/
nav {
    background: #ffffff00;
}

.navbar {
    transition: .1s linear;
}

.navbar .btn__2 {
    font-size: 12px;
}


.nav__active {
    display: inline !important;
    border-bottom: 1px solid #000000;
}


.logo_movil {
    margin-top: auto;
}

.main-header {
    /* background: #050301a1; */
    background: #05030100;
    color: #ffffff !important;
    width: 100%;
    height: 70px;
    /*position: sticky;*/
    z-index: 100;

}

.nav-link {
    /* color: #ffffff !important; */
    font-size: 16px;
    font-weight: 600 !important;
}

.nav-item {
    list-style: none;
}

.nav-item:hover{
     color:#3C17FF;
}


.menu_open {
    display: block;
}

.close_menu {
    display: none;
}

/**mopvil**/
.nav_ {
    position: fixed;
    right: 0;
    top: 0;
    width: 324px;
    height: 100vh;
    background: #0E151D;
    transition: .8s ease;
    z-index: 1000;
    transform: translateX(100%);
    padding-left: 24px;
}

.nav_ a,
.nav_ p,
.nav_ .nav-link {
    color: #ffffff !important;
    padding: 6px 0 !important;
    margin: 0;
}

/* .nav_ .nav-link {
    font-size: 18px !important;
} */


.navigation li {
    list-style: none !important;
    width: 100%;
}

.navbar a:hover {
    font-weight: 800;
}

.navigation a {
    line-height: 18px !important;    
    display: inline-block !important;
    
}
.navigation .nav-link {   
    font-size: 16px;    
}

.navigation .btn__1 {
    font-size: 12px;
    font-weight: 700;
}

.navigation a:hover,
.nav_ a:hover {  
    font-weight: 700;
}
   
#btn-nav {
    display: none;
}

.main-header {
    transition: 10s linear;
}

.hidden {
    visibility: hidden;
    transition: .4s ease-in;
}

#btn-nav:checked~nav {
    transform: translateX(0);
    visibility: visible;
    display: block;

}


#header {
    overflow: hidden;
}

.btn-nav {
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 0px 15px;
    /* transition:.2s ease; */
}

/* .navigation .btn__1:hover{
        background:#ffffff !important;
        color: #312C27 !important;
        
      } */
.izdadcha{
    color: #FFFFFF !important;
}

.nav-1 {
    transition: 0.1s linear;
}

.fixed-desktop {
    background: #FFFFFF !important;
    transition: 0.3s linear;
}
.fixed-desktop .izdadcha {
    color: #0E151D !important;
}

.fixed-desktop .btn-nav .menu_open {
    content: url('../img/icons/menu.png');
}

.fixed-desktop .logo-navbar,
.fixed-desktop .logo_movil {
    content: url('../img/icons/grow-logo-black.svg');
}

.nav__footer a:first-child {
    display: flex;
    justify-content: start;
}



/****hover nalinks***/
/* 
a.izdadcha {
    position: relative;
    overflow: hidden;
    color: #333;
   margin-top: 10px;
   transition: ease-in 0.3s;
   padding: 0 0 7px;
  }
  
  a.izdadcha:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: #000032;
    transition: left .5s;
  }
  .izdadcha:hover{
   
    transition: ease-in 0.4s;
}
  a.izdadcha:hover:after {
    left: 0;
  } */
/***end *hover nalinks***/
.text-black-1{
    color:black;
}
.nav_ a:hover, .izdadcha:hover, .text-black-1:hover, .boton-leer-mas:hover{
    color: #3C17FF !important;
   }

@media (max-width: 424px) {
    .btn__nav-book {

        right: 30%;
    }
}

@media (min-width: 424px) and (max-width: 767px) {

    .btn__nav-book {
        right: 40%;
    }
}

@media (max-width: 500px) {

    .nav_ {
        width: 100%;
    }
}

/*********end navbar*************/


.active-1,
.container-puntos-emblematicos a:hover {
    font-weight: 700;
    color: #ffffff !important;
}

/***********/
.btn__1 {
    border: 1.5px solid #1B1B25 !important;
    color: #000000;
    /* transition: linear 0.4s; */
    border-radius: 30px;
    padding: 8px 16px !important;
    background: #ffffff00;
    /**transparente****/
    font-size: 12px;
}

.btn__1:hover {
    color: #ffffff !important;
    border: 1px solid #000000 !important;
    background: #000000;
    /* transition: linear 0.4s; */


}

.btn__1:hover img {
    content: url('../img/icons/arrow-right-white.svg');
}

a:hover .arrow-black, a:hover .arrow-black-nos{
    content: url('../img/general/Arrow-blue.svg'); 
  }

.btn__2 {
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 8px 16px !important;
    background: #ffffff00;
    /* transition: ease-in 0.4s; */
    border-radius: 30px;
}

/* .btn__2 img{
    transition: ease-in 0.4s;
} */

.btn__2:hover {
    color: #000000 !important;
    border: 1px solid #000000 !important;

    background: #ffffff;
    /* transition: ease-in 0.4s; */
    border-radius: 30px;
}

/* .navbar .btn__2:hover img{
    transition: ease-in 0.4s;
    content: url('./images/icons/flecha_negra-small.svg'); 
  
} */
.btn__2:hover img {
    /* transition: ease-in 0.9s; */
    content: url('../img/icons/arrow-right-black.svg');

}

/* Estilo transici�1�7�1�7n  */
#inspiracion-image img {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}


/**********video****************/

.section_home_video {
    height: 100vh;
}

.div-home-video, .div-nos-video {
    position: relative;
}

.home-text-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.295);
    color: white !important;

}

.home-video {
    height: 90vh;
}

.home-video video {
    height: 100vh;
    width: 100vw;

}
.nos-video video{
    width: 100vw;
}

@media (max-width: 1300px) and (min-width: 768px) {

    .landing-video {
        height: 50vh;
    }
}

@media (max-width: 767px) {
    .landing-video {
        height: 50vh;
    }
}

/*****************/
.bg-image {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*************************/

/*********proyewctos destacados*******************/
/*********Servicios trasnformamos ideas*******Videos*******/

.large-img,
.div__img_content img {
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s linear;
}

.large-img:hover,
.div__img_content img:hover{
filter: grayscale(0%);
transition: .3s linear;
}

.video_galeria img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .large-img {
        height: 640px;
    }
}

@media (max-width: 1199px) {
    .div__img_content img {
        height: 300px;
    }
}

@media (min-width: 1200px) {
    .div__img_content img {
        height: 352px;
    }
    .large-img {
        height: 767px;
    }
}


@media (max-width: 991px) {
    .large-img {
        height: 350px;
    }
}

@media (min-width: 768px) {

    .cuatro,
    .cinco {
        width: 49.2%;
    }
}
@media (min-width: 1500px) {
     .cuatro,
    .cinco {
        width: 49.5%;
    }
}

/********/

.home_div_somos-contenedor{
    display: flex;
    justify-content: space-between;
}
.home_div_somos-text{
    width: 40%;
    padding-right: 20px;
}
@media (min-width: 900px) and (max-width: 1024px) {
    .home_div_somos-text{
        width: 50%;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .home_div_somos-text{
        width: 100%;
    }
    .home_div_somos-contenedor{
        display: flex;
        flex-direction: column;
       align-items: center;
    }
}



/********carusel movil home*************/
.carousel-proyectos .item{
    padding-bottom:66px;
    
}

  .carousel-proyectos .item img{
        height: 500px !important;
        object-fit: cover;
    }

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50px !important;
    border-top: none !important;
    border-bottom: none !important;
}

.carousel-caption {
    left: 10px !important;
    right: 0 !important;
    text-align: left !important;
}

.carousel{
    overflow: hidden;
}

@media (min-width: 767px) {
   
    .carousel {
        height: 700px;
    }

    .nos_carousel .carousel {
        height: 645px;
    }

    .carousel-inner {
        height: 600px;
        overflow: visible !important;
    }

    .carousel-item img {
        height: 600px;
        object-fit: cover;

    }
       .carousel-caption {
        bottom: -80px !important;
    }
       .carousel-proyectos .item .carousel-caption {
        bottom: -10px !important;
    }
    


 
}


@media (min-width: 500px) and (max-width: 767px) {
    .carousel {
        height: 700px;
    }

    .carousel-inner {
        height: 600px;
        overflow: visible !important;
    }

    .carousel-item img {
        height: 600px;
        object-fit: cover;

    }

    .carousel-caption {
        bottom: -80px !important;
    }
    
    .carousel-proyectos .item .carousel-caption {
        bottom: -10px !important;
    }
    
}

   

@media (max-width: 499px) {

    .carousel {
        height: 600px;
    }

    .carousel-inner {
        height: 500px;
        overflow: visible !important;
    }

    .carousel-item img {
        height: 500px;
        object-fit: cover;

    }

    .carousel-caption {
        bottom: -80px !important;
    }
    
      .carousel-proyectos .item .carousel-caption {
        bottom: -10px !important;
    }
    
    .min-image{
        min-height: 300px;
        object-fit: cover;
    }
    .carousel-proyectos .item img{
        height: 300px !important;
        
    }
}
#nos-carousel .arrow-black-nos{
    min-height: 10px !important;
 height: 10px !important;
 width: 18px !important;
}

/**********our projects**********/
.our-projects {
    position: relative;
    height: 70vh;
}

.overlay-projects{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: #00000088; */
    z-index: 0;
    -webkit-mask: radial-gradient(circle, #0000 225px, rgba(0, 0, 0, 0.9) 160px);
    backdrop-filter:grayscale(100%);
}

@media (max-width: 767px) {
    .our-projects {
        height: 50vh;
    }
    .carousel-premios .owl-dots{
       display: flex;    
    margin-top: 15px;
    overflow: hidden;
    width: 40%;
    margin-left: 28%;
}
}

/***footer******/
footer a,
footer p {
    color: rgb(255, 255, 255) !important;
    font-size: 12px;
}

footer a:hover {
    font-weight: 700;
}
.form-newsletter{
    background: inherit;
    border: none;
    color: white;
    border-bottom: 1px solid white;
}
.form-newsletter::placeholder{
    color: white !important;
    font-size: 12px !important;
    font-family: Sora-regular !important;
}
.p12{
    font-size: 12px !important;
}

/*************proyectos********************************************/
.mis_filtros{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#proyectos .element-item .imagen-background{
    /*height: 650px;*/
     height: 500px;
    transform: scale(1);
    background-size: cover;
    background-position: 20% 23%;
}

.large-img,
.div__img_content-proyectos img {
    object-fit: cover;
    filter: grayscale(100%);
    transition: .3s linear;
}

.large-img:hover,
.div__img_content-proyectos img:hover{
filter: grayscale(0%);
transition: .3s linear;
}

.video_galeria img {
    width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .div__img_content-proyectos img {
        height: 400px;
    }
}


@media (min-width: 1200px) {
    .div__img_content-proyectos img {
        height: 500px;
    }

    .large-img {
        height: 744px;
    }

}
@media (max-width: 991px) {

    .div__img_content-proyectos img {
        height: 300px;
    }
}

.btn_proyectos{
    border: none;
    background: inherit;
}

.btn-firma:hover, .btn-firma:hover p, .btn-firma:hover span{
    color: #3C17FF !important;

}
#collapseWidthExample a:hover,  #collapseWidthExample .active-p{
color: #3C17FF !important;
}
#experiencias .paddB34{
    padding-bottom: 12px !important;

}
/*******************/
.owl-carousel .item .card{
    min-height: 210px;
}
@media (max-width: 799px) {
    .owl-carousel .item .card{
        min-height: 180px;
    }
}
/*****nosotros*********/
/* .grid-item {
    width: 100% !important;
} */
.nosotros__div__a_img .owl-carousel .item img{
    height: 310px;
    object-fit: cover;
}
.owl-theme .owl-nav{
    display: none;
}
.owl-theme .owl-dots{
    margin-top: 15px;
}

.reto-arqui
{
    position: relative;
}
.reto-arqui img {
    object-fit: cover;    
    transition: .3s linear;
   
}

.reto-arqui img {
    width: 100%;
}

.reto-arqui-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0000002b;
}
/*@media (min-width: 2000px) {*/
/*.owl-carousel .item img{*/
/*    height: 420px;*/
/*}*/
/*}*/
@media (max-width: 767px){
    .reto-arqui-img img {
   height:150px;
}
.grid-item {
    width: 100% !important;
}
}
@media (min-width: 1200px) {
    .reto-arqui img{
        height: 500px;
    }
}
  
    
    
.reconocimientos .col-lg-3{
    padding-right: 10px;
}
.card{
    border: none !important;
    background: #0000;
}

.card-footer{
    border: none !important;
    background: rgba(255, 255, 255, 0);
    padding-top: 0px;
     padding-left: 0;
}
.card-body{
    padding-bottom: 0px;
     padding-left: 0;
}
.nosotros__div__a_img img{
    filter: grayscale(100%);
    transition: .2s linear;
}

.nosotros__div__a_img img:hover{
    filter: grayscale(0%);
    transition: .2s linear;
}
.card-title-1{
    height: 35%;
}
/*****************/
#galeria-mansory{
    margin-bottom:40px !important;
}
/*******************************/

/*overlay hover la firma*/
.socios-overlay-hover{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a9;
    cursor: pointer;    
    transition: .35s ease-in;
    transform: translateY(-100%);
    overflow: hidden;
}


.reto-arqui:hover .socios-overlay-hover{
   
    /* visibility: visible; */
    transition: .35s ease-in;
    transform: translateY(0);
}