/*Generales*/
main, header{
    font-family: 'Lato', sans-serif;
}

.fondo-naranja{
    background: #F7931E;
    color: #fff;
}
.fondo-naranja-trans{
    background: rgba(247, 147, 30, 0.9);
    color: #fff;
}
.fondo-gris-trans{
    background: rgba(112, 112, 112, 0.9);
    color: #fff;
}
/*Cabecera*/
.tel-header {
    font-size: 32px;
    padding: 5px 100px 5px 15px;
    border-bottom-left-radius: 15px;
}
#navbarSupportedContent{
    position: relative;
}
.menu{
    border-bottom: 5px solid #F7931E;
    font-size: 32px;
    position: absolute;
    right: 0px;
}
.menu a{
    padding: 5px 15px;
    color: #666666;
}
.menu a:hover{
    opacity: 0.8;
    transition: 0.5s;
    color: #F7931E;
    text-decoration: none;
}

/*Main*/
.home-section{
    margin: 25px auto 50px;
}
.sub-naranja{
    height: 4px;
    background: #F7931E;
    border-radius: 100px;
}
/*Banner Home*/
.destacado{
    position: relative;
}
.destacado .caption{
    position: absolute;
    bottom: 15%;
    left: 15%;
}
.destacado .caption h1{
    font-size: 40px;
    padding: 5px 25px;
}
.destacado .caption p{
    font-size: 32px;
    padding: 5px 25px;
}
/*Quienes*/
.quienes-somos .texto{
    position: relative;
    display: inline-block;
    text-align: center
}
.quienes-somos .texto .titulo{
    display: inline-block;
}
.quienes-somos .texto .h2{
    font-size: 24px;
    text-align: center;
    color: #F7931E;
}
.quienes-somos .texto .contenido{
    padding: 15px 0px 0px;
    font-size: 18px;
    text-align: justify;
}
.quienes-somos .texto .contenido p{
    margin: 2rem auto;
}
/*Servicios*/
.servicios {
    background: #333;
    text-align: center;
    color: #fff;
    padding: 35px 0px;
}
.servicios .titulo{
    display: inline-block;
}
.servicios .titulo .h2{
    font-size: 40px;
    color: #F7931E;
}
.servicios .servicio{
    background: #fff;
    color: #333;
    border-radius: 100px;
    padding: 5px 10px;
    margin: 25px auto;
    border: 1px solid #F7931E;
    font-size: 20px;
}
.servicios .servicio .h2{
    color: #F7931E;
    font-size: 32px;
    text-transform: uppercase;
}
.servicios .servicio .texto{
    max-width: 600px;
    margin: auto;
}
/*Sistema Trabajo*/
.sistema-trabajo{
    text-align: center;
}
.sistema-trabajo .sub-naranja{
    height: 6px;
}
.sistema-trabajo .titulo{
    display: inline-block;
    margin-bottom: 25px;
}
/*tiendas*/
.tiendas{
    text-align: center;
    font-size: 20px;
}
.tiendas  .titulo{
    display: inline-block;
    margin: 35px auto;
    font-size: 32px;
    text-transform: uppercase;
}
.tiendas .contenido{
    text-align: left;
    border: 1px solid #F7931E;
    padding: 15px 0px;;
}
.tiendas .contenido i{
    background: #F7931E;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}
/*formulario contacto*/
.presupuesto {
    background: url('../img/bgcontacto.jpg') no-repeat center center;
    margin-bottom: 0px;
    color: #fff;
}
.presupuesto .contacto-title {
    padding-top: 80px;
    padding-left: 0px;
}
.presupuesto .contacto-title .h1{
    font-size: 35px;
    text-transform: uppercase;
}
.presupuesto .contacto-title .texto{
    font-size: 20px;
}
.presupuesto .formulario{
    padding: 30px;
    min-height: 311px;
}
.presupuesto .formulario a{
    color: #fff;
    text-decoration: underline;
}
.presupuesto .formulario a:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.presupuesto .formulario .btn{
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 2px 20px;
}
.presupuesto .formulario .btn:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.presupuesto label.error{
    text-align: center;
    color: #F7931E;
    border: 2px solid #F7931E;
    width: 100%;
    font-weight: 600;
    padding: 2.5px 5px;
    margin-top: 5px;
    font-size: 12px;
}
.presupuesto .form-group.float-left label.error{
    position: absolute;
    bottom: 10px;
    max-width: 320px;
}
.presupuesto .preload{
    float: left;
    margin-right: 5px;
}
#formularioenviado{
    text-align: center;
    margin-top: 12%;
    border: 4px solid #F7931E;
    padding-top: 10px;
    color: #f4f4f4;
}
/*PIE*/
footer{
    background: #333;
    color: #fff;
    padding: 15px 0px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #F7931E;
    opacity: 0.8;
    transition: 0.5s;
}
.boton-top{
    position: fixed;
    color: #F7931E;
    border: 4px solid #F7931E;
    border-radius: 100px;
    padding: 5px 19px;
    bottom: 15%;
    right: 5%;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}
