
/*COMUNES*/

h2{
    font-family: 'Gotham-400';
    color: #333333;
    text-align: center;
    font-size: 50px;
}

h2 span{
    font-family: 'Gotham-700';
    color: #333333;
    text-align: center;
    display: block;
}


/*MD*/ @media (max-width:991px) and (min-width:768px){
    h2{
        font-size: 40px;
    }
}
/*SM*/ @media (max-width:767px) and (min-width:577px){
    h2{
        font-size: 40px;
    }
}
/*SS*/ @media (max-width:576px){
    h2{
        font-size: 35px;
    }
}

p{
    font-family: 'Gotham-300';
    color: #333333;
    text-align: center;
}

 button{
    border: none;
    background-color: #D9D9D9;
    border-radius: 25px;
    padding: 10px 50px;
    font-family: 'Gotham-700';
    color: #333333;
}


/*HEADER*/

header .top{
    border-top: solid 10px #E89636;
    
}

header .top .logo{
    width: 300px;
    margin: 25px 0 25px 0;
}

header .top ul{
    list-style: none;
    padding: 0;
    margin: 33px 0 33px 0 ;
    color: #333333;
    font-family: 'Gotham-300';
    font-size: 17px;


}

header .top ul li{
    display: inline-block;
    margin: 0 10px;
}

header .top .redes{
    display: flex;
    width: 100%;
    margin: 27px 0 0 auto;
    
}

header .top .redes .red{
    margin-right: 4px;
    width: 40px;
    height: 40px;
}

header .cabecera{
    background-color: #333333;
    background-image: url('../img/foto-cabecera.jpg');
    height: 500px;
    background-size: cover;
    background-position: center;
    
    
}

header .cabecera .contenido{
    margin: 0 0 0 60px;
    height: 500px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

header .titular h1{
    background-image: url('../img/ico-carpeta.svg');
    background-repeat: no-repeat;
    background-size: 60px auto;    
    color: #ffffff;
    padding-left: 80px;
    font-family: 'Gotham-700';
    font-size: 30px;
    margin-bottom: 60px;
    
}

header .titular h1 span{
    font-family: 'Gotham-300';
    font-size: 30px;
    display: block;
}

header .cabecera ul{
    list-style-image: url("../img/ico-item.svg");
    font-family: 'Gotham-300';
    color: #ffffff;
    margin: 0 0 60px 35px;
    font-size: 20px;
   
}

header .cabecera .contenido ul li{
    margin-bottom: 15px;

}


header .cabecera .contenido button:hover{
    background-color: #E89636;
}

header .barra-naranja{
    width: 100%;
    height: 60px;
    background-color: #E89636;
}

header .cabecera .foto{
    display: none;
}



/*LG*/ @media (max-width:1199px) and (min-width:992px){
    header .top ul{
        font-size: 14px; 
    }
    header .cabecera .contenido {
        margin: 0 0 0 20px;
    }
}
/*MD*/ @media (max-width:991px) and (min-width:768px){
    header .top ul{
        display: none;
       
    }

    .col-0{
        display: none;
    }

    header .top .logo{
        margin: 15px 0;
    }

    header .top .redes{
        margin: 15px 0;
        justify-content: flex-end;
    }

    header .cabecera{
        background-color: #333333;
        background-image: none;
        height: inherit;
        background-size: cover;
        background-position: center;
        
        
    }

    header .cabecera .foto{
        display: block;
    }

    header h1{
        text-align: center;
    }

    header .cabecera .contenido{
        margin: 0px;
        height: 500px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }


}
/*SM*/ @media (max-width:767px) and (min-width:577px){
    header .top ul{
        display: none;
       
    }

    .col-0{
        display: none;
    }

    header .top .logo{
        margin: 15px 0;
    }

    header .top .redes{
        margin: 15px 0;
        justify-content: flex-end;
    }

    
    header .cabecera{
        background-color: #333333;
        background-image: none;
        height: inherit;
        background-size: cover;
        background-position: center;
        
        
    }

    header .cabecera .foto{
        display: block;
    }



    header .cabecera .contenido{
        margin: 0px;
        height: 500px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}
/*SS*/ @media (max-width:576px){

    header .top ul{
        display: none;
       
    }

    .col-0{
        display: none;
    }

    header .top .logo{
        margin: 15px 0;
        width: 160px;
    }

    header .top .redes{
        margin: 15px 0;
        justify-content: flex-end;
    }

    header .top .redes .red{
        width: 30px;
        height: 30px;
    }

    
    header .cabecera{
        background-color: #333333;
        background-image: none;
        height: inherit;
        background-size: cover;
        background-position: center;
        
        
    }

    header .cabecera .foto{
        display: block;
    }

    header .titular h1{
        background-image: url('../img/ico-carpeta.svg');
        background-repeat: no-repeat;
        background-size: 40px auto;    
        color: #ffffff;
        padding-left: 50px;
        font-family: 'Gotham-700';
        font-size: 20px;
        margin-bottom: 60px;
        
    }

    header .titular h1 span{
        font-size: 22px;
    }

    header .cabecera .contenido{
        margin: 0px;
        height: 500px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
}

/* GRILLA */

#grilla{
    padding: 30px 0;
}

#grilla .modulo{
    width: 100%;
    height: 350px;
    
    margin-bottom: 30px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding: 15px;

    background-repeat: no-repeat;
    background-size: cover;
}

#grilla .modulo .icono{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#grilla .modulo h3{
    color: #ffffff;
    font-family: 'Gotham-700';
    text-align: center;
    font-size: 24px;
}

