.dnd-icon-remove.deleting{font-size:12px;color:#000;font-weight:500;position:relative;top:-3px;}
.dnd-icon-remove.deleting:after{display:none!important;}
.wpcf7-drag-n-drop-file.d-none{display:none;opacity:0;visibility:hidden;position:absolute;top:0;}
.dnd-upload-status{display:flex;padding:4px 0;align-items:center;position:relative;}
.dnd-upload-status .dnd-upload-image{width:40px;height:40px;border:1px solid #a5a5a5;text-align:center;border-radius:100%;position:relative;}
.dnd-upload-status .dnd-upload-image span.file{background-image:url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-size:100%;height:21px;width:16px;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);}
.dnd-upload-status .dnd-upload-details{padding-left:10px;width:calc(100% - 40px);}
.dnd-upload-status .dnd-upload-details .name{color:#016d98;padding:4px 0;padding-right:60px;display:flex;}
.dnd-upload-status .dnd-upload-details .name span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative;padding-right:10px;}
.dnd-upload-status .dnd-upload-details .name em{color:#444242;font-weight:700;}
.dnd-upload-status .dnd-upload-details .remove-file{position:absolute;right:0;top:10px;text-decoration:none;box-shadow:none;outline:none;opacity:1;}
.dnd-upload-status .dnd-upload-details .remove-file span:after{content:'';width:15px;height:15px;display:block;background-repeat:no-repeat;background-size:100%;background-image:url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A");}
.dnd-upload-status.in-progress .remove-file{opacity:0.2;}
.dnd-upload-status .dnd-upload-details span.has-error{color:#f50505;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar{display:block;border-radius:5px;overflow:hidden;background:#565555;height:14px;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span{background:#4CAF50;display:block;font-size:11px;text-align:right;color:#fff;height:100%;width:0;line-height:14px;}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar span.complete{width:100%!important;padding-right:5px;}
.dnd-upload-counter{position:absolute;right:5px;bottom:3px;font-size:12px;}
.codedropz-upload-handler{border:2px dashed #c5c5c5;border-radius:5px;margin-bottom:10px;position:relative;}
.codedropz-upload-container{padding:15px 20px;}
.codedropz-upload-inner{overflow:hidden;width:100%;text-align:center;text-overflow:ellipsis;font-weight:inherit;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{text-decoration:none;box-shadow:none;}
.codedropz-upload-inner h3{margin:5px 0;font-size:30px;line-height:32px;word-break:break-word;}
.codedropz-dragover{border-color:#6b6a6a;}
.codedropz-upload-wrapper span.has-error-msg{display:inline-block;color:#ff0000;padding:5px 0;font-style:italic;}
.wpcf7-form label.error-new{color:#900;font-size:11px;float:none;padding-left:5px;}
.wpcf7-form .codedropz-upload-wrapper.invalid .codedropz-upload-handler{border-bottom-color:#900;border-bottom-style:solid;}
@media screen and (max-width:767px){
.dnd-upload-status .dnd-upload-details .name em { font-weight:normal; }
.dnd-upload-status .dnd-upload-details .name { padding-right:60px; }
.codedropz-upload-inner h3 { font-size:22px; }
}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}
.wpcf7 form .wpcf7-response-output{margin:2em 0.5em 1em;padding:0.2em 1em;border:2px solid #00a0d2;}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{display:none;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}
.wpcf7-form-control-wrap{position:relative;}
.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after{content:" ";}
.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:0.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}
form.submitting .wpcf7-spinner{visibility:visible;}
.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}
}
@keyframes spin {
from{transform:rotate(0deg);}
to{transform:rotate(360deg);}
}
@keyframes blink {
from{opacity:0;}
50%{opacity:1;}
to{opacity:0;}
}
.wpcf7 [inert]{opacity:0.5;}
.wpcf7 input[type="file"]{cursor:pointer;}
.wpcf7 input[type="file"]:disabled{cursor:default;}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"]{direction:ltr;}
.wpcf7-reflection > output{display:list-item;list-style:none;}
.wpcf7-reflection > output[hidden] {
display: none;
}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto;}
.slick-track:before, .slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
@font-face {
font-family: 'Tiempos Text';
src: url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.eot);
src: url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.eot?#iefix) format("embedded-opentype"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.woff2) format("woff2"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.woff) format("woff"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.ttf) format("truetype"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/TiemposText-Regular.svg#TiemposText-Regular) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
} *{-webkit-box-sizing:inherit;box-sizing:inherit;}
*:before,
*:after{-webkit-box-sizing:inherit;box-sizing:inherit;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{display:block;}
audio, canvas, video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
body{margin:0;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;}
a:focus{outline:0;}
a:active, a:hover{outline:0;}
h1{font-size:2em;margin:0.67em 0;}
abbr[title]{border-bottom:1px dotted;}
b, strong{font-weight:bold;}
dfn{font-style:italic;}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;}
mark{background:#ff0;color:#000;}
code, kbd, pre, samp{font-family:monospace, serif;font-size:1em;}
pre {
white-space: pre-wrap;
} q{quotes:"\201C" "\201D" "\2018" "\2019";}
small{font-size:80%;}
sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
button, input, select, textarea{font-family:inherit;font-size:100%;margin:0;}
input:focus, button:focus, textarea:focus, select:focus{outline:0;}
*:focus{outline:0;}
button, input{line-height:normal;}
button, select{text-transform:none;}
button, html input[type="button"]{-webkit-appearance:button;cursor:pointer;}
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
input[type="checkbox"],
input[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner{border:0;padding:0;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}
body, span, object, iframe, h1, h2, h3, h4, h5, h6, h7 p, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, section, menu, details{margin:auto;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, section, menu{display:block;}
html{height:100%;}
body {
height: 100%;
} a{text-decoration:none;}
h2{margin:0 0 10px;font-size:38px;line-height:1;font-weight:bold;}
h3{margin:0 0 10px;font-size:12px;line-height:1;}
h4{padding:0;margin:0 0 10px;font-size:16px;line-height:1;}
h5{margin:0 0 10px;font-size:18px;line-height:1;font-weight:bold;}
h6{font-size:16px;font-size:18px;line-height:1;}
a img {
border: none;
} p{margin:0 0 15px;}
strong{font-weight:bold;}
textarea{font-family:Arial, sans-serif;resize:none;}
input[type="submit"]{cursor:pointer;}
table{border-collapse:collapse;border-spacing:0;}
caption, th, td{font-weight:normal;}
table, th, td{vertical-align:middle;}
br{line-height:1;}
*,
:after, :before{-webkit-box-sizing:border-box;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{font-family:'Lato', sans-serif;font-weight:400;font-style:normal;font-size:16px;color:#3A3A3A;}
body .small-title iframe{min-height:0 !important;height:100px !important;}
.wrapper__padding{padding:50px 0;}
.content__styles__all{line-height:26px;}
.content__styles__all article{font-family:'Lato', sans-serif;}
.content__styles__all article h1, .content__styles__all article h2, .content__styles__all article h3, .content__styles__all article h4, .content__styles__all article h5, .content__styles__all article h6{font-family:'Lato', sans-serif;font-style:normal;font-weight:bold;color:#3A3A3A;margin-bottom:20px;}
.content__styles__all article h1{font-size:30px;margin-bottom:50px;color:#3A3A3A;line-height:55px;text-align:center;}
.content__styles__all article h2{font-size:30px;}
.content__styles__all article h3{font-size:25px;}
.content__styles__all article h4{font-style:20px;}
.content__styles__all article p{margin-bottom:20px;}
.content__styles__all article p:last-child{margin-bottom:0;}
@media screen and (max-width:640px){
.content__styles__all h1{font-size:35px;}
}
.bgcolor--gray{background:#F5F5F5;}
.bgcolor--orange{background:#E04403;}
.wrapper__container{width:100%;max-width:1240px;padding:0 20px;margin:0 auto;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}
.wrapper__container__full{max-width:100%;position:relative;}
.list-none ul{list-style:none;margin:0;padding:0;}
.align_header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
main.main__site{padding-top:75px;position:relative;overflow:hidden;}
@media screen and (max-width:1024px){
.wrapper__padding{padding-top:55px !important;padding-bottom:55px !important;}
.wrapper__padding__bottom{padding-bottom:55px !important;}
.wrapper__padding__top{padding-top:65px !important;}
}
@media screen and (max-width:767px){
.wrapper__padding{padding-top:40px !important;padding-bottom:40px !important;}
.wrapper__padding__bottom{padding-bottom:40px !important;}
.wrapper__padding__top{padding-top:50px !important;}
} .row_grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.row_grid.align_middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.row_grid.align-lr{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.row_grid.align_grid{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.row__grid__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.column__1{width:100%;}
.column__2{width:50%;}
.column__3{width:33.333%;}
.column__4{width:25%;}
.column__5{width:20%;}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex;}
.margin_negative_row_grid{margin:0 -14px;}
.wrapper__padding--62{padding:62px 0;}
.wrapper__padding--70{padding:70px 0;}
.wrapper__padding--90{padding:90px 0;}
.wrapper__padding--100{padding:100px 0;}
.wrapper__padding--120{padding:100px 0;}
.width-540{max-width:540px;}
.width-530{max-width:530px;}
.bg_responsive{background-size:cover;background-position:center;background-repeat:no-repeat;}
@media screen and (max-width:600px){
#wpadminbar{position:fixed !important;}
}
.main_site{position:relative;padding-top:80px;-webkit-transition:0.3s padding ease-out;transition:0.3s padding ease-out;}
.header_site{background:#FFFFFF;position:fixed;width:100%;height:80px;z-index:5;}
.header_site:before, .header_site:after{content:"";position:absolute;width:100%;}
.header_site:before{background:#FFFFFF;height:100%;-webkit-transition:0.25s ease-in;transition:0.25s ease-in;}
.header_site:after{height:1px;background:#D6D6D6;bottom:0;}
.header_site .box_header_site{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;position:relative;}
.header_site .box_header_site:after{content:"";width:1px;height:79px;position:absolute;top:0;right:0;background:#D6D6D6;}
.header_site .box_header_site .custom-logo-link{margin:0;position:absolute;width:175px;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.header_site .box_header_site .custom-logo-link img{display:block;width:100%;height:auto;}
.header_site .box_header_site .btn_call_to_action_header_contact{position:absolute;right:60px;top:50%;max-width:182px;font-weight:400;font-size:13px;letter-spacing:0.05em;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;}
.single-proyecto .header_site .box_header_site .btn_call_to_action_header_contact{right:60px;}
.header_site .box_header_site .link_calltoaction_header{color:#3A3A3A;font-size:14px;line-height:16px;display:block;padding:8px 0;position:relative;text-transform:uppercase;font-weight:700;font-style:normal;font-family:'Lato', sans-serif;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);letter-spacing:0.05em;}
.header_site .box_header_site .link_calltoaction_header:hover:before{background:#000000;}
.header_site .box_header_site .link_calltoaction_header:before{content:"";height:1px;width:100%;background:#BDBDBD;position:absolute;text-decoration:none;left:0;bottom:0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.menu__responsive__tools{width:200px;height:80px;position:absolute;top:0;right:-200px;padding-left:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:12;}
.menu__responsive__tools:before{content:"";height:79px;width:200%;position:absolute;top:0;left:0;background:#FFFFFF;}
.menu__responsive__tools.open{background:#FFFFFF;}
.menu__responsive__tools.open:after{content:"";width:200%;height:80px;position:absolute;background:#FFFFFF;top:0;left:50px;z-index:-2;}
.menu__responsive__tools.open .icon_menu_responsive span{background:transparent;z-index:0;}
.menu__responsive__tools.open .icon_menu_responsive:before, .menu__responsive__tools.open .icon_menu_responsive:after{background:#406958;z-index:0;}
.menu__responsive__tools.open:before, .menu__responsive__tools.open, .menu__responsive__tools.open:after{background:transparent;}
.menu__responsive__tools.open .icon_menu_responsive span:after{display:none;}
.menu__responsive__tools.open .icon_menu_responsive span:before{display:none;}
.menu__responsive__tools.open .icon_menu_responsive:before, .menu__responsive__tools.open .icon_menu_responsive:after{top:17px;left:13px;width:20px;}
.menu__responsive__tools.open .icon_menu_responsive:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.menu__responsive__tools.open .icon_menu_responsive:after{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.menu__responsive__tools.open .icon_menu_responsive:hover:before, .menu__responsive__tools.open .icon_menu_responsive:hover:after{width:20px;}
.menu__responsive__tools .icon_menu_responsive{position:relative;}
.menu__responsive__tools .icon_menu_responsive:before, .menu__responsive__tools .icon_menu_responsive:after, .menu__responsive__tools .icon_menu_responsive span{content:"";position:absolute;left:0;height:2px;background:#E30613;border-radius:3px;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;font-size:14px;text-transform:uppercase;color:#3A3A3A;line-height:16px;font-family:'Lato', sans-serif;font-style:normal;font-weight:400;z-index:1;}
.menu__responsive__tools .icon_menu_responsive:before{top:0;width:26px;}
.menu__responsive__tools .icon_menu_responsive:after{bottom:0;width:32px;}
.menu__responsive__tools .icon_menu_responsive span{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;}
.menu__responsive__tools .icon_menu_responsive span:before, .menu__responsive__tools .icon_menu_responsive span:after{position:absolute;top:-5px;left:60px;}
.menu__responsive__tools .icon_menu_responsive span:before{content:"Menu";}
.menu__responsive__tools .icon_menu_responsive span:after{content:"Cerrar";display:none;z-index:0;}
.menu__responsive__tools .icon_menu_responsive:hover:before, .menu__responsive__tools .icon_menu_responsive:hover:after, .menu__responsive__tools .icon_menu_responsive:hover span{width:100%;}
.menu__responsive__tools .icon_menu_responsive{position:relative;height:20px;width:40px;margin:0;padding:0;outline:none;background:none;border:none;}
.row_grid_aside_responsive{display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column-reverse;}
.row_grid_aside_responsive .colum_aside{width:100%;}
.row_grid_aside_responsive .menu{margin:0;padding:0;padding-left:76px;padding-bottom:30px;list-style:none;margin:0;margin-top:96px;}
.row_grid_aside_responsive .menu li{margin-bottom:15px;}
.row_grid_aside_responsive .menu li:last-child{margin-bottom:0;}
.row_grid_aside_responsive .menu li:hover a:before{width:86px;}
.row_grid_aside_responsive .menu li.current_page_item a{font-weight:700;padding-left:56px;}
.row_grid_aside_responsive .menu li.current_page_item a:before{width:86px;}
.row_grid_aside_responsive .menu li a{font-size:25px;font-weight:400;font-style:normal;font-family:'Lato', sans-serif;color:#406958;line-height:43px;display:block;text-transform:uppercase;position:relative;}
.row_grid_aside_responsive .menu li a:hover{font-weight:900;padding-left:53px;-webkit-transition:all 0.2s ease-in;transition:all 0.2s ease-in;transition:all .4s;}
.row_grid_aside_responsive .menu li a:before{content:"";height:2px;width:0px;width:0px;position:absolute;left:-60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#E30613;-webkit-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
.image_featured_aside{height:411px;position:relative;}
.image_featured_aside:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.35);top:0;left:0;}
@media screen and (max-width:1370px){
.header_site .box_header_site .btn_call_to_action_header_contact{right:100px;}
.menu__responsive__tools{right:-160px;}
.menu__responsive__tools .icon_menu_responsive span:before, .menu__responsive__tools .icon_menu_responsive span:after{display:none !important;}
}
@media screen and (max-width:1024px){
.header_site .box_header_site .btn_call_to_action_header_contact{margin-right:20px;}
.menu__responsive__tools{right:-115px;}
}
@media screen and (max-width:768px){
.header_site .box_header_site .link_calltoaction_header{display:none;}
.menu__responsive__tools{padding-left:0;right:-10px;width:56px;padding:0 10px;box-sizing:border-box;}
.header_site .box_header_site .btn_call_to_action_header_contact{margin-right:0;}
.header_site .box_header_site .btn_call_to_action_header_contact{right:80px;}
.header_site .box_header_site:after{display:none;}
}
@media screen and (max-width:640px){
.header_site .box_header_site:after{display:none;}
.header_site .box_header_site .link_calltoaction_header{display:none;}
.header_site .box_header_site .custom-logo-link, .header_site:before, .header_site:after{z-index:11;}
.menu__responsive__tools .icon_menu_responsive span:before, .menu__responsive__tools .icon_menu_responsive span:after{left:50px;}
.menu__responsive__tools, .menu__responsive__tools.open:after{height:79px;}
.menu__responsive__tools.open .icon_menu_responsive span:after{display:none;}
.header_site .box_header_site .btn_call_to_action_header_contact{right:60px;z-index:11;}
}
@media screen and (max-width:480px){
.header_site .box_header_site .custom-logo-link{width:107px;}
.header_site .box_header_site .btn_call_to_action_header_contact{max-width:130px;width:140px;text-align:center;font-size:13px;height:38px;line-height:38px;}
}
@media screen and (max-width:350px){
.header_site .box_header_site .btn_call_to_action_header_contact{display:flex;justify-content:center;align-items:center;width:120px;font-size:12px;line-height:14px;right:46px;}
.single-proyecto .header_site .box_header_site .btn_call_to_action_header_contact{right:46px;}
}
.nav_header_menu{position:absolute;top:50%;left:210px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.nav_header_menu .menu_header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0;}
.nav_header_menu .menu_header .menu-item{margin:0 25px;}
.nav_header_menu .menu_header .menu-item a{font-family:'Lato', sans-serif;color:#FFFFFF;text-transform:uppercase;position:relative;padding:10px 0;display:block;}
.nav_header_menu .menu_header .menu-item a:before{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#FFFFFF;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
.nav_header_menu .menu_header .menu-item:hover a:before{width:100%;}
.header--scrolling .nav_header_menu .menu_header .menu-item a{color:#3A3A3A;}
.header--scrolling .nav_header_menu .menu_header .menu-item a:before{background:#3A3A3A;}
@media screen and (max-width:1370px){
.nav_header_menu .menu_header .menu-item{margin:0 15px;}
}
@media screen and (max-width:1200px){
.nav_header_menu{display:none;}
}
.section_footer_site{background:#406958;font-family:'Lato', sans-serif;color:#BFBFBF;font-size:15px;}
.section_footer_site .padding_section_footer{padding:24px 0;position:relative;}
.section_footer_site .padding_section_footer:before{content:"";position:absolute;width:100%;height:1px;background:#BFBFBF;bottom:0;left:0;opacity:0.3;}
.section_footer_site .padding_section_footer:last-child:before{display:none;}
.section_footer_site .padding_section_footer.first_row{padding-top:40px;}
.menu_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0 100px;margin:0;}
.menu_footer li{margin:4px 0;margin-left:49px;}
.menu_footer li:first-child{margin-left:0;}
.menu_footer li a{color:#BFBFBF;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.menu_footer li:hover a, .menu_footer li.current-menu-item a{color:#FFFFFF;}
.menu_legal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;}
.menu_legal li{margin:0 35px;}
.menu_legal li a{color:#BFBFBF;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-decoration:underline;}
.menu_legal li:hover a, .menu_legal li.current-menu-item a{color:#FFFFFF;}
.copyright_legal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.copyright_legal p{margin:0;}
.data_content_p{font-size:14px;color:#BFBFBF;line-height:23px;}
.data_content_p p{margin:0;}
.copyright_autor{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.copyright_autor i{vertical-align:middle;margin-left:10px;color:#FFFFFF;}
.row_widget_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.row_widget_footer .widget_content_box{padding:0 20px;}
.row_widget_footer .widget_footer{width:20%;}
.row_widget_footer .widget_footer h3{color:#FFFFFF;font-size:18px;margin-bottom:15px;}
.row_widget_footer .widget_footer a{color:#BFBFBF;}
.row_widget_footer .widget_footer a:hover{color:#FFFFFF;}
.row_widget_footer .widget_footer .icon_widget{padding-left:30px;position:relative;display:block;}
.row_widget_footer .widget_footer .icon_widget:before{content:"";position:absolute;top:0;left:0;font-family:icomoon;color:#92C2B2;}
.row_widget_footer .widget_footer .icon_widget.adress:before{content:"\e90d";font-size:22px;}
.row_widget_footer .widget_footer .icon_widget.phone:before{content:"\e90c";font-size:16px;}
.row_widget_footer .widget_footer .icon_widget.email:before{content:"\e90a";font-size:16px;}
.social_media_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;padding:0;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.social_media_footer li{margin-right:40px;}
.social_media_footer li:last-child{margin-right:0;}
.social_media_footer li a{color:#BFBFBF;font-size:22px;}
.social_media_footer li a:hover{color:#FFFFFF;}
.social_media_footer li a.icon-youtube{font-size:28px;}
.menu_responsive{display:none;}
@media screen and (max-width:1024px){
.copyright_legal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.copyright_legal .menu_legal{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px;}
.copyright_legal p{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.copyright_legal .copyright_autor{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;}
}
@media screen and (max-width:990px){ .row_widget_footer .widget_footer{width:25%;}
.row_widget_footer .widget_footer:first-child{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:50px;}
}
@media screen and (max-width:768px){
.row_widget_footer .widget_footer{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-bottom:30px;}
.row_widget_footer .widget_footer:last-child{display:flex;justify-content:space-between;align-items:center;padding:0 20px;}
.row_widget_footer .widget_footer h3{margin-bottom:0;font-size:16px;}
.row_widget_footer .widget_footer:last-child .social_media_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.row_widget_footer .widget_footer:last-child .social_media_footer li{margin:0 20px;text-align:center;}
.copyright_legal .menu_legal{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}
.copyright_legal .menu_legal li{margin-bottom:10px;margin-left:0;margin-right:0;width:100%;}
.copyright_legal .menu_legal li:last-child{margin-bottom:0;}
}
@media screen and (max-width:480px){
.row_widget_footer{flex-flow:row wrap;justify-content:center;}
.row_widget_footer .widget_footer{width:100%;display:block;}
.row_widget_footer .widget_footer .widget_content_box{display:flex;align-items:center;justify-content:center;padding:0;padding-left:40px;box-sizing:border-box;}
.row_widget_footer .widget_footer .widget_content_box h3{margin-bottom:0;width:30%;text-align:left;font-size:16px;}
.row_widget_footer .widget_footer .icon_widget:before{left:-132px;top:2px;}
.row_widget_footer .widget_footer span{width:73%;}
.row_widget_footer .widget_footer .icon_widget{text-align:left;}
.menu_footer li{width:98%;text-align:center;}
.container_menu_footer{display:none;}
.data_content_p{text-align:center;}
.copyright_legal p{width:100%;text-align:center;margin-bottom:20px;}
.copyright_autor{width:100%;text-align:center;}
.menu_responsive{display:block;}
.row_widget_footer .widget_footer:last-child .social_media_footer li{margin:0 15px;}
.row_widget_footer .widget_footer .icon_widget.adress:before{top:8px;}
}
@media screen and (max-width:390px){
.section_footer_site{font-size:12px;}
.row_widget_footer .widget_footer .widget_content_box{padding-left:10px;}
.row_widget_footer .widget_footer .icon_widget:before{display:none;}
.row_widget_footer .widget_footer .widget_content_box h3{font-size:16px;}
.row_widget_footer .widget_footer:last-child{padding:0 10px;}
}
body.active{overflow:hidden;}
body.active .wrapper__aside__overlay{opacity:.3;visibility:visible;pointer-events:auto;}
body.active .header_site .box_header_site .link_calltoaction_header{color:#3A3A3A;}
body.active .header_site .box_header_site .nav_header_menu .menu_header .menu-item a{color:#3A3A3A;}
body.active .header_site:after{display:none;}
.wrapper__aside__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0;visibility:hidden;z-index:10;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;pointer-events:none;}
.wrapper__aside__page{width:100%;height:100vh;max-width:508px;position:fixed;z-index:11;top:0;overflow-x:hidden;overflow-y:auto;-webkit-transition:0.5s;transition:0.5s;background-color:#D9E2DC;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;right:0%;transform:translateX(100%);}
@media screen and (max-width:1300px){
.menu__responsive__tools.open .icon_menu_responsive:before, .menu__responsive__tools.open .icon_menu_responsive:after{left:-20px;}
}
@media screen and (max-width:768px){
.menu__responsive__tools.open .icon_menu_responsive:before, .menu__responsive__tools.open .icon_menu_responsive:after{left:13px;}
}
.wrapper__aside__page:after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:#D9E2DC;}
.wrapper__widget__sidebar{width:100%;}
.row_grid_aside_responsive{position:relative;z-index:2;}
body.active .wrapper__aside__page{transform:translateX(0%);}
body.active .wrapper__aside__overlay{opacity:.3;visibility:visible;pointer-events:auto;}
.image_featured_aside{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;display:none;}
.image_featured_aside .info_promocion_aside{color:#FFFFFF;font-family:'Lato', sans-serif;position:relative;padding-left:65px;max-width:285px;width:100%;}
.image_featured_aside .info_promocion_aside label{display:block;margin-bottom:10px;text-transform:uppercase;font-size:14px;line-height:24px;font-weight:700;font-style:normal;}
.image_featured_aside .info_promocion_aside h3{font-family:'Lato', sans-serif;font-size:35px;line-height:38px;margin-bottom:20px;}
.image_featured_aside .info_promocion_aside a{display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;max-width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;}
.image_featured_aside .info_promocion_aside a:before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;}
.image_featured_aside .info_promocion_aside a span{margin:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-family:'Lato', sans-serif;}
.content_image_proyecto_promocion{position:absolute;top:0;left:-60%;width:160%;height:100%;}
.content_image_proyecto_promocion:before{position:absolute;content:"";width:100%;height:100%;background:rgba(0, 0, 0, 0.35);top:0;left:0;}
.box_info_promocion_aside{border-top:1px solid #406958;padding-top:30px;padding-left:76px;padding-bottom:45px;padding-right:96px;box-sizing:border-box;margin:0 auto;}
.box_info_promocion_aside .content_logo{max-width:205px;margin-bottom:40px;}
.box_info_promocion_aside .content_logo img{display:block;width:100%;height:auto;}
.box_info_promocion_aside .content_logo a{display:block;}
.box_info_promocion_aside .content_contacto{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.box_info_promocion_aside .content_contacto .widget_content{width:100%;}
.box_info_promocion_aside .content_contacto .widget_content h3{color:#406958;font-weight:700;font-style:normal;font-size:20px;line-height:28px;}
.box_info_promocion_aside .content_contacto .widget_content a{padding-bottom:13px;}
.box_info_promocion_aside .content_contacto .widget_content a:last-child{padding-bottom:0;}
.box_info_promocion_aside .content_contacto .widget_content a:before{color:#E30613;margin-right:18px;}
.box_info_promocion_aside .content_contacto .widget_content span{font-family:'Lato', sans-serif;color:#3A3A3A;font-size:20px;font-weight:400;line-height:28px;}
@media screen and (max-width:1370px){
.content_image_proyecto_promocion{left:-15%;width:115%;}
.box_info_promocion_aside{padding-top:20px;padding-bottom:20px;}
}
@media screen and (max-width:1024px){  .row_grid_aside_responsive .colum_aside{overflow-x:hidden;}
.box_info_promocion_aside .content_contacto .widget_content{width:100%;margin-bottom:30px;}
.box_info_promocion_aside .content_contacto .widget_content:last-child{margin-bottom:0;}
.content_image_proyecto_promocion{left:0;width:100%;}
.box_info_promocion_aside{padding-top:40px;padding-bottom:40px;}
}
@media screen and (max-width:768px){
.row_grid_aside_responsive .menu li a{font-size:20px;}
}
@media screen and (max-width:640px){ .box_info_promocion_aside{padding:8px;padding-top:20px;}
.row_grid_aside_responsive .colum_aside{width:100%;}
.row_grid_aside_responsive .menu{padding-left:20px;}
.row_grid_aside_responsive .menu li a{font-size:18px;line-height:35px;}
.row_grid_aside_responsive .menu li{margin-bottom:10px;}
.row_grid_aside_responsive .menu li.current_page_item a{padding-left:45px;}
.image_featured_aside .info_promocion_aside{width:80%;max-width:80%;padding-left:0;margin:0 auto;text-align:center;}
.image_featured_aside .info_promocion_aside a{max-width:250px;width:250px;margin:0 auto;}
.box_info_promocion_aside .content_contacto .widget_content{margin-bottom:20px;width:100%;}
.box_info_promocion_aside .content_contacto .widget_content:last-child{margin-bottom:0;}
.box_info_promocion_aside .content_logo{display:none;}
.image_featured_aside{height:380px;}
}
@media screen and (max-width:510px){
body.active .wrapper__aside__page{width:100%;}
}
.header_transparent .header_site, .header_transparent .header_site:before, .header_transparent .header_site:after{background:transparent;}
.header_transparent .main_site{padding-top:0;}
.header_transparent .header_site:before{background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);}
.header_transparent .header_site .box_header_site .link_calltoaction_header{color:#FFFFFF;}
.header_transparent .header_site .box_header_site .link_calltoaction_header:hover:before{background:#FFFFFF;}
.header_transparent .header_site .custom-logo-link{opacity:0;}
.header_transparent .header_site .custom-logo-link.scroll{opacity:1;}
.header_transparent .header_site .box_header_site:after{opacity:0;}
.header_transparent .wrapper__aside__page .custom-logo-link{opacity:1;}
.header_transparent .menu__responsive__tools:before{background:transparent;}
.single-proyecto.header_transparent .menu__responsive__tools .icon_menu_responsive:before, .single-proyecto.header_transparent .menu__responsive__tools .icon_menu_responsive:after, .single-proyecto.header_transparent .menu__responsive__tools .icon_menu_responsive span{background:#FFFFFF;}
.single-proyecto.header_transparent .menu__responsive__tools{background:transparent;}
.single-proyecto.header_transparent .menu__responsive__tools .icon_menu_responsive span:before{color:#ffffff;}
.header_transparent .menu__responsive__tools{background:#FFFFFF;}
.header_transparent .menu__responsive__tools .icon_menu_responsive span:before{color:#3A3A3A;}
.header_transparent.active .header_site:before{background:#FFFFFF;}
.header_transparent.active .header_site .custom-logo-link.scroll{opacity:0;}
.header_transparent.active .header_site .custom-logo-link{opacity:1;}
.header_transparent .menu__responsive__tools.open .icon_menu_responsive:before, .header_transparent .menu__responsive__tools.open .icon_menu_responsive:after{background:#406958;}
.header_transparent .menu__responsive__tools.open, .header_transparent .menu__responsive__tools.open:after, .header_transparent .menu__responsive__tools.open .icon_menu_responsive span{background:transparent;}
.header_transparent .menu__responsive__tools.open .icon_menu_responsive span{display:none;}
.custom-logo-link.scroll, .header--scrolling .custom-logo-link.scroll{opacity:0;}
@media screen and (max-width:1370px){
.header_transparent .menu__responsive__tools{background:transparent;}
.header_transparent .menu__responsive__tools .icon_menu_responsive:before, .header_transparent .menu__responsive__tools .icon_menu_responsive:after, .header_transparent .menu__responsive__tools .icon_menu_responsive span{background:#FFFFFF;}
}
@font-face{font-family:'icomoon';src:url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/icomoon.eot?80bqoj);src:url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/icomoon.eot?80bqoj#iefix) format("embedded-opentype"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/icomoon.ttf?80bqoj) format("truetype"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/icomoon.woff?80bqoj) format("woff"), url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/css/fonts/icomoon.svg?80bqoj#icomoon) format("svg");font-weight:normal;font-style:normal;font-display:block;}
[class^="icon-"],
[class*=" icon-"]{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.icon-whatsap:before{content:"\e91f";}
.icon-call:before{content:"\e920";}
.icon-upload:before{content:"\e91e";}
.icon-quote:before{content:"\e91d";color:#92c2b2;}
.icon-tiktok:before{content:"\e916";}
.icon-arrow-down:before{content:"\e913";}
.icon-arrow-1:before{content:"\e901";}
.icon-arrow-2:before{content:"\e8fe";}
.icon-bed:before{content:"\e903";}
.icon-close:before{content:"\e904";}
.icon-download:before{content:"\e905";}
.icon-fb:before{content:"\e906";}
.icon-grupo:before{content:"\e907";}
.icon-instagram:before{content:"\e908";}
.icon-logo:before{content:"\e909";color:#fff;}
.icon-mail:before{content:"\e90a";}
.icon-metraje:before{content:"\e90b";}
.icon-phone:before{content:"\e90c";}
.icon-marker:before{content:"\e90d";}
.icon-play:before{content:"\e90e";}
.icon-toilet:before{content:"\e90f";}
.icon-menu:before{content:"\e910";}
.icon-whatsapp:before{content:"\e911";}
.icon-wsp:before{content:"\e912";}
.icon-search:before{content:"\e91c";}
.icon-facebook:before{content:"\e91b";}
.icon-twitter:before{content:"\e91a";}
.icon-youtube-play:before{content:"\e917";}
.icon-skype:before{content:"\e918";}
.icon-exclamation:before{content:"\e902";}
.icon-send:before{content:"\e915";}
.icon-check:before{content:"\e914";}
.icon-linkedin:before{content:"\e919";}
.icon-youtube:before{content:"\e900";}
.modal__llamada .margin__bottom{margin-bottom:20px;}
.modal__llamada .radio__buttons__options span.wpcf7-list-item .wpcf7-list-item-label{display:inline-block;padding:0 15px;font-size:15px;line-height:1;color:#636c7d;letter-spacing:.2px;font-family:"GothamRounded-Book", sans-serif;}
.modal__llamada .label__radio__buttons__options{display:block;font-size:15px;margin:0px 0 10px 0;line-height:1;color:#636c7d;letter-spacing:.2px;font-family:"GothamRounded-Book", sans-serif;}
.modal__llamada{max-height:525px;}
.section_slider_home{position:relative;}
.section_slider_home .home_main_slider .slick-prev{display:none !important;}
.section_slider_home .home_main_slider .slick-next{border:none;background:transparent;width:234px;height:152px;position:relative;font-size:0;padding:0;margin:0;position:absolute;bottom:-25px;right:50%;z-index:1;-webkit-transform:translateX(600px);transform:translateX(600px);-webkit-filter:drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.15));filter:drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.15));}
.section_slider_home .cover_image_slider{position:relative;}
.section_slider_home .cover_image_slider:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:0;}
.section_slider_home .box_item_slider_home{height:700px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_slider_home .box_item_slider_home .box_info_slider_home span{display:block;color:#FFFFFF;font-family:'Lato', sans-serif;font-weight:700;font-style:normal;}
.section_slider_home .box_item_slider_home .box_info_slider_home span.label_1_slider{font-size:20px;line-height:28px;}
.section_slider_home .box_item_slider_home .box_info_slider_home span.label_2_slider{font-size:15px;line-height:23px;margin-bottom:24px;}
.section_slider_home .box_item_slider_home .box_info_slider_home .title_slider{font-size:55px;color:#FFFFFF;line-height:63px;font-family:"Tiempos Text";max-width:550px;width:100%;}
.section_slider_home .box_item_slider_home .box_info_slider_home .button__g{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;}
.section_slider_home .box_item_slider_home .box_info_slider_home .button__g:before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;}
.section_slider_home .box_item_slider_home .box_info_slider_home .button__g span{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:inline-block;margin:0;font-weight:400 !important;}
.section_slider_home .slick-dots{position:absolute;bottom:40px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0;list-style:none;}
.section_slider_home .slick-dots li{margin:0 20px;}
.section_slider_home .slick-dots li button{width:20px;height:20px;margin:0;padding:0;border:1.5px solid #FFFFFF;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:0;border-radius:50%;background:transparent;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;}
.section_slider_home .slick-dots li:hover button{background:#E30613;}
.section_slider_home .slick-dots li.slick-active button{background:#E30613;}
.section_slider_home .content_img_next_slick{width:100%;height:100%;position:relative;}
.section_slider_home .btn_nav_slider_home{display:block;font-size:15px;color:#FFFFFF;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_slider_home .btn_nav_slider_home span{text-transform:uppercase;color:#FFFFFF;margin:0;margin-left:-130px;position:relative;}
.section_slider_home .btn_nav_slider_home span:before{position:absolute;content:"";width:60px;height:1px;background:#FFFFFF;top:50%;right:-70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
@media screen and (max-width:1024px){
.section_slider_home .slick-dots{left:20px;-webkit-transform:translateX(0px);transform:translateX(0px);}
.section_slider_home .home_main_slider .slick-next{right:20px;-webkit-transform:translateX(0px);transform:translateX(0px);}
}
@media screen and (max-width:640px){
.section_slider_home .home_main_slider .slick-next{width:200px;height:130px;bottom:-15px;}
.section_slider_home .btn_nav_slider_home span{margin-left:-140px;}
.section_slider_home .box_item_slider_home .box_info_slider_home .title_slider{font-size:45px;line-height:45px;}
}
@media screen and (max-width:480px){
.section_slider_home .home_main_slider .slick-next{display:none !important;}
.section_slider_home .slick-dots{left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);}
.section_slider_home .box_item_slider_home .box_info_slider_home .button__g{margin:0 auto;}
}
.whatsapp_web_fixed{position:fixed;bottom:95px;right:5px;width:70px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;}
.whatsapp_web_fixed:before, .whatsapp_web_fixed:after{content:"";position:absolute;left:0;top:0;background:#52D04D;opacity:0.5;border-radius:50%;display:block;}
.whatsapp_web_fixed:before{width:100%;height:100%;}
.whatsapp_web_fixed:after{width:58px;height:58px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.whatsapp_web_fixed img{width:38px;height:38px;display:block;position:relative;z-index:1;}
.whatsapp_web_fixed.animate:before{background:rgba(92, 207, 63, 0.29);-webkit-animation:animate 1s infinite ease;animation:animate 1s infinite ease;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}
.whatsapp_web_fixed.animate:after{background:rgba(92, 207, 63, 0.2);-webkit-animation:animate 1s infinite ease;animation:animate 1s infinite ease;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);}
@-webkit-keyframes animate {
0%{opacity:1;}
20%{opacity:0.2;}
40%{opacity:0.4;}
60%{opacity:0.6;}
80%{opacity:0.8;}
100%{opacity:1;}
}
@keyframes animate {
0%{opacity:1;}
20%{opacity:0.2;}
40%{opacity:0.4;}
60%{opacity:0.6;}
80%{opacity:0.8;}
100%{opacity:1;}
}
@media screen and (max-width:1370px){
.whatsapp_web_fixed{}
}
@media screen and (max-width:1024px){
.whatsapp_web_fixed{}
}
.row__grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -10px;padding:0;}
.row__grid .column__1, .row__grid .column__2, .row__grid .column__3, .row__grid .column__4{margin-bottom:20px;padding:0px 10px;}
.row__grid .col__md__4, .row__grid .col__md__8{padding:0px 10px;}
.row__grid .col__md__4{width:33.33333%;}
.row__grid .col__md__8{width:66.66667%;}
.row__grid .column__1{width:100%;position:relative;}
.row__grid .column__2{width:50%;position:relative;}
.row__grid .column__3{width:33.33333%;position:relative;}
.row__grid .column__4{width:25%;position:relative;}
.row__grid .column__5{width:20%;position:relative;}
@media screen and (max-width:640px){
.row__grid{margin:0 0;}
.row__grid .column__3{width:50%;}
.row__grid .column__4{width:50%;}
}
@media screen and (max-width:480px){
.row__grid .column__3{width:100%;}
}
@media screen and (max-width:475px){
.row__grid .column__1, .row__grid .column__2, .row__grid .column__3, .row__grid .column__4{width:100%;}
} .flex__lr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.flex__l{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.flex__vm{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.flex__t{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.btn_play_animate{width:228px;height:228px;background:transparent;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:50%;margin:0;padding:0;outline:0;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;border:0;}
.btn_play_animate:before, .btn_play_animate:after{content:"";-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;border:solid 1px #FFFFFF;border-radius:50%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.btn_play_animate:before{width:228px;height:228px;-webkit-animation:animation_2 3000ms infinite linear;animation:animation_2 3000ms infinite linear;-webkit-animation-delay:1000ms;animation-delay:1000ms;}
.btn_play_animate:after{width:128px;height:128px;-webkit-animation:animation_1 3000ms infinite linear;animation:animation_1 3000ms infinite linear;}
.btn_play_animate i{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:80px;height:80px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#FFFFFF;color:#406958;font-size:25px;-webkit-box-shadow:0px 14px 30px rgba(0, 0, 0, 0.101961);box-shadow:0px 14px 30px rgba(0, 0, 0, 0.101961);z-index:1;}
.btn_play_animate.rojo i{color:#E30613;}
@-webkit-keyframes animation_1 {
0%{opacity:1;-webkit-filter:none;filter:none;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);}
80%{opacity:1;-webkit-filter:none;filter:none;}
100%{opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1);}
}
@keyframes animation_1 {
0%{opacity:1;-webkit-filter:none;filter:none;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);}
80%{opacity:1;-webkit-filter:none;filter:none;}
100%{opacity:0;-webkit-transform:translateX(-50%) translateY(-50%) scale(1);transform:translateX(-50%) translateY(-50%) scale(1);}
}
@-webkit-keyframes animation_2 {
0%{opacity:1;-webkit-filter:none;filter:none;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);}
80%{opacity:1;-webkit-filter:none;filter:none;}
100%{opacity:0;opacity-transform:translateX(-50%) translateY(-50%) scale(1);}
}
@keyframes animation_2 {
0%{opacity:1;-webkit-filter:none;filter:none;-webkit-transform:translateX(-50%) translateY(-50%) scale(0);transform:translateX(-50%) translateY(-50%) scale(0);}
80%{opacity:1;-webkit-filter:none;filter:none;}
100%{opacity:0;opacity-transform:translateX(-50%) translateY(-50%) scale(1);}
}
.wrapper__modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0;visibility:hidden;z-index:10;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;pointer-events:none;}
.wrapper_box_content_modal{width:755px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:0;display:none;}
.wrapper_box_content_modal .close_modal{position:absolute;width:30px;height:30px;top:20px;right:20px;color:#FFFFFF;background:#406958;font-size:15px;z-index:3;outline:none;border:0;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.widget_modal_content{width:100%;position:relative;}
.widget_modal_content:before{content:"";position:absolute;bottom:0;width:100%;height:424px;background:black;background:-webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));background:linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);z-index:1;}
.box_content_modal{height:600px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:168px;padding-bottom:86px;position:relative;z-index:2;}
.box_content_modal:before{content:"";height:318px;width:1px;position:absolute;left:118px;bottom:0;background:#FFFFFF;}
.box_content_modal.no_tex_modal{padding-left:0;}
.box_content_modal.no_tex_modal:before{display:none;}
.box_content_modal.no_tex_modal .box_info_modal{margin-right:auto;margin-left:auto;}
.box_content_modal .box_info_modal{margin:0;margin-top:auto;max-width:220px;width:100%;}
.box_content_modal .box_info_modal .title_page{display:block;margin-bottom:5px;}
.box_content_modal .box_info_modal .title_modal_prmocion{font-family:'Lato', sans-serif;font-weight:400;font-style:normal;font-size:35px;line-height:38px;color:#FFFFFF;margin-bottom:20px;}
.box_content_modal .box_info_modal .button__g{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.box_content_modal .box_info_modal .button__g span{margin:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;font-family:'Lato', sans-serif;}
.box_content_modal .box_info_modal .button__g:before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px;}
.title_rotate_promocion{height:40px;font-size:25px;line-height:35px;color:#FFFFFF;text-transform:uppercase;position:absolute;top:50%;left:-230px;-webkit-transform:translateY(-50%) rotate(-90deg);transform:translateY(-50%) rotate(-90deg);width:600px;padding-left:144px;}
body.active_modal{overflow:hidden;}
body.active_modal .wrapper__modal__overlay{opacity:0.5;visibility:visible;pointer-events:auto;}
body.active_modal .wrapper_box_content_modal{display:block;z-index:999;}
.image_modal_responsive{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:0;}
@media screen and (max-width:768px){
.wrapper_box_content_modal{width:90%;}
}
@media screen and (max-width:640px){
.image_modal_responsive{opacity:1;}
}
@media screen and (max-width:480px){
.box_content_modal{padding-left:30px;padding-right:30px;}
.title_rotate_promocion{display:none;}
.box_content_modal:before{display:none;}
.box_content_modal .box_info_modal{width:300px;margin-left:auto;margin-right:auto;text-align:center;}
}
.section_blog_header{position:relative;}
.section_blog_header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:0;}
.section_blog_header .box_content_header_blog{width:100%;height:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_blog_header .box_content_header_blog .content_header_blog{width:100%;}
.section_blog_header .box_content_header_blog .content_header_blog h1{text-transform:uppercase;color:#FFFFFF;font-size:20px;line-height:24px;margin-bottom:10px;font-style:normal;font-weight:700;letter-spacing:1px;}
.section_blog_header .box_content_header_blog .content_header_blog h2{font-size:40px;line-height:48px;font-style:normal;font-weight:normal;}
.section_blog_content_grid{background:#F6F6F6;position:relative;padding:5em 0;}
.section_blog_content_grid.related{background:#FFFFFF;}
.section_blog_content_grid.related .content_blog_list .content_item_post{background:#F6F6F6;}
.section_blog_content_grid .content_blog_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.section_blog_content_grid .content_blog_list .content_item_post{background:#FFFFFF;margin:0 1%;margin-bottom:2%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);}
.section_blog_content_grid .content_blog_list.two-columns .content_item_post{width:48%;}
.section_blog_content_grid .content_blog_list.three-columns .content_item_post{width:31.333%;}
.section_blog_content_grid .content_blog_list.four-columns .content_item_post{width:23%;}
@media screen and (max-width:960px){
.section_blog_content_grid .content_blog_list.three-columns .content_item_post{width:48%;}
}
@media screen and (max-width:768px){
.section_blog_header .box_content_header_blog{height:300px;}
.section_blog_header .box_content_header_blog{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;}
}
@media screen and (max-width:640px){
.section_blog_content_grid .content_blog_list.three-columns .content_item_post{width:98%;}
}
.permalink_absolute{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.content_item_post{position:relative;padding-bottom:60px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.content_item_post:hover .featured_image_post{-webkit-transform:scale(1.07, 1.07);transform:scale(1.07, 1.07);}
.content_item_post:hover .box_content_data_meta:before{opacity:1;}
.content_item_post:hover .content_readmore_post span a{text-indent:0;margin-right:10px;}
.content_item_post.related{padding-bottom:20px;}
.content_item_post.related .featured_image_post{height:250px;}
.content_item_post.related .title_post{margin-bottom:0 !important;}
.content_item_post .featured_image_post{height:300px;-webkit-transition:all .3s ease;transition:all .3s ease;}
.content_item_post .content_readmore_post{height:40px;line-height:40px;position:absolute;left:0;bottom:20px;width:100%;padding:0 40px;-webkit-text-emphasis:-50;text-emphasis:-50;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.content_item_post .content_readmore_post span{margin:0;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.content_item_post .content_readmore_post span a{position:relative;text-indent:-100px;display:inline-block;-webkit-transition:all .3s ease;transition:all .3s ease;color:#000000;text-transform:uppercase;font-size:14px;font-weight:700;}
.content_item_post .box_content_image{position:relative;overflow:hidden;}
.content_item_post .box_content_image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;opacity:0.3;z-index:1;}
.content_item_post .box_content_image .list_post_categories{position:absolute;top:20px;left:20px;z-index:2;}
.content_item_post .box_content_image .list_post_categories span{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.content_item_post .box_content_image .list_post_categories a{display:block;color:#FFFFFF;position:relative;padding:5px 10px;font-size:12px;line-height:18px;text-transform:uppercase;margin-right:5px;margin-bottom:5px;}
.content_item_post .box_content_image .list_post_categories a:last-child{margin-right:0;}
.content_item_post .box_content_image .list_post_categories a:before{content:"";position:absolute;top:0;left:0;background:#ffffff;opacity:0.2;width:100%;height:100%;border-radius:5px;}
.content_item_post .box_content_data_meta{padding:40px;padding-bottom:20px;position:relative;position:relative;}
.content_item_post .box_content_data_meta:before{content:"";width:100%;height:3px;position:absolute;top:0;left:0;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;}
.content_item_post .box_content_data_meta .date_post{display:block;margin-bottom:10px;text-transform:capitalize;}
.content_item_post .box_content_data_meta .title_post{font-size:24px;margin-bottom:20px;}
.content_item_post .box_content_data_meta .title_post a{color:#222733;}
.section_blog_content_single{position:relative;position:relative;padding:5em 0;background:#F6F6F6;}
.section_blog_content_single .wrapper__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_blog_content_single .wrapper__container .article_content_single{width:68%;margin:0;}
.section_blog_content_single .wrapper__container .aside_content_widgets{width:28%;margin:0;background:#FFFFFF;-webkit-box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);}
.title_section_blog{margin-bottom:60px;font-size:30px;}
.title_section_blog.center{text-align:center;}
.single .section_blog_header .box_content_header_blog .content_header_blog .title_post_detail{font-size:40px;line-height:48px;font-style:normal;font-weight:normal;text-transform:inherit;}
.single .section_blog_header .box_content_header_blog .content_header_blog .title_post_detail.center{text-align:center;}
.box_content_article{margin-bottom:50px;}
.box_content_author{padding:40px;background:#FFFFFF;-webkit-box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);box-shadow:0 3px 20px rgba(34, 39, 51, 0.03);}
.box_content_author a{color:#000000;}
@media screen and (max-width:768px){
.section_blog_content_single .wrapper__container .article_content_single, .section_blog_content_single .wrapper__container .aside_content_widgets{width:100%;}
.box_content_author{margin-bottom:30px;}
}
.article_content_single{position:relative;}
.article_content_single .box_content_article{position:relative;}
.article_content_single .box_content_article img.size-full{width:100%;height:auto;}
.article_content_single .box_content_article h1, .article_content_single .box_content_article h2, .article_content_single .box_content_article h3, .article_content_single .box_content_article h4, .article_content_single .box_content_article h5, .article_content_single .box_content_article h6{margin-bottom:20px;font-weight:normal;}
.article_content_single .box_content_article h1{font-size:38px;}
.article_content_single .box_content_article h2{font-size:35px;}
.article_content_single .box_content_article h3{font-size:30px;}
.article_content_single .box_content_article h4{font-size:25px;}
.article_content_single .box_content_article h5{font-size:20px;}
.article_content_single .box_content_article h6{font-size:18px;}
blockquote{border-left:3px solid #406958;color:#1a1a1a;font-family:Georgia, Times, "Times New Roman", serif;font-size:1.25em;font-style:italic;line-height:1.8em;margin:1em 0em;padding:1em 4em;position:relative;-webkit-transition:0.2s border ease-in-out;transition:0.2s border ease-in-out;z-index:0;background:#8080801f;}
blockquote:before, blockquote:after{position:absolute;}
blockquote:before{content:"";top:50%;left:-4px;height:2em;background-color:#fff;width:5px;margin-top:-1em;}
blockquote:after{content:"\e91d";top:50%;left:-0.5em;color:#406958;font-family:"icomoon";font-style:normal;line-height:1em;text-align:center;text-indent:-2px;width:1em;margin-top:-0.5em;-webkit-transition:0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;transition:0.2s all ease-in-out, 0.4s -webkit-transform ease-in-out;transition:0.2s all ease-in-out, 0.4s transform ease-in-out;transition:0.2s all ease-in-out, 0.4s transform ease-in-out, 0.4s -webkit-transform ease-in-out;}
.section_blog_grid{position:relative;padding:50px 0;}
.section_blog_grid .content_blog_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.section_blog_grid .content_blog_list.three article{width:31.333%;}
.section_blog_grid .content_blog_list article{margin:0 1%;margin-bottom:2%;-webkit-box-shadow:0 0 20px rgba(60, 60, 60, 0.2);box-shadow:0 0 20px rgba(60, 60, 60, 0.2);}
.section_blog_grid .content_blog_list article:hover .post_title a{color:#406958;}
.section_blog_grid .content_blog_list article:hover .post_date{color:#E30613;}
.section_blog_grid .content_blog_list article figure{margin:0;height:260px;position:relative;}
.section_blog_grid .content_blog_list article figure a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.section_blog_grid .content_blog_list article .post_title{color:#E30613;font-size:25px;margin-bottom:20px;}
.section_blog_grid .content_blog_list article .post_title a{color:#E30613;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.section_blog_grid .content_blog_list article .post_content{font-size:18px;margin-bottom:20px;}
.section_blog_grid .content_blog_list article .post_date{display:block;font-weight:bold;color:#406958;}
.section_blog_grid .content_blog_list article .box_content_article{padding:20px;}
@media screen and (max-width:768px){
.section_blog_grid .content_blog_list.three article{width:48%;}
}
@media screen and (max-width:640px){
.section_blog_grid .content_blog_list.three article{width:98%;margin-bottom:4%;}
}
.widgets_sidebar{padding:40px;}
.widgets_sidebar .widget-container{margin-bottom:30px;padding-bottom:30px;position:relative;}
.widgets_sidebar .widget-container:before{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background:#CECECE;}
.widgets_sidebar .widget-container:last-child:before{display:none;}
.widgets_sidebar .widget-container .widget-title{font-size:22px;margin-bottom:20px;}
.widgets_sidebar .widget-container ul{margin:0;padding:0;list-style:none;margin-bottom:10px;}
.widgets_sidebar .widget-container ul li{margin-bottom:10px;}
.widgets_sidebar .widget-container ul li:last-child{margin-bottom:0;}
.widgets_sidebar .widget-container ul li .post-date{display:inline-block;margin-top:5px;text-transform:capitalize;position:relative;padding:5px 10px;margin-bottom:10px;}
.widgets_sidebar .widget-container ul li .post-date:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#8080801f;opacity:0.8;z-index:0;border-radius:5px;}
.widgets_sidebar .widget-container ul li a{color:#000000;display:block;}
.widgets_sidebar .widget-container ul li:hover a{text-decoration:underline;}
.widgets_sidebar .widget-container .tagcloud{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.widgets_sidebar .widget-container .tagcloud a{color:#000000;position:relative;margin:0;margin-right:10px;margin-bottom:10px;border-radius:5px;position:relative;padding:5px 10px;font-size:16px !important;}
.widgets_sidebar .widget-container .tagcloud a:hover{text-decoration:underline;}
.widgets_sidebar .widget-container .tagcloud a:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#8080801f;}
.widgets_sidebar .widget-container .form_search_widget{border-radius:10px;border:solid 1px #CECECE;position:relative;}
.widgets_sidebar .widget-container .form_search_widget input{border:none;margin:0;padding:10px 15px;background:transparent;width:100%;}
.widgets_sidebar .widget-container .form_search_widget button{border:none;background:transparent;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px;}
.box_content_result{text-align:center;margin-bottom:50px;}
.box_content_no_result{text-align:center;}
.box_content_search_form{max-width:600px;width:100%;margin:0 auto;}
.box_content_search_form .widget_search{border-radius:10px;border:solid 1px #CECECE;background:#FFFFFF;position:relative;margin-bottom:20px;}
.box_content_search_form .widget_search input{width:100%;padding:10px 20px;outline:none;background:transparent;border:none;}
.box_content_search_form .widget_search button{position:absolute;top:50%;right:10px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border:none;background:transparent;}
.section_blog_header .box_content_header_blog .content_header_blog h1, .content_item_post .box_content_data_meta .excertp_post{font-family:'Lato', sans-serif;}
.section_blog_header .box_content_header_blog .content_header_blog h2, .title_section_blog{font-family:"Tiempos Text";color:#E30613;}
.section_blog_header .box_content_header_blog .content_header_blog h2.color--white, .title_section_blog.color--white{color:#FFFFFF;}
.single .section_blog_header .box_content_header_blog .content_header_blog h1{font-family:"Tiempos Text";}
.content_item_post:hover .box_content_data_meta .title_post a{color:#406958;}
.content_item_post .box_content_data_meta:before{background:#E30613;}
.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.alignleft{display:inline;float:left;margin-right:20px;}
.alignright{display:inline;float:right;margin-left:20px;}
.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;}
@media screen and (max-width:767px){
.alignleft{float:none;display:block;margin-right:0;margin-bottom:20px;}
.aligncenter{float:none;display:block;}
.alignright{float:none;display:block;margin-left:0;margin-bottom:20px;}
}
.wpcf7-form-control-wrap{display:block;}
.wpcf7 .wpcf7-not-valid-tip{padding-top:20px;font-size:12px !important;}
.wpcf7 .wpcf7-response-output{font-size:14px;margin:0px 0 !important;margin-top:0px !important;padding:15px !important;padding:10px;overflow:hidden;position:relative;background:#FFFFFF;-webkit-box-shadow:8px 8px 30px 0px rgba(42, 67, 113, 0.12);box-shadow:8px 8px 30px 0px rgba(42, 67, 113, 0.12);-webkit-transition:all 0.3s linear;transition:all 0.3s linear;font-family:'Lato', sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000000;font-size:16px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900;}
.style_radiobutton{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:initial !important;flex-wrap:initial !important;margin-bottom:13px;}
.style_radiobutton .wpcf7-form-control-wrap{margin-bottom:0 !important;}
.style_radiobutton .wpcf7-form-control-wrap .wpcf7-form-control{display:-webkit-box;display:-ms-flexbox;display:flex;border:none !important;}
.wpcf7_control_wrap{position:relative;}
.wpcf7_control_wrap label{color:#000000;position:absolute;top:0px;left:18px;-webkit-transition:all 0.25s cubic-bezier(0.2, 0, 0.03, 1);transition:all 0.25s cubic-bezier(0.2, 0, 0.03, 1);pointer-events:none;font-size:24px;font-weight:bold;color:#000000;text-transform:uppercase;}
.wpcf7_control_wrap.active label, .wpcf7_control_wrap.active label{color:#000000;top:-25px;-webkit-transition:all 0.125s cubic-bezier(0.2, 0, 0.03, 1);transition:all 0.125s cubic-bezier(0.2, 0, 0.03, 1);font-size:18px;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus{-webkit-text-fill-color:#162342;-webkit-box-shadow:0 0 0px 1000px #FFFFFF inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;}
input[type=number]{-moz-appearance:textfield;}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none;}
.wrapper_pagination_kwp{width:100%;margin-top:50px;}
.pagination_links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.pagination_links .page-numbers{width:45px;height:45px;line-height:45px;text-align:center;background:#F1F1F1;color:#406958;display:block;margin:0 7px;border-radius:50%;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;font-style:normal;font-weight:bold;font-size:17px;}
.pagination_links .page-numbers:hover{background:#E30613;color:#FFFFFF;}
.pagination_links .page-numbers.current{background:#E30613;color:#FFFFFF;-webkit-box-shadow:0px 9px 12px rgba(255, 0, 0, 0.25);box-shadow:0px 9px 12px rgba(255, 0, 0, 0.25);}
.pagination_links .prev.page-numbers, .pagination_links .next.page-numbers{font-size:0;position:relative;}
.pagination_links .prev.page-numbers:before, .pagination_links .next.page-numbers:before{content:"";position:absolute;top:50%;font-family:icomoon;font-size:15px;content:"\e8fe";}
.pagination_links .prev.page-numbers:before{-webkit-transform:translate(-50%, -50%) rotate(-180deg);transform:translate(-50%, -50%) rotate(-180deg);}
.pagination_links .next.page-numbers:before{-webkit-transform:translate(-50%, -50%) rotate(-360deg);transform:translate(-50%, -50%) rotate(-360deg);}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:0.8;}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden;}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;box-sizing:border-box;}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle;}
.mfp-align-top .mfp-container:before{display:none;}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045;}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width:100%;cursor:auto;}
.mfp-ajax-cur{cursor:progress;}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out;}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in;}
.mfp-auto-cursor .mfp-content{cursor:auto;}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.mfp-loading.mfp-figure{display:none;}
.mfp-hide{display:none !important;}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044;}
.mfp-preloader a{color:#CCC;}
.mfp-preloader a:hover{color:#FFF;}
.mfp-s-ready .mfp-preloader{display:none;}
.mfp-s-error .mfp-content{display:none;}
button.mfp-close, button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none;-ms-touch-action:manipulation;touch-action:manipulation;}
button::-moz-focus-inner{padding:0;border:0;}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial, Baskerville, monospace;}
.mfp-close:hover, .mfp-close:focus{opacity:1;}
.mfp-close:active{top:1px;}
.mfp-close-btn-in .mfp-close{color:#333;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%;}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap;}
.mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent;}
.mfp-arrow:active{margin-top:-54px;}
.mfp-arrow:hover, .mfp-arrow:focus{opacity:1;}
.mfp-arrow:before, .mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;}
.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px;}
.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7;}
.mfp-arrow-left{left:0;}
.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px;}
.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F;}
.mfp-arrow-right{right:0;}
.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px;}
.mfp-arrow-right:before{border-left:27px solid #3F3F3F;}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px;}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px;}
.mfp-iframe-holder .mfp-close{top:-40px;}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%;}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6);box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#000;}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto;}
.mfp-figure{line-height:0;}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, 0.6);box-shadow:0 0 8px rgba(0, 0, 0, 0.6);background:#444;}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px;}
.mfp-figure figure{margin:0;}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto;}
.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px;}
.mfp-image-holder .mfp-content{max-width:100%;}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer;}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0;}
.mfp-img-mobile img.mfp-img{padding:0;}
.mfp-img-mobile .mfp-figure:after{top:0;bottom:0;}
.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px;}
.mfp-img-mobile .mfp-bottom-bar{background:rgba(0, 0, 0, 0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;box-sizing:border-box;}
.mfp-img-mobile .mfp-bottom-bar:empty{padding:0;}
.mfp-img-mobile .mfp-counter{right:5px;top:3px;}
.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0, 0, 0, 0.6);position:fixed;text-align:center;padding:0;}
}
@media all and (max-width: 900px) {
.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75);}
.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0;}
.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%;}
.mfp-container{padding-left:6px;padding-right:6px;}
}
.title_general{font-family:"Scania Sans Headline V1";font-style:normal;font-weight:bold;font-size:55px;color:#F5F5F5;position:relative;margin-bottom:40px;line-height:50px;}
.title_page{font-family:'Lato', sans-serif;font-size:20px;line-height:28px;font-weight:400px;font-style:normal;text-transform:uppercase;color:#406958;margin-bottom:10px;position:relative;}
.title_page.center{text-align:center;}
.title_page.blanco{color:#FFFFFF;}
.title_page.red{font-size:50px;font-weight:700;color:#E30613;line-height:55px;margin-bottom:40px;}
.title_page.red:before{content:"";width:40px;height:2px;background:#E30613;position:absolute;top:20px;left:-55px;}
.subtitle_page{font-family:"Tiempos Text";font-size:35px;line-height:43px;font-style:normal;font-weight:normal;color:#E30613;margin-bottom:20px;}
.subtitle_page.center{text-align:center;}
.subtitle_page.blanco{color:#FFFFFF;}
@media screen and (max-width:768px){
.title_page.red{margin-bottom:40px;padding-bottom:30px;}
.title_page.red:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:inherit;bottom:0px;}
.subtitle_page{font-size:30px;line-height:38px;}
}
.button__g{overflow:hidden;display:inline-block;position:relative;overflow:hidden;border:none;padding:0;height:45px;line-height:45px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:15px;font-weight:700;cursor:pointer;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;color:#FFFFFF;font-family:'Lato', sans-serif;text-align:center;letter-spacing:0.08em;text-transform:uppercase;max-width:170px;width:100%;position:relative;}
.button__g:hover{opacity:0.5;}
.button__g.color-green{background:#406958;}
.button__g.color-red{background:#E30613;}
.button__g.green-line{background:transparent;border:solid 2px #406958;-webkit-box-sizing:border-box;box-sizing:border-box;color:#406958;}
.button__g.green-line:hover{background:#406958;color:#FFFFFF;}
.button__g.width-190{max-width:190px;}
.button__g.width-220{max-width:220px;}
.button__g.width-250{max-width:250px;}
.button__g.transparent{background:rgba(255, 255, 255, 0.15);border:1px solid #FFFFFF;-webkit-box-sizing:border-box;box-sizing:border-box;}
.button__g.transparent:hover{background:#406958;color:#FFFFFF;}
.section_proyectos_home{position:relative;background:#D9E2DC;padding-top:120px;}
@media screen and (max-width:640px){
.section_proyectos_home{padding-top:40px;}
}
.section_proyectos_home .wrapper__container{max-width:1356px;}
.section_proyectos_home .section_general_proyectos .content_promociones_list{padding-left:0;}
.section_proyectos_home .content_promociones_list:before{display:none;}
.section_proyectos_home .section_general_proyectos .content_promociones_list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.section_proyectos_home .content_promociones_list .grid_item_promocion{max-width:485px;}
.section_proyectos_home .content_promociones_list .grid_item_promocion .box_content_promocion{background:#FFFFFF;}
.section_proyectos_home .content_promociones_list .grid_item_promocion .box_content_promocion .promo_title{margin-bottom:0;color:#666 !important;font-family:'lato';text-transform:uppercase;}
.section_proyectos_home .content_promociones_list .grid_item_promocion:nth-child(even){margin-top:0;}
.section_proyectos_home .content_promociones_list .grid_item_promocion:nth-child(odd){margin-top:30px;}
.section_proyectos_home .section_general_proyectos{padding-bottom:50px;}
.content_data_header_general{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px;}
@media screen and (max-width:640px){
.content_data_header_general{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px;}
.box_data_header_general{width:100%;text-align:center;}
.section_proyectos_home .content_promociones_list .grid_item_promocion:nth-child(odd){margin-top:0;}
.section_proyectos_home .content_promociones_list .grid_item_promocion{margin:0 0;margin-bottom:20px;}
}
.section_about_us_home{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#FFFFFF;overflow:hidden;}
.section_about_us_home:before{content:"";position:absolute;top:-66px;left:0;width:50%;height:100%;background:#92C2B2;}
.section_about_us_home .column_about_us_home{width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}
.section_about_us_home .column_about_us_home.content_image_about_us{background:#D9E2DC;}
.section_about_us_home .column_about_us_home.content_image_about_us:before{content:"";width:78px;height:100%;position:absolute;background:#92C2B2;top:0;left:0;}
.section_about_us_home .content_about_us_home{max-width:600px;width:100%;margin:0 auto;margin-right:0;padding-right:146px;position:relative;}
.section_about_us_home .content_about_us_home .content_info_about_us_home{color:#FFFFFF;font-size:16px;font-weight:400;line-height:20px;font-style:normal;margin-bottom:30px;}
.section_about_us_home .content_about_us_home .subtitle_page{font-size:38px;}
.section_about_us_home .image_about_us_home{height:544px;width:100%;position:relative;margin-top:66px;}
.section_about_us_home .image_about_us_home:hover .btn_play_animate i{color:#406958;}
.section_about_us_home .image_about_us_home .btn_play_animate{top:inherit;bottom:-20px;left:0px;}
@media screen and (max-width:1024px){
.section_about_us_home .image_about_us_home{margin-top:0;}
.section_about_us_home:before{top:0;}
.section_about_us_home .image_about_us_home .btn_play_animate{top:50%;left:50%;}
.section_about_us_home .content_about_us_home{width:100%;padding-left:20px;padding-right:20px;margin-right:auto;max-width:100%;}
}
@media screen and (max-width:768px){
.section_about_us_home .column_about_us_home{width:100%;}
.section_about_us_home:before{width:100%;}
.section_about_us_home .content_about_us_home{padding-top:50px;padding-bottom:50px;text-align:center;}
.section_about_us_home .image_about_us_home{height:350px;}
}
.section_news_home{position:relative;padding:70px;}
.section_news_home .content_header_news{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px;}
.section_news_home .content_data_news{margin-bottom:20px;margin:0 -12px;}
.section_news_home .content_data_news .article_item_news_home{margin:0 12px;border:solid 1px #D9E2DC;-webkit-box-sizing:border-box;box-sizing:border-box;}
.section_news_home .content_data_news .article_item_news_home:hover .image_post_news_home{-webkit-transform:scale(1.2);transform:scale(1.2);}
.section_news_home .content_data_news .article_item_news_home:hover .date_news_home{color:#406958 !important;}
.section_news_home .content_data_news .article_item_news_home:hover .category_news_home a:before{opacity:1;}
.section_news_home .content_data_news .article_item_news_home figure{height:260px;position:relative;overflow:hidden;}
.section_news_home .content_data_news .article_item_news_home .image_post_news_home{position:absolute;width:100%;height:100%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease, -webkit-transform .5s ease;}
.section_news_home .content_data_news .article_item_news_home .image_post_news_home a{position:absolute;top:0;left:0;width:100%;height:100%;}
.section_news_home .content_data_news .article_item_news_home .category_news_home{position:absolute;top:20px;left:20px;z-index:2;}
.section_news_home .content_data_news .article_item_news_home .category_news_home a{position:relative;color:#406958;font-size:16px;line-height:23px;display:inline-block;padding:5px 10px;}
.section_news_home .content_data_news .article_item_news_home .category_news_home a:before{content:"";position:absolute;top:0;left:0;background:#92C2B2;opacity:0.6;width:100%;height:100%;z-index:-1;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home{padding:22px;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .date_news_home{display:block;color:#E30613;font-size:16px;font-family:'Lato', sans-serif;font-weight:700;font-style:normal;margin-bottom:16px;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink .title_post_news_home{width:212px;padding-right:30px;margin:0;margin-right:30px;font-size:17px;color:#3A3A3A;font-weight:700;font-family:'Lato', sans-serif;line-height:23px;padding-top:5px;padding-bottom:5px;position:relative;height:75px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink .title_post_news_home:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:#C8C8C8;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink .title_post_news_home span{margin:0;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink .link_post_news_home{width:22%;margin:0;color:#406958;font-size:17px;font-weight:700;font-family:'Lato', sans-serif;line-height:20px;}
.section_news_home .content_footer_news{position:relative;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_news_home .content_footer_news .paging_news_home{height:60px;line-height:60px;color:#3A3A3A;font-size:16px;font-weight:400;display:block;width:100px;letter-spacing:6px;}
.section_news_home .content_footer_news .box_content_btn_slider{top:inherit;right:inherit;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-20px;}
.section_news_home .content_footer_news .box_content_btn_slider button{margin:0;}
.section_news_home .content_footer_news .box_content_btn_slider button:before{color:#A0A0A0;}
.section_news_home .content_footer_news .box_content_btn_slider button:hover:before{color:#406958;}
.progress_news_home{display:block;width:100%;height:7px;overflow:hidden;background-color:#D9E2DC;background-image:-webkit-gradient(linear, left top, right top, from(#406958), to(#406958));background-image:linear-gradient(to right, #406958, #406958);background-repeat:no-repeat;background-size:0 100%;-webkit-transition:background-size .4s ease-in-out;transition:background-size .4s ease-in-out;margin-right:30px;}
.slider__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;}
@media screen and (max-width:768px){
.section_news_home .content_header_news{width:100%;text-align:center;}
.section_news_home .content_header_news .options_data_widget{width:100%;}
.section_news_home .content_header_news .button__g{margin:0 auto;}
.section_news_home .content_data_news .article_item_news_home .box_meta_news_home .box_title_permalink .title_post_news_home{width:80%;}
.section_news_home .content_footer_news .box_content_btn_slider{margin-right:0;bottom:0;right:-55px;left:inherit;}
}
@media screen and (max-width:640px){
.section_news_home{padding-left:0;padding-right:0;}
}
.main__site__full{height:100%;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}
.main_home{height:100%;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;}
.content_banner_header{height:495px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}
.content_banner_header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(22, 35, 66, 0.0001)), to(#162342));background:linear-gradient(180deg, rgba(22, 35, 66, 0.0001) 0%, #162342 100%);mix-blend-mode:normal;opacity:0.75;}
.content_banner_header .style_title_banner{font-family:"Scania Sans Headline V1";color:#FFFFFF;display:block;}
.content_banner_header .style_title_banner.title_banner{font-size:42px;font-weight:600;}
.content_banner_header .style_title_banner.subtitle_banner{font-size:24px;font-weight:400;margin:10px 0;}
@media screen and (max-width:768px){
.content_banner_header .style_title_banner{text-align:center;}
.content_banner_header .style_title_banner.title_banner{font-size:35px;}
}
@media screen and (max-width:480px){
.content_banner_header{height:250px;}
.content_banner_header .wrapper__container{margin-top:-50px;}
.content_banner_header .style_title_banner.title_banner{font-size:20px;}
.content_banner_header .style_title_banner.subtitle_banner{font-size:16px;}
}
.secion_content_steps_icons{padding-top:73px;padding-bottom:130px;}
.secion_content_steps_icons .title_section_home{max-width:510px;width:100%;text-align:center;color:#162342;font-family:"Scania Sans Headline V1";font-size:24px;font-weight:600;margin:0 auto;margin-bottom:85px;}
.secion_content_steps_icons .list_icons_steps_home{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;}
.secion_content_steps_icons .list_icons_steps_home li{width:31.333%;margin:0 1%;}
.secion_content_steps_icons .list_icons_steps_home li figure{margin:0 auto;width:194px;height:194px;background:#F5F5F5;border-radius:50%;margin-bottom:45px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.secion_content_steps_icons .list_icons_steps_home li figure img{display:block;}
.secion_content_steps_icons .list_icons_steps_home li span{display:block;text-align:center;letter-spacing:0.666667px;font-family:"Scania Sans Headline V1";font-weight:600;color:#162342;}
@media screen and (max-width:640px){
.secion_content_steps_icons .list_icons_steps_home li{width:100%;margin:0;margin-bottom:45px;}
.secion_content_steps_icons .list_icons_steps_home li:last-child{margin-bottom:0;}
}
.section_content_form_home{padding:45px 0;padding-top:0;margin-top:-60px;}
.section_content_form_home .wrapper__container{max-width:1100px;width:100%;}
.section_content_form_home .filter-wrapper-fields{background:#F5F5F5;padding:40px;margin-bottom:45px;padding-top:35px;}
.section_content_form_home .filter-wrapper-fields i{border-radius:50%;width:50px;height:50px;line-height:50px;text-align:center;background:#65B265;color:#FFFFFF;display:block;margin:0 auto;margin-bottom:20px;}
.section_content_form_home .filter-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.content_step_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px;}
.content_step_section:after{content:"1";width:50px;height:50px;background:#162342;color:#FFFFFF;border-radius:50%;margin-left:20px;text-align:center;line-height:50px;font-size:24px;font-weight:bold;}
.page-template-theme-datos .content_step_section:after{content:"2";}
.page-template-theme-datos .section_content_form_home .wrapper__container .filter-wrapper-fields{margin-bottom:10px;}
.title_middle_section{color:#162342;font-size:24px;font-weight:bold;margin:0;}
.subtitle_middle_section{color:#162342;font-size:16px;font-weight:bold;text-align:center;display:block;text-align:center;margin-bottom:25px;}
.page-template-theme-inicio .wpcf7-form-control-wrap{margin-bottom:0 !important;}
@media screen and (max-width:768px){
.wpcf7_column_5 .wpcf7_column{width:100%;margin:1% 0;}
}
.list_data_step_01{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;}
.list_data_step_01 li{width:31.333%;margin:0 1%;margin-bottom:2%;font-family:"Scania Sans V1";}
@media screen and (max-width:640px){
.list_data_step_01 li{width:48%;}
}
@media screen and (max-width:480px){
.list_data_step_01 li{width:100%;margin-left:0;margin-right:0;}
.list_data_step_01 li:last-child{margin-bottom:0;}
}
.noticias-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:57px;margin-top:40px;}
.noticias-top h2{font-size:16px;line-height:28px;text-transform:uppercase;color:#3A3A3A;font-family:'Lato', sans-serif;}
.noticias-top h3{font-size:35px;line-height:43px;color:#E30613;font-family:"Tiempos Text";}
.noticias-top .btn-blog a{font-size:15px;line-height:20px;text-align:center;text-transform:uppercase;font-family:'Lato', sans-serif;font-weight:bold;color:#406958;border:2px solid #406958;-webkit-box-sizing:border-box;box-sizing:border-box;padding:14px 52px;}
.inner-noticias .article-standard{margin-right:24px;}
.inner-noticias .articles{margin-bottom:45px;}
.inner-noticias .articles a.bg_responsive{max-width:384px;min-height:260px;display:block;margin:0;}
.inner-noticias .articles .art-inner{border-right:1px solid #D9E2DC;border-left:1px solid #D9E2DC;border-bottom:1px solid #D9E2DC;padding:22px;}
.inner-noticias .articles .art-inner .fecha{color:#E30613;font-size:15px;line-height:23px;font-weight:bold;margin-bottom:13px;}
.inner-noticias .articles .art-inner .textos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.inner-noticias .articles .art-inner h3{margin:0;font-size:15px;line-height:23px;font-weight:bold;font-family:'Lato', sans-serif;color:#3A3A3A;border-right:1px solid #C8C8C8;padding:4px 32px 4px 0;max-width:214px;width:100%;}
.inner-noticias .articles .art-inner .mas{color:#406958;font-size:15px;line-height:20px;font-weight:bold;font-family:'Lato', sans-serif;}
.nosotros{position:relative;}
.nosotros .boton-play{position:absolute;z-index:9;width:228px;border:1.5px solid #D9E2DC;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;right:0;bottom:40px;margin:auto;height:228px;border-radius:126px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.nosotros .boton-play .second-play{width:124px;height:124px;border-radius:126px;border:1.5px solid #D9E2DC;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.nosotros .boton-play .second-play a{width:80px;height:80px;background:#fff;border-radius:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.nosotros .boton-play .second-play a:before{font-family:'icomoon';content:'\e90e';color:#E30613;font-size:20px;margin-left:7px;}
.nosotros .contenidos{background:#92C2B2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;}
.nosotros .contenidos h3, .nosotros .contenidos h2, .nosotros .contenidos p{color:#fff;}
.nosotros .contenidos h2{font-size:16px;line-height:28px;text-transform:uppercase;font-family:'Lato', sans-serif;font-weight:bold;}
.nosotros .contenidos h3{font-size:40px;line-height:43px;font-family:"Tiempos Text";margin-bottom:22px;}
.nosotros .contenidos p{font-size:16px;line-height:126%;font-family:'Lato', sans-serif;}
.nosotros .contenidos .link-noso{margin-top:38px;}
.nosotros .contenidos .link-noso a{color:#fff;font-size:13px;line-height:16px;font-weight:bold;font-family:'Lato', sans-serif;background:#E30613;padding:12px 38px;text-transform:uppercase;}
.nosotros .contenidos .inner{max-width:476px;}
.nosotros .foto figure{min-height:544px;width:100%;}
.section_01_contact{padding:72px 0;position:relative;}
.custom_bg_color{position:relative;}
.custom_bg_color:before{content:"";position:absolute;top:0;height:100%;width:42%;}
.custom_bg_color:before{background:#D9E2DC;}
.row_grid_content_contact{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.row_grid_content_contact.line_fixed{position:relative;}
.row_grid_content_contact.line_fixed:before{content:"";position:absolute;width:1px;height:300px;left:0px;bottom:-50px;background:#406958;}
.row_grid_content_contact .info_contact_intro, .row_grid_content_contact figure{margin:0;}
.row_grid_content_contact .info_contact_intro{width:23%;}
.row_grid_content_contact .image_featured_form{max-width:827px;width:100%;height:330px;}
.row_grid_content_contact .image_featured_form img{display:block;width:100%;height:auto;}
.section_02_contact{padding-bottom:50px;}
.box_information_contact{width:40%;padding-left:80px;padding-right:90px;}
.box_information_contact .widget_content{margin-bottom:80px;}
.box_information_contact .widget_content:last-child{margin-bottom:0;}
.box_information_contact .widget_content .widget_content_box h3{font-size:20px;line-height:28px;color:#406958;font-family:'Lato', sans-serif;margin-bottom:25px;font-weight:700;}
.box_information_contact .widget_content .widget_content_box .icon_widget{padding-left:35px;position:relative;display:block;}
.box_information_contact .widget_content .widget_content_box .icon_widget span{font-size:20px;line-height:28px;color:#3A3A3A;font-family:'Lato', sans-serif;font-style:normal;font-weight:400;}
.box_information_contact .widget_content .widget_content_box .icon_widget:before{content:"";font-family:icomoon;position:absolute;left:0;color:#E30613;top:0;font-size:28px;}
.box_information_contact .widget_content .widget_content_box .adress:before{content:"\e90d";}
.box_information_contact .widget_content .widget_content_box .phone:before{content:"\e90c";font-size:20px;}
.box_information_contact .widget_content .widget_content_box .email:before{content:"\e90a";font-size:18px;}
.widget_content_box a{color:#406958;word-wrap:break-word;}
.title_left_rotate{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;left:-350px;bottom:440px;text-transform:uppercase;color:#406958;font-size:40px;font-family:'Lato', sans-serif;font-style:normal;font-weight:300;height:50px;width:600px;}
.box_form_contact{width:60%;}
.box_form_contact h3{margin-bottom:30px;}
@media screen and (max-width:1370px){
.box_information_contact, .box_form_contact{width:50%;}
.box_information_contact{padding-left:80px;}
.box_form_contact{padding:0 20px;}
.custom_bg_color:before{width:45%;}
.row_grid_content_contact.line_fixed:before{left:50px;}
.row_grid_content_contact.line_fixed .title_left_rotate{left:-315px;}
}
@media screen and (max-width:1024px){
.box_information_contact{padding-left:20px;padding-right:20px;}
.row_grid_content_contact.line_fixed:before, .row_grid_content_contact.line_fixed .title_left_rotate{display:none;}
.row_grid_content_contact .image_featured_form{margin:0 auto;}
.row_grid_content_contact .info_contact_intro{width:100%;text-align:center;margin-bottom:30px;}
}
@media screen and (max-width:768px){
.box_information_contact, .box_form_contact{width:100%;}
.custom_bg_color:before{display:none;}
.box_information_contact, .box_form_contact{padding:0 0px;}
.box_information_contact{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:50px;}
.box_information_contact .widget_content{width:31.333%;margin:0 1%;}
.row_grid_content_contact .info_contact_intro{width:100%;text-align:center;margin-bottom:30px;}
}
@media screen and (max-width:640px){
.box_information_contact .widget_content{width:98%;text-align:center;margin-bottom:30px;}
.box_information_contact .widget_content:last-child{margin-bottom:0;}
.widget_content_box{max-width:400px;width:100%;margin:0 auto;}
.row_grid_content_contact .image_featured_form{height:250px;}
.box_form_contact h3{text-align:center;}
.box_information_contact .widget_content .widget_content_box .icon_widget{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;}
.box_information_contact .widget_content .widget_content_box .icon_widget:before{position:relative;left:inherit;top:inherit;vertical-align:middle;margin-right:15px;}
}
.content_form_reclamos{max-width:844px;width:100%;margin:0 auto;margin-top:60px;}
.wrapper_form_cf7.message_absolute .wpcf7-not-valid-tip{display:none !important;}
.wrapper_form_cf7 h3{font-size:18px !important;color:#3A3A3A !important;font-weight:bold !important;font-style:normal !important;font-family:'Lato', sans-serif;margin:20px 0;}
.wrapper_form_cf7 label{cursor:inherit;display:block;}
.wrapper_form_cf7 .message_information{color:#676767;font-size:13px;font-weight:400;font-style:normal;margin-left:0;margin-right:0;margin-bottom:10px;display:block;width:100%;}
.wrapper_form_cf7 .message_information.color-red{color:#E30613;}
.wrapper_form_cf7 .wpcf7-form-control-wrap{display:block;margin:0;margin-bottom:12px;width:100%;position:relative;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control{width:100%;border:1px solid #A0A3AA;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 20px;line-height:50px;font-family:'Lato', sans-serif;color:#3A3A3A;-webkit-transition:all 400ms ease;transition:all 400ms ease;font-size:16px;background:#FFFFFF;border-radius:3px;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance{background:transparent;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder{color:#162342;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder{color:#162342;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder{color:#162342;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control::-ms-input-placeholder{color:#162342;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control::placeholder{color:#162342;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control:focus{border:solid 1px #478F71;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{height:90px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;resize:none;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio{padding:0 0;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first{margin-left:0;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance{border:none;margin:0;padding-left:0;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item{margin:0;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number::-webkit-inner-spin-button, .wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-number::-webkit-outer-spin-button{appearance:none;-moz-appearance:none;-webkit-appearance:none;margin:0;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item-label{cursor:pointer;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .wpcf7-not-valid{border:solid 1px #E30613;}
.style_select .wpcf7-form-control-wrap:after{content:"\e8fe";position:absolute;top:50%;right:20px;font-family:icomoon;pointer-events:none;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);}
@media screen and (max-width:768px){
.style_select .wpcf7-form-control-wrap:after{right:11px;font-size:10px;}
}
.style_select .wpcf7-form-control{padding-right:40px;}
.row_grid{position:relative;}
.row_grid.column_1 .column{width:100%;}
.row_grid.column_2 .column{width:48%;}
.row_grid.column_2 .column:first-child{margin-right:2%;}
.row_grid.column_2 .column:last-child{margin-left:2%;}
.row_grid.column_3 .column{width:31%;margin:0 1%;}
.row_grid.column_3 .column:first-child{margin-right:2%;margin-left:0;}
.row_grid.column_3 .column:last-child{margin-left:2%;margin-right:0;}
.row_grid .column label{display:block;color:#464A50;margin-bottom:10px;}
.wpcf7_submmit{max-width:234px;width:100%;margin:0 auto;position:relative;margin-bottom:25px;}
.wpcf7_submmit .wpcf7-submit{background:#162342;color:#FFFFFF;}
.wpcf7_submmit .wpcf7-submit:disabled{background:#F5F5F5;color:#162342;}
.wpcf7_submmit span{position:absolute !important;right:-30px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0 !important;}
.wpcf7 form.sent .wpcf7-response-output{display:none !important;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label, .wpcf7-form .wpcf7-radio .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-form .wpcf7-radio .wpcf7-list-item-label{position:relative;display:block;padding:4px 0;padding-left:30px;line-height:18px;font-family:'Lato', sans-serif;font-size:16px;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label a, .wpcf7-form .wpcf7-radio .wpcf7-list-item-label a{color:#162342;text-decoration:underline;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:before, .wpcf7-form .wpcf7-radio .wpcf7-list-item-label:before{content:'';position:absolute;width:22px;height:22px;border:1px solid #A0A3AA;border-radius:3px;left:0px;top:1px;}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label:after, .wpcf7-form .wpcf7-radio .wpcf7-list-item-label:after{content:'\e914';font-family:icomoon;position:absolute;width:22px;height:22px;line-height:22px;text-align:center;font-size:18px;opacity:0;visibility:hidden;-webkit-transition:all 400ms ease;transition:all 400ms ease;color:#162342;top:0;left:0;}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:before{border-radius:50%;border:1px solid #D7D7D7;width:21px;height:21px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:after{content:"";background:#E30613;top:50%;border-radius:50%;width:11px;height:11px;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5px;}
.wpcf7-form .wpcf7-acceptance input[type='checkbox'],
.wpcf7-form .wpcf7-radio input[type='radio']{position:absolute;left:0px;top:0px;opacity:0;visibility:hidden;}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked~.wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-radio input[type="radio"]:checked~.wpcf7-list-item-label:after{opacity:1;visibility:visible;-webkit-transition:all 400ms ease;transition:all 400ms ease;}
.wpcf7-form .wpcf7-radio input[type="radio"]:checked~.wpcf7-list-item-label:before{border:1px solid #E30613 !important;}
.wrapper_wpcf7_submit{width:200px;position:relative;margin-bottom:20px !important;}
.wrapper_wpcf7_submit.red .wpcf7-submit{background:#E30613;}
.wrapper_wpcf7_submit.red .wpcf7-submit:disabled:hover{background:#E30613;}
.wrapper_wpcf7_submit .wpcf7-submit{background:#406958;color:#FFFFFF;font-family:'Lato', sans-serif;text-transform:uppercase;font-size:16px;height:50px;line-height:50px;width:100%;text-align:center;outline:none;border:none;-webkit-transition:all 400ms ease;transition:all 400ms ease;}
.wrapper_wpcf7_submit .wpcf7-submit:disabled{opacity:0.5;}
.wrapper_wpcf7_submit .wpcf7-submit:disabled:hover{background:#406958;}
.wrapper_wpcf7_submit.center{margin:0 auto;}
.wrapper_wpcf7_submit .ajax-loader{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.wrapper_form_cf7_message_absolute .wpcf7-not-valid-tip{position:absolute;top:0;left:0;background:#FFFFFF;border:solid 1px red;border-radius:5px;width:100%;height:100%;padding:0 18px;padding-top:10px;display:none !important;}
.wrapper_form_cf7_message_absolute .wpcf7-not-valid{border:solid 1px red !important;}
@media only screen and (max-width: 640px) {
.row_grid.column_2 .column{width:100%;}
.row_grid.column_2 .column:first-child{margin-right:0;}
.row_grid.column_2 .column:last-child{margin-left:0;}
.row_grid.column_3 .column{width:100%;margin:0;}
.row_grid.column_3 .column:first-child{margin-right:0;}
.row_grid.column_3 .column:last-child{margin-left:0;}
}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler{margin-bottom:0;border:1px solid #A0A3AA;border-radius:3px;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler h5, .wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler span{display:none;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-btn-wrap{text-align:left;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-btn-wrap a{color:#3A3A3A;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-btn-wrap a:before{content:"\e91e";font-family:icomoon;font-size:20px;color:#3A3A3A;margin-right:15px;}
@media only screen and (max-width: 480px) {
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-inner{white-space:inherit;text-overflow:inherit;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-btn-wrap a{text-align:center;}
.wrapper_form_cf7 .wpcf7-form-control-wrap .codedropz-upload-handler .codedropz-btn-wrap a:before{display:block;margin:0 auto;margin-bottom:10px;}
}
.section_intro_about_us{background:#D9E2DC;padding:115px 0;padding-bottom:80px;}
.section_intro_about_us .content_intro_text_about_us{max-width:1000px;margin:0 auto;}
.section_intro_about_us .row_grid_introtext_about_us{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.section_intro_about_us .row_grid_introtext_about_us .subtitle_page{width:35%;}
.section_intro_about_us .row_grid_introtext_about_us .content_page{width:65%;font-size:20px;font-weight:700;font-style:normal;font-family:'Lato', sans-serif;color:#3A3A3A;line-height:28px;}
.section_intro_about_us .row_grid_introtext_about_us .content_page p{margin-bottom:19px;}
.section_video_about_us{position:relative;padding-bottom:86px;}
.section_video_about_us:before{content:"";position:absolute;top:0;left:0;height:235px;width:100%;background:#D9E2DC;}
.section_video_about_us .wrapper__container{max-width:1400px;}
.section_video_about_us .cover_video_about_us{height:500px;position:relative;}
.section_video_about_us .cover_video_about_us:hover .btn_play_animate .icon-play{color:#E30613;}
.section_quote_about_us{position:relative;}
.section_quote_about_us .content_quote_about_us{max-width:800px;width:100%;margin:0 auto;position:relative;font-family:"Tiempos Text";font-weight:400;font-size:20px;line-height:28px;color:#3A3A3A;text-align:center;margin-bottom:60px;}
.section_quote_about_us .content_quote_about_us:before, .section_quote_about_us .content_quote_about_us:after{content:"\e91d";font-family:icomoon;font-size:50px;color:#92C2B2;position:absolute;width:82px;height:64px;line-height:64px;text-align:center;}
.section_quote_about_us .content_quote_about_us:before{left:-102px;top:-34px;}
.section_quote_about_us .content_quote_about_us:after{right:-102px;bottom:-34px;-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.section_firma_about_us{margin-bottom:90px;}
.section_firma_about_us .wrapper__container{border-bottom:solid 1px #CACACA;}
.section_firma_about_us figure{max-width:240px;margin:0 auto;margin-bottom:46px;padding-top:5px;}
.section_firma_about_us figure img{width:100%;height:auto;}
.section_pilares_about_us{position:relative;padding-bottom:100px;}
.section_pilares_about_us h3{margin-bottom:40px;}
.section_pilares_about_us .lista_valores_nosotros{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1%;padding:0;list-style:none;}
.section_pilares_about_us .lista_valores_nosotros li{width:23%;margin:0 1%;height:127px;margin-bottom:2%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:solid 1px #D9E2DC;-webkit-box-sizing:border-box;box-sizing:border-box;background:#FFFFFF;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;}
.section_pilares_about_us .lista_valores_nosotros li figure, .section_pilares_about_us .lista_valores_nosotros li span{margin:0;}
.section_pilares_about_us .lista_valores_nosotros li figure{margin-right:30px;}
.section_pilares_about_us .lista_valores_nosotros li span{font-size:20px;line-height:28px;font-weight:700;font-style:normal;color:#406958;}
.section_history_about_us{position:relative;background:#92C2B2;}
.section_history_about_us:after, .section_history_about_us:before{content:"";position:absolute;background:#FFFFFF;width:100%;left:0;}
.section_history_about_us:before{height:65px;top:0;}
.section_history_about_us:after{height:1px;bottom:71px;}
.section_history_about_us .box_content_btn_slider{top:inherit;bottom:147px;left:0px;right:inherit;}
.item_slider_history_about_us{padding-bottom:148px;}
.item_slider_history_about_us article{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.item_slider_history_about_us article .box_info_history_about_us{width:40%;padding-right:44px;}
.item_slider_history_about_us article figure{width:60%;position:relative;}
.item_slider_history_about_us article figure .content_image_hystory_about_us{height:542px;}
.item_slider_history_about_us article figure .data_year_history{color:#FFFFFF;text-align:center;font-size:15px;font-weight:700;line-height:23px;position:absolute;bottom:-120px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.item_slider_history_about_us article figure .data_year_history:before, .item_slider_history_about_us article figure .data_year_history:after{content:"";background:#FFFFFF;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-72px;}
.item_slider_history_about_us article figure .data_year_history:before{width:12px;height:12px;border-radius:50%;}
.item_slider_history_about_us article figure .data_year_history:after{width:1px;height:50px;}
.item_slider_history_about_us .box_info_history_about_us .content_history_about_us{color:#FFFFFF;font-size:18px;font-weight:400;font-family:'Lato', sans-serif;line-height:23px;}
@media screen and (max-width:1024px){
.section_history_about_us .box_content_btn_slider{left:20px;}
}
@media screen and (max-width:768px){
.section_quote_about_us .content_quote_about_us:before, .section_quote_about_us .content_quote_about_us:after{position:relative;top:inherit;bottom:inherit;left:inherit;right:inherit;display:block;margin:0 auto;}
.section_quote_about_us .content_quote_about_us:before{margin-bottom:20px;}
.section_quote_about_us .content_quote_about_us:after{margin-top:30px;}
.section_pilares_about_us .lista_valores_nosotros li{width:48%;}
.section_pilares_about_us h3{text-align:center;}
.item_slider_history_about_us article .box_info_history_about_us{width:100%;text-align:center;margin-bottom:30px;padding-right:0;}
.slider_history_about_us .subtitle_page{margin-bottom:40px;}
.item_slider_history_about_us article figure{width:100%;}
.item_slider_history_about_us article figure .content_image_hystory_about_us{height:350px;}
.section_history_about_us .box_content_btn_slider{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:81px;}
.item_slider_history_about_us article figure .data_year_history:before, .item_slider_history_about_us article figure .data_year_history:after{display:none;}
.item_slider_history_about_us article figure .data_year_history{bottom:-50px;position:relative;display:block;width:100%;bottom:inherit;padding:20px 0px;}
.item_slider_history_about_us{padding-bottom:90px;}
.section_history_about_us .box_content_btn_slider{bottom:10px;}
.section_history_about_us:after{bottom:80px;}
}
@media screen and (max-width:640px){
.content_intro_text_about_us .title_page, .section_intro_about_us .row_grid_introtext_about_us .subtitle_page, .section_intro_about_us .row_grid_introtext_about_us .content_page{text-align:center;width:100%;}
.section_video_about_us .cover_video_about_us{height:300px;}
.btn_play_lines{width:150px;height:150px;}
.btn_play_lines:after{width:100px;height:100px;}
.btn_play_lines:before{width:60px;height:60px;line-height:60px;}
.section_quote_about_us .content_quote_about_us:before, .section_quote_about_us .content_quote_about_us:after{font-size:40px;}
}
@media screen and (max-width:480px){
.section_pilares_about_us .lista_valores_nosotros li{width:100%;margin-left:0;margin-right:0;margin-bottom:20px;}
}
.send_404{height:660px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;position:relative;}
.send_404 .wrapper__container{max-width:760px;}
.send_404 figure{max-width:100px;margin-bottom:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.send_404 figure img{width:100%;height:auto;}
.send_404 h3{font-family:'Lato', sans-serif;font-size:36px;color:#000000;margin-bottom:15px;font-weight:700;}
.send_404 .text__404__send{font-size:17px;margin-bottom:30px;font-family:'Lato', sans-serif;font-weight:400;color:#000000;}
.section_content_columns_top .wrapper__container{max-width:1100px;width:100%;}
.page-template-theme-finalizar .content_banner_header{height:380px;text-align:center;}
.page-template-theme-finalizar .style_title_banner.title_banner{font-size:30px;}
.page-template-theme-finalizar .content_message_header{max-width:650px;margin:100%;margin:0 auto;font-family:"Scania Sans V1";color:#FFFFFF;display:block;padding-top:25px;}
.row_column_2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-50px;margin-bottom:2%;}
.row_column_2 .column_50{width:49%;background:#F5F5F5;padding:50px;}
h3.title_widget_section{font-family:"Scania Sans Headline V1";color:#162342;font-size:18px;font-weight:bold;margin-bottom:25px;}
.list_bullets_list_data{margin:0;padding:0;list-style:circle;font-family:"Scania Sans V1";font-style:normal;font-weight:normal;font-size:16px;color:#162342;margin-left:18px;}
.list_bullets_list_data li{margin-bottom:16px;}
.list_bullets_list_data li:last-child{margin-bottom:0;}
.content_google_maps{height:383px;position:relative;margin-bottom:2%;}
.content_google_maps .gmaps_location{width:100%;height:100%;}
.content_menssage_box{max-width:385px;position:absolute;top:10px;left:10px;background:#FFFFFF;padding:40px;z-index:2;}
.content_menssage_box .content_direccion_box{font-family:"Scania Sans V1";font-size:16px;color:#162342;}
.content_information_list{padding:50px;padding-bottom:30px;margin-bottom:100px;background:#F5F5F5;color:#162342;font-family:"Scania Sans V1";background-image:url(//molero.com.pe/wp-content/themes/wp-theme-molero/assets/images/design_lines.png);background-repeat:no-repeat;background-position:bottom right;}
.content_information_list ol{margin:0;padding:0;margin-bottom:20px;margin-left:15px;}
.content_information_list ol li::marker{color:#162342;font-weight:bold;}
.content_information_list ol li{margin-bottom:10px;font-size:16px;}
.content_information_list ol li:last-child{margin-bottom:0;}
@media screen and (max-width:768px){
.content_menssage_box{max-width:98%;width:98%;padding:20px 5%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);text-align:center;top:10px;}
}
@media screen and (max-width:640px){
.row_column_2 .column_50{width:98%;margin-bottom:2%;}
.row_column_2 .column_50:last-child{margin-bottom:0;}
}
.section_general_proyectos{position:relative;padding-bottom:100px;}
.section_general_proyectos:before{content:"";width:20%;height:100%;position:absolute;left:0;top:0;background:#D9E2DC;}
.section_general_proyectos .content_section_01_proyecto{padding:78px 0;padding-left:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_general_proyectos .content_section_01_proyecto .title_page{display:block;width:100%;}
.section_general_proyectos .content_section_01_proyecto .content_subtitle_proyecto{width:48%;}
.section_general_proyectos .content_section_01_proyecto .content_filter{width:25%;}
.section_general_proyectos .content_section_01_proyecto .content_filter label{display:block;text-transform:uppercase;margin-bottom:6px;font-size:13px;line-height:16px;letter-spacing:0.055em;color:#24272A;}
.section_general_proyectos .content_promociones_list{padding-left:50px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion:hover .box_content_promocion{-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure{height:349px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure span{position:absolute;font-style:normal;font-family:'Lato', sans-serif;color:#FFFFFF;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_district{top:24px;left:24px;font-size:28px;line-height:36px;font-weight:700;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_type{top:20px;right:20px;text-transform:uppercase;font-size:13px;width:175px;height:40px;text-align:center;line-height:40px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_type:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#92C2B2;opacity:0.5;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure div{position:relative;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion{border:none;padding-left:20px;padding-right:20px;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0);box-shadow:0px 10px 30px rgba(0, 0, 0, 0);}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .promo_title a{color:#406958;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .promo_options{width:100%;margin-bottom:20px;border-top:1px solid #d9e2dc;padding:10px 0;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn a:after{display:none;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li{display:-webkit-box;display:-ms-flexbox;display:flex;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li.icon-toilet:before{font-size:28px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li:before{vertical-align:middle;font-size:20px;margin-right:8px;color:#406958;margin-top:6px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro span{font-family:'Lato', sans-serif;color:#3A3A3A;font-weight:700;line-height:23px;font-style:normal;}
.content_message_no_proyectos{position:relative;height:130px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:10px;}
@media screen and (max-width:1370px){
.section_general_proyectos:before{width:110px;}
}
@media screen and (max-width:1024px){
.section_general_proyectos:before{display:none;}
.section_general_proyectos .content_promociones_list{padding-left:0;}
.section_general_proyectos .content_section_01_proyecto{padding-left:0;}
.section_general_proyectos .content_section_01_proyecto .content_subtitle_proyecto{width:60%;}
}
@media screen and (max-width:768px){
.section_general_proyectos .content_section_01_proyecto .content_subtitle_proyecto, .section_general_proyectos .content_section_01_proyecto .title_page{width:100%;text-align:center;}
.section_general_proyectos .content_section_01_proyecto .content_subtitle_proyecto{margin-bottom:30px;}
.section_general_proyectos .content_section_01_proyecto .content_filter{margin:0 auto;text-align:center;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion{padding-left:20px;padding-right:20px;}
.section_proyectos_home .content_promociones_list .grid_item_promocion{margin-bottom:30px;}
.section_proyectos_home .content_promociones_list .grid_item_promocion:last-child{margin-bottom:0;}
}
@media screen and (max-width:640px){
.section_general_proyectos .content_section_01_proyecto .content_filter{width:100%;}
}
.section_slider_proyecto{position:relative;}
.main_slider_proyecto{position:relative;}
.main_slider_proyecto .wrapper__container{z-index:1;}
.main_slider_proyecto figure{position:relative;margin-top:6px;}
.main_slider_proyecto figure:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.3);z-index:0;}
.main_slider_proyecto .item_slide_proyecto{height:715px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider{max-width:480px;width:100%;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider h1{font-size:70px;line-height:70px;color:#FFFFFF;font-family:'Lato', sans-serif;font-style:normal;font-weight:700;position:relative;margin-bottom:20px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider h1:before{content:"";position:absolute;width:35px;height:2px;background:#E30613;left:-55px;top:50px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_bage{position:relative;margin-bottom:20px;max-width:200px;width:100%;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_bage:after{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#92C2B2;opacity:0.5;z-index:0;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_bage span{position:relative;z-index:1;color:#FFFFFF;display:block;height:40px;line-height:40px;text-align:center;text-transform:uppercase;font-family:'Lato', sans-serif;font-style:normal;font-style:15px;letter-spacing:0.05em;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_address{position:relative;color:#FFFFFF;text-transform:uppercase;font-family:'Lato', sans-serif;font-style:normal;font-style:15px;letter-spacing:0.05em;}
.main_slider_proyecto .item_slide_proyecto .content_box_data{position:absolute;bottom:43px;right:20px;background:#FFFFFF;padding:32px 34px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options{padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:first-child{padding-left:0;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:last-child{padding-right:0;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:last-child:after{display:none;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:before{margin-right:20px;font-size:30px;color:#406958;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:after{content:"";width:1px;height:100%;position:absolute;top:0;right:0;background:#BDBDBD;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-metraje:before{font-size:35px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options .item_label_data label, .main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options .item_label_data span{display:block;font-family:'Lato', sans-serif;letter-spacing:0.05em;color:#3A3A3A;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options .item_label_data label{font-size:13px;line-height:13px;font-weight:700;margin-bottom:3px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options .item_label_data span{font-size:20px;font-weight:700;font-style:normal;line-height:24px;}
.main_slider_proyecto .slick-dots{padding:0;margin:0;list-style:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10%;}
.main_slider_proyecto .slick-dots li{margin:10px 0;}
.main_slider_proyecto .slick-dots li button{background:transparent;border:none;font-size:0;width:25px;height:25px;position:relative;}
.main_slider_proyecto .slick-dots li button:before, .main_slider_proyecto .slick-dots li button:after{content:"";position:absolute;border-radius:50%;}
.main_slider_proyecto .slick-dots li button:before{width:25px;height:25px;top:0;left:0;}
.main_slider_proyecto .slick-dots li button:after{width:15px;height:15px;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(255, 255, 255, 0.4);}
.main_slider_proyecto .slick-dots li.slick-active button:before{border:solid 1px #E30613;}
.main_slider_proyecto .slick-dots li.slick-active button:after{background:#E30613;}
@media screen and (max-width:1360px){
.main_slider_proyecto .slick-dots{right:60px;}
}
@media screen and (max-width:1024px){
.main_slider_proyecto .item_slide_proyecto .content_box_data{right:inherit;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:70%;width:98%;}
}
@media screen and (max-width:768px){
.main_slider_proyecto .item_slide_proyecto .content_box_data{max-width:94%;bottom:4%;}
.main_slider_proyecto .item_slide_proyecto{height:580px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider{width:100%;max-width:100%;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider h1{font-size:50px;line-height:50px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider h1:before{display:none;}
.main_slider_proyecto .slick-dots{right:30px;}
}
@media screen and (max-width:640px){
.main_slider_proyecto .item_slide_proyecto .content_box_data{padding:20px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options{width:50%;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:last-child{width:100%;padding-top:20px;text-align:center;padding-left:0;position:relative;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:last-child:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:#BDBDBD;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:last-child .item_label_data{margin:0 auto;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-bed{padding-right:0;width:40%;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-bed:after{display:none;}
}
@media screen and (max-width:480px){
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-metraje{width:45%;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-metraje span{font-size:16px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-bed{width:55%;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-bed span{font-size:16px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider{margin-top:-100px;}
}
@media screen and (max-width:420px){
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options.icon-bed{padding-left:15px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options span{font-size:13px !important;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:before{margin-right:15px;}
}
.section_departamentos_proyecto{padding-top:75px;position:relative;}
.section_departamentos_proyecto:before{content:"";position:absolute;top:0;left:0;width:70%;height:100%;background:#92C2B2;}
.section_departamentos_proyecto .row_grid_departamentos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep{width:126px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep:after{content:"";position:absolute;bottom:0;right:0;width:1px;height:398px;background:#406958;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep span{color:#406958;font-size:70px;line-height:70px;font-style:normal;font-weight:700;font-family:'Lato', sans-serif;display:block;text-align:center;width:126px;margin:0;margin-bottom:45px;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep label{position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);top:80px;right:-65px;text-transform:uppercase;color:#406958;font-size:70px;font-family:'Lato', sans-serif;font-style:normal;font-weight:300;width:250px;text-align:right;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text{padding:0 90px;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text h3{color:#FFFFFF;font-size:35px;line-height:44px;font-weight:700;font-style:normal;font-family:'Lato', sans-serif;margin-bottom:20px;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text p{color:#FFFFFF;font-size:18px;line-height:22px;font-weight:400;font-style:normal;font-family:'Lato', sans-serif;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text a{max-width:260px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text a:before{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:15px;font-weight:normal;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text a span{margin:0;font-family:'Lato', sans-serif;font-size:13px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text .content_text{margin-bottom:30px;}
.section_departamentos_proyecto .row_grid_departamentos .data_image_dep{position:relative;}
.section_departamentos_proyecto .row_grid_departamentos .data_image_dep img{display:block;margin:0;}
@media screen and (max-width:1024px){
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text{padding:0 40px;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text h3{font-size:25px;line-height:35px;}
}
@media screen and (max-width:960px){
.section_departamentos_proyecto:before{width:100%;}
.section_departamentos_proyecto .row_grid_departamentos{-ms-flex-wrap:wrap;flex-wrap:wrap;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep{width:100%;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep label{right:0;top:inherit;-webkit-transform:rotate(0);transform:rotate(0);}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep span{margin-bottom:0;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep:after{display:none;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep{padding-bottom:30px;margin-bottom:30px;position:relative;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep:before{content:"";position:absolute;bottom:0;left:-20px;height:1px;background:#406958;width:90%;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep{margin-bottom:30px;}
}
@media screen and (max-width:768px){
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text{padding:0 0;}
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep .box_content_data_text a{margin:0 auto;}
}
@media screen and (max-width:640px){
.section_departamentos_proyecto{padding-top:75px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider{margin-top:-80px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_bage{margin-bottom:3px;}
.main_slider_proyecto .slick-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-item:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;right:inherit;left:50%;top:inherit;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:200px;}
.main_slider_proyecto .slick-dots li{margin:0 10px;}
.main_slider_proyecto .item_slide_proyecto .content_box_slider .label_bage{max-width:inherit;width:auto;padding-left:15px;padding-right:15px;display:inline-block;}
}
@media screen and (max-width:480px){
.section_departamentos_proyecto .row_grid_departamentos .data_image_dep img{width:100%;height:auto;margin:0 auto;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep span{font-size:40px;line-height:30px;width:auto;}
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep label{font-size:30px;line-height:30px;}
}
@media screen and (max-width:400px){
.main_slider_proyecto .item_slide_proyecto .content_box_slider h1{font-size:30px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data .data_options .content_item_data_options:before{margin-right:8px;}
.main_slider_proyecto .item_slide_proyecto .content_box_data{padding:20px 10px;}
}
.section_caracteristicas_proyecto{padding:110px 0;overflow:hidden;}
.section_caracteristicas_proyecto .content_header_caracteristicas{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas{position:relative;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas:first-child{width:28%;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas:last-child{width:50%;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas.row_grid_column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:35px 0;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas.row_grid_column:before{content:"";position:absolute;bottom:0;height:1px;width:160%;background:#406958;left:0;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas{padding:0 45px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas:first-child:after{content:"";position:absolute;top:0;right:0;height:100%;width:1px;background:#92C2B2;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas span{color:#406958;text-transform:uppercase;font-size:30px;font-family:'Lato', sans-serif;font-weight:400;font-style:normal;padding:0 10px;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas span.number{font-size:60px;font-style:normal;font-weight:700;}
.content_list_caracteristicas{padding-top:105px;padding-left:100px;}
.content_list_caracteristicas ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0;list-style:none;}
.content_list_caracteristicas ul li{margin:30px 0;width:33.333%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.content_list_caracteristicas ul li figure{margin:0;width:60px;height:60px;}
.content_list_caracteristicas ul li figure img{width:100%;height:auto;margin:0 auto;}
.content_list_caracteristicas ul li span{padding:0 30px;padding-right:50px;color:#3A3A3A;font-size:18px;font-weight:400;font-style:normal;line-height:22px;margin:0;}
.section_gallery_proyecto{padding-top:55px;padding-bottom:76px;background:#E0E4DF;position:relative;}
.section_gallery_proyecto:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:286px;z-index:0;background:#FFFFFF;}
.section_gallery_proyecto .box_data_content_gallery{position:relative;z-index:1;}
.section_gallery_proyecto .box_data_content_gallery .wrapper__container{max-width:790px;width:100%;}
.section_gallery_proyecto .box_data_content_gallery .wrapper__container:before, .section_gallery_proyecto .box_data_content_gallery .wrapper__container:after{content:"";position:absolute;width:100px;height:100px;bottom:-80px;}
.section_gallery_proyecto .box_data_content_gallery .wrapper__container:before{left:0;border-left:solid 1px #406958;border-top:solid 1px #406958;}
.section_gallery_proyecto .box_data_content_gallery .wrapper__container:after{right:0;border-right:solid 1px #406958;border-top:solid 1px #406958;}
.slider_tab_gallery{position:relative;}
.slider_tab_gallery .item_gallery_tab{position:relative;padding:0 37px;}
@media screen and (max-width:767px){
.slider_tab_gallery .item_gallery_tab{padding:0 15px;}
.slider_tab_gallery .item_gallery_tab:before, .slider_tab_gallery .item_gallery_tab:after{display:none;}
}
.slider_tab_gallery .item_gallery_tab .item_figure{height:540px;}
.slider_tab_gallery .item_gallery_tab:before, .slider_tab_gallery .item_gallery_tab:after{content:"";width:100%;height:30px;position:absolute;}
.slider_tab_gallery .item_gallery_tab:before{background:#E0E4DF;top:0;right:37px;}
.slider_tab_gallery .item_gallery_tab:after{background:#FFFFFF;bottom:82px;left:37px;}
.slider_tab_gallery .item_gallery_tab.slick-current:before, .slider_tab_gallery .item_gallery_tab.slick-current:after{display:none;}
.slider_tab_gallery .item_gallery_tab.slick-current .caption_image_gallery{opacity:1;}
.slider_tab_gallery .caption_image_gallery{height:82px;max-width:790px;width:94%;margin:0 auto;border-bottom:solid 1px #406958;border-left:solid 1px #406958;border-right:solid 1px #406958;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;}
.slider_tab_gallery .caption_image_gallery span, .slider_tab_gallery .caption_image_gallery label{margin:0;color:#406958;padding:0 16px;}
.slider_tab_gallery .caption_image_gallery span{font-size:16px;font-weight:700;font-style:normal;text-transform:uppercase;position:relative;}
.slider_tab_gallery .caption_image_gallery span:after{content:"";position:absolute;width:1px;height:100%;background:#92C2B2;right:0px;}
.slider_tab_gallery .caption_image_gallery label{font-size:13px;font-weight:400;}
.wrapper_main_tab_gallery #tabs_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:25px 0;margin-bottom:35px;padding:0;list-style:none;}
.wrapper_main_tab_gallery .tabs__item__title{padding:0 38px;position:relative;cursor:pointer;color:#3A3A3A;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;opacity:0.5;}
.wrapper_main_tab_gallery .tabs__item__title.active, .wrapper_main_tab_gallery .tabs__item__title:hover{opacity:1;}
.wrapper_main_tab_gallery .tabs__item__title:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:#92C2B2;}
.wrapper_main_tab_gallery .tabs__item__title:last-child:before{display:none;}
.wrapper_main_tab_gallery .tabs__item__title span{display:block;text-align:center;}
.wrapper_main_tab_gallery .tabs__item__content{display:none;}
.wrapper_main_tab_gallery .tabs__item__content.active{display:block;}
.box_content_btn_slider{z-index:1;position:absolute;top:-164px;right:20px;}
.arrow_slider_detail_proyecto{width:60px;height:60px;border:none;background:none;position:relative;margin:0 5px;padding:0;}
.arrow_slider_detail_proyecto:before{font-size:20px;color:#406958;z-index:2;position:absolute;top:0;left:0;width:60px;height:60px;line-height:60px;text-align:center;background:rgba(255, 255, 255, 0.7);border-radius:50%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.arrow_slider_detail_proyecto:hover:before{background:white;}
.arrow_slider_detail_proyecto.slick_prev{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
@media screen and (max-width:1366px){
.box_content_btn_slider{right:180px;}
}
@media screen and (max-width:1024px){
.box_content_btn_slider{right:60px;}
}
@media screen and (max-width:768px){
.section_gallery_proyecto .box_data_content_gallery .wrapper__container:after, .section_gallery_proyecto .box_data_content_gallery .wrapper__container:before{display:none;}
}
@media screen and (max-width:640px){
.section_gallery_proyecto{padding-bottom:40px;}
.box_content_btn_slider{right:inherit;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:-80px;top:inherit;}
.slider_tab_gallery .item_gallery_tab .item_figure{height:176px;}
}
@media screen and (max-width:480px){
.slider_tab_gallery .caption_image_gallery{height:auto;padding:15px 0;}
.slider_tab_gallery .caption_image_gallery span, .slider_tab_gallery .caption_image_gallery label{width:100%;padding:5px 0;text-align:center;}
.slider_tab_gallery .caption_image_gallery span:after{display:none;}
}
@media screen and (max-width:400px){
.wrapper_main_tab_gallery #tabs_title{-ms-flex-wrap:wrap;flex-wrap:wrap;width:90%;margin:0 auto;margin-bottom:30px;}
.wrapper_main_tab_gallery .tabs__item__title{width:100%;padding:15px 0px;}
.wrapper_main_tab_gallery .tabs__item__title:before{top:inherit;right:inherit;left:0;bottom:0;width:100%;height:1px;}
}
.section_tour_virtual{position:relative;}
.section_tour_virtual:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background:rgba(0, 0, 0, 0.3);}
.section_tour_virtual .content_tour_virtual{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:600px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_tour_virtual .content_tour_virtual article{margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_tour_virtual .content_tour_virtual article .box_content_virtual{width:70%;}
.section_tour_virtual .content_tour_virtual article .popup_video{width:130px;height:73px;background:transparent;border:none;margin:0;}
.section_tour_virtual .content_tour_virtual article .popup_video:hover:before{background:white;color:#E30613;}
.section_tour_virtual .content_tour_virtual article .popup_video:before{display:block;width:130px;height:73px;line-height:73px;background:rgba(255, 255, 255, 0.26);border-radius:76px;color:#FFFFFF;font-size:25px;text-align:center;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.section_tour_virtual .content_tour_virtual article .title_page{color:#FFFFFF;display:block;margin-bottom:10px;}
.section_tour_virtual .content_tour_virtual article h3{font-size:45px;color:#FFFFFF;font-weight:700;font-style:normal;list-style:52px;font-family:'Lato', sans-serif;}
.section_form_cf7_sperant{background:#F8F8F8;padding:68px 0;}
.section_form_cf7_sperant .row_grid_info_form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_form_cf7_sperant .row_grid_info_form .column_data{width:48%;}
.section_form_cf7_sperant .header_data_form .title_page{margin-bottom:15px;display:block;}
.section_form_cf7_sperant .header_data_form .subtitle_page{margin-bottom:30px;}
.section_form_cf7_sperant .header_data_form.mobile{display:none;}
.section_form_cf7_sperant .box_content_data_crm{padding:26px;background:#FFFFFF;-webkit-box-shadow:0px 0px 60px #DBE3EC;box-shadow:0px 0px 60px #DBE3EC;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data, .section_form_cf7_sperant .box_content_data_crm .content_image_data, .section_form_cf7_sperant .box_content_data_crm .content_footer_data{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center;padding:20px;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data{color:#E30613;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto span{display:block;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto span.info_titulo_proyecto{font-size:20px;font-weight:700;margin-bottom:5px;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto span.info_distrito{font-size:13px;position:relative;padding-bottom:6px;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto span.info_distrito:before{content:"";position:absolute;bottom:0px;left:0;height:2px;width:45px;background:#E30613;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .badge_departamento{background:#E30613;color:#FFFFFF;font-size:18px;padding:5px 10px;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data{margin:30px 0;min-height:400px;padding:0;position:relative;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data:hover button:after{opacity:1;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data button{background:transparent;border:none;margin:0;width:55px;height:55px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:block;margin:0;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data button:after, .section_form_cf7_sperant .box_content_data_crm .content_image_data button:before{width:55px;height:55px;line-height:55px;text-align:center;border-radius:50%;z-index:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.section_form_cf7_sperant .box_content_data_crm .content_image_data button:before{color:#E30613;font-size:23px;z-index:2;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data button:after{position:absolute;content:"";background:#FFFFFF;opacity:0.5;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data img{display:block;margin:0 auto;max-width:360px;width:100%;height:auto;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data{background:#92C2B2;color:#000000;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data .info_footer_proyecto{width:60%;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data .info_footer_proyecto span{display:block;margin-bottom:5px;color:#3A3A3A;font-size:13px;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data .info_footer_proyecto span:last-child{margin-bottom:0;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data .info_footer_proyecto span.info_departamento{font-size:20px;font-weight:700;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data figure{max-width:150px;width:100%;margin:0;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data figure img{display:block;width:100%;height:auto;}
.header_nav_slide{padding:34px 0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;}
.header_movil_new{display:none !important;}
@media screen and (max-width:768px){
.header_nav_slide{display:none !important;}
.header_movil_new{display:flex !important;}
}
.header_nav_slide:before{content:"";width:100%;position:absolute;top:50%;height:1px;background:#92C2B2;}
.header_nav_slide .btn_nav_slide{background:#F8F8F8;margin:0;z-index:1;padding-right:50px;}
.header_nav_slide button{position:relative;width:45px;height:45px;line-height:45px;text-align:center;border:solid 1px #406958;background:#F8F8F8;outline:none;border-radius:50%;z-index:1;margin-right:12px;text-align:center;}
.header_nav_slide button:hover:before{background:#406958;color:#FFFFFF;}
.header_nav_slide button:last-child{margin-right:0;}
.header_nav_slide button:before{width:45px;height:45px;line-height:45px;text-align:center;font-size:16px;color:#406958;position:absolute;top:0;left:0;border-radius:50%;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.header_nav_slide button.nav_prev:before{position:absolute;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.section_google_waze{position:relative;}
.section_google_waze iframe{width:100%;height:550px;}
.section_google_waze .data_box_ubicanos{position:absolute;width:422px;left:10px;top:10px;background:#FFFFFF;padding:40px;z-index:1;-webkit-box-shadow:0px 0px 60px #DBE3EC;box-shadow:0px 0px 60px #DBE3EC;}
.section_google_waze .data_box_ubicanos .title_page{margin-bottom:10px;}
.section_google_waze .data_box_ubicanos .subtitle_page{margin-bottom:10px;}
.section_google_waze .data_box_ubicanos .direccion_proyecto{font-size:20px;line-height:25px;color:#3A3A3A;margin-bottom:15px;font-family:'Lato', sans-serif;font-weight:bold;font-style:normal;}
.section_asesor_financiamiento{padding:60px 0;}
.section_asesor_financiamiento .title_infobox{color:#000000;font-weight:400;font-family:'Lato', sans-serif;font-style:normal;font-size:15px;}
.section_asesor_financiamiento .row_grid_last_section{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_asesor_financiamiento .row_grid_last_section .titulo_proyecto{width:15%;font-size:35px;font-weight:400;font-style:normal;color:#3A3A3A;line-height:43px;position:relative;padding:10px 0;}
.section_asesor_financiamiento .row_grid_last_section .titulo_proyecto:after{content:"";width:1px;height:100%;background:#406958;position:absolute;top:0;right:-30px;}
.section_asesor_financiamiento .row_grid_last_section .asesor_proyecto{width:40%;}
.section_asesor_financiamiento .row_grid_last_section .financiera_proyecto{width:25%;}
.section_asesor_financiamiento .row_grid_last_section .title_infobox{display:block;margin-bottom:20px;font-size:14px;font-weight:400;font-family:'Lato', sans-serif;font-style:normal;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data{background:#F4F7F5;padding:24px 20px;margin-bottom:20px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data:last-child{margin-bottom:0;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data img{display:block;height:40px;width:auto;margin:0 auto;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;padding-bottom:10px;position:relative;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor:after{content:"";height:1px;width:100%;position:absolute;background:#406958;bottom:0;opacity:0.3;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor:last-child{margin-bottom:0;padding-bottom:0;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor:last-child:after{display:none;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor figure{margin:0;width:56px;height:56px;border-radius:50%;margin-right:20px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor{margin-right:auto;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor .label_asesor, .section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor .name_asesor{color:#3A3A3A;font-family:'Lato', sans-serif;font-style:normal;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor .label_asesor{display:block;text-transform:uppercase;font-size:12px;margin-bottom:0px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor .name_asesor{font-size:18px;font-weight:900;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a{color:#406958;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a:before{margin-right:6px;font-size:26px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a span{font-size:18px;font-family:'Lato', sans-serif;font-weight:900;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor div{display:block;font-family:'Lato', sans-serif;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a{margin:0;}
.content_info_asesor_proyecto{width:50%;padding-right:10px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:80%;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a{width:50%;}
.row_item_data_asesor_proyecto{padding-left:75px;position:relative;}
.row_item_data_asesor_proyecto .data_asesor{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.row_item_data_asesor_proyecto .data_asesor a{margin:auto 0;color:#406958;font-size:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
.row_item_data_asesor_proyecto .data_asesor a:before{margin-right:10px;}
.row_item_data_asesor_proyecto .data_asesor a span{font-family:'Lato', sans-serif;font-size:16px;font-weight:900;}
.row_item_data_asesor_proyecto .data_asesor .label_asesor{font-size:12px;font-family:'Lato', sans-serif;font-style:normal;font-weight:400;text-transform:uppercase;line-height:13px;margin-bottom:5px;}
.row_item_data_asesor_proyecto .data_asesor .name_asesor{font-family:'Lato', sans-serif;font-weight:900;font-style:normal;font-size:16px;}
.row_item_data_asesor_proyecto figure{width:56px;height:56px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0;border-radius:50%;}
@media screen and (max-width:1024px){
.section_asesor_financiamiento .row_grid_last_section .asesor_proyecto{width:50%;}
.content_list_caracteristicas{padding-top:50px;padding-left:0;}
}
@media screen and (max-width:768px){
.section_asesor_financiamiento .row_grid_last_section .titulo_proyecto{width:100%;text-align:center;margin-bottom:30px;}
.section_asesor_financiamiento .row_grid_last_section .titulo_proyecto:after{height:1px;width:100px;top:inherit;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.section_asesor_financiamiento .row_grid_last_section .asesor_proyecto, .section_asesor_financiamiento .row_grid_last_section .financiera_proyecto{width:100%;margin-bottom:30px;}
.section_asesor_financiamiento .row_grid_last_section .title_infobox{text-align:center;}
.section_google_waze .data_box_ubicanos{width:auto;padding:25px;}
.section_google_waze .data_box_ubicanos .subtitle_page{font-size:30px;line-height:35px;}
.section_google_waze .data_box_ubicanos .subtitle_page br{display:none;}
.section_form_cf7_sperant .row_grid_info_form .column_data{width:100%;}
.header_nav_slide .btn_nav_slide{margin:0 auto;padding:0 40px;}
.section_form_cf7_sperant .header_data_form.mobile{display:block;text-align:center;}
.section_form_cf7_sperant .header_data_form.desktop{display:none;}
.section_form_cf7_sperant .row_grid_info_form .column_data:first-child{margin-bottom:0px;}
.section_tour_virtual .content_tour_virtual article .box_content_virtual{width:100%;text-align:center;margin-bottom:30px;}
.section_tour_virtual .content_tour_virtual article .popup_video{margin:0 auto;}
.content_list_caracteristicas ul li{width:31.333%;margin:0 1%;margin-bottom:3%;display:block;}
.content_list_caracteristicas ul li figure{height:auto;margin-bottom:20px;}
.content_list_caracteristicas ul li span{padding:0;width:100%;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas:first-child{width:100%;text-align:center;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas.row_grid_column{width:100%;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas.row_grid_column:before{width:100%;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor{display:block;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor .data_asesor .name_asesor{margin-bottom:15px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a span{margin:0;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data{border-radius:20px;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor{max-width:400px;margin:0 auto;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor div{width:100%;}
.section_form_cf7_sperant .header_data_form .subtitle_page{margin-bottom:0;}
}
@media screen and (max-width:640px){
.section_google_waze .data_box_ubicanos{width:98%;margin:0;left:1%;top:1%;padding:15px;text-align:center;}
.section_google_waze .data_box_ubicanos .direccion_proyecto{margin-bottom:10px;}
.content_list_caracteristicas ul li{width:48%;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas{padding:0 25px;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas span.number{font-size:40px;}
.section_form_cf7_sperant{padding:40px 0;padding-bottom:20px}
.section_form_cf7_sperant .box_content_data_crm .content_image_data{min-height:auto;margin-top:0;margin-bottom:30px;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data img{max-width:100%;}
.section_asesor_financiamiento .row_grid_last_section .box_content_data .row_item_data_asesor a:before{display:none;}
.wrapper_wpcf7_submit{margin-bottom:0px !important;}
.wrapper_wpcf7_submit .center{margin-bottom:0px !important;}
}
@media screen and (max-width:480px){
.content_list_caracteristicas ul li span{width:100%;display:block;padding-right:10px;font-size:14px;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto{width:100%;text-align:center;margin-bottom:30px;}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .info_header_proyecto span.info_distrito:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.section_form_cf7_sperant .box_content_data_crm .content_header_data .badge_departamento{margin:0 auto;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data .info_footer_proyecto{width:100%;text-align:center;margin-bottom:15px;}
.section_form_cf7_sperant .box_content_data_crm .content_footer_data figure{margin:0 auto;}
.content_list_caracteristicas ul li{margin-bottom:20px;}
.content_list_caracteristicas ul li:last-child{margin-bottom:0;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas span{font-size:25px !important;}
.section_caracteristicas_proyecto .content_header_caracteristicas .column_caracteristicas .data_number_caracteristicas{padding:0 8px;}
.row_item_data_asesor_proyecto .data_asesor{display:block;}
.row_item_data_asesor_proyecto .data_asesor a span{margin:0;}
.row_item_data_asesor_proyecto .data_asesor .name_asesor{margin-bottom:10px;}
.row_item_data_asesor_proyecto{width:250px;margin:0 auto;}
.row_item_data_asesor_proyecto .data_asesor a:before{display:none;}
}
.single-proyecto .mfp-iframe-holder .mfp-content{max-width:75%;width:95%;}
.section_content_pe{position:relative;padding-top:100px;padding-bottom:80px;background:#D9E2DC;}
.section_content_pe .subtitle_page{max-width:790px;width:100%;margin:0 auto;}
.section_content_list{position:relative;padding-bottom:65px;}
.section_content_list:before{content:"";width:100%;height:230px;background:#D9E2DC;position:absolute;}
.row_grid_properties{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.row_grid_properties .content_item_properties{width:31.333%;margin:0 1%;}
.row_grid_properties .content_item_properties:hover .box_information_properties{-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);box-shadow:0px 10px 30px rgba(0, 0, 0, 0.1);}
.row_grid_properties .content_item_properties figure{height:400px;}
.row_grid_properties .box_information_properties{font-family:'Lato', sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px;padding-bottom:20px;margin-bottom:20px;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-box-shadow:0px 10px 30px rgba(0, 0, 0, 0);box-shadow:0px 10px 30px rgba(0, 0, 0, 0);}
.row_grid_properties .box_information_properties .column_properties{width:50%;position:relative;padding-top:15px;padding-left:25px;padding-right:25px;}
.row_grid_properties .box_information_properties .column_properties:first-child:before{content:"";width:1px;height:100%;right:0;top:0;position:absolute;background:#C8C8C8;}
.row_grid_properties .box_information_properties .column_properties span{display:block;margin-bottom:15px;}
.row_grid_properties .box_information_properties .district{color:#E30613;font-size:20px;line-height:28px;font-weight:700;}
.row_grid_properties .box_information_properties .title_property{color:#406958;font-size:17px;list-style:23px;font-weight:700;}
.row_grid_properties .box_information_properties .sizes_m2, .row_grid_properties .box_information_properties .family{position:relative;padding-left:35px;}
.row_grid_properties .box_information_properties .sizes_m2:before, .row_grid_properties .box_information_properties .family:before{font-family:icomoon;color:#406958;position:absolute;width:26px;left:0;text-align:center;font-size:18px;}
.row_grid_properties .box_information_properties .sizes_m2:before{content:"\e90b";font-size:22px;}
.row_grid_properties .box_information_properties .family:before{content:"\e907";}
@media screen and (max-width:1024px){
.row_grid_properties .content_item_properties{width:48%;margin-bottom:30px;}
.row_grid_properties .content_item_properties:last-child{margin-bottom:0;}
}
@media screen and (max-width:768px){
.row_grid_properties .content_item_properties figure{height:350px;}
}
@media screen and (max-width:640px){
.row_grid_properties .content_item_properties{width:98%;}
.row_grid_properties .box_information_properties .column_properties:first-child{padding-left:0;}
.row_grid_properties .box_information_properties .column_properties:last-child{padding-right:0;}
}
.section_general_promociones{position:relative;padding-bottom:100px;}
.section_general_promociones:before{content:"";width:45%;height:100%;position:absolute;left:0;top:0;background:#D9E2DC;}
.section_general_promociones .content_section_01_promociones{padding-top:110px;padding-bottom:80px;padding-right:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;}
.section_general_promociones .content_section_01_promociones .content_title_promocion{max-width:506px;width:100%;}
.content_promociones_list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:200px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.content_promociones_list:before{content:"";width:1px;height:340px;background:#406958;position:absolute;left:0;top:0;}
.content_promociones_list .title_left_rotate{bottom:inherit;width:320px;left:-200px;top:-30px;}
.content_promociones_list .grid_item_promocion{width:400px;margin:0 1%;}
.content_promociones_list .grid_item_promocion:nth-child(even){margin-top:60px;}
.content_promociones_list .grid_item_promocion:hover .box_content_promocion .promo_title a{color:#406958;}
.content_promociones_list .grid_item_promocion figure{height:357px;position:relative;}
.content_promociones_list .grid_item_promocion figure:before{content:"";position:absolute;top:0;left:0;height:160px;width:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0) 100%);}
.content_promociones_list .grid_item_promocion figure a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.content_promociones_list .grid_item_promocion .box_content_promocion{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:solid 1px #BCBCBC;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_title{font-family:'Lato', sans-serif;font-style:normal;color:#3A3A3A;font-weight:700;line-height:25px;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_title a{color:#3A3A3A;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_content{}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn{width:40%;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn a{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#FFFFFF;background:#406958;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;line-height:20px;font-weight:700;text-transform:none;text-transform:uppercase;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn a:after{content:"\e901";font-family:icomoon;font-size:14px;margin-left:10px;}
.title_promociones{text-transform:inherit;}
.section_terminos_promocion{position:relative;border-top:solid 1px #E2E2E2;padding:73px 0;padding-bottom:55px;}
.row_grid_text_promocion{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.row_grid_text_promocion h3{width:20%;color:#333333;font-size:25px;line-height:32px;font-style:normal;font-family:'Lato', sans-serif;margin-bottom:0;font-weight:700;}
.row_grid_text_promocion span{display:block;width:78%;font-size:16px;font-family:'Lato', sans-serif;line-height:24px;font-weight:400;font-style:normal;color:#000000;}
.bg_featured_promocion_single{position:relative;}
.image_responsive_promocion{width:100%;height:100%;top:0;left:0;opacity:0;position:absolute;}
@media screen and (max-width:1370px){
.content_promociones_list{padding-left:0;}
.section_general_promociones:before{width:50%;}
.single-promocion .custom_bg_color:before{width:45%;}
}
@media screen and (max-width:1024px){
.content_promociones_list{padding-left:0;}
.content_promociones_list .title_left_rotate, .content_promociones_list:before{display:none;}
.section_general_promociones:before{width:50%;}
.section_general_promociones .content_section_01_promociones{padding-right:0;}
.section_general_promociones .content_section_01_promociones .content_title_promocion{max-width:100%;text-align:center;}
.content_promociones_list .grid_item_promocion:nth-child(even){margin-top:0;}
}
@media screen and (max-width:768px){
.page-template-theme-promociones .section_general_promociones:before{display:none;}
.page-template-theme-promociones .content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn a{margin:0;}
.page-template-theme-promociones .content_promociones_list .grid_item_promocion .box_content_promocion .promo_content{width:100%;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_content{width:100%;padding-right:0;margin-bottom:20px;}
.content_promociones_list .grid_item_promocion .box_content_promocion{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .promo_options{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;}
.from_title{color:#333;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn a{max-width:180px;margin:0 auto;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li{width:auto;margin-bottom:10px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li:last-child{margin-bottom:0;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro span{margin:0;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li:before{width:28px;font-size:25px;}
.row_grid_text_promocion{display:block;text-align:center;}
.row_grid_text_promocion h3{margin-bottom:30px;width:100%;}
.row_grid_text_promocion span{width:100%;}
}
@media screen and (max-width:640px){
.content_promociones_list .grid_item_promocion{width:98%;margin-bottom:4%;}
.content_promociones_list .grid_item_promocion:last-child{margin-bottom:0;}
.section_general_promociones:before{display:none;}
.title_promociones{font-size:30px !important;}
.bg_featured_promocion_single .image_responsive_promocion, .page-template-theme-promociones .image_responsive_promocion{opacity:1;}
}
@media screen and (max-width:480px){
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion{padding-left:20px;padding-right:20px;}
}
@media screen and (max-width:450px){
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_type{right:inherit;left:20px;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_district{top:70px;}
}
.section_header_transparencia{padding:0;padding-top:55px;padding-bottom:90px;}
.section_header_transparencia .box_header_transparencia{padding-left:56px;}
.section_conten_transparencia{position:relative;padding-bottom:70px;}
.section_conten_transparencia .wrapper_main_tab_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_title{width:370px;padding:0;padding-right:68px;margin:0;list-style:none;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_content{width:68%;color:#3A3A3A;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__content{display:none;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__content.active{display:block;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title{padding:16px 0;padding-left:53px;border-bottom:0.5px solid #D6D6D6;position:relative;cursor:pointer;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title:hover:before, .section_conten_transparencia .wrapper_main_tab_list .tabs__item__title.active:before{height:100%;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title:before{content:"";width:3px;height:0;position:absolute;left:0;top:0;background:#E30613;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title span{display:block;text-transform:uppercase;font-size:16px;font-weight:700;}
.section_conten_transparencia .wrapper_main_tab_list .content_tab_transparencia h3{font-family:'Lato', sans-serif;font-weight:700;font-style:normal;font-size:23px;line-height:36px;margin-bottom:20px;}
.section_conten_transparencia .wrapper_main_tab_list .content_tab_transparencia p a{color:#3A3A3A;text-decoration:underline;}
@media screen and (max-width:1024px){
.section_header_transparencia{padding-bottom:55px;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_title{width:30%;padding-right:40px;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_content{width:70%;}
.section_header_transparencia .box_header_transparencia{padding-left:0;}
}
@media screen and (max-width:767px){
.section_header_transparencia .box_header_transparencia{text-align:center;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_title{width:100%;padding-right:0px;margin-bottom:30px;}
.section_conten_transparencia .wrapper_main_tab_list #tabs_content{width:100%;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title{text-align:center;padding-left:0;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title:before{width:0;height:inherit;height:3px;top:inherit;bottom:0;}
.section_conten_transparencia .wrapper_main_tab_list .tabs__item__title:hover:before, .section_conten_transparencia .wrapper_main_tab_list .tabs__item__title.active:before{width:100%;height:3px;}
}
.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
border: none;
line-height: 0;
}.section_google_waze iframe{display:block;}
.header_site.delivered .nav_header_menu{left:0;right:0;margin:0 auto;}
.section_departamentos_proyecto.delivered .data_number_dep label{font-family:'Lato', sans-serif;font-weight:300;}
.section_gallery_proyecto.delivered{background:none;padding-top:90px;}
.content_item_properties.no-hover:hover .box_information_properties{box-shadow:none;}
.section_pilares_about_us .lista_valores_nosotros li{background:none;}
.section_history_about_us:before{background:#f4f6f5;}
.section_pilares_about_us{background-color:#f4f6f5;padding-top:70px;}
.section_pilares_about_us{padding-bottom:60px;}
@media screen and (min-width:960px){
.section_departamentos_proyecto .row_grid_departamentos .data_information_dep{max-width:680px;width:100%;}
}
@media screen and (max-width:960px){
.section_departamentos_proyecto .row_grid_departamentos .data_number_dep label{width:auto;}
}
.small-title iframe{min-height:0 !important;height:100px !important;}
.b50{margin-bottom:80px;}
@media screen and (max-width:768px){
.b50{margin-bottom:50px;}
}
.b50-figura{height:416px;background-repeat:no-repeat;margin-bottom:26px;position:relative;background-size:cover;background-position:center;}
.b50-rigth{width:100%;padding-left:0%;box-sizing:border-box;}
@media screen and (max-width:768px){
.b50-rigth{width:100%;}
}
@media screen and (max-width:745px){
.b50-rigth{padding-left:0;}
}
.b50-title{font-size:35px;font-weight:400;line-height:43px;color:#e30613;margin-bottom:72px;font-family:'Tiempos Text';}
@media screen and (max-width:745px){
.b50-title{margin-bottom:42px;}
}
.b50-name{font-size:20px;line-height:28px;font-weight:700;margin-bottom:5px;color:#406958;font-family:'Lato', sans-serif;}
.b50-position{font-size:16px;line-height:23px;text-transform:uppercase;font-family:'Lato', sans-serif;}
.b50-button{position:absolute;right:15px;bottom:15px;z-index:2;height:45px;width:45px;background-color:#fff;border-radius:100%;color:#92c2b2;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px;filter:drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));}
.b50-button:hover{background-color:#92c2b2;color:#fff;}
.b50-prev:before{transform:rotate(180deg);}
.b50-controls{display:flex;}
.b50-prev, .b50-next{display:flex;align-items:center;font-size:20px;box-sizing:border-box;width:52px;height:52px;display:flex;align-items:center;transition:all 0.4s;justify-content:center;border-radius:100%;}
.b50-prev:hover, .b50-next:hover{background-color:rgba(146, 194, 178, 0.8);color:#fff;}
.b50-prev{margin-right:10px;}
.b50-main{display:flex;flex-flow:row wrap;}
.b50-slider{display:flex;flex-flow:row wrap;justify-content:center;}
@media screen and (min-width:746px){
.b50-slider .b50-figura{height:317px;}
}
.b50-slider.desktop .b50-item-sl{margin-left:24px;width:100%;margin-top:30px;}
.b50-slider.desktop .b50-item-sl.init{width:100%;}
.b50-slider.desktop .b50-item-sl .b50-figura{width:282px;}
@media screen and (max-width:480px){
.b50-slider.desktop .b50-item-sl{margin-left:0;}
.b50-slider.desktop .b50-item-sl .b50-figura{height:300px;}
}
.b50-slider .slick-slide{margin:0 12px;}
.b50-slider .slick-list{margin:0 -12px;}
.b50-ctn-slider{margin-bottom:61px;}
.b50-bottom{position:relative;}
.b50-bottom.hidden-bottom{display:none;}
.b50-left-b{width:78%;}
@media screen and (max-width:640px){
.b50-left-b{width:67%;}
}
@media screen and (max-width:480px){
.b50-left-b{width:60%;}
}
@media screen and (max-width:375px){
.b50-left-b{width:55%;}
}
.b50-right-b{position:absolute;right:20px;bottom:-20px;}
@media screen and (max-width:640px){
.b50-right-b{right:0;}
}
.b50-wrap-progress{background-color:#adadad;height:4px;position:relative;}
.b50-progress{background-color:#92c2b2;height:7px;position:absolute;bottom:0;left:0;}
.box_information_properties{color:#3a3a3a;}
.b49-img{margin-right:20px;width:35px;height:35px;}
.b49-img img{max-width:100%;height:auto;margin:0;width:100%;}
.b48-label{background-color:rgba(227, 6, 19, 0.5);padding:10px 30px;display:inline-block;margin-bottom:20px;margin-left:10px;color:#fff;}
.b48{padding-top:37px;box-sizing:border-box;padding-bottom:106px;}
@media screen and (max-width:480px){
.b48{padding-bottom:50px;}
}
.b48 .wrapper__container{display:flex;align-items:center;max-width:1302px;justify-content:center;}
@media screen and (max-width:768px){
.b48 .wrapper__container{flex-flow:row wrap;}
}
.b48 .slick-list{position:relative;}
.b48 .slick-dots{position:absolute;bottom:25px;width:100%;list-style:none;display:flex;justify-content:center;}
.b48 .slick-dots li{width:18px;height:18px;display:flex;align-items:center;justify-content:center;margin-right:12.5px;}
.b48 .slick-dots li.slick-active{border:0.5px solid #e30613;box-sizing:border-box;transform:rotate(90deg);border-radius:100%;}
.b48 .slick-dots li.slick-active button{background-color:#e30613;}
.b48 .slick-dots button{margin:0;padding:0;border-radius:100%;width:10px;height:10px;color:transparent;transform:rotate(90deg);border:none;}
.b48-left{width:45.5%;margin-right:30px;}
@media screen and (max-width:768px){
.b48-left{width:100%;}
}
.b48-right{width:54%;margin-left:35px;}
@media screen and (max-width:768px){
.b48-right{width:100%;margin-left:0px;}
}
.b48-subtitle{font-size:16px;text-transform:uppercase;color:#406958;line-height:19px;font-weight:400;font-family:'Lato', sans-serif;letter-spacing:0.05em;}
.b48-title{font-size:45px;font-weight:700;font-family:'Lato', sans-serif;color:#406958;line-height:52.2px;margin-bottom:26px;}
@media screen and (max-width:768px){
.b48-title{font-size:40px;}
}
@media screen and (max-width:480px){
.b48-title{font-size:30px;line-height:30px;margin-bottom:15px;}
}
.b48-description{font-size:18px;font-family:'Lato', sans-serif;color:#3a3a3a;font-weight:400;line-height:22.68px;margin-right:21px;}
@media screen and (max-width:768px){
.b48-description{margin-bottom:20px;}
}
@media screen and (max-width:480px){
.b48-description{line-height:20px;}
}
.b48-item-sl{height:500px;background-size:cover;background-position:center center;}
.section_footer_site .f-content{padding:37px 0;}
.f-content{display:flex;justify-content:space-between;align-items:center;padding-bottom:0px;}
.f-content .menu_footer{width:90%;padding:0 122px;}
@media screen and (max-width:1200px){
.f-content .menu_footer{padding:0 64px;}
}
@media screen and (max-width:1000px){
.f-content .menu_footer{width:100%;padding:0;justify-content:center;}
}
.f-content .menu-item{text-align:center;}
@media screen and (max-width:745px){
.f-content .menu-item{margin-left:30px;}
}
@media screen and (max-width:630px){
.f-content .menu-item{margin-left:0;width:100%;}
}
@media screen and (max-width:1000px){
.f-content{flex-flow:row wrap;}
}
@media screen and (max-width:745px){
.f-content{display:none;}
}
.f-member{width:20%;display:flex;align-items:center;}
.f-member span{margin:0;margin-right:17px;}
@media screen and (max-width:1100px){
.f-member span{margin-right:8px;}
}
.f-member img{margin:0;height:auto;max-width:100%;}
@media screen and (max-width:1000px){
.f-member{width:100%;justify-content:center;margin-bottom:20px;}
}
.b47{padding-top:57px;padding-bottom:62px;box-sizing:border-box;}
@media screen and (max-width:745px){
.b47{padding-top:30px;padding-bottom:30px;}
}
.b47 .wancho{width:100%;max-width:1044px;margin:0 auto;position:relative;box-sizing:border-box;display:flex;justify-content:center;}
@media screen and (max-width:1060px){
.b47 .wancho{padding:0 20px;box-sizing:border-box;}
}
@media screen and (max-width:1000px){
.b47 .wancho{flex-flow:row wrap;}
}
.b47 .wancho.no-asesores .b47-right{margin-left:0%;}
.b47 .wancho.no-direccion .b47-list-advisers{border:none;padding-right:0px;}
.b47 .wancho.no-direccion .b47-title-advisers{text-align:center;}
.b47-left{width:50%;}
@media screen and (max-width:1000px){
.b47-left{width:100%;margin-bottom:30px;}
}
.b47-title-advisers h3{font-weight:900;margin:0;margin-bottom:19px;font-size:24px;line-height:38px;color:#3a3a3a;font-family:'Lato', sans-serif;}
@media screen and (max-width:745px){
.b47-title-advisers h3{font-size:20px;line-height:22px;}
}
@media screen and (max-width:1000px){
.b47-title-advisers{text-align:center;}
}
.b47-list-advisers{display:flex;justify-content:center;flex-flow:row wrap;border-right:1px solid #d9e2dc;padding-right:88px;box-sizing:border-box;}
@media screen and (max-width:1060px){
.b47-list-advisers{padding-right:80px;}
}
@media screen and (max-width:1000px){
.b47-list-advisers{padding-right:0px;border:none;}
}
.b47-item-advisers{width:100%;box-shadow:0px 3px 15px rgba(0, 0, 0, 0.21);border-radius:15px;margin-bottom:19px;box-sizing:border-box;padding:11px 26px;box-sizing:border-box;display:flex;align-items:center;}
.b47-item-advisers:last-child{margin-bottom:0;}
@media screen and (max-width:1000px){
.b47-item-advisers{max-width:432px;margin:0 auto;}
}
@media screen and (max-width:904px){
.b47-item-advisers{margin-bottom:19px;}
.b47-item-advisers:last-child{margin-bottom:19px;}
}
@media screen and (max-width:903px){
.b47-item-advisers:last-child{margin-bottom:0;}
}
@media screen and (max-width:450px){
.b47-item-advisers{padding:11px 15px;}
}
.b47-img-asesor{margin-right:32px;width:57px;}
.b47-img-asesor img{max-width:100%;height:auto;display:block;border-radius:10px;box-sizing:border-box;}
@media screen and (max-width:1060px){
.b47-img-asesor{margin-right:20px;}
}
@media screen and (max-width:1000px){
.b47-img-asesor{margin-right:32px;}
}
@media screen and (max-width:450px){
.b47-img-asesor{margin-right:12px;}
}
.b47-asesor span{margin:0;font-weight:900;font-size:14px;color:#3a3a3a;line-height:17px;}
@media screen and (max-width:450px){
.b47-asesor span{line-height:12px;}
}
.b47-asesor p{font-size:10px;color:#3a3a3a;margin:0;text-transform:uppercase;margin-top:3px;}
@media screen and (max-width:450px){
.b47-asesor p{line-height:10px;}
}
@media screen and (max-width:450px){
.b47-asesor{max-width:140px;width:140px;}
}
.b47-contact{margin-left:auto;display:flex;flex-flow:row wrap;}
@media screen and (max-width:450px){
.b47-contact{margin-left:10px;}
}
.b47-phone{margin:0;width:45px;height:45px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#406958;font-size:18px;margin-left:10px;}
.b47-phone i{color:#fff;}
.b47-phone.wsp{font-size:24px;}
.b47-phone:first-child{margin-left:0;}
.b47-phone:hover{transition:all 0.3s;background-color:c-11;}
@media screen and (max-width:450px){
.b47-phone{width:40px;height:40px;font-size:13px;margin-left:4px;}
.b47-phone.wsp{font-size:20px;}
}
.b47-right{width:42%;margin-left:9%;}
@media screen and (max-width:1000px){
.b47-right{width:100%;margin-left:0%;}
.b47-right .b47-list-schedule{display:flex;justify-content:center;flex-flow:row wrap;}
}
.b47-title-schedule{display:flex;justify-content:center;align-items:center;margin-bottom:19px;}
.b47-title-schedule h3{font-weight:900;font-size:24px;line-height:38px;color:#3a3a3a;font-family:'Lato', sans-serif;margin:0;}
@media screen and (max-width:745px){
.b47-title-schedule h3{font-size:20px;line-height:22px;}
}
.b47-title-schedule img{margin:0;max-width:100%;height:auto;margin-right:16px;}
.b47-text{display:flex;justify-content:space-between;font-size:16px;line-height:20px;padding-right:6%;}
.b47-text p{margin:0;font-weight:400;}
.b47-text span{font-weight:700;}
.b47-text:first-child{border-right:1px solid #d9e2dc;}
.b47-text:last-child{padding-right:0%;border:none;}
@media screen and (max-width:1100px){
.b47-text{font-size:15px;}
}
@media screen and (max-width:450px){
.b47-text{border:none;width:100%;font-size:13px;}
}
.b47-item-schedule{width:100%;box-shadow:0px 3px 15px rgba(0, 0, 0, 0.21);border-radius:15px;box-sizing:border-box;padding:30px;box-sizing:border-box;margin-bottom:19px;display:flex;align-items:center;justify-content:space-between;}
.b47-item-schedule:last-child{margin-bottom:0;}
@media screen and (max-width:1000px){
.b47-item-schedule{max-width:432px;margin:0 auto;padding:30px 26px;}
}
@media screen and (max-width:904px){
.b47-item-schedule{margin-bottom:19px;}
.b47-item-schedule:last-child{margin-bottom:19px;}
}
@media screen and (max-width:903px){
.b47-item-schedule:last-child{margin-bottom:0;}
}
@media screen and (max-width:450px){
.b47-item-schedule{padding:20px 15px;flex-flow:row wrap;}
}
.row_grid.b46-documento{display:block;}
.row_grid.b46-documento .wpcf7-form-control-wrap{margin-bottom:0px;}
.row_grid.b46-documento label{margin-bottom:10px;}
.row_grid.b46-documento .b46-input{display:flex;border:1px solid #a0a3aa;margin-bottom:12px;border-radius:3px;transition:all 0.4s;}
.row_grid.b46-documento .b46-input.focus{border:1px solid #478f71;}
.row_grid.b46-documento .b46-input.focus .b46-item-input .b46-number:focus{border:none !important;}
.row_grid.b46-documento .b46-input.focus .b46-item-input .b46-select:focus{border:none !important;}
.row_grid.b46-documento .b46-input .b46-item-input{width:50%;position:relative;}
.row_grid.b46-documento .b46-input .b46-item-input:last-child:after{content:'';height:21px;width:1px;background-color:#a0a3aa;display:block;position:absolute;top:15px;left:0;}
.b46-documento .wpcf7-form-control-wrap .wpcf7-form-control{border:1px solid transparent;transition:none !important;}
.b45-title{color:#406958;}
.b45-content-us{display:flex;align-items:center;}
@media screen and (max-width:640px){
.b45-content-us{flex-flow:row wrap;}
}
.b45-title-member h3{font-size:20px;line-height:28px;font-weight:700;color:#3a3a3a;margin-right:20px;margin-bottom:0;}
@media screen and (max-width:745px){
.b45-title-member h3{font-size:16px;line-height:20px;}
}
@media screen and (max-width:640px){
.b45-title-member{width:100%;}
.b45-title-member h3{margin-bottom:20px;margin-right:0px;font-size:20px;}
}
.b45-image-members img{height:auto;max-width:100%;}
@media screen and (max-width:640px){
.b45-image-members{margin:0 auto;}
}
@media screen and (max-width:1000px){
.section_quote_about_us:after, .content_quote_about_us:after{display:none;}
.section_quote_about_us:before, .content_quote_about_us:before{display:none;}
}
@media screen and (max-width:768px){
.section_quote_about_us:after, .content_quote_about_us:after{display:block;}
.section_quote_about_us:before, .content_quote_about_us:before{display:block;}
}
.section_form_cf7_sperant .box_content_data_crm .content_image_data{margin-top:0px;margin-bottom:0px;}
.section_form_cf7_sperant .box_content_data_crm .content_image_data img {
max-width: 100%;
}.section_slider_home .slick-dots li.slick-active button{background-color:#fff;}
.section_slider_home .slick-dots li button:hover{background-color:#fff;}
.section_general_proyectos .content_promociones_list .grid_item_promocion .box_content_promocion .items_options_pro li:before{color:#e30613;}
.inicio_home_content{color:#406958;width:100%;padding:5px 0 10px 0;text-align:left;font-weight:bold;}
.inicio_home_content strong{}
.inicio_home_content p{margin:0;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_title{font-size:14px;font-family:'Lato', sans-serif;margin:0;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_type:before{background-color:#e30613;opacity:1;}
.section_general_proyectos .content_promociones_list .grid_item_promocion figure .item_pro_district{font-size:20px;}
.section_proyectos_home .content_promociones_list .grid_item_promocion{max-width:inherit;width:31%;margin:1% !important;}
.box_items{display:block;}
.box_items span{display:block;}
@media screen and (max-width:1200px){
.section_proyectos_home .content_promociones_list .grid_item_promocion{width:48%;}
}
@media screen and (max-width:860px){
.section_proyectos_home .content_promociones_list .grid_item_promocion{width:100%;margin:0 !important;margin-bottom:30px !important;}
}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_btn{width:45%;}
.content_promociones_list .grid_item_promocion .box_content_promocion .promo_content{}
.title_card{}
.title_card a{text-transform:uppercase;font-weight:bold;color:#3A3A3A;}
.inicio_price{font-family:'Lato', sans-serif;font-weight:700;}
.section_general_proyectos:before{display:none;}
.content_promociones_list:before{display:none;}
.section_general_proyectos .content_promociones_list{padding:0;}
.content_promociones_list .grid_item_promocion{margin:1% !important;width:31.3333%;}
@media screen and (max-width:1200px){
.content_promociones_list .grid_item_promocion{width:48%;}
}
@media screen and (max-width:860px){
.content_promociones_list .grid_item_promocion{width:100%;margin:0 !important;margin-bottom:30px !important;}
}
.section_nav_info{background-color:#d9e2dc;padding:104px 0px 155px 0px;}
@media screen and (max-width:1200px){
.section_nav_info{padding:70px 0px 130px 0px;}
}
.section_nav_info .content_section_01_proyecto{max-width:1200px;width:93%;margin:auto;}
.section_general_proyectos .content_section_01_proyecto{padding:0;}
.project_venta_wrap{margin-top:-100px;}
@media screen and (max-width:768px){
.clone_btn_link{display:none;}
}
.home_btn_respon{display:none;text-align:center;padding-bottom:50px;}
.home_btn_respon .clone_btn_link{display:inline-block;}
@media screen and (max-width:768px){
.home_btn_respon{display:block;}
}
.sec_about{overflow:hidden;}
.sec_about_row{max-width:1183px;width:93%;margin:auto;display:flex;flex-wrap:wrap;}
@media screen and (max-width:960px){
.sec_about_row{flex-direction:column;width:100%;}
}
.sec_about_info{width:50%;box-sizing:border-box;background-color:#406958;padding:76px 76px 76px 0px;color:#fff;position:relative;}
.sec_about_info:before{content:'';position:absolute;top:0;width:100%;left:-100%;display:block;height:100%;background-color:#406958;}
.financiado_info_image_new img{width:150px;height:auto;margin:20px 0 0;}
@media screen and (max-width:960px){
.sec_about_info{width:100%;text-align:center;padding:50px;}
.sec_about_info:before{display:none;}
}
.sec_about_inner{max-width:463px;width:100%;font-size:18px;font-family:'Lato', sans-serif;font-weight:700;}
.sec_about_inner h3{font-size:14px;font-family:'Lato', sans-serif;}
@media screen and (max-width:960px){
.sec_about_inner{max-width:inherit;}
}
.sec_about_conten{width:50%;padding:76px 0px 76px calc(40px + (122 - 40) * ((100vw - 320px) / (1920 - 320)));background-color:#f3f7f2;position:relative;box-sizing:border-box;}
.sec_about_conten p{font-size:18px;font-family:'Lato', sans-serif;margin-bottom:40px;}
.sec_about_conten a{display:inline-block;padding:0 20px;height:40px;line-height:40px;font-size:13px;color:#fff;background-color:#e30613;}
.sec_about_conten a i{margin-left:10px;font-size:15px;display:inline-block;font-weight:normal;}
.sec_about_conten:before{content:'';position:absolute;top:0;width:100%;right:-100%;display:block;height:100%;background-color:#f3f7f2;}
@media screen and (max-width:960px){
.sec_about_conten{width:100%;text-align:center;padding:50px;}
.sec_about_conten:before{display:none;}
}
.sec_characteristics{padding:60px 0px;overflow:hidden;}
@media screen and (max-width:767px){
.sec_characteristics{padding:40px 0px;}
}
.sec_characteristics_title{text-align:center;padding-bottom:51px;}
.sec_characteristics_title h2{font-size:16px;font-family:'Lato', sans-serif;font-weight:700;}
.sec_characteristics_title p{color:#e30613;font-size:45px;font-family:'Tiempos Text';margin-top:17px;}
@media screen and (max-width:767px){
.sec_characteristics_title{padding-bottom:30px;}
}
.sec_characteristics_row{max-width:1200px;width:93%;margin:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;}
@media screen and (max-width:1065px){
.sec_characteristics_row{flex-direction:column;}
}
.sec_characteristics_image{width:573px;margin:0;}
.sec_characteristics_image img{width:100%;height:auto;display:block;margin:0;}
@media screen and (max-width:1300px){
.sec_characteristics_image{width:450px;}
}
@media screen and (max-width:1065px){
.sec_characteristics_image{max-width:650px;width:100%;margin:auto;}
}
.sec_characteristics_columns{width:calc(100% - 573px);padding-left:calc(30px + (97 - 30) * ((100vw - 320px) / (1920 - 320)));box-sizing:border-box;display:flex;align-items:flex-start;flex-wrap:wrap;height:100%;}
@media screen and (max-width:1300px){
.sec_characteristics_columns{width:calc(100% - 450px);}
}
@media screen and (max-width:1065px){
.sec_characteristics_columns{width:100%;padding:50px 0px;}
}
@media screen and (max-width:767px){
.sec_characteristics_columns{flex-direction:column;padding-bottom:0;}
}
.sec_characteristics_itm_image{width:60px;margin:0;}
.sec_characteristics_itm_image img{width:100%;height:auto;display:block;margin:0;}
.sec_characteristics_itm{display:flex;flex-wrap:wrap;align-items:center;margin:0;margin-bottom:47px;width:48%;margin-right:4%;}
.sec_characteristics_itm:nth-child(2n+2){margin-right:0;}
.sec_characteristics_itm h3{width:calc(100% - 60px);padding-left:38px;box-sizing:border-box;font-size:16px;font-family:'Lato', sans-serif;line-height:20px;}
@media screen and (max-width:767px){
.sec_characteristics_itm{margin:0;margin-bottom:30px;width:100%;}
.sec_characteristics_itm:last-child{margin-bottom:0;}
}
.sec_map{padding:80px 0px;}
@media screen and (max-width:767px){
.sec_map{padding:40px 0px;}
}
.sec_map_row{max-width:1200px;width:93%;margin:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;}
.sec_map_info{width:508px;padding-right:calc(30px + (108 - 30) * ((100vw - 320px) / (1920 - 320)));box-sizing:border-box;}
.sec_map_info h2{font-size:16px;font-weight:normal;font-family:'Lato', sans-serif;font-weight:700;margin-bottom:19px;}
.sec_map_info h3{font-size:35px;font-weight:normal;margin-bottom:59px;color:#e30613;}
@media screen and (max-width:767px){
.sec_map_info h3{margin-bottom:30px;}
}
.sec_map_info h4{color:#406958;font-size:25px;font-weight:normal;font-family:'Lato', sans-serif;font-weight:700;margin-bottom:34px;}
.sec_map_info h4 i{display:inline-block;font-weight:normal;color:#e30613;}
@media screen and (max-width:1200px){
.sec_map_info{width:450px;}
}
@media screen and (max-width:960px){
.sec_map_info{width:100%;padding:0;padding-bottom:30px;}
}
.sec_map_iframe{width:calc(100% - 508px);}
.sec_map_iframe iframe{width:100%;height:407px;}
@media screen and (max-width:1200px){
.sec_map_iframe{width:calc(100% - 450px);}
}
@media screen and (max-width:960px){
.sec_map_iframe{width:100%;}
}
.sec_map_btn{display:flex;}
.sec_map_btn a{margin:0;border:1px solid #406958;height:50px;font-size:12px;color:#3a3a3a;text-transform:uppercase;padding:0 20px;display:inline-block;line-height:50px;}
.sec_map_btn a:first-child{margin-right:15px;}
.sec_map_btn figure{display:inline-block;vertical-align:middle;width:20px;margin:0;margin-left:8px;}
.sec_map_btn figure img{width:100%;height:auto;display:block;margin:0;}
.financiado_info_image{width:92px;}
.financiado_info_image:after{display:none;}
.financiado_info_image img{width:100%;height:auto;display:block;margin:0;}
.arrows_slick_wrap:before, .arrows_slick_wrap:after{display:none;}
@media screen and (max-width:1024px){
.info_banner_change_responsive{width:100% !important;transform:inherit !important;left:0 !important;right:0 !important;margin:auto;width:95% !important;max-width:inherit !important;}
}
@media screen and (max-width:640px){
.info_banner_change_responsive{bottom:1% !important;}
}
@media screen and (max-width:767px){
.info_banner_change_responsive .data_options{flex-wrap:wrap;}
.info_banner_change_responsive .data_options>*{width:50% !important;margin-bottom:20px;padding:0 10px !important;box-sizing:border-box;}
.info_banner_change_responsive .data_options>*:after{display:none;}
.info_banner_change_responsive .data_options>*:last-child:before{display:none !important;}
}
.wrap_360_vd{max-width:930px;width:93%;margin:auto;}
.video_360_btn{width:139px !important;height:139px !important;border-radius:50%;border:1px solid #e30613 !important;box-sizing:border-box;display:flex;align-items:center;justify-content:center;}
.video_360_btn figure{width:105px;animation:pulse-animation 2s infinite;height:105px;border-radius:50%;background-color:#e30613;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;}
.video_360_btn figure img{width:100%;height:auto;display:block;}
.main_slider_proyecto .slick-dots li.slick-active button:before{border:1px solid #fff;}
.main_slider_proyecto .slick-dots li.slick-active button:after{background:#fff;}
.new_title{background:#f3f7f21f;color:#ffffff;padding:15px 20px;font-size:18px;font-weight:bold;margin-top:30px;}
.bg_responsive.new_gallery{background-size:contain;}
@-moz-keyframes pulse-animation {
0%{box-shadow:0 0 0 0px rgba(227, 6, 19, 0.2);}
100%{box-shadow:0 0 0 20px rgba(227, 6, 19, 0);}
}
@-webkit-keyframes pulse-animation {
0%{box-shadow:0 0 0 0px rgba(227, 6, 19, 0.2);}
100%{box-shadow:0 0 0 20px rgba(227, 6, 19, 0);}
}
@-o-keyframes pulse-animation {
0%{box-shadow:0 0 0 0px rgba(227, 6, 19, 0.2);}
100%{box-shadow:0 0 0 20px rgba(227, 6, 19, 0);}
}
@keyframes pulse-animation {
0% {
box-shadow: 0 0 0 0px rgba(227, 6, 19, 0.2);
}
100% {
box-shadow: 0 0 0 20px rgba(227, 6, 19, 0);
}
}