*{
    margin:0;
    padding:0;
    box-sizing: border-box;


    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;

}
body {
  /*  -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
 
    /*
      Introduced in Internet Explorer 10.
      See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    /*-ms-user-select: none;
    user-select: none;
*/

    -webkit-font-smoothing: antialiased;
    opacity: 0.99;
    -moz-osx-font-smoothing: grayscale;
/*   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: #999 0.1px 0px 0px, #999 -0.1px 0px 0px;*/
 

 }  




 

@font-face{  
    font-family:RubikItalic;
    /*src:url(../fuentes/rubik_italic.ttf) format('truetype')*/
    src:url(../fuentes/nueva/BasisGrotesquePro-LightItalic.ttf) format('truetype')
}

@font-face{
    font-family:RubikLight;
    src:url(../fuentes/nueva/BasisGrotesquePro-Light.ttf) format('truetype')
    /*src:url(../fuentes/rubik_light.ttf) format('truetype')*/
}

@font-face{
    font-family:RubikMedium;
    src:url(../fuentes/nueva/BasisGrotesquePro-Black.ttf) format('truetype')
    /*src:url(../fuentes/rubik_medium.ttf) format('truetype')*/
}
.text-italic{
    font-family: RubikLight;
    font-style: italic;
}

/** primary color **/
/**    rgb(255, 101, 3)    **/
/**               **/


a, a:hover{
color:inherit;
text-decoration: none;    
}

body{
    font-family: RubikLight;
}
.header-site{
    position: absolute;
    right: 25px;
    top: 35px;
    z-index: 1000;
}
.page-chamba .header-site{
    position: fixed;
    
}

.page-asomate-nomas .header-site{
    position: fixed;
    
}
.block{
    width: 100%;
    min-height: 630px;

    height: 100vh;
    position: relative;
}
.block-empty{
  
}
.ico-menu{
    cursor: pointer;
}
.cerrar-menu{
    cursor: pointer;
}
.block-home-office{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 101, 3);
}
.over-menu
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-site{
    margin-bottom: 20px;
}

.activado .bar-top{
    transform: rotate(45deg);
    top:5px;
}
.activado .bar-bottom{
    transform: rotate(-45deg);
    top: -8px;
}
.bar{
    display:block;
    width: 24px;
    height: 3px;
    background-color: rgb(255, 101, 3); 
    margin-bottom: 10px;
    transition: all 0.2s linear;
    position: relative;
    top:0px;
}
/** home **/
.block-portada{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 100;
    background-color: white;
}
.info-home{

    width: 720px;
  
    font-size: 30px;
    line-height: 1.3;
    word-spacing: 2px;
}

.block-portada .contenido-bloque{
display: flex;
justify-content: center;

}
.block-portada .contenido-bloque .text-1{
    margin-bottom: 40px;
}
.block-portada .contenido-bloque .text-2{
    
}

