/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #fff;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .20em 0 }
h2              { font-size: 1.5em; margin: .75em 0; font-weight: lighter;}
h3              { font-size: 1.17em; margin: .83em 0; font-weight: lighter;}
h4              { font-size: 1em; font-weight: lighter;}
h6              { font-size: .75em; margin: 1.67em 0; font-weight: lighter;}
h1              { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1099px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 25px;
        width: 250px;
        min-height: 100%;
        padding: 10px 0 0 0;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 0px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 50px;
        list-style: none;
        text-align: center;
    }

    header nav ul li{
        display: block;
        padding: 10px;
        -webkit-transition: background .5s; /* Safari */
        transition: background .5s;
    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li:hover a{
        color: white;
    }
    header nav ul li:hover{
        color: white;
        background-color: #004369
    }
    .footer{
        padding: 0 25px 0 25px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box; 
        position: fixed;
        height: 250px;
        width: 300px;
        bottom: 0px; 
        background-color: #0069B4;
        background: url(../img/nav-contact.png); no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: 9999;
        text-align: center;
        -webkit-box-shadow: -5px 0 5px 2px rgba(225,225,225,5);
        box-shadow: -5px 0 5px 2px rgba(225,225,225,5);
    }
    .footer h3{
        text-align: center;
    }
    .footer ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    .footer ul.social li{
        display: block;
        float: left;
        position: relative;
        padding: 15px 15.5px 0 15.5px;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box; 
    }


    .footer ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    .footer ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }



    .footer ul.social li a.fb,
    .footer ul.social li a.fb:hover{
        background-position: 0 0;
    }


    .footer ul.social li a.google,
    .footer ul.social li a.google:hover{
        background-position: -31px 0;
    }

    .footer ul.social li a.behance,
    .footer ul.social li a.behance:hover{
        background-position: -62px 0;
    }

    .footer ul.social li a.twitter,
    .footer ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    .footer ul.social li a.dribble,
    .footer ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    .footer ul.social li a.rss,
    .footer ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    .footer p{
        color: white;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
        text-align: justify;
    }

    .footer .rights a{
        font-family: "raleway-bold", arial;
        text-decoration: none;
    }
    .footer .rights a:hover{
        text-decoration: underline;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}



/*  Main  */
.main{
    width: 100%;
    height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #fff;
    clear: both;
}

/*  Home/portfolio  */
.main .top{
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 30%;
}

.main .work{
    display: block;
    width: 33.33333333333333%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .top .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .top .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background-image: url(../img/nav-contact.png); no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
    background-image: url(../img/nav-contact.png); no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0;
}

.main .top a:hover .caption{
    opacity: 0.9;
}

.main .work a:hover .caption{
    opacity: 0.9;
}

.top .caption .top_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 15%;
    margin-top: -40px;
}

.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 20%;
    margin-top: -40px;
}