.boton-top:hover{
    cursor: pointer;
}
.copicluod{
    position: fixed;
    right: 0px;
    bottom: 0px;
}
@media(max-width:1200px){
    .presupuesto{
        background: #666666;
        border-top: 10px solid #F7931E;
        border-bottom: 10px solid #F7931E;
    }
    .presupuesto .contacto-title {
        padding-top: 15px;
        padding-left: 30px;
    }
    .tel-header {
        font-size: 25px;
    }
    .menu {
        font-size: 25px;
        padding-top: 55px;
    }
    .destacado .caption h1 {
        font-size: 30px;
    }
    .destacado .caption p {
        font-size: 26px;
    }
    .quienes-somos .texto .contenido {
        font-size: 18px;
    }
    .quienes-somos .texto .contenido p {
        margin: 1rem auto;
    }
    .quienes-somos .texto .contenido {
        font-size: 17px;
    }
}
@media(max-width:991px){
    .top-bar .container{
        max-width: 100% !important;
    }
    .logo img{
        max-height: 75px;
    }
    .boton-menu{
        line-height: 75px;
    }
    .boton-menu button{
        border: 1px solid #666;
        padding: 5px 15px;
    }
    .menu{
        background: #f4f4f4;
        margin-top: 15px;
        padding-top: 0px;
    }
    .menu li{
        border-bottom: 1px dotted #666;
    }
    .menu li a{
        display: block;
    }
    .menu li:last-child {
        border-bottom: none;
    }
    .destacado .caption h1 {
        font-size: 26px;
    }
    .destacado .caption p {
        font-size: 22px;
    }
    .quienes-somos .texto .h2 {
        font-size: 18px;
    }
    .quienes-somos .texto .contenido {
        font-size: 14px;
        padding: 0px;
    }
    .quienes-somos .texto .contenido p {
        margin-top: 0px;
    }
    .servicios .titulo .h2 {
        font-size: 26px;
    }
    .servicios .servicio .h2 {
        font-size: 22px;
    }
    .servicios .servicio {
        font-size: 16px;
    }
    .servicios .servicio img{
        max-height: 150px;
    }
    .logo-pie img{
        max-height: 75px;
    }
    footer{
        font-size: 14px;
    }
    .menu{
        position: relative;
    }
}
@media(max-width:767px){
    .destacado .caption{
        position: relative;
        bottom: 0;
        left: 0;
    }
    .destacado .caption h1 {
        margin: 0px;
    }
    .quienes-somos .texto .titulo {
        margin-bottom: 25px;
    }
    h1, .h1 {
        font-size: 22px !important;
    }
    .h2, .destacado .caption p {
        font-size: 18px !important;
    }
    .date-copy.float-left{
        float: inherit !important;
        clear: both !important;
        margin-bottom: 20px;
    }
    .enlaces-legales.float-right{
        float: inherit !important;
        clear: both !important;
        text-align: center;
    }
    .tiendas .contenido {
        font-size: 16px;
    }
    .servicios figure{
        margin: 0px;
    }
    .tiendas .row{
        margin: 0px;
    }
    .tiendas .elementos{
        margin-bottom: 15px;
        border-bottom: 1px solid #F7931E;
    }
    .tel-header {
        padding: 5px 15px 5px 50px;
        font-size: 18px;
    }
    .tel-header a{
        color: #fff;
        margin-left: 5px;
    }
    .tel-header a:hover{
        color: #f4f4f4;
        transition: 0.5s;
    }
    .boton-top {
        bottom: 25%;
    }
    footer {
        padding-bottom: 95px;
    }
}
@media(max-width:576px){
    .logo img {
        max-height: 50px;
    }
    .boton-menu {
        line-height: 50px;
    }
    .boton-menu button, .menu li a {
        font-size: 16px;
    }
    h1, .h1{
        font-size: 20px !important;
    }
    .h2, .destacado .caption p {
        font-size: 16px !important;
    }
    .home-section {
        margin: 15px auto 25px;
    }
    .servicios .servicio {
        border-radius: 0px;
        padding: 15px 10px;
    }
    .servicios .servicio img {
        max-height: 100px;
        float: none !important;
        margin-bottom: 15px;
    }
    .presupuesto {
        margin-bottom: 0px;
    }
    .boton-top {
        padding: 5px 15px;
        font-size: 20px;
    }
    footer{
        font-size: 12px;
    }
    .form-group.float-left{
        font-size: 12px;
    }
}