/** home office **/
.block-home-office{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.block-home-office .contenido-bloque{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
    }
.btn-home-office
{
    width: 250px;
    height: 45px;
   
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: RubikMedium;
    color:white;
    border:2px solid white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;

}

.block-home-office .texto-intro{
    width: 900px;
    font-family: RubikLight;
    color:white;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.block-home-office .texto-intro p{
    margin-bottom: 10px;
}
.opciones-home-office  {
display: flex;
width: 800px;
justify-content: space-evenly;
}
/*

.btn-home-office:hover{
    color:  rgb(255, 101, 3) ;
}

.btn-home-office:hover:before{
    width: 100%;
    background-color: white;
 
 
}
.btn-home-office:before{
  
    content: "";
    display: inline;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: width 0.3s linear;

}*/

.info-contacto{
    width: 800px;
    display: flex;
    justify-content: space-evenly;
    
    margin-top: 70px;
    padding-top: 20px;
    border-top:2px solid white;
    color: white;
  
}
.info-contacto .info-folou{
    width:250px;

    text-align: center;
}
.info-contacto .info-address{
 
    width: 250px;
    text-align: center;
    
}
.info-contacto .info-address span , .info-contacto .info-folou span{
display: block;
font-size:17px ;
margin-bottom:5px;
}
.info-contacto .info-address .bold{
    display: inline;}
.info-contacto .info-address .bold.title , 
.info-contacto .info-folou .bold.title{
    display: block;
    font-size: 27px;
    margin-bottom: 20px;
    color: white;
}

.info-copyright {
    text-align: center;
    width:334px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -167px;
    font-size: 16px;
    color: white;
}
.info-copyright strong{
    font-family: RubikMedium;
}



/** help **/
.bold{
    font-family: RubikMedium;
}

.indicator-page{
display: flex;
justify-content: flex-start;
align-items: center;
position: absolute;
left: -30px;
bottom: 86px;
width: 190px;
transform: rotate(-90deg);

}

.page-chamba .indicator-page ,.page-asomate-nomas .indicator-page{
display: flex;
justify-content: flex-start;
align-items: center;
position: absolute;
left: -30px;
bottom: 77px;
width: 190px;
transform: rotate(-90deg);

}
.indicator-page .line{
    width: 50px;
    height: 0.5px;
    background-color: rgb(255, 101, 3);
    margin-right: 10px;
    display: inline-block;
}
.indicator-page .name-page{
    font-family: RubikLight;
    font-size: 18px;
}



/*** page home office ***/
.page-home-office{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-home-office .contenido-bloque{
    max-width: 800px;
    width: 80%;
    margin:0 auto;
}
/*
.page-home-office .info-home-office{
max-width: 860px;
width: 80%;
margin:0 auto;
}*/
.info-home-office .title{
font-size: 50px;
color: rgb(255, 101, 3);
font-family: RubikMedium;
margin-bottom: 60px;
}
.page-home-office .info-home-office p{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.btn-descargar-home-office{
    width: 315px;
    height: 35px;
    margin-top:20px;
    background-color: rgb(255, 101, 3);
    border-radius: 10px;
    font-size: 17px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.modal{
    position: fixed;
    top: 0px;
    left: 0px;

    width: 100%;
    height: 100%;

    display: none;

}
.over-modal{
    display: flex;

  
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.registro-datos{
    width: 90%;
    max-width: 860px;
    height: 410px;
    background-color:rgb(255, 101, 3);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.cerrar-modal-registro{
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.cerrar-modal-thank{
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
#registro-datos{
    width: 90%;
    max-width: 390px;
   
}
#registro-datos label{
    display: block;
    color: white;
    font-size: 16px;
    margin-bottom: 8px;

}

#registro-datos input {
    border: 1px solid white;
    background-color: transparent;
    padding: 6px 10px;
    font-size: 15px;
    color: white;
    box-shadow: 0;
    outline: none;
    display: block;
    width: 100%;
}
#registro-datos input:focus{

}
#registro-datos .field-group{
    margin-bottom: 30px;
    
}
#registro-datos .btn-registro{
    width: 120px;
    height: 25px;
    font-size: 14px;
    border: 0;
    border-radius: 10px;
    background-color: white;
   color:rgb(255, 101, 3);
   outline: none;
   cursor: pointer;
}

.mensaje-registro{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
   
    height: 100%;
    background-color:#d41c1e;
    display: none;
  
}
.mensaje-registro .over-mensaje{
    width: 100%;
   
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 30px;
   
}
/** end home office **/

/** menu **/
/*.cerrar-menu{
    position: relative;
    top: 105px;
    right: 29px;
}*/
.modal-menu-site{
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #d41c1e;
   
    z-index: 10000;
    transition: all 0.4s linear;
}

.show-menu{
   
}
.show-menu .modal-menu-site{
    right: 0px;
}
.modal-menu-site .ico-footer{
position: absolute;
left: 10px;
bottom: 10px;
}

.barra-menu
{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
 
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right:35px;
    color: white;
}
.barra-menu nav ul li{
    margin-bottom: 17px;
  
    font-size: 29px;
}


.barra-menu .text-1 {
font-size: 22px;
position: relative;
top: -10px;
}
/*** asómate nomás ***/
.page-asomate-nomas{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}
.page-asomate-nomas .contenido-bloque
{
    max-width: 860px;
    width: 100%;
    margin:0 auto;
    padding-top: 80px;
    
}
/*
.page-asomate-nomas .info-asomate-nomas{
max-width: 860px;
width: 100%;
margin:0 auto;
padding-top: 80px;


}
*/
.item-equipo{
    width: 250px;
display: inline-block;
vertical-align: top;
margin-bottom: 60px;
background-color: rgb(255, 101, 3);
padding: 3px;
position: relative;
cursor: pointer;
}
.item-equipo .info{
    width: 100%;
    height: 100%;
    background-color: rgb(255, 101, 3);
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    color:white;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    transition: all 0.4s linear;
}
.item-equipo:hover .info{
    opacity: 1;
}
.item-equipo .info p{
    font-size: 14px!important;
}
.item-equipo .foto-equipo{
    width: 100%;
    height: 370px;
    vertical-align: top;
    
}

.info-asomate-nomas .title{
    font-size: 50px;
    color: rgb(255, 101, 3);
    font-family: RubikMedium;
    margin-bottom: 60px;
    }

    .page-asomate-nomas .info-asomate-nomas p{
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
.lista-equipo { 
    display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 80px;
}

.name-equipo{
    width: 100%;
    height: 80px;
    font-family: RubikMedium;
    background-color: rgb(255, 101, 3);
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}
.top_poisiton{
    position: relative;
    top:-40px;
}


/*** Nuestra Chamba ***/

.page-chamba{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding-top:100px;
 
}
.page-chamba .contenido-bloque
{
    width: 90%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
/*.page-chamba .info-chamba{
    

} 
*/
.info-chamba .title{
    font-size: 50px;
    color: rgb(255, 101, 3);
    font-family: RubikMedium;
    margin-bottom: 20px;
    margin-top: 45px;
    }
.page-chamba .info-chamba .contenido-proyecto{
display: flex;
padding-bottom: 30px;
}
.page-chamba .info-chamba .contenido-proyecto .columna{
    width: 50%;
}
.page-chamba .info-chamba .contenido-proyecto .columna-info{
    padding-top: 30px;
}
.page-chamba .info-chamba .title-proyecto{
    font-size: 27px;
    font-family: RubikMedium;
    color: rgb(255, 101, 3);
    margin-bottom: 10px;
}

.page-chamba .info-chamba .detalle{
    font-size: 18px;
    line-height: 1.4;
}

.columna-media{
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
   align-items: center; 
}
.columna-media .item-trabajo{
    width: 75%;
    margin-bottom: 30px;

}

.columna-media .item-trabajo img.foto-trabajo{
    width: 100%;
}
.info-proyecto{
    text-align: center;
    margin-top: 20px;
}
.ver-mas-proyectos{
padding: 6px 25px;
font-size: 14px;
background-color:  rgb(255, 101, 3);
color: white;
border-radius: 10px;
}


/** contacto **/
.page-contacto{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

.info-bloque-contacto .title{
    font-size: 50px;
    color: rgb(255, 101, 3);
    font-family: RubikMedium;
    margin-bottom: 40px;
    margin-top: 60px;
    }

    .page-contacto .contenido-bloque{
        max-width: 840px;
        width: 90%;
    }
    .box-contacto{
        width: 100%;
        min-height: 200px;
        display: flex;
        align-items: center;
   
    }

    .info-bloque-contacto .intro{
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .info-bloque-contacto .cierre{
        margin-top: 30px;
        font-size: 17px;
        line-height: 1.3;
    }
.power-by{
    width: 360px; 
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: rgb(255, 101, 3);
    position: absolute;
    left: 50%;
    bottom: 25px;
    margin-left: -180px;
    text-decoration: underline;
}

.over-vacio{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        font-family: RubikMedium;
         background-color:rgb(255, 101, 3);
        color: white;
        justify-content: center;
        align-items: center;
        border:2px solid rgb(255, 101, 3);
    }
     .over-vacio-orange{
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        font-family: RubikMedium;
        justify-content: center;
        align-items: center;
        border:2px solid rgb(255, 101, 3);
        opacity: 0;
        transition: all 0.3s linear;
        cursor: pointer;
        background-color: white;
        color: rgb(255, 101, 3);
     }
     .over-vacio-orange:hover{
        opacity: 1;
     }  

 .flecha-up{
            position: fixed;
            bottom: 10px;
            right: 10px;
            display: none;
            cursor: pointer;

            

        }
.flecha-up img{
    width: 50px;
    box-shadow: 1px 1px 3px #aba6a6, 1px 1px 4px #aba6a6;
    border-radius: 50%;
}
.item-regtalo{
    width: 40px;
} 

.fixed-whatsapp{
    position: fixed;
    right: 6px;
    bottom: 0px;
    z-index: 9000;
}  
        
.fixed-whatsapp img{
    width: 170px;

}        
@media (max-width:1024px){
    .info-home{
        width: 80%;
    }
    .block-empty{
        display: none;    
    }
    .block-home-office{
        position: relative;

    }
    .block-home-office .texto-intro{
        width: 70%;
    }
.page-contacto{
    padding-bottom: 150px;
} 
.page-contacto{
    padding-top: 90px;
    height: auto;
    min-height: auto;
}

}

@media (max-width:900px){
   
    .page-asomate-nomas .contenido-bloque{
        width: 90%;
    }
    .page-contacto{
        padding-bottom:150px}

         .page-contacto{
        padding-top: 90px;
        height: auto;
        min-height: auto;
    }
}

@media (max-width:800px){
 
    .block-home-office{
        padding-top: 150px;
        height: auto;
        min-height: auto;
        padding-bottom: 150px;
    }
    .opciones-home-office{
        width: 90%;
    }


    .page-home-office{
      
        padding-top: 150px;
        height: auto;
        min-height: auto;
        padding-bottom: 150px;

    }


    .modal-menu-site .ico-footer{
        width:60px ;
    }
    .barra-menu .text-1{
        font-size:12px
    }
    .barra-menu{
        padding-bottom: 10px;
        padding-right: 15px;
    }
    .barra-menu nav ul li{
        font-size:21px;
    }

    .page-asomate-nomas{
        padding-top: 90px;
        height: auto;
        min-height: auto;
        padding-bottom: 150px;
    }
   


}
@media (max-width:700px){
    .page-chamba .info-chamba .contenido-proyecto{
        flex-direction:column;
    }
    .page-chamba .info-chamba .contenido-proyecto .columna{
        width: 100%;

        margin-bottom: 30px;
    }
    .page-chamba{
        padding-top:130px;
        padding-bottom:130px
     
    }
}
@media (max-width:600px){
    .info-home{
        width: 70%;
    }
    .block-portada{
        padding-top: 170px;
        height: auto;
        min-height: 100vh;
        padding-bottom: 150px;
    }
    .info-home{
        font-size: 20px;
        line-height: 1.4;
    }
    .indicator-page .name-page {
        font-family: RubikLight;
        font-size: 12px;
    }
    .btn-home-office
    {
       font-size: 14px; 
       width: 150px;
    }
    .info-contacto{
        width: 90%;
    }
    .info-contacto .info-address{
        width: auto;
    }
    .info-contacto .info-folou{
        width: auto;
    }
    .block-home-office .texto-intro{
        font-size: 16px;
        line-height: 1.6;
    }
    .block-home-office {
        padding-top: 170px;
    }
    .block-home-office .texto-intro {
        width: 80%;
    }
    .block-home-office .texto-intro{
        margin-bottom: 30px;
    }
    .opciones-home-office {
        flex-direction: column;
        padding-left: 18px;
    }
    .btn-home-office{
        margin-bottom: 15px;
    }
    .info-contacto{
        margin-top: 20px;
    }
    .info-contacto .info-address .bold.title, .info-contacto .info-folou .bold.title {
        font-size:21px;
    }
    .info-contacto .info-address span, .info-contacto .info-folou span{
        font-size:14px
    }
    .info-copyright{
        font-size: 13px;
    }

    .info-asomate-nomas .title{
        font-size:35px;
        margin-bottom:20px;
    }
    .lista-equipo{
        margin-top: 30px;
        justify-content: center;
    }
    .item-equipo{
        width: 60%;

        min-width: 300px;
    }
    .item-equipo .foto-equipo{
        height: auto;
    }
    .top_poisiton{
        top:0px;
    }
    .page-contacto{
        padding-bottom: 130px;
    }
    .indicator-page{
        left:-70px;
    }

    .page-chamba .header-site{
    position: absolute;
    
}

.page-asomate-nomas .header-site{
    position: absolute;
    
} 



}


@media (max-width:500px){
    .page-home-office{
        padding-top:170px;
    }
    .info-home-office .title{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .btn-descargar-home-office{
        width: 100%;
    }

    .info-chamba .title{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .info-bloque-contacto .title{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .info-bloque-contacto .title{
        font-size: 35px;
        margin-bottom: 20px;
    }

    .power-by{
        font-size:11px;
        bottom:10px;
    }

}





/*** estilos contacto **/

  .registro-contactnos{
        font-family: RubikMedium;
    }
     .registro-contactanos label{
        display: block;
        font-size: 17px;
     }
     .registro-contactanos input{
        display: block;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 10px 0px;
        outline: none;
        border:0;
        border-bottom: 1px solid black;
     }
     .registro-contactanos .btn{


    background-color: rgb(255, 101, 3);
    border-radius: 10px;
    font-size: 15px;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 6px 15px;
    border:0px;
    outline: none;
    cursor: pointer;
    margin-bottom: 10px;

     }
     .field-input{
        display: none;
     }
     .active{
        display: block;
        }
        .registro-contactanos{
                width: 90%;
    max-width: 400px;
        }
 
       .registro-contactanos  .error{
font-size: 12px;
font-weight: bold;
color: red;
float: right;
display: none;
        }
/*** end estilos contacto **/