.main .work .caption .logoportafolio{
    height: auto;
    width: 70%;
}
.u-max-full-width {
    margin-left: 30%;
    max-width: 40%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main .top .caption h1{
    margin-top: 0%;
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
}

.main .work .caption h1{
    margin-top: 5%;
    position: relative;
    display: inline-block;
    max-width: 90%;
    padding: 20px 0;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
    border-bottom: 1px solid #bfbbbb;
}

.main .top .caption h2{
    margin-top: -20px;
    color: white;
    position: relative;
    display: inline-block;
    max-width: 90%;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}

.main .work .caption h2{
    margin-top: -20px;
    color: white;
    position: relative;
    display: inline-block;
    max-width: 90%;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}

.main .top .caption h4{
    margin-top: 1%;
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding: 5px;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}

.main .work .caption h4{
    margin-top: 5%;
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding: 5px;
    z-index: 77;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}

.main .top .caption .more{
    margin-top: 2%;
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding: 10px 20px;
    z-index: 77;
    border-radius: 3px;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}

.main .work .caption .more{
    margin-top: 5%;
    position: relative;
    display: inline-block;
    max-width: 70%;
    padding: 10px 20px;
    z-index: 77;
    border-radius: 3px;
    font-family: "raleway-regular", arial;
    letter-spacing: .5px;
}







/* Slider Altos */
.altos_slider{
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    max-height: 700px;
    overflow: hidden;
   
}
.btn_altos{
    position: absolute;
    display: block;
    bottom: 30px;
    margin: 0;
    padding: 0;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}
.btn_altos:nth-child(1){
    left: 20px;
}
.btn_altos:nth-child(3){
    left: 40px;
}.btn_altos:nth-child(5){
    left: 60px;
}.btn_altos:nth-child(7){
    left: 80px;
}.btn_altos:nth-child(9){
    left: 100px;
}.btn_altos:nth-child(11){
    left: 120px;
}
.altos_slider label{
    position: absolute;
    bottom: 30px;
    width: 12px;
    height: 12px;
    background: rgba(50, 50, 50, .5);
    border-radius: 7px;
    z-index: 100;
    border: 1 solid #777;
}
.altos_slider label:nth-child(2){
    left: 20px;
}
.altos_slider label:nth-child(4){
    left: 40px;
}.altos_slider label:nth-child(6){
    left: 60px;
}.altos_slider label:nth-child(8){
    left: 80px;
}.altos_slider label:nth-child(10){
    left: 100px;
}.altos_slider label:nth-child(12){
    left: 120px;
}
.btn_altos:checked + label{
    background: rgba(0,0,0,.6);
    border: #eee;
}
.altos_img img{
    display: block;
    float: left;
}
.seis_img{
    width: 600%
}
.seis_img img{
        width: 16.66%;
}
.altos_img {
    position: relative;
    left: 0;
    -webkit-transition: left .5s ease-in;
    -ms-transition: left .5s ease-in;
    -moz-transition: left .5s ease-in;
    -o-transition: left .53s ease-in;
    transition: left .5s ease-in;
}
.btn_altos:nth-child(1):checked ~ .altos_img {
    left: 0;
}
.btn_altos:nth-child(3):checked ~ .altos_img {
    left: -100%;
}
.btn_altos:nth-child(5):checked ~ .altos_img {
    left: -200%;
}
.btn_altos:nth-child(7):checked ~ .altos_img {
    left: -300%;
}
.btn_altos:nth-child(9):checked ~ .altos_img {
    left: -400%;
}
.btn_altos:nth-child(11):checked ~ .altos_img {
    left: -500%;
}
#popupBoxOnePosition{
                top: 0; left: 0; position: fixed; width: 100%; height: 120%;
                background-color: rgba(0,0,0,0.7); display: none;
            }
            #popupBoxTwoPosition{
                top: 0; left: 0; position: fixed; width: 100%; height: 120%;
                background-color: rgba(0,0,0,0.7); display: none;
            }#popupBoxThreePosition{
                top: 0; left: 0; position: fixed; width: 100%; height: 120%;
                background-color: rgba(0,0,0,0.7); display: none;
            }
            .popupBoxWrapper{
                width: 550px; margin: 50px auto; text-align: left;
            }
            .popupBoxContent{
                background-color: #FFF; padding: 15px;
            }


 







/*  Contenido Page  */
.slider-top{
    width: 100%;
    height: 450px;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 30%;
}
.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.first{
    width: 90%;
}

.wrapper-logo{
    width: 40%;
    height: auto;
    float: left;
}

.wrapper-logo .u-max-full-width {
    /*margin: 50px 15%;*/
    max-width: 66%;
    box-sizing: border-box; 
    margin-top: 11%;
    margin-bottom: 20%;
}

.wrapper-conte{
    width: 50%;
    height: auto;
    float: left;
    font-family: 'Great Vibes', cursive;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 3%;
}

.wrapper-conte .tittle-conte{
    width: 100%;
    padding-top: 40px;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    color: #555;
    font-size: 3em;
    line-height: 1em;
}

.wrapper-conte .content{
    width: 100%;
    font-family: "raleway-regular", arial;
    text-align: justify;
    height: auto;
    padding-bottom: 50px;
    color: #555;
    font-size: 1.2em;
    line-height: 1.4em;
}

