body {
    background: #13683c;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    color: #515151;
    line-height: 1.3em;
    overflow-x: hidden;
}

#page {
    background: #fff;
}

header {
    height: 150px;
    border-bottom: 6px solid #83be00;
}

header h1 {
    margin: 35px 0 0;
}

header .header-fix{
    height: 150px;
    position: relative;
}

header .mail-phone {
    font-size: 20px;
}

header .item-mail-phone {
    display: block;
    padding-left: 35px;
    float: left;
    min-height: 23px;
    margin-left: 41px;
}

header .item-mail-phone.imp-1 {
    background: url(../images/icon-mail-h.png) no-repeat 0 0;
}

header .item-mail-phone.imp-2 {
    background: url(../images/icon-phone-h.png) no-repeat 0 0;
}

.right-header {
    padding-top: 22px;
}

nav {
    margin-top: 40px;
}

nav li {
    float: left;
    margin-left: 19px;
    position: relative;
}

nav li:first-child {
    margin-left: 0;
}

nav a,
nav span.with-submenu {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #13683c;
    transition: background-color .3s ease;
    padding: 11px 21px 12px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

}

nav a:hover,
nav a.active,
nav span.with-submenu:hover,
nav span.with-submenu.active {
    background-color: #83be00;
    color: white;
    text-decoration: none;
}

a.with-submenu,
span.with-submenu {
    background-image: url(../images/arrowg.png);
    background-repeat: no-repeat;
    background-position: 101px center;
    padding-right: 48px;
}

a.with-submenu:hover,
a.with-submenu.active,
span.with-submenu:hover,
span.with-submenu.active {
    background-image: url(../images/arroww.png);
}