#grilla .modulo p{
    color: #ffffff;
    font-family: 'Gotham-400';
    text-align: center;
}

#grilla .grilla_uno{
    background-image: url('../img/grilla-deteccion-plantillas.jpg');

}

#grilla .grilla_dos{
    background-image: url('../img/grilla-campos-inteligentes.jpg');

}

#grilla .grilla_tres{
    background-image: url('../img/grilla-procesamiento-permisos.jpg');

}

#grilla .grilla_cuatro{
    background-image: url('../img/grilla-multiplantillas.jpg');

}

#grilla .grilla_cinco{
    background-image: url('../img/grilla-validacion.jpg');

}

#grilla .grilla_seis{
    background-color: #E89636;

}

/* HACER */

#hacer{
    padding: 60px 0;
    background-color: #F5F5F5;
    
}

#hacer .hacer_modulos{
    margin: 30px 0 0 0;
}

#hacer .modulo{
    width: 330px;
    height: 300px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    margin: 0 auto;
}

#hacer .modulo h4{
    font-family: 'Gotham-700';
    font-size: 20px;
    background-image: url('../img/ico-item-amarillo.svg');
    background-repeat: no-repeat;
    background-size: 25px auto;
    padding-left: 30px;
    background-position: 0px 5px;
}

#hacer .modulo p{
    font-family: 'Gotham-300';
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    padding-left: 30px;
}


#hacer .owl-nav .owl-prev{
    position: absolute;
    top: 40%;
    width: 25px;
    height: 44px;
    
    left: 0;
    background-image: url('../img/ico-prev.svg');
}

#hacer .owl-nav .owl-next{
    position: absolute;
    top: 40%;
    width: 25px;
    height: 44px;
    background-image: url('../img/ico-next.svg');
    right: 0;
}

#hacer .disabled{
    opacity: 0.3;
}


/*LG*/ @media (max-width:1199px) and (min-width:992px){



    #hacer .modulo{
        width: 390px;
        height: 260px;
        background-color: #ffffff;
        padding: 30px;
        border-radius: 15px;
        margin: 0 auto;
    }
}




/* SUSTENTABLE */

#sustentable{
    padding: 60px 0;
}

#sustentable .foto{
    background-image: url('../img/foto-papelera.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 400px;
}

#sustentable .contenido{
    background-color: #E89636;
    height: 400px;
    padding: 30px;
}

#sustentable .contenido h2{
    color: #ffffff;
    text-align: left;
    font-size: 30px;
    background-image: url('../img/ico-sustentable.svg');
    background-repeat: no-repeat;
    background-size: 60px auto;
    background-position: 0px 10px;
    padding: 0 0 0 70px;
}

#sustentable .contenido h2 span{
    display: inline;
    color: #ffffff;
}

#sustentable .contenido p{
    text-align: left;
    color: #ffffff;
    margin: 30px 0;
}

#sustentable .col-lg-6{
    padding-right: 0px;
    padding-left: 0px;
}



/*MD*/ @media (max-width:991px) and (min-width:768px){
    #sustentable .contenido h2{
        color: #ffffff;
        text-align: left;
        font-size: 30px;
        background-image: url('../img/ico-sustentable.svg');
        background-repeat: no-repeat;
        background-size: 60px auto;
        background-position: 0px 10px;
        padding: 0 0 0 70px;
        line-height: 60px;
    }
}