.slider-top .title{
    display: block;
    width: 100%;color: #333;
    font-family: "raleway-semibold", arial;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;

}
.slider-top .subtitle{
    display: block;
    width: 100%;
    color: #555;
    font-family: "raleway-regular", arial;
    font-size: .8em;
    padding: 10px 0px;
    margin: 0!important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;

}
.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.wrapper-blue-conte{
    width: 100%;
    height: auto;
    float: left;
    font-family: "raleway-regular", arial;
    background-color: blue;
    background-image: url(../img/blue_wallpaper.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 30%;
}

.central-conte{
    margin: 0 auto;
    text-align: center;
    width: 95%;
}
.r-text{
    float: right;
    width: 40%;
}
.r-text img{
    width: 90%;
    margin-bottom:80px; 
}
.tittle-blue-conte{
    margin: 0 auto;
    width: 200px;
    text-align: center;
    padding: 5px;
    font-size: 1em;
    font-family: "raleway-regular", arial;
    color: white;
    line-height: 22px;
    background-color: #5b9ed7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    opacity: .8;
 
}

.content-blue{
    float: left;
    width: 60%;
    height: auto;
    color: white;
    font-family: "raleway-regular", arial;
    font-size: .8em;
    line-height: 22px;
    background-color: #3b557f;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content-blue h2{
    font-weight: bold;
    text-align: left;
    padding-left:10%;
}

.content-blue h3{
    font-weight: lighter;
    text-align: left;
    padding-left:10%;
}

.content-blue img{
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper-map-section{
    float: left;
    height: 300px;
    width: 100%;
}

.wrapper-info{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 90px;
}

.info-section{
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: #555;
    padding-top:50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info-section-left{
    float: left;
    width: 49%;
    height: auto;
    margin-right: 5px; 
}

.info-section-left-1{
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.info-section-left-2{
    float: left;
    width: 100%;
    height: auto;
    background-color: #c8aa29;
    text-align: right;
    margin-bottom: 5px;
    padding-right: 18%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.info-section-left-3{
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.info-section-right{
    float: left;
    width: 49%;
    height: 50px;
}

.info-section-right-1{
    float: left;
    width: 100%;
    height: 120px;
    background-color: #1f3770;
    text-align: center;
    margin-bottom: 5px;
}
.info-section-right-1 p{
    color: white;
    padding: 1.6em 0;
    font-size: 1.5em;
    font-family: "raleway-regular", arial;
}
.info-section-right-1 span{
    font-size: 1em;
    font-family: "raleway-regular", arial;
}
.wrapper-cali-img{
    background: url('../img/foto_cali_panoramica.jpg') no-repeat;
    margin-top: 1px;
    width: 100%;
    height: 600px;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
}
.wrapper-footer{
    height: 100px;
    width: 100%;
    float: left;
}

.wrapper-footer-text p{
    padding: 50px 0;
    text-align: center;
    width: 100%;
    float: left;
    margin: 0 auto;
    font-size: 1em;
    font-family: 'raleway-regular', arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 
.intem-info{
    font-size: 1.6em;
    margin: .83em 0;
    font-weight: lighter;
    color: white;
    font-family: "raleway-regular", arial;
    line-height: 1.3;

}
.content-r3{
    margin-top: 2%;
    margin-left: 15%;
    text-align: justify;
    font-family: "raleway-regular", arial;
    font-size: 1.2em;
    line-height: 1.4em;
    float: left;
}
.tittle-conte-r3{
    color: currentColor;
    font-size: 2em;
    line-height: 1.5em;
    font-family: 'Great Vibes', cursive;
   /* float: right;*/
}
.info-section-right-3 figure{
    float: left;
    margin-left: 20%;
}
.info-section-right-3{
    margin-top: 5px;

} 
.list-footer{
    width: 233px;
    float: left;
    margin-left: 40px;
    margin-top: 35px;

}
.content-footer h2{
    margin: 0px;
    font-family: 'great', cursive;
    color: #77a1cc;
    font-size: 29px;
    margin-top: 7px;
    /* float: left; */
}
.MainFooter{
    margin-top: 15px;
}
.MainFooter ul{
    /*list-style-type: none;
    padding: 0px;
    margin: 0px;*/
    line-height: 25px;
    width: 123%;
}
.footer-proyect{
    float: left;
    width: 100%;
    position: center;
    padding-left: 9%;
    padding-bottom: 3%;
    color: #42556a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.list-footerdress{
    float: left;
    /*padding-left: 21%;*/
    margin-top: 9%;
    margin-left: 27%;
}
.list-right{
    float: left;
}
.list-left{
    float: left;
}
.mainfooter-compania ul {
    margin-top: 20px;
    line-height: 25px;
    float: left;
    width: 150%;
}


/*  como comprar  */
.info-conten{
    margin-bottom: 7.5%;
}

.slider-top .title-slider{
    display: block;
    width: 100%;color: #333;
    font-family: "raleway-heavy", arial;
    background: rgba(255, 255, 255, .7);
    padding: 14px 6%;
    text-shadow: 1.3px 1.3px rgba(70, 69, 69, 0);
    /*line-height: 30px;*/
    margin: 0!important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 3px;
   

}

.slider-background{

    background-image: url('../img/slider-como-comprar.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.slider{
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;

}
.slidertop{
    width: 100%;
    position: absolute;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;

}


h1.text-info{
    display: block;
    width: 100%;color: #5b5b5b;    
    font-size: 2em; 
    padding: 6px;
    line-height: 40px;
    overflow: hidden;
    letter-spacing: 3px;
    font-weight: 700;
}
 
 .text-info{
    float: left;
    width: 65%;
    font-family: "raleway", arial;
 }   

.info-logo{
    margin: 50px 15%;
    max-width: 70%;
    box-sizing: border-box; 
}
.text-info p{
    float: left;
    width: 100%;
    font-size: 1em;
    line-height: 30px;
    text-align: justify;
}
.text-info  div{
    width: 100%;
    margin-top: 6%;
    margin-left: 30%;

}
.imagen-info{
    float: right;
    width: 35%
}
img.imagen-info{
    /*max-width: 25%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-right: 50%;
}
.compras-content h2{
    text-align: center;
    margin: 0%;
    padding-right: 23%;
    font-weight: 500;
    font-size: 1.9em;
}
.compras-content h1{
    text-align: center;
    font-weight: 800;
    font-size: 3em;
    padding: 0%;
    margin: 0%;
}
.text-exterior{
    padding-left: 22%;
    padding-right: 22%;
}
.text-exterior p{
    text-align: justify;
    line-height: 1.5em;
}
.text-exterior ul{
    margin-left: 2.5%;
    list-style: square url('../favicon.ico');
}

/*  .content_header .slider{
   position: absolute;
    bottom: 0;
    margin: 0 auto;
}*/

.como-content{
    /*background-image: url('../img/background-infografia.jpg');
    background-size: contain;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 0% 0;
    clear: both;
    margin: -1% 0;
    margin-top: 5%;
}
.compras-content{
    /*background-image: url('../img/background-infografia.jpg');
    background-size: contain;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 12% 0;
    clear: both;
    background-color: #0e2845;
    
}

.exterior-content{
    background-size: contain;
    width: 100%;
    padding: 5% 0;
    clear: both;
    font-family: "raleway", arial;
    background-color: #eeeeee;
}
.exterior-tittle{
    
    text-align: right;
    padding-right: 22%;
}

.exterior-tittle h1{

    display: block;
    width: 100%;
    color: #5b5b5b;    
    font-size: 1.5em;
    line-height: 33px;
    overflow: hidden;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 0%;
    margin-bottom: 2%;
}

.exterior-tittle p{

    display: block;
    width: 100%;
    color: #5b5b5b;    
    font-size: 2em; 
    line-height: 40px;
    overflow: hidden;
    letter-spacing: 5px;
    font-weight: 700;
}
.text-exterior ul li{
    line-height: 2em;
}
.text-exterior span{
    color: #008ef0;
    font-weight: bolder;
}

.color-pie{
    width: 100%;
    padding: 2% 0;
    clear: both;
    background-color: #0069B4;
}








/* About Us */

.content_header_nosotros{
   display: block;
   width: 100%;color: #ffffff;
   font-family: "raleway-heavy", arial;
   background: rgba(255, 255, 255, .7);
   padding: 8px 66px;
   text-shadow: 1.3px 1.3px rgba(70, 69, 69, 0.41);
   /*line-height: 30px;*/
   margin: 0!important;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   letter-spacing: 3px;
}

.wrapper-cali-img{
    background: url('../img/foto_cali_panoramica.jpg') no-repeat;
    margin-top: 10px;
    width: 100%;
    height: 400px;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 10%;
}

.first-nosotros{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 10%;
    font-family: 'Great Vibes', cursive;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.wrapper-nosotros{
    width: 100%;
    height: auto;
    float: left;
    font-family: 'Great Vibes', cursive;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.wrapper-nosotros .tittle-first{
    width: 100%;
    padding-top: 100px;
    text-align: center;
    font-family: "raleway-regular", arial;
    color: #888;
    font-size: 1.3em;
    line-height: 1em;
}

.wrapper-nosotros .tittle-second{
    width: 100%;
    text-align: center;
    font-family: "raleway-regular", arial;
    color: #555;
    font-size: 2.4em;
}

.wrapper-nosotros .tittle-last{
    width: 100%;
    text-align: center;
    font-family: "raleway-regular", arial;
    color: #0069B4;
    font-size: 2.5em;
    padding-bottom: 30px;
}

.wrapper-nosotros .content{
    width: 70%;
    margin: 0 auto;
    font-family: "raleway-regular", arial;
    text-align: justify;
    height: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    color: #555;
    font-size: 1.1em;
    line-height: 2em;
}

.urbanizar-us{
    width: 25%;
    float: left;
    margin-bottom: 50px;
}



/*  Contacto page map  */

.map-contacto{
    height: 600px;
}

#map .map_adresse{
    font-family: 'raleway-regular', arial;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #023C62;
}

#map .map_address,
#map .map_tel{
    padding: 5px;
}

#map .map_address .address,
#map .map_tel .tel{
    font-family: 'raleway-bold', arial;
    font-weight: bolder;
}

#map img{
    max-width: none;
}
#map{
    opacity: 0.9;
}

.container-global-formulario{
    width: 100%;
    height: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/background-contact.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 10%;
}

.central-form{
    width: 70%;
    margin: 0 auto;
}

.img-left-contact{
    float: left;
    border-radius: 7px;
    margin-top: 50px;
    width: 30%;
    height: 350px;
    margin-right: 5%
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.63);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.63);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.63);
    background-image: url(../img/img-contact.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 10%;
}
.img-in-contact{
    bottom: 0;
    position: relative;
    width: 90%;
    padding-top: 82%;
    margin-left: 5%;
}
.right-form{
    margin-top: 50px;
    opacity: 0.9;
    float: right;
    width: 65%;
    border-radius: 7px;
    background-color: #1C466F;
    height: 350px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.48);
}
.right-half{
    width: 50%;
    float:left;
    margin-top: 50px;
}
.a1 input{
    font-size: 1em;
    font-family: "raleway-regular" arial;
    float: left;
    width: 90%;
    height: 3em;
    color: white;
    background-color: #4d6894;
    border-radius: 7px;
    border: none;
    margin: 15px;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.b1 textarea{
    font-size: 1em;
    font-family: "raleway-regular" arial;
    margin: 15px;
    width: 90%;
    height: 200px;
    float: right;
    color: white;
    background-color: #4d6894;
    border-radius: 7px;
    border: none;
    resize: none;
}
.c1{
    margin: 10px;
    width: 50%;
    float: left;
}
 
.submit {
    float: left;
    margin-left: 5%;
    color: white;
    display:block;
    width:90px;
    height:35px;
    border:none;
    margin-top:0px;
    cursor:pointer;
    font-size:10px;
    border: none;
    border-radius: 7px;
    background-color: #5b9eda;
}
.submit:hover {
    border: none;
    background-color: #5b9eda;
}





/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}


.popup{
    font-family: "raleway-regular", arial;
    width: 100%;
    height: 150px;
    padding: 60px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/background-contact.jpg); no-repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    color: #ccc;
}

@media (min-width:1000px){
    .window{
        width: 100%;
        font-family: "raleway-regular", arial;
        text-align: justify;
        line-height: 2em;
        margin: 0 auto;
        padding: 80px 200px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #0069B4;
        background: url(../img/background-contact.jpg); no-repeat center center fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: #CCC;
    }
}
@media (max-width:1000px){
    .window{
        width: 100%;
        font-family: "raleway-regular", arial;
        text-align: justify;
        line-height: 2em;
        margin: 0 auto;
        padding: 80px 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #0069B4;
        background: url(../img/background-contact.jpg); no-repeat center center fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        color: #CCC;
    }
}
.contac-wall{
    background-color: #ccc;
    background: url(../img/contacto_walpaper.png); repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.mapaaltos{
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 30%;
}