.submenu {
    width: 100%;
    position: absolute;
    top: 144px;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.submenu.open {
    opacity: 1;
    visibility: visible;
}

.bar-menu-green {
    height: 86px;
}

header .bar-menu-green {
    background: #83be00;
    padding: 21px;
    height: auto;
}

.bar-menu-green-in {
    background: #83be00;
    padding: 21px;
}

.bar-menu-green-in.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.bar-menu-green a {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    border-radius: 20px;
    border: 2px solid #83be00;
    padding: 0 22px;
    font-size: 20px;
    color: white;
    margin: 0 2px;
    transition: all .3s ease;
}

.bar-menu-green a:hover,
.bar-menu-green a.active {
    border: 2px solid white;
    text-decoration: none;
}

footer .footer-form {
    background: #83be00;
    padding: 60px 0 70px;
}

footer .footer-form h3 {
    margin-bottom: 19px;
}

footer .footer-nav {
    background: #13683c;
}

footer nav {
    margin: 0;
}

footer nav a {
    height: auto;
    padding: 0 26px;
    font-size: 18px;
    font-size: 500;
    color: white;
}

footer nav a.with-submenu {
    background-position: 96px center;
}

footer nav a.with-submenu:hover {
    background-image: url(../images/arrowg.png);
    background-repeat: no-repeat;
    background-position: 96px center;
}

footer nav a:hover,
footer nav a.active {
    background: none;
}

footer nav li {
    border-left: 1px solid #007c3c;
}

footer nav li:first-child {
    border-left: 0;
}

footer .footer-nav-in {
    padding: 28px 0;
}

footer .copy {
    padding: 16px 0 0 42px;
}

footer .box-informacion {
    width: 701px;
}

footer .form-col-1,
footer .form-col-2 {
    width: 341px;
}

.content-form .row-form {
    margin-top: 8px;
}

footer .content-form .row-form:first-child {
    margin-top: 0;
}

.content-form .text {
    width: 100%;
    border: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 24px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #515151;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #515151;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #515151;
}
:-moz-placeholder { /* Firefox 18- */
  color: #515151;
}

footer .content-form select {
    -webkit-appearance: menulist-button;
    height: 42px;
    width: 100%;
    border: 0;
    padding: 0 24px;
    -webkit-border-radius: 20px;
    border-radius: 20px;

    -webkit-appearance: menulist-button;
    background: white;
}

.content-form textarea {
    width: 100%;
    height: 192px;
    border: 0;
    resize: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 11px 22px;
    display: block;
}

.content-form .btn-send {
    display: block;
    padding: 0 54px 0 30px;
    height: 41px;
    background: #13683c url(../images/arrow-send.png) no-repeat right center;
    color: white;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    margin-top: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

footer .text-fields-required {
    padding: 0 0 18px;
}

.item-contact {
    padding-left: 38px;
    background-repeat: no-repeat;
    background-position: 0 0;
    min-height: 23px;
    margin-top: 15px;
}

.item-contact:first-child {
    margin-top: 0;
}

.item-contact.ic-address { background-image: url(../images/addressf.png); }
.item-contact.ic-phone { background-image: url(../images/phonef.png); }
.item-contact.ic-rpm { background-image: url(../images/cellf.png); }
.item-contact.ic-mail { background-image: url(../images/mailf.png); }

.box-following {
    margin-top: 38px;
}
.box-following h4 {
    font-size: 28px;
    color: #13683c;
    font-weight: 700;
    padding-right: 19px;
}
.box-following a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #13683c;
    text-decoration: none;
    font-size: 15px;
    margin-left: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.box-following a:hover {
    color: white;
    border-color: white;
}

.box-following a:first-child {
    margin-left: 0;
}

.box-following i {
    width: 100%;
    height: 100%;
    line-height: 26px;
    display: block;
    text-align: center;
}

.icons-socials  {
    padding-top: 4px;
}

footer .box-contactanos {
    margin-right: 208px;
}

footer .submenu-foot {
    background: #13693c;
    position: absolute;
    bottom: 19px;
    left: 0;
    width: 136px;
    padding: 22px 16px 25px 16px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

footer .submenu-foot.open {
    opacity: 1;
    visibility: visible;
}

footer .submenu-foot a {
    color: white;
    display: block;
    margin-top: 6px;
    font-size: 16px;
    border: 2px solid #13683c;
    font-weight: 400;
    padding: 7px 5px 9px;
    text-align: center;
    transition: all .3s ease;
}

footer .submenu-foot a:hover,
footer .submenu-foot a.active {
    border: 2px solid #4b931e;
}

footer .submenu-foot a:first-child {
    margin-top: 0;
}

.slide-home .item-slide-home {
    position: relative;
}

.slide-home .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 36px;
    height: 68px;
    border: 0;
    padding: 0;
    text-indent: -9000em;
    cursor: pointer;
    background: url(../images/nav-slide.png) no-repeat left top;
}

.slide-home .slick-prev {
    left: 64px;
    background-position: left top;
}

.slide-home .slick-next {
    right: 64px;
    background-position: right top;
}

.slide-home .slick-dots {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.slide-home .slick-dots li {
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 2px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9000em;
    background: none;
    transition: all .3s ease;
    margin: 0 4px;
    cursor: pointer;
    vertical-align: top;
}

.slide-home .slick-dots li.slick-active,
.slide-home .slick-dots li:hover {
    background: white;
}

.slide-home .info-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slide-home h2 {
    font-size: 78px;
    color: white;
    font-weight: 700;
    line-height: 1em;
}

.slide-home .info-slide-in {
    padding: 133px 20px 0;
}

.slide-home .btn-slide {
    display: inline-block;
    border: 3px solid white;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 58px 12px 32px;
    margin-top: 33px;
    background: url(../images/arrow-btn-slide.png) no-repeat right center;
    transition: all .3s ease;
}

.slide-home .btn-slide:hover {
    background-image: url(../images/arrow-btn-slide2.png);
    background-color: white;
    color: #83be00;
}

.content-box-ventas {
    margin-top: -72px;
}

.box-ventas {
    background: #83be00;
    padding: 15px 32px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    max-width: 1148px;
    margin: 0 auto;
}

.box-ventas .ctn-bnt-ventas {
    padding: 0 0;
}

.wc-venta {
    background: url(../images/dotv.png) repeat-y left top;
    padding: 0 52px;
}

.wc-venta:first-child {
    background: none;
    padding-left: 0;
}

.wc-venta:last-child {
    padding-right: 0;

}

.box-ventas a {
    display: block;
    color: white;
    min-height: 71px;
    padding-left: 91px;
    margin-left: 0;
}

.box-ventas a:first-child {
    background: none;
}

.box-ventas a:first-child {
    margin: 0;
}

.box-ventas a.lnk-casas {
    background: url(../images/icn-n1.png) no-repeat left center;
    padding-left: 103px;
}

.box-ventas a.lnk-lotes {
    background: url(../images/icn-n2.png) no-repeat left center;
    padding-left: 97px;
}

.box-ventas a.lnk-terrenos {
    background: url(../images/icn-n3.png) no-repeat left center;
    padding-left: 90px;
}

.box-ventas a span {
    font-size: 36px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
    line-height: 1em;
    padding-right: 45px;
    background: url(../images/arrow-venta.png) no-repeat right 55%;
}

.box-know {
    width: 439px;
}

.box-know .title-common {
    font-size: 60px;
}

.box-know .title-common:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 105px;
    height: 3px;
    background: #83be00;
}

.box-know .desc-know {
    padding: 54px 0 35px;
}

a.read-more {
    height: 41px;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #83be00 url(../images/arrow-readmore.png) no-repeat right center;
    color: white;
    line-height: 41px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 53px 0 30px;
    text-decoration: none;
}

.know-last-projects {
    margin: 86px 0 84px;
}

.banner-view {
    height: 166px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner-view h2 {
    font-size: 78px;
    color: white;
}


.content-inmobiliaria .detail-page {
    padding: 62px 0 51px;
}

.content-inmobiliaria .left-inmob {
    width: 620px;
}

.content-inmobiliaria .right-inmob {
    width: 550px;
}

.content-inmobiliaria .vision-mision {
    padding: 29px 0 0;
}

.vision-mision .vm-item {
    margin-top: 28px;
}

.vision-mision .vm-item:first-child {
    margin-top: 0;
}

.vision-mision h2 {
    margin-bottom: 21px;
}

.list-benefits {
    padding-top: 31px;
}
.list-benefits span {
    float: left;
    display: block;
    width: 41px;
    height: 41px;
    border: 4px solid #83be00;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #83be00;
    font-size: 25px;
    font-weight: 700;
}

.list-benefits .paragraph {
    padding-left: 56px;
    line-height: 1.5em;
}

.list-benefits .item-benefit {
    margin-top: 23px;
}

.list-benefits .item-benefit:first-child {
    margin-top: 0;
}


.content-projects {

    margin: 0 auto;
    width: 1256px;
}

.content-projects .list-projects {
    margin: 0 -21px;
}

.content-projects .item-proyect {
    margin: 28px 21px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.getting {
    opacity: 0;
    visibility: hidden;
}

.item-proyect {
    width: 390px;
    display: block;
    color: white;
    font-size: 14px;
    text-decoration: none;
    float: left;
}

.item-proyect .image-title-project {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.item-proyect .box-title-project {
    background: #83be00;
    height: 85px;
}

.item-proyect .box-title-project-in {
    padding: 0 28px;
}

.item-proyect h2 {
    font-size: 18px;
    font-weight: 700;
}

.item-proyect .hover-project {
    background: #09683c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}

.item-proyect .hover-project:after {
    content: "";
    width: 45px;
    height: 45px;
    z-index: 3;
    background: url(../images/cruz.png) no-repeat 0 0;
    bottom: 18px;
    right: 18px;
    position: absolute;
    display: block;
}

.item-proyect:hover .hover-project {
    opacity: 1;
}

.state-project {
    border: 2px solid #d1d1d1;
    font-size: 16px;
    color: #515151;
    font-weight: 700;
    display: inline-block;
    padding: 7px 18px 5px;
    border-radius: 30px;
    margin-top: 20px;
}

.load-more {
    border: 0;
    background: white url(../images/arrow-load.png) no-repeat 21px 15px;
    padding: 0;
    margin: 48px 0 0;
    border: 2px solid #d1d1d1;
    padding: 5px 24px 9px 45px;
    font-size: 18px;
    font-weight: 500;
    color: #515151;
    cursor: pointer;
    border-radius: 30px;
    display: inline-block;
}

.content-main-ventas {
    padding: 64px 0 60px;
}

.desc-ventas {
    line-height: 1.3em;
    padding-bottom: 19px;
}

.content-slide-ventas .slide-home {

}

.content-slide-ventas .slide-home .item-slide-home {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 494px;
}

.content-slide-ventas .slide-home .slick-dots {
    bottom: 35px;
}

.desc-item-venta {
    width: 100%;
    position: absolute;
    bottom: 85px;
    left: 0;
    color: white;
    font-size: 30px;
    text-align: center;
}

.bar-nav-venta {
    background: #83be00;
    position: relative;
    z-index: 20;
}

.box-tab {
    padding: 0 50px;
}

.box-tab .box-tab-in {
    background: url(../images/dots.png) repeat-x left bottom;
    padding: 55px 0 62px;
}

.box-tab:last-child .box-tab-in {
    background: none;
}

.box-tab h3 {
    color: #13683c;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 63px;
}

.box-tab h3:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 106px;
    height: 3px;
    background: #83be00;
    margin-left: -53px;
}

.box-presentacion,
.box-video {
    max-width: 927px;
    margin: 0 auto;
}

.wc-btn-downloads a {
    width: 172px;
    height: 41px;
    line-height: 41px;
    display: block;
    background: #83be00 url(../images/icon-download.png) no-repeat right center;
    color: white;
    padding-left: 32px;
    font-weight: 500;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 9px;
}

.wc-btn-downloads a:first-child {
    margin: 0;
}

.box-presentacion-in .desc-present {
    width: 701px;
}

.box-video {
    height: 500px;
    background: black;
}

.box-video iframe {
    height: 100%;
    width: 100%;
    display: block;
    margin: 0;
    border: 0;
}

.box-caracteristicas,
.box-ubicacion {
    max-width: 1366px;
    margin: 0 auto;
}

.bc-bargreen {
    width: 270px;
    height: 560px;
    background: #13683c;
    color: white;
    position: relative;
    z-index: 1;
}

.bar-planos h4 {
    font-weight: 700;
    font-size: 28px;
    padding: 33px 0 26px;
}

.bc-bargreen-info {
    width: 1096px;
    height: 560px;
    padding: 20px;
}

.list-planos button {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: white;
    text-align: center;
    background: none;
    cursor: pointer;
    padding: 6px 0 7px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.list-planos button.active,
.list-planos button:hover {
    background: #83be00;
}

#map {
    width: 100%;
    height: 100%;
    background: white;
}

.bar-ubicacion {
    padding: 50px 28px 0;
    font-size: 13px;
    line-height: 1.8em;
}

.bar-ubicacion .text-ubicacion {
    padding-top: 46px;
}

.content-main-noticias {
    padding: 37px 0 63px;
}

.list-noticias {
    margin: 0 -21px;
}

.list-noticias li {
    width: 456px;
    display: inline-block;
    vertical-align: top;
    margin: 31px 21px;
}

.list-noticias .image-noti {
    display: block;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.list-noticias .date-noti {
    width: 83px;
    height: 83px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #d1d1d1;
}

.list-noticias .date-noti .month {
    color: #09683c;
    font-size: 16px;
    font-weight: 700;
}

.list-noticias .date-noti .date {
    font-size: 44px;
    color: #83be00;
    font-weight: 700;
    line-height: 1em;
}

.list-noticias .info-noti {
    padding-left: 101px;
}

.list-noticias h2 a,
.list-noticias h2 {
    font-size: 20px;
    font-weight: 700;
    color: #13683c;
    line-height: 1.2em;
    display: block;
}

.list-noticias .desc {
    padding-top: 7px;
}

.list-noticias .state-project {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    margin: 0;
    background: #83be00;
    color: white;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-color: #83be00;
    padding: 5px 16px 3px;
}

.list-noticias .overlay {
    background: #09683c url(../images/cruzfull.png) no-repeat center center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.list-noticias .image-noti:hover .overlay {
    opacity: 1;
}

.list-noticias .image-noti:hover .state-project {
    background: none;
    border-color: white;
}

.box-noticias {
    width: 958px;
}

.box-cat-files {
    width: 260px;
    padding-top: 31px;
}

.searchform {
    position: relative;
    margin-bottom: 25px;
}

.searchform .screen-reader-text {
    display: none;
}

.searchform #s {
    width: 100%;
    display: block;
    height: 39px;
    line-height: 40px;
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding: 0 50px 0 20px;
    font-size: 14px;
    color: #515151;
}

.searchform #searchsubmit {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 1;
    display: block;
    width: 40px;
    height: 36px;
    border: 0;
    background: url(../images/search.png) no-repeat 0 0;
    text-indent: -9000em;
    cursor: pointer;
}

.bar-cat-file h3 {
    font-size: 36px;
    font-weight: 700;
    color: #13683c;
    margin-bottom: 18px;
}

.bar-cat-file .item-car-file {
    margin-top: 47px;
}

.bar-cat-file .item-car-file:first-child {
    margin-top: 0;
}

.row-car-file,
.item-file .lists-months a {
    background: url(../images/dots2.png) repeat-x left bottom;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #515151;
    padding: 11px 0;
    text-decoration: none;
}

.item-file {
    margin-top: 29px;
}

.item-file:first-child {
    margin-top: 0;
}

.item-file .file-year {
    height: 40px;
    line-height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/arrowdouble.png);
    font-size: 18px;
    font-weight: 700;
    padding: 0 20px;
    border: 2px solid #d1d1d1;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    transition: all .3s ease;
}

.item-file .file-year.active,
.item-file .file-year:hover {
    background-color: #83be00;
    border: 2px solid #83be00;
}

.item-file.active .file-year {
    background-position: right top;
}

.item-file .lists-months {
    padding: 0 22px;
    display: none;
}

.item-file.active .lists-months {
    display: block;
}

.item-file .lists-months a {
    font-size: 16px;
    font-weight: 400;
}

.item-file .lists-months a:hover {
    text-decoration: underline;
}

.single .list-noticias li {
    width: 100%;
    margin: 0;
}

.single .list-noticias .image-noti .state-project {
    background: #83be00;
    border-color: #83be00;
}

.single .list-noticias .image-noti {
    margin-bottom: 28px;
}

.single .list-noticias .desc img {
    width: 100%;
    display: block;
    height: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.single .box-noticias {
    width: 954px;
}

.single .list-noticias {
    margin: 0;
}

.single .box-cat-files {
    padding-top: 0;
}

.single .content-main-noticias {
    padding-top: 51px;
}

.single .cmn-cols {
    padding-left: 13px;
    padding-right: 13px;
}

.btn-return {
    display: inline-block;
    height: 35px;
    background: url(../images/icon-return.png) no-repeat 0 0;
    padding-left: 45px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
}

.btns-prev-next {
    padding-left: 101px;
}

.btns-prev-next a {
    display: block;
    width: 154px;
    height: 43px;
    line-height: 39px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #d1d1d1;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btns-prev-next a.btn-prev {
    padding-left: 51px;
    background-position: left center;
    background-image: url(../images/arrow-readmore2.png);
}

.btns-prev-next a.btn-next {
    padding-left: 29px;
    background-position: right center;
    background-image: url(../images/arrow-readmore.png);
}

.btns-prev-next a:hover {
    background-color: #83be00;
    border-color: #83be00;
    color: white;
}

.message-result span {
    font-weight: 700;
    color: #13683c;
}

.contact-map {
    height: 560px;
}

.content-main-contacto .box-contactanos h3 {
    font-size: 60px;
    position: relative;
}

.content-main-contacto .box-following h4 {
    font-size: 30px;
}

.content-main-contacto .box-contactanos h3:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 105px;
    height: 3px;
    background: #83be00;
}

.content-main-contacto .list-contact,
.content-main-contacto .list-contact a {
    color: #515151;
}

.content-main-contacto .list-contact {
    margin-top: 30px;
}

.content-main-contacto .item-contact { min-height: 25px; font-size: 17px; margin-top: 17px; }

.content-main-contacto .item-contact.ic-address { background-image: url(../images/homec.png); }
.content-main-contacto .item-contact.ic-phone { background-image: url(../images/phonec.png); }
.content-main-contacto .item-contact.ic-rpm { background-image: url(../images/rpmc.png); }
.content-main-contacto .item-contact.ic-mail { background-image: url(../images/mailc.png); }

.content-main-contacto .box-following a {
    width: 40px;
    height: 40px;
    font-size: 19px;
}

.content-main-contacto .box-following a:hover {
    color: #83be00;
    border-color: #83be00;
}

.content-main-contacto .box-following i {
    line-height: 36px;
}

.content-main-contacto .icons-socials {
    padding-top: 2px;
}

.content-main-contacto {
    padding: 66px 0 95px;
}

.content-main-contacto .box-following {
    margin-top: 42px;
}

.content-form-contact {
    margin-left: 180px;
    width: 374px;
}

.content-form-contact .text,
.content-form-contact textarea {
    border: 2px solid #d2d2d2;

}

.content-form-contact .text {
    height: 48px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.content-form-contact .row-form {
    margin-top: 10px;
}

.content-form-contact textarea {
    height: 164px;
}

.msg-text-required {
    font-size: 14px;
    padding: 27px 0 5px;
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 13px;
    padding: 5px 24px 0;
}

footer span.wpcf7-not-valid-tip {
    color: white;
}

.box-last-projects {
    width: 662px;
}

.box-last-projects .list-projects {
    width: 598px;
    margin: 27px 0 20px;
}

.box-last-projects .slick-list {
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.box-last-projects .slick-arrow {
    display: block;
    width: 55px;
    height: 55px;
    text-indent: -9000em;
    position: absolute;
    top: 50%;
    z-index: 2;
    border: 3px solid #13683c;
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    margin: -28px 0 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
}

.box-last-projects .slick-prev.slick-arrow {
    left: -63px;
    background-position: 48% center;
    background-image: url(../images/arr2left.png);
}

.box-last-projects .slick-next.slick-arrow {
    right: -63px;
    background-position: 52% center;
    background-image: url(../images/arr2right.png);
}

.box-last-projects .slick-arrow:hover {
    background-color: #83be00;
    border-color: #83be00;
}

.box-last-projects .slick-dots {
    position: absolute;
    bottom: -47px;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.box-last-projects .slick-dots li {
    float: left;
    margin-left: 7px;
}

.box-last-projects .slick-dots li:first-child {
    margin-left: 0;
}

.box-last-projects .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #83be00;
    padding: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-indent: -90000em;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.box-last-projects .slick-dots li.slick-active button {
    background: #13683c;
    border-color: #13683c;
}

.icon-menu {
    display: none;
    height: 19px;
    width: 26px;
    position: absolute;
    z-index: 11;
    top: 45px;
    right: 5px;
    cursor: pointer;
    background: url(../images/menu2.png) no-repeat left top;
}

.icon-menu.active {
    background-position: left bottom;
    position: fixed;
    right: 25px;
}


.hsubmenu {
    display: block;
}

.hsubmenu-mob {
    display: none;
}

.tab-plano h4,
.dropdown-dates {
    display: none;
}

.search .box-cat-files {
    padding: 0;
}

.content-gallery {
    width: 889px;
    float: left;
}

.content-gallery .slider-thumb-terrenos {
  background: #2c2c2c;
  padding: 15px 50px;
}

.item-slide-thumb {
  cursor: pointer;
}

.slider-main-terrenos button {
  border: 0;
  padding: 0;
  display: block;
  width: 48px;
  height: 80px;
  position: absolute;
  z-index: 15;
  top: 50%;
  margin-top: -40px;
  text-indent: -9000em;
  cursor: pointer;
}

.slider-main-terrenos button.slick-prev {
  background: url(../images/arrow-main-slide-left.png) no-repeat 0 0;
  left: 30px;
}

.slider-main-terrenos button.slick-next {
  background: url(../images/arrow-main-slide-right.png) no-repeat 0 0;
  right: 30px;
}

.slider-thumb-terrenos button {
  border: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  z-index: 15;
  top: 0;
  text-indent: -9000em;
  cursor: pointer;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center center;
}

.slider-thumb-terrenos button.slick-prev {
  background-image: url(../images/arrow-thumb-slide-left.png);
  left: 0;
}

.slider-thumb-terrenos button.slick-next {
  background-image: url(../images/arrow-thumb-slide-right.png);
  right: 0;
}

.item-slide-thumb-in {
  padding: 0 10px;
  opacity: .5;
  transition: opacity .4s ease;
  position: relative;
}

.slick-current .item-slide-thumb-in {
  opacity: 1;
}

.item-slide-thumb-in .border-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: all .4s ease;
}

.slick-current .item-slide-thumb-in .border-thumb:after  {
  border-color: white;
}

#fotosyresumen {
  max-width: 1235px;
  margin: 0 auto;
}

.info-resumen {
  width: 467px;
  width: 336px;
  min-height: 598px;
  padding: 45px 30px 40px;
  background: #e5e5e5;
  float: right;
}

.btn-contactar {
  width: 186px;
  height: 51px;
  line-height: 51px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  font-weight: 500;
  border-radius: 50px;
  text-align: left;
  padding-left: 36px;
  background: #83be00 url(../images/icon-letter.png) no-repeat 130px center;
  background-size: 25px auto;
}

.info-resumen h4 {
    color: #13683c;
    font-size: 24px;
    font-weight: 700;
}

.info-resumen .precio {
  font-size: 38px;
  color: #83be00;
  font-weight: 700;
  padding: 13px 0 32px;
}

.info-resumen .sec-prec {
  padding-bottom: 47px;
  padding-bottom: 27px;
  background: url(../images/dots.png) repeat-x left bottom;
  margin-bottom: 33px;
  margin-bottom: 22px;
}

.info-resumen { font-size: 14px; }
.info-resumen li {
  margin-top: 12px;
}
.info-resumen ul {
  margin: 19px 0 0;
}
.info-resumen li:first-child {
  margin-top: 0;
}
.info-resumen li div.title {
  font-weight: 700;
  color: #515151;
  float: left;
}

.info-resumen li div.description {
  padding-left: 141px;
}

.titulo-ubicacion {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
}