*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
    display: block;
}
svg{
    width: 100%;
    height: 100%;
    display: block;
}
.clear{
    clear: both;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.mini{
    width: 45px;
}
.sold{
    position: absolute;
    left: 2.8%;
    top: -2.8%;
    width: 35%;
    z-index: 1;
}
.btn1{
    display: block;
    font-family: "Source Code Pro", monospace;
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    background: #f88619;
    padding: 10px 18px;
    width: 150px;
    text-align: center;
    border-radius: 30px;
    transition-duration: 0.4s;
    transition-property: all;
}
.btn1:hover{
    background: #000;
    color: #f88619;
    text-decoration: none;
}
.btn2{
    display: block;
    font-family: "Source Code Pro", monospace;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #f88619;
    background: #000;
    padding: 10px 18px;
    width: 150px;
    text-align: center;
    border-radius: 30px;
    transition-duration: 0.4s;
    transition-property: all;
    margin: 0 auto;
}
.btn2:hover{
    color: #fff;
    background: #222;
    text-decoration: none;
}
.logo5{
    width: 80%;
    padding-bottom: 30px;
}
.hr1{
    width: 100px;
    border-top: 5px solid #f88619;
    margin:0 auto 30px auto;
}
/*** Contenedores ***/
.contenedor{
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}
.cont_flex{
    display: flex;
    flex-wrap: wrap;
}
.cont_1{
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    width: 80%;
    margin: 0 auto;
}
.cont_2{
    padding: 50px 0;
    width: 75%;
    margin: 0 auto;
}
.box1{
    width: 50%;
}
.box2{
    width: 50%;
    padding-left: 5%;
}
.cont_slide img{
    border-radius: 15px;
}
.box_n1{
    background: #000;
    width: 50%;
    padding: 50px 5% 50px 5%;
}
.box_n2{
    background: #fff;
    width: 50%;
    padding: 50px 5% 50px 5%;
}
.box_video{
    padding-top: 50px;
}
.cont_proyectos{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.box_pr{
    position: relative;
    width: 33.3333%;
    padding: 0 25px;
}
.box_orange{
    background: #f88619;
    padding: 10px 50px 15px 50px;
    height: 65%;
    border-radius: 0 0 40px 40px;
    text-align: center;
}
.cont_clientes{
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}
.box_cl{
    width: 33.3333%;
    text-align: center;
    padding: 20px;
}
.box_cl img{
    margin: 0 auto;
    width: 90%;
}
/*** BGs ***/
.bg_home{
    width: 100%;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-attachment: fixed;
    padding: 150px 0 100px 0;
}
.bg_proyectos{
    width: 100%;
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-attachment: fixed;
    padding: 150px 0 150px 0;
}
.bg_3{
    width: 100%;
    background-image: url(../img/bg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 0 50px 0;
}
.bg_orange{
    background: #f88619;
    padding-bottom: 20px;
}
.bg_black{
    background: #000;
    padding-top: 50px;
}
.bg_white{
    width: 100%;
    background: #fff;
    padding: 100px 0;
}
.bg_form{
    background: #f88619;
    padding: 100px 0;
}
/*** Logos ***/
.logo_n{
    width: 30%;
    margin: 0 auto;
}   
/*** Textos ***/
.t1{
    font-family: 'ClashDisplay-Regular';
    letter-spacing: 2px;
    font-size: 50px;
    line-height: 100%;
}
.t1 span{
    font-family: 'ClashDisplay-Bold';
}
.t2{
    font-family: 'ClashDisplay-Regular';
    font-size: 40px;
    line-height: 90%;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.t2 span{
    font-family: 'ClashDisplay-Bold';
}
.p1{
    font-size: 1.5em;
    font-family: 'AdobeClean-Regular';
}
.p1 span{
    font-family: 'AdobeClean-Bold';
}
.p2{
    font-size: 1.1em;
    text-align: center;
    font-family: 'AdobeClean-Regular';
    padding: 30px 0;
    width: 80%;
}
.p2 strong{
    font-family: 'AdobeClean-Bold';
}
.t3{
    font-family: 'AdobeClean-Bold';
}
.t4{
    font-family: 'ClashDisplay-Medium';
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 100%;
    color: #f88619;
    text-align: center;
    padding-top: 30px;
}
.p3{
    font-size: 1em;
    text-align: center;
    font-family: 'AdobeClean-Regular';
    padding: 20px 0;
    width: 100%;
}
h4{
    font-family: 'AdobeClean-Bold';
    font-size: 1em;
    text-transform: uppercase;
}
.p5, .p6{
    font-family: 'ClashDisplay-Medium';
    letter-spacing: 2px;
    line-height: 100%;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}
.p6{
    font-size: 20px;
}
.white{
    color: #fff;
}
.orange{
    color: #f88619;
}
.black{
    color: #000;
}
/*** Fuentes ***/
@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('fonts/ClashDisplay-Regular.woff') format('woff'),
         url('fonts/ClashDisplay-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('fonts/ClashDisplay-Medium.woff') format('woff'),
         url('fonts/ClashDisplay-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('fonts/ClashDisplay-Semibold.woff') format('woff'),
    	 url('fonts/ClashDisplay-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('fonts/ClashDisplay-Bold.woff') format('woff'),
         url('fonts/ClashDisplay-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AdobeClean-Regular';
    src: url('fonts/AdobeClean-Regular.woff') format('woff'),
         url('fonts/AdobeClean-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AdobeClean-Bold';
    src: url('fonts/AdobeClean-Bold.woff') format('woff'),
         url('fonts/AdobeClean-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/*** Form ***/
.cont_form{
    width: 420px;
    margin: 0 auto;
}
input[type=text]{
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    color: #f88619;
    border: none;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-size: 14px;
}
textarea{
    width: 100%;
    background: #fff;
    padding: 14px 20px;
    border-radius: 15px;
    color: #222;
    border: none;
    height: 150px;
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
input[type=submit]{
    width: 150px;
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
    background: #000;
    display: block;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    border:none;
    letter-spacing: 1px;
    transition-property: all;
    transition-duration: 0.4s;
    margin:0 auto;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}
input[type=submit]:hover{
    background: orange;
    color: #fff; 
}
::-webkit-input-placeholder{
    color: #f88619;
}
        .box_enviar{
            padding-top: 150px 0;
            width: 50%;
            text-align: center;
            margin: 0 auto;
        }
/*** Footer ***/
footer{
    width: 100%;
    background: #000;
    padding: 70px 0;
}
.box_f1, .box_f2, .box_f3{
    width: 33.3333%;
    padding: 0 50px;
}
.icon{
    width: 30px;
}
.tabla_footer td{
    padding-right: 10px;
    padding-bottom: 10px;
}
.btn_f{
    color: #fff;
    font-family: 'AdobeClean-Regular';
    text-decoration: none;
    font-size: 1.1em;
}
.btn_f:hover{
    color: #f88619;
}
.logo_f{
    width: 85%;
}
.logo_esfo{
    width: 65%;
    margin: 0 auto;
}
/*** Proyectos ***/
.cont_loc{
    background: #222;
    width: 50%;
}
.box_loc{
    padding: 80px 0;
    width: 80%;
    margin: 0 auto;
}
.tabla_proyectos{
    margin-left: 50px;
}
.tabla_proyectos td{
    padding-right: 10px;
    padding-bottom: 2px;
    font-family: 'ClashDisplay-Regular';
    color: #fff;
    font-size:24px;
}
.icon_loc{
    width: 40px;
}
.cont_map{
    width: 50%;
    background: #222;
}
.lote1{
    width: 60%;
}
.lote2{
    width: 40%;
}
.box3{
    width: 50%;
    padding: 20px;
}
.box4{
    width: 33.3333%;
    padding: 20px 10px;
    text-align: center;
}
.borde{
    border-right: 1px solid #000;
}
.centro{
    justify-content: center;
}
.carousel-indicators {
    bottom: -70px !important;
}
/* The colour of the indicators */
.carousel-indicators li{
    background: #a3a3a3;
    border-radius: 10px !important;
    width: 10px !important;
    height: 10px !important;
    border: none !important;
    margin-left: 7px !important;
    margin-right: 7px !important;
}
.carousel-indicators .active {
    background: orange;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
}
video{
    display: block;
    width: 100%;
}