/* 
    Created on : 01-nov-2015, 18:22:12
    Author     : Hugo Deanda Moncada
*/

@font-face {
    font-family: "Myriad Pro Light";
    src: url("../fonts/Myriad-Pro-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/Myriad-Pro.ttf") format("truetype");
}

@font-face {
    font-family: "Myriad Pro Bold";
    src: url("../fonts/Myriad-Pro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "MyriadPro LightCond";
    src: url("../fonts/Myriad-Pro-Light-Condensed.ttf") format("truetype");
}
header{
    padding: 45px 0 30px;
}
@media (min-width: 768px){
    header{ height: 156px; }
}
@media (max-width: 767px) {
    header{padding: 0;}
}

header .logo{ padding: 0; }
header div{ padding: 0 !important;}

.contact-data { text-align: right; margin-top: -3%;}
@media (max-width: 767px){
    .contact-data { text-align: right; padding: 3% 2% 0 0 !important; }
}
.contact-data a:nth-child(1){padding-right: 5px;}
.contact-data a:nth-child(2){font-weight: bold;}
@media (max-width: 767px){
    .contact-data a:nth-child(1){padding-right: 15px;}
}

ul.navbar-nav li:nth-last-child(1) { padding-right: 0;}

@media (max-width: 767px) {
    .contact-data-container{ 
        float: left !important;
        width: 100%;
    }
    .navbar-header{ padding-bottom: 1.5% !important;}
}

nav a:focus{
    outline: none;
}

.slider-title{
    position: absolute;
    right: 27%; 
    top: 36%; 
    left: 31%; 
    /*height: 90px;*/ 
    width: 40%;
}
.top-left-corner{
    position: absolute;
    top: 0px;
}
.bottom-right-corner{
    bottom: 0px;
    position: absolute;
    right: 0px;
}
.top-left-corner img, .bottom-right-corner img{ width: 65%;}
.bottom-right-corner img{float: right;}
@media (max-width: 767px) {
    .top-left-corner img, .bottom-right-corner img{ width: 45%;}
}

.title-about{ 
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2% 0 1%;
    text-align: center;
    width: 95%;
    margin-top: 4%;
}
@media (max-width: 767px) {
    .title-about{ font-size: 1em; }
}
@media (max-width: 640px){
    .title-about{ font-size: 9px}
}

.mtto{ color: #cb1b2e; }

.sub-menu-cont {
    margin: -110px auto auto;
    width: 970px;
    overflow: hidden;
}
@media (max-width: 991px){
    .sub-menu-cont { display: none; }
}
.sub-menu-l1{
    overflow: hidden;
}

.sub-menu-l1 img{
    position: absolute; 
    top: 0px; 
    right: 0px;
}
.btn-custom{
    border-radius: 0px;
    height: 110px;
    width: 194px;
}
.btn-custom a{
    color: #FFF;
    padding: 35px 20px;
}
@media (max-width: 991px){
    .btn-custom { 
        width: 130px;
        height: 34px;
    }
}
.btn-custom:hover{
    background: #cb1b2e;
}
.btn p{
    font-size: 18px;
    margin-top: 25%;
}

.sub-menu-pointer {
    background: #414042;
    height: 15px;
}

.pointer { 
    width: 194px; 
    height: 15px;
    /*display: none;*/
}
/*.sub-menu-pointer .active{
    display: block !important;
}*/
.active .triangulo_inf {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 13px solid #cb1b2e;
    height: 0;
    margin: auto;
    width: 0;
}

.sub-menu-l2{
    height: 40px;
    background: #414042;
    text-align: center;
    padding-top: 1%;
    width: 100%;
}
.sub-menu-l2 > div{
    display: inline-block;
    padding-right: 4px;
}
.sub-menu-l2 a{
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    margin-right: 5px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.sub-menu-l2 .active{
    border-bottom: 4px solid #cb1b2e;
}
.sub-menu-l2 img{ float: right;}

.sml2-limpieza{
    display: none;
    padding-top: 10px;
}

.sub-menu-movil{display: none;}
@media (max-width: 991px){
    .sub-menu-movil {
        display: block;
        text-align: center;
    }
}
section.submenu{
    background: #f1f2f2;
}

.section-title{
    text-align: center;
    margin: auto;
    margin-bottom: 2%;
}
.section-title h2{
    color: #cb1b2e;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.section-title img{
    margin-top: -61px;
}
.sidebar-title{
    border-right: 6px solid #cb1b2e;
    float: left;
    height: 26px;
}

.servicios-title{
    width: 160px;
    margin-top: 45px;
}
.quienes-title{
    width: 240px;
    margin-top: 45px;
}

section.servicios, section.contacto{
    background: #f1f2f2;
}

.wrapper-servicios, .wrapper-quienes, .wrapper-contacto{
    max-width: 970px;
    margin: auto;
    overflow: hidden;
}

.wrapper-quienes{ text-align: center;}
.wrapper-quienes > div >img{
    margin: auto;
}
.wrapper-quienes > div >h3{
    text-align: center;
    text-transform: uppercase;
}
.wrapper-quienes > div >p{
    font-family: "Myriad Pro Light", Helvetica;
}
#contacto{
    background-image: url(../images/generales/mapa.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.wrapper-contacto{
    margin-top: 6%;
}
.wrapper-contacto p{
    font-family: "Myriad Pro", Helvetica;
    font-size: 11px;
}
section.servicios, section.quienes-somos, section.contacto{
    padding-bottom: 5%;
}
.wrapper-servicios > div{
    overflow: hidden;
}
.wrapper-servicios h3{
    font-family: "Myriad Pro Bold", Helvetica;
}

.wrapper-servicios p{
    font-family: "Myriad Pro Light", Helvetica;
    font-size: 14px;
    margin-bottom: 15px;
}

.wrapper-servicios ul{
    list-style-image: url('../images/generales/list-style.png');
    padding-left: 20px;
}
.wrapper-servicios > div > div:nth-child(2){padding-right: 0;}
@media (max-width: 768px){
    .wrapper-servicios > div > div:nth-child(2){padding-right: 15px;}
}

#colocacionPiso li p, #impermeabilizacion li p,
#herreria li p, #aire-acondicionado li p, #jardineria li p{margin-bottom: 3px;}

.wrapper-servicios .col-md-7 { text-align: center; }

@media (max-width: 991px){
    .wrapper-servicios h3{ text-align: center; }
    .wrapper-servicios img{ 
        display: inline;
    }
}

form{
    padding-left: 16%;
}
.form-control{
    font-family: "MyriadPro LightCond", Helvetica;
    font-size: 15px;
}

@media (max-width: 991px){
    .wrapper-contacto{
        text-align: center;
    }
    form{
        padding-left: 0;
        width: 70%;
        margin: auto;
    }
    .wrapper-contacto iframe{
        width: 80%;
    }
}

.btn-enviar{
    font-family: Helvetica;
    text-transform: uppercase;
    float: right;
}

.btn-enviar, footer{
    background: #cb1b2e;
}

.btn-enviar:hover{
    background: #cb1b2e;
}

footer{
    padding: 38px 0;
}
footer ul{
    padding: 0;
    list-style: none;
    font-size: 13px;
    color: #FFFFFF;
    margin: 0;
    text-align: center;
}

footer li, footer li *{
    display: inline-table;
    margin: 0;
}
@media (max-width: 435px){
    footer li{ display: block; }
    footer img{ display: none; }
    footer li, footer li *{padding: 0 !important;}
}

footer li:nth-child(1) strong, footer li:nth-child(3), footer li:nth-child(2) p,
footer li:nth-child(3) p{
    padding-right: 15px;
}
footer li:nth-child(2), footer li:nth-child(3){
    padding-left: 15px;
}