/* PROCESO */

#proceso{
    padding: 60px 0;
    background-color: #E89636;
}

#proceso h2, #proceso h2 span{
    color: #ffffff;
}

#proceso .circulo{
    background-color: #ffffff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    margin: 0 auto;
    padding: 15px;
}

#proceso .circulo .icono{
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#proceso .circulo h3{
    font-family: 'Gotham-700';
    font-size: 24px;
}

#proceso .circulo p{
    font-family: 'Gotham-300';
    font-size: 16px;
}


/*MD*/ @media (max-width:991px) and (min-width:768px){
    #proceso .circulo{
        margin: 0 auto 30px auto;

    }
}
/*SM*/ @media (max-width:767px) and (min-width:577px){
    #proceso .circulo{
        margin: 0 auto 30px auto;

    }
}
/*SS*/ @media (max-width:576px){
    #proceso .circulo{
        margin: 0 auto 30px auto;

    }
}

/* CLIENTES */

#clientes{
    padding: 60px 0;
    background-color: #E89636;
    display: none;
}

#clientes h2{
    color: #ffffff;
    margin-bottom: 30px;
}

#clientes h2 span{
    color: #ffffff;
}

#clientes .modulos{
    width: 100%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

#clientes .modulo{
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 15px;
}


/*MD*/ @media (max-width:991px) and (min-width:768px){
    #clientes .modulos {

        flex-wrap: wrap;

    }
}
/*SM*/ @media (max-width:767px) and (min-width:577px){
    #clientes .modulos {

        flex-wrap: wrap;

    }
}
/*SS*/ @media (max-width:576px){
    #clientes .modulos {

        flex-wrap: wrap;

    }
}

/* FRECUENTES */
#frecuentes{
    padding: 60px 0;
}

#preguntasFrecuentes {
    margin-top: 30px;
}

#preguntasFrecuentes h2{
    font-size: 18px;
    text-align: left;
    background-image: none;
}

#preguntasFrecuentes h2.collapsed{
    background-image: url('../img/ico-mas.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right center;
}

#preguntasFrecuentes .card{
    border-bottom: solid 1px #333333;
    border-top: none;
    border-left: none;
    border-right: none;

}

#preguntasFrecuentes .card-header{
    background-color: #ffffff;
    cursor: pointer;

    
}

#preguntasFrecuentes .card-body{
    font-family: 'Gotham-300';
    color: #333333;
}

/* FOOTER */

footer{
    background-color: #333333;
    width: 100%;
    padding: 60px 0;
    border-top: solid 5px #E89636;
}

footer .logo-pie{
    width: 200px;
}

footer .dato{
    color: #ffffff;
    font-family: 'Gotham-300';
    font-size: 12px;
    padding-left: 40px;
}

footer .argentina{
    background-image: url('../img/argentina.png');
    background-repeat: no-repeat;
    background-size: 30px;
}

footer .paraguay{
    background-image: url('../img/paraguay.png');
    background-repeat: no-repeat;
    background-size: 30px;
}

footer .dato-pais{
    font-family: 'Gotham-400'; 
    font-size: 14px;
}




/*MD*/ @media (max-width:991px) and (min-width:768px){
    footer .logo-pie{
        width: 250px;
        margin: 0 auto 60px auto;
    }

    footer .dato{
        width: 300px;
        margin: 0 auto 30px auto;
    }
}
/*SM*/ @media (max-width:767px) and (min-width:577px){
    footer .logo-pie{
        width: 250px;
        margin: 0 auto 60px auto;
    }

    footer .dato{
        width: 300px;
        margin: 0 auto 30px auto;
    }
}
/*SS*/ @media (max-width:576px){

    footer .logo-pie{
        width: 250px;
        margin: 0 auto 60px auto;
    }

    footer .dato{
        width: 300px;
        margin: 0 auto 30px auto;
    }
}


/* CONTACTO */
#contacto{
    padding: 60px 0;
    background-color: #F5F5F5;
    
}

#contacto form{
    padding: 30px 0 0 0;
    font-family: 'Gotham-300';
}

#contacto .campo-entrada{
    width: 100%;
    height: 40px;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 4px;
}

#contacto .campo-texto{
    width: 100%;
    height: 205px;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 4px;
}

#contacto .campo-boton{
    width: 100%;
    height: 40px;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 4px;
    background-color: #E89636;
    color: #ffffff;
}
