@font-face {
    font-family: 'ExtraBold';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Regular';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'SemiBold';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'black';
    src: url('fonts/Montserrat-Black.eot');
    src: url('fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Black.woff2') format('woff2'),
        url('fonts/Montserrat-Black.woff') format('woff'),
        url('fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Light';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Light.woff2') format('woff2'),
        url('fonts/Montserrat-Light.woff') format('woff'),
        url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Medium';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

body{
    font-family: "Regular";
}
.dropdown-toggle::after {
    display:none;
}
.logo{
    padding-top: 20px;
    width: 13%;
    background-color: white;
}
.texto1{
    font-size: 1.1vw;
}
.w-60{
    width: 60%;
}
.line-left{
    border-right:solid 3px #67122e ;
}
.line-right{
    border-left:solid 3px #67122e ;
}
.bg-menu{
    background-color: rgba(128,128,128,0.7);
}
.navbar-light .navbar-nav .nav-link{
    color: white;
    font-size: 1vw;
}
.dropdown-menu{
    background-color: rgb(128,128,128);
}
.dropdown-item{
    color: white;
}
h2{
    font-family: "ExtraBold";
    color: #c09e58;
    letter-spacing: 0.3vw;
    font-size: 2.8vw;
}
h5{
    font-family: ExtraBold;
    font-size: 1.2vw;
}
.widget{
    z-index:100;
    position:fixed;
    top:20%;
    text-align:right;
    width:100%;
    padding-right: 30px;
}
.widget a{
    padding:15px 0px 15px 0px; 
}
#nuetro-trabajo{
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
}
.bg-red{
    background-color: #772342;
    padding: 20px;
}
.bg-yellow{
    
    background-color: #c09e58;
}
.bg-yellow h5{
    font-size: 1.3vw;
    letter-spacing: .1vw;
    font-family: "Black";
    font-style: italic;
    color: white;
}
.bg-red p{
    color: white;
    font-family: "Light";
}
#terrenos {
    padding-top: 50px;   
}
#terrenos h2{
     color: #772342;
    margin-bottom: 0px;
}
.p-30{
    padding: 30px;
}
.p0{
    padding: 0px;
}
#terrenos h5{
     color: #c09e58;
    margin-bottom: 50px;
}
#terrenos p{
     font-family: "Light";
    margin-bottom: 50px;
}
.pleca{
    background-color: #c09e58;
    color: white;
    padding:15px;
    font-family: "SemiBold";
    letter-spacing: .2vw;
}
#terrenos h4{
    padding-top: 15px;
    font-family: "ExtraBold";
    font-size: 1.1vw;
    color:#c09e58 ;
}
#terrenos a,mark{
   color: #772342;
    background-color: transparent;
    
}
.m50{
    margin-top: 50px;
}
.m0{
    margin: 0px;
}

.red{
    color: #772342;
}

.yellow{
      color:#c09e58 ;
}
.white{
    color: white;
}
.quienes{
    padding: 50px 0px 50px 0px;
}
.quienes p{
    line-height: 2.5vw;
    padding: 50px 0px 50px 0px;
}
.quienes i{
    font-weight: bold;
}
#mision h2{
    text-transform: capitalize;
    color: white;
}
#mision figure{
    position:relative;
}
#mision figcaption{
    position:absolute;
    bottom:15%;
    right:25%; 
    color:white;
}
.tabla{
    display: table;
    height: 100%
}
.celda{
    display: table-cell;
    vertical-align: middle;
}
#desarrollos{
    padding: 50px 0px 50px 0px;
}
.pos-rel{
    position: relative;
    margin-top: 50px;
}
.text-desarrollo{
    position:absolute;
    z-index:9;
    top:50px;
    text-align: left;
    color: white;
    padding: 25px;
}
.text-desarrollo h2{
    margin-top: -5vw;
}
.image-desarrollo{
    position:absolute;
    top:0px;
    z-index:5;
}
#blog{
    background-image: url(../images/blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}
#blog h2{
    background-color: #ffffff;
    padding:10px 15px 10px 15px;
    width:max-content;
    margin-bottom: 30px;
}
.articulo{
    margin-top: -50px;
    margin-left: 20px;
}
.articulo h3{
    color: white;
    font-size: 1.6vw;
    font-family: 'SemiBold';
    background-color: #666666;
    width: max-content;
    margin-left: 30px;
    padding: 15px 10px 15px 10px;
}
#blog p{
    color: white;
    font-size: 1vw;
    font-family: 'SemiBold';
}
#blog a{
    color: white;
}
#blog a:hover{
    text-decoration: none;
    color: white;
}
#sigue{
    margin-top: 50px;
}

#sigue h3{
    font-family: 'Bold';
    font-size: 1.5vw;
}
#sigue p{
    font-size: 1vw;
}
#contacto{
    background-image: url(../images/contacto.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 0px;
}
.formulario{
    background-color: rgba(0,0,0,0.7);
    padding: 50px 30px 50px 30px;
}
.form-control,.form-control:active,.form-control:focus{
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    color: white;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 1px solid rgb(255,255,255,0.7);
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
button{
    background-color: transparent;
    border: none;
    text-align: right;
    margin-top: 30px;
}
.info-contacto{
    margin-top: 20%;
    list-style: none;
}
.info-contacto a{
    color: white;
    text-decoration: none;
    font-family: 'black';
    font-size: 1.7vw;
    margin-bottom: 15px;
}
.icon{
    width: 1.7vw;
}
.footer{
    background-color: #333333;
    padding: 25px;
}
figure{
    width: 100%;
    cursor: pointer;
}
.lightred{
    color: #772342;
}
.link-c{
    color: #c09e58;
}
@media only screen and (max-width: 767.98px) {
    .texto1{
        font-size: 2.6vw;
        text-align: left!important;
    }
    .line-left{
        border-right:solid 0px #67122e ;
    }
    .line-right{
        border-left:solid 0px #67122e ;
    }
    h2{
        margin-top: 15px;
        letter-spacing: 0.5vw;
        font-size: 6vw;
    }
    .bg-yellow h5{
        font-size: 3vw;
        letter-spacing: .2vw;
    }
    .logo{
        width: 25%;
    }
    .navbar-light .navbar-toggler{
        background-color: #67122e;
        margin-bottom: 15px;
    }
    .navbar-light .navbar-toggler-icon{
        padding: 0px 5px 0px 5px;
        background-image: url(../images/arrow.svg);
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 3.5vw;
    }
    #terrenos h4{
        font-size: 5vw;
    }
    .quienes p {
        line-height: 5.5vw;
        padding: 30px 0px 30px 0px;
    }
    h5{
        font-size: 3vw;
    }
    .text-desarrollo {
        position: relative;
    }
    .text-desarrollo h2{
        margin-top: -12vw;
    }
    .images-desarrollo{
        padding: 0px;
        margin-top: 15%;
    }
    #blog p {
        display: none;
    }
    #sigue h3{
        font-size: 5.5vw;
    }
    #sigue p{
        font-size: 3.5vw;
    }
    .icon{
        width: 5vw;
    }
    .info-contacto a{
        font-size: 4vw;
    }
    table{
        font-size: 2.5vw;
    }
}