
/*bases sd*/
/*normalize.css v3.0.3*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    color: #333333;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;}
a:active,
a:hover {outline: none;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin:0;}
hr {height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;outline: none;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],
input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {padding: 0;
                                            -webkit-box-sizing: border-box;
                                            -moz-box-sizing: border-box;
                                            box-sizing: border-box;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
.container {margin-right: auto;margin-left: auto;}
.clearfix:before,.clearfix:after,.container:before,.container:after {content: " ";display: table;}
.clearfix:after,.container:after {clear: both;}
@-ms-viewport {width: device-width;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 { font-family: 'Oswald', sans-serif; font-weight: normal; }

input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit; outline: none; }
a {color: #337ab7;text-decoration: none; outline: none;}
a:hover,a:focus {color: #23527c;text-decoration: underline; outline: none;}
a:focus {outline: none;}

figure {margin: 0;}
img {vertical-align: middle;}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}
/*placeholder*/
form input::-webkit-input-placeholder {color:#424040;}
form input:-moz-placeholder {color:#424040;opacity:1;}
form input::-moz-placeholder {color:#424040;opacity:1;}
form input:-ms-input-placeholder {color:#424040;}
/*
-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;
*/
/*-----  ESQUEMA -----*/

/*HEADER*/
.header { float: left; width: 100%; height: 116px; background-color: #fff; padding: 0 20px;  }
.header .container {
    width: 100%;
    padding-right: 0px; 
    padding-left: 0px; 
}


.header .logo { float: left; margin: 15px 0 0 0; }


.menu_hd { float: right; margin: 0; background-color: #fff; position: absolute; top: 0;right: 0; width: 0; height: 100%; padding: 50px 0 0 0 ; overflow: hidden; z-index: 100;
           -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.opn_menu .menu_hd {width: 300px; }

.menu_hd li { float: left; padding: 0 15px; position: relative; width: 100%; }
.menu_hd li a { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 16px; height: 35px; line-height: 35px; color: #909aa3; text-align: right; width: 100%; float: left;
                -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.menu_hd li a.active,
.menu_hd li a:hover { color: #3d3c3f; text-decoration: none; }
.menu_hd li a img { margin: -6px 2px 0 2px ; }
.menu_hd li a span { display: none; }

.social_hd { float: right; margin: 30px 0 0 0; padding: 0 15px 0 0; }
.social_hd a { float: left; height: 30px; width: 30px; margin: -5px 2px 0 2px; }
.social_hd a.a_face { background: url("../img/face_icn.png") center center no-repeat; }
.social_hd a.a_face:hover { background: url("../img/face_icn_hov.png") center center no-repeat; }
.social_hd a.a_yout { background: url("../img/you_icon.png") center center no-repeat; }
.social_hd a.a_yout:hover { background: url("../img/you_icon_hov.png") center center no-repeat; }
.social_hd a.a_inst { background: url("../img/insta_cion.png") center center no-repeat; }
.social_hd a.a_inst:hover { background: url("../img/insta_cion_hov.png") center center no-repeat; }
/*ELLYN*/

.social_hd a.red{
    color: #909aa3;
    font-size: 20px;
    text-align: center;
}.social_hd a.red:hover {
    color: #3d3c3f;
}
/*FIN ELLYN*/

.social_hd a.a_waspp { margin: -13px 0 0 20px; background-color:#4bcc58; height:44px; font-family: 'Oswald', sans-serif; line-height: 44px; border-radius: 40px; padding: 0 50px 0 30px; color: #fff; text-transform: uppercase; width: auto; background: #4bcc58 url("../img/icon_wtsapp.png")  100px center no-repeat; 
                       -webkit-box-shadow: 0 3px 10px 5px #c4eec8;
                       box-shadow: 0 3px 10px 5px #c4eec8;}
.social_hd a.a_waspp:hover { text-decoration: none; }

/*btns_mobile*/
.opn_menu { overflow: hidden; }
.opn_menu .btn_menu { top: 0px; }
.btn_menu {  margin: 9px 0 0 0; width: 60px; height: 45px; position: absolute; top: 25px; right: 0px; z-index: 999;
             -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
             transform: rotate(0deg);
             -webkit-transition: .5s ease-in-out;
             -moz-transition: .5s ease-in-out;
             -o-transition: .5s ease-in-out;
             transition: .5s ease-in-out;
             cursor: pointer;
             -moz-transform: scale(0.5);
             -webkit-transform: scale(0.5);
             -o-transform: scale(0.5);
             -ms-transform: scale(0.5);
             transform: scale(0.5);}
.btn_menu span { display: block; position: absolute; height: 9px; width: 100%; background: #3d3c3f; border-radius: 9px; opacity: 1; left: 0;
                 -webkit-transform: rotate(0deg);
                 -moz-transform: rotate(0deg);
                 -o-transform: rotate(0deg);
                 transform: rotate(0deg);
                 -webkit-transition: .25s ease-in-out;
                 -moz-transition: .25s ease-in-out;
                 -o-transition: .25s ease-in-out;
                 transition: .25s ease-in-out;}
.btn_menu span:nth-child(1) {top: 0px;}
.btn_menu span:nth-child(2),  .btn_menu span:nth-child(3) { top: 18px; }
.btn_menu span:nth-child(4) { top: 36px; }

.opn_menu .btn_menu span:nth-child(1) { top: 0px;  width: 0%; left: 50%;}
.opn_menu .btn_menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);}
.opn_menu .btn_menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);}
.opn_menu .btn_menu span:nth-child(4) {top: 18px; width: 0%; left: 50%; }
/*btns_mobile*/
/*HEADER*/
/*INDEX*/
.inx_b1 { float: left; width: 100%; height: 580px; margin: 0 ; color: #fff; }
.inx_b1 .swiper-container { width: 100%;height: 100%; }
.inx_b1 .swiper-container .swiper-slide { padding: 0 15px; }
/*.inx_b1 .swiper-pagination { background-color: #fff;  left: 50%; width: auto; padding: 0 50px; margin: 0 0 0 -100px; height: 20px; bottom: 0; border-radius: 15px 15px 0 0; }*/
/*ELLYN*/
.inx_b1 .swiper-pagination {
    width: auto;
    padding: 0 64px;
    /*bottom: 229px !important;*/
    position: absolute;
    text-align: left;
}
/*FIN ELLYN*/
/*.inx_b1 .swiper-pagination .swiper-pagination-bullet { height: 3px; width: 30px; background-color: #3d3c3f; border-radius: 0; opacity: 1; }*/
.inx_b1 .swiper-pagination .swiper-pagination-bullet {
    height: auto;
    width: auto;
    background-color: transparent;
    opacity: 1;
    border-radius: 15px 15px 0 0;
    margin: 0 18px !important;

}

.inx_b1 .swiper-pagination .swiper-pagination-bullet .borde{
    background-color: #3d3c3f; 
    height: 5px;
    width: 60%;
}
.inx_b1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active  .borde{  background-color: #97bf0d; }
/*.inx_b1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background-color: #97bf0d; }*/
.inx_b1 h2 { text-transform: uppercase; margin: 50px 0 0 0; font-size: 40px; text-shadow: 0 0 1px #000000;}
@media (max-width: 768px){
    .inx_b1 h2 {
        margin: 122px 0 0 0 !important;
        font-size: 25px !important;
    }
}
.inx_b1 h3 { text-transform: uppercase; font-size: 25px; text-shadow: 0 0 1px #000000;}
@media (max-width: 768px){
    .inx_b1 h3 {
        font-size: 20px !important;
    }
}
.inx_b1_tags { float: left; width: 100%; margin: 50px 0 0 0; position: relative; }
.inx_b1_tags div { float: left; margin: 0 50px 15px 0; position: relative; }
.inx_b1_tags div.active:after { position: absolute; bottom: -5px; left: 0; content: ""; height: 4px; width: 50%; background-color: #97bf0d; }
.inx_b1_tags div h4 { font-size: 20px; text-transform: uppercase; text-shadow: 0 0 2px #000000;}
.inx_b1_tags div p { font-size: 18px; text-shadow: 0 0 2px #000000;}

.inx_b2 { float: left; width: 100%; background-color: #fff; height: 50px; line-height: 50px; text-align: center; }
.inx_b2 span { display: inline-block; font-size:17px; color: #b0b1b1; }

.inx_b3 { float: left; width: 100%; text-align: center; min-height: 400px; background-color: #fff; }
.inx_b3 .inx_b3_bx { display: inline-block; width: 100%; max-width: 1297px; background-color: #171f27; min-height: 293px; padding: 15px 10px; text-align: left; color: #fff;  }
.inx_b3 .inx_b3_bx h2 { text-transform: uppercase; font-size: 30px; margin: 0 0 15px 0; width: 100%; float: left; }
.inx_b3 .inx_b3_bx h2 span { margin: 0 20px; color: #232c34; float: left; }
.inx_b3 .inx_b3_bx h2 .ttln { font-weight: normal; color: #a6a8a9; float: left; position: relative; cursor: pointer;}
.inx_b3 .inx_b3_bx h2 .ttln.active { color: #fff; }
.inx_b3 .inx_b3_bx h2 .ttln.active:after { content: ""; position: absolute; bottom: -3px; left: 0; height: 3px; width: 60%; background-color: #97bf0d; }
.inx_b3 .inx_b3_bx_cnt { float: left; width: 100%; padding: 20px 0 ; text-align: center; }
.inx_b3 .inx_b3_bx_cnt .input_selct { display: inline-block; width: 100%; height: 40PX; max-width: 269px; margin: 0 0 20PX 0 ; border-radius: 10px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; cursor: pointer; }
.inx_b3 .inx_b3_bx_cnt input[type="text"] {
    width: 80%;
    height: 35px;
    border: 0px;
    color: #000 !important;
}

.inx_b3 .inx_b3_bx_cnt .input_selct:after { content: ""; position: absolute; top: 0; right: 0; height: 38px; width: 40px; background: #fff url("../img/icon.png") center center no-repeat; border-radius: 0 6px 6px 0; cursor: pointer; pointer-events: none; }
.inx_b3 .inx_b3_bx_cnt .input_selct select {
    float: left;
    width: 96%;
    height: 37px;
    background-color: transparent;
    border: none;
    color: #000;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
}
.inx_b3 .inx_b3_bx_cnt p { float: left; width: 100%; font-size: 17px; margin: 20px 0 0 0; }
.inx_b3 .input_inp { display: inline-block; width: 100%; max-width: 269px; }
.inx_b3 .input_inp input { height: 40px; background-color: #97bf0d; width: 100%; border: none; border-radius: 5px; font-size: 16px; }

.inx_b4 { float: left; width: 100%; background-color: #fff; padding: 0px  0; }
.inx_b4 h2 { color: #b0b1b1; font-size: 40px; text-align: center; text-transform: uppercase; font-weight: normal; letter-spacing: 5px; margin: 30px 0 50px 0; }
@media (max-width: 768px) {
    .inx_b4 h2 {
        font-size: 25px !important;
    }
}
.inx_b4_sld { float: left; width: 90%; position: relative; overflow: hidden; text-align: center; margin: 0 5%; padding: 0 0 50px 0; }
.inx_b4 .inx_b4swiper-container {width: 100%;height: 100%;}
.inx_b4 .inx_b4swiper-container .swiper-slide { height: 400px; text-align: center; font-size: 18px; width: 100%; background-color: #ccc; overflow: hidden; text-align: left; }
.inx_b4 .inx_b4swiper-container .swiper-slide img {   min-height: 100%;  min-width: 100%;	 }
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt {position: absolute;bottom: 0;left: 0;width: 100%;height: 109px;background-color: rgba(0,0,0,0.8);z-index: 10;padding: 20px 30px;color: #fff;
                                                            -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt p  { font-size: 16px; /*text-transform: uppercase;*/ }
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt h3 { font-size: 18px; line-height: 26px; /*text-transform: uppercase;*/ margin: 5px 0; }
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt .txt_oclt  { opacity: 0; 
                                                                       -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt a.txt_oclt  { padding: 0 50px 0 0; position: relative; color: #97bf0d; background: url("../img/arrow_linksg.png") 60px center no-repeat; font-size: 17px; margin: 3px 0 0 0; letter-spacing: 0px; 
                                                                        -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.inx_b4 .inx_b4swiper-container .swiper-slide .inx_b4_txt a.txt_oclt:hover { letter-spacing: 2px; text-decoration: none; background: url("../img/arrow_linksg.png") 80px center no-repeat; }
.inx_b4 .inx_b4swiper-container .swiper-slide:hover .inx_b4_txt { height: 210px; }
.inx_b4 .inx_b4swiper-container .swiper-slide:hover .inx_b4_txt .txt_oclt  { opacity: 1; }
.inx_b4 .swiper-pagination_ctn { background-color: #fff;  left: 50%; width: auto; padding: 0 50px; margin: 0 0 0 -100px; height: 20px; bottom: 0px; border-radius: 15px 15px 0 0; text-align: center; }
.inx_b4 .swiper-pagination {  width: auto; padding: 0 50px; margin: 0 0 0 -100px; height: 20px; bottom: 0px; border-radius: 15px 15px 0 0; display: inline-block; }
.inx_b4 .swiper-pagination .swiper-pagination-bullet { height: 3px; width: 30px; background-color: #3d3c3f; border-radius: 0; opacity: 1; margin: 0 10px; }
.inx_b4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background-color: #97bf0d; }

.inx_b5 { float: left; width: 100%; padding: 20px 0 100px 0; background-color: #fff; }
.inx_b5 img.bg { min-height: 100%;min-width: 100%; }
.inx_b5_l { float: left; width: 100%; height: auto; position: relative; overflow: hidden; }
.inx_b5_r { float: left; width: 100%; margin: 20px 0 0 0; height: auto; position: relative; overflow: hidden; }
.inx_b5_txt { position: absolute; top: 0; left: 0; padding: 11px; background-color: #070706b0; color: #fff; min-width: 290px; width: 39%; }
.inx_b5_txt span { font-size: 14px }
.inx_b5_txt h3   { font-size: 25px; line-height: 25px; text-transform: uppercase; margin: 10px 0; }
.inx_b5_txt p    { font-size: 15px; }
.inx_b5_txt a { color: #fff; font-size: 15px; padding: 0 50px 0 0; background: url("../img/arrow_linksb.png") 60px center no-repeat; margin: 10px 0 0 0; float: left; 
                -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.inx_b5_txt a:hover { letter-spacing: 2px; text-decoration: none; background: url("../img/arrow_linksb.png") 80px center no-repeat; }

.inx_b6  { float: left; width: 100%; background-color: #FFF; }
.inx_b6 .inx_b6_slide { float: left; width: 100%; position: relative; overflow: hidden; padding: 0 0 100px 0; }
.inx_b6 .swiper-container_d { width: 100%;height: 100%;margin-top: 60px; }
.inx_b6 .swiper-pagination_ctn { background-color: #fff;  left: 50%; width: auto; padding: 0 50px; margin: 0 0 0 -100px; height: 20px; bottom: 50px; border-radius: 15px 15px 0 0; text-align: center; }
.inx_b6 .swiper-pagination {  width: auto; padding: 0 50px; margin: 0 0 0 -100px; height: 20px; bottom: 50px; border-radius: 15px 15px 0 0; display: inline-block; }
.inx_b6 .swiper-pagination .swiper-pagination-bullet { height: 3px; width: 30px; background-color: #3d3c3f; border-radius: 0; opacity: 1; margin: 0 10px; }
.inx_b6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background-color: #97bf0d; }
.inx_b6 .inx_b6_img { float: left; width: 100%; position: relative; }
.inx_b6 .inx_b6_img_ut { float: right; width: 100%; height: 400px; overflow: hidden; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_titl { position: absolute; top: 0; right: -1px; background-color: #fff; color: #909aa3; font-size: 20px;  padding: 10px 20px; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_titl h3 { text-transform: uppercase; font-size: 19px; }
.inx_b6 .inx_b6_img_ut img.bg { min-height: 388px;min-width: 100%; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social {  width: 100%; background-color: #fff0; position: absolute; bottom: 0; left: 0; height: 50px; padding: 10px  ;  }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a  { float: left; height: 30px; width: 30px; background-color: #000; margin: 0 0 9px 0; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_fac { background: url("../img/face_icn.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_fac:hover { background: url("../img/face_icn_hov.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_twtr { background: url("../img/icn_twittr.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_twtr:hover { background: url("../img/icn_twittr_hov.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_wpss { background: url("../img/icn_wp.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_wpss:hover { background: url("../img/icn_wp_hov.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_glp { background: url("../img/icn_glp.png") center center no-repeat; }
.inx_b6 .inx_b6_img_ut .inx_b6_img_social a.icns_glp:hover { background: url("../img/icn_glp_hov.png") center center no-repeat; }
.inx_b6_txt { float: left; width: 100%; padding: 20px 10px 10px 10px; }
.inx_b6_txt span { float: left; width: 100%; font-size: 16px; color: #909aa3; }
.inx_b6_txt h2 { float: left; width: 100%; color: #3d3c3f; font-size: 25px; line-height: 30px; text-transform: uppercase; margin: 25px 0; }
.inx_b6_txt .utrr { float: left; width: 100%; background: url("../img/icon_by.png") center left no-repeat; padding: 0 0 0 50px; height: 30px; line-height: 30px; font-size: 16px; color: #909aa3; margin: 0 0 20px 0; }
.inx_b6_txt p { font-size: 14px; color: #909aa3; margin: 0 0 20px 0; text-align: justify; }
.inx_b6_txt a  { padding: 0 30px 0 0; position: relative; color: #97bf0d; background: url("../img/arrow_linksg.png") right center no-repeat; font-size: 14px; margin: 3px 0 0 0; letter-spacing: 0px; 
                 -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.inx_b6_txt a:hover { letter-spacing: 2px; text-decoration: none; }
/*INDEX*/
/*FOOTER*/
.foot_aliados { float: left; width: 100%; height: 133px; border-top: 1px solid #171f27; text-align: center; padding: 0 20px;  }
.foot_aliados h2 { background-color: #fff; color: #171f27; font-size: 20px; text-align: center; width: 100%; height: 50px; line-height: 50px;  float: left; }
.foot_aliados .alid_icn1 { display: inline-block; margin: 5px 0 0 0; }
.foot_aliados .alid_icn1 img { max-width: 100%; }

.foot_aliados .titulo {
	width: 25%;
	float:left;
}

@media (max-width: 768pc) {
    .foot_aliados .titulo {
        width: 60% !important;
    }
}


.foot_aliados .logos {
	width: 75%;
	float:left;
	  display:flex;
}

.foot_aliados .logos a{
  
}
.footer { float: left; width: 100%; padding: 50px 10px 75px 10px; background-color: #171f27; min-height: 449px ;border-top: 1px solid #fff;  position: relative; }
.footerl { float: left; width: 100%; color: #fff; display: flex; flex-flow: column wrap;}
.footerl h2 { font-size: 30px; line-height: 40px; text-transform: uppercase; float: left; text-align: center; width: 100%;  }
.footerl .footerl_social { float: left; width: auto; padding: 0 0 0 10px; text-align: center; width: 100%; }
.footerl a { display: inline-block; height: 34px; width: 34px; margin: 0 7px ; }
.footerl a.icn_frc { background: url("../img/icon_face.png") center center no-repeat; width: 20px; }
.footerl a.icn_ytrr { background: url("../img/icon-trb.png") center center no-repeat; }
.footerl a.icn_intgr { background: url("../img/icon_instr.png") center center no-repeat; }
/*ELLYN*/

.footerl a.red{
    color: #fff;
    font-size: 26px;
    text-align: center;
}

/*FIN ELLYN*/


.footerl .input_selct { display: inline-block;  width: 100%; height: 50PX; max-width: 320px; margin: 0 0px 20PX 0 ; border-radius: 5px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; cursor: pointer; }
.footerl .input_selct:after { content: ""; position: absolute; top: 0; right: 0; height: 48px; width: 40px; background: #fff url("../img/icon.png") center center no-repeat; border-radius: 0 6px 6px 0; cursor: pointer; pointer-events: none; }
.footerl .input_selct select { float: left; width: 100%; height: 40px; background-color: transparent; border: none; color: #000; padding: 0 10px; font-size: 16px; cursor: pointer; }
.footerl .input_inpt { display: inline-block;  width: 100%; height: 50PX; max-width: 320px; margin: 0 0px 20PX 0 ; border-radius: 5px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; cursor: pointer; }
.footerl .input_inpt input { float: left; width: 100%; height: 40px; background-color: transparent; border: none; color: #000; padding: 0 10px; font-size: 16px; cursor: pointer; text-transform: uppercase; }
.footerl .input_inp { display: inline-block; width: 100%; max-width: 320px; margin: 0 0 0 0 ; }
.footerl .input_inp input { height: 50px; background-color: #97bf0d; width: 100%; border: none; border-radius: 5px; font-size: 16px; }
.footerr { float: right; width: 100%; padding: 60px 0 0 0; }
.footerr p { color: #fff; font-size: 24px; line-height: 26px;  font-family: 'Oswald', sans-serif; text-transform: uppercase; width: 100%; float: left; text-align: center; }
.footerr a { color: #fff; }
.footerr hr { width: 100%; float: left; }
.icon_up { position: absolute; bottom: 0; right: 0; width: 86px; height: 86px; background-color: #97bf0d; z-index: 10; background: #97bf0d url("../img/arrow_up.png") center center no-repeat; cursor: pointer; }

.legals { float: left; background-color: #fff; min-height: 100px; width: 100%; text-align: center; padding: 0 0 10px 0; }
.legals p { display: inline-block; margin: 15px 10px 0 0 ;  color: #909aa3; font-size: 12px;}
.legals span { display: inline-block; margin: 10px 0 0 0; color: #909aa3; font-size: 12px; }
.legals span img { margin: 2px 0 0 10px; float: right; }
.legals ul { float: right; margin: 10px 0 0 0; width: 100%; }
.legals ul li { display: inline-block; padding: 2px 20px;  }
.legals ul li a { color: #909aa3; }
/*FOOTER*/
/*CONOCENOS*/
.banner_ppal { float: left; width: 100%; height: 30vh; background-size: cover; }
.banner_ppal h2 { text-transform: uppercase; font-size: 28px; line-height: 45px; text-align: center; color: #fff; margin: 60px 0 0 0; }
.banner_ppal h3 { text-transform: uppercase; font-size:  16px; text-align: center; color: #fff; }

.conc_b1 { float: left; width: 100%; padding: 0 0 50px 0; }
.conc_b1_l { float: left; width: 100%; padding: 0 25px; }
@media (max-width: 768px) {
    .conc_b1_l {
        padding: 36px 34px !important;
    }
}
.conc_b1_r { float: left; width: 100%; padding: 0 10px; }
@media (max-width: 768px) {     
    .conc_b1_r {
        padding: 19px 34px !important;
    }
}
.conc_b1 span { color: #909aa3; font-size: 14px; }
.conc_b1 h2   { color: #3d3c3f; font-size: 25px; text-transform: uppercase; margin: 0 0 10px 0; }
@media (max-width: 768px) {
    .conc_b3 h2 {
        font-size: 20px !important;
    }
}
.conc_b1 p    { color: #909aa3; font-size: 16px; text-align: justify; margin: 0 0 10px 0; }

.conc_b2 { float: left; width: 100%; padding: 0 0 50px 0; }
.conc_b2 .embed-container { position: relative; padding-bottom: 43.25%; height: 0; overflow: hidden; }
.conc_b2 .embed-container iframe { position: absolute; top:0; left: 0; width: 100%; height: 96%; }

.conc_b3 { float: left; width: 100%; padding: 0 0 100px 0; }
.conc_b3 h2 { float: left; width: 100%; color: #3d3c3f; font-size: 37px; text-transform: uppercase; text-align: center;  margin: 0 0 60px 0; }
.conc_b3 .conc_b3_slide { float: left; width: 100%; position: relative; }
.conc_b3 .conc_b3_slide .swiper-container { width: 100%; height: 420px; }
.conc_b3 .conc_b3_slide .swiper-container .swiper-slide { padding: 20px 40px; background-color: #97bf0d;  }
.conc_b3 .conc_b3_slide .swiper-pagination .swiper-pagination-bullet { height: 30px; width: 3px; background-color: #3d3c3f; border-radius: 0; opacity: 1; }
.conc_b3 .conc_b3_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  background-color: #97bf0d; }
.conc_b3 .swiper-pagination_sd { position: absolute; top: 0; right: 0; width: 30px; padding: 0 14px; height: 100%; background-color: #fff; z-index: 10; }

.conc_b3 .conc_b3_slide_l { float: left; width: 100%; color: #fff; }
.conc_b3 .conc_b3_slide_l span { color: #598f01;font-family: 'Oswald', sans-serif; font-size: 16px; width: 100%; float: left; }
.conc_b3 .conc_b3_slide_l h3   { color: #fff; font-size: 30px; line-height: 30px;  width: 100%; float: left; }
.conc_b3 .conc_b3_slide_l p    { color: #fff; font-size: 16px; }
.conc_b3 .conc_b3_slide_r { float: left; width: 100%; color: #fff;  }
.conc_b3 .conc_b3_slide_r img { float: left; margin: 20px; }
.conc_b3 .conc_b3_slide_r p    { color: #fff; font-size: 15px; }
/*CONOCENOS*/
/*CVA*/
.cva_b1 { float: left; width: 100%; position: relative; text-align: center; margin: 10px 0 60px 0; }
.cva_b1_itm { display: inline-block; font-size: 16px; color: #3d3c3f; text-transform: uppercase; font-family: 'Oswald', sans-serif; margin: 0 74px; height: 34px; line-height: 30px; position: relative; }
.cva_b1_itm:last-child:after { display: none; }
.cva_b1_itm img { margin: -10px 0 0 0; width: 19px; }
.cva_b1_itm.active { color: #97bf0d; display: none;}
.cva_b1 .input_selct { float: left; width: 100%; height: 45PX; margin: 0 ; background-color: #fff;  position: relative; cursor: pointer; }
.cva_b1 .input_selct:after { content: ""; position: absolute; top: 0; right: 0; height: 50px; width: 30px; background: #fff url("../img/icon_slctt.png") center center no-repeat; cursor: pointer; pointer-events: none; }
.cva_b1 .input_selct select {
    float: left;
    width: 100%;
    height: 49px;
    line-height: 40px;
    background-color: transparent;
    border: none;
    color: #3d3c3f;
    padding: 0 30px 0 10px;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 0 0 0;
}
.cva_b1 .input_selct select option {
	font-size: 16px;
	padding: 2px 32px;
}
.cva_b2 { float: left; width: 100%; background-color: #fff; padding: 0px  5px; }
.cva_b2 .port_c { height: 430px; text-align: center; font-size: 18px; width: 100%; background-color: #ccc; overflow: hidden; text-align: left; position: relative; display: inline-block; margin: 10px 0; }
.cva_b2 .port_c img {height: 100%;width: 100%;}
.cva_b2 .port_c .inx_b4_txt { position: absolute; bottom: 0px; left: 0; width: 300px; height: 130px; background-color: rgba(0,0,0,0.8); z-index: 10; padding: 20px 30px; color:#fff; 
                              -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.cva_b2 .port_c .inx_b4_txt p  { font-size: 21px; text-transform: uppercase; }
.cva_b2 .port_c .inx_b4_txt h3 { font-size: 18px; line-height: 26px; text-transform: uppercase; margin: 5px 0; }
.cva_b2 .port_c .inx_b4_txt .txt_oclt  { opacity: 0; 
                                         -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.cva_b2 .port_c .inx_b4_txt a.txt_oclt  { padding: 0 50px 0 0; position: relative; color: #97bf0d; background: url("../img/arrow_linksg.png") 60px center no-repeat; font-size: 17px; margin: 3px 0 0 0; letter-spacing: 0px; 
                                          -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.cva_b2 .port_c .inx_b4_txt a.txt_oclt:hover { letter-spacing: 2px; text-decoration: none; background: url("../img/arrow_linksg.png") 80px center no-repeat; }
.cva_b2 .port_c:hover .inx_b4_txt { height: 210px; }
.cva_b2 .port_c:hover .inx_b4_txt .txt_oclt  { opacity: 1; }

.pagination_cv { float: left; width: 100%; text-align: center; margin: 50px 0; }
.pagination_cv ul { display: inline-block; height: 45px; width: auto; }
.pagination_cv ul li { float: left; position: relative; }
.pagination_cv ul li:last-child:after { display: none; }
.pagination_cv ul li:after { content: ""; position: absolute; top: 15px; right: 0px; height: 20px; width: 1px; background-color: #909aa3; }
.pagination_cv ul li a { width: 45px; height: 45px; line-height: 45px; text-align: center; float: left; font-size: 25px; color: #909aa3; font-family: 'Oswald', sans-serif; 
                         -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.pagination_cv ul li a:hover,
.pagination_cv ul li a.active { color: #97bf0d; }
.pagination_cv .pagination_cv_arrw { display: inline-block; height: 45px; width: 45px; background-color: #97bf0d; cursor: pointer; }
.pagination_cv .pagination_cv_arrw.arrw_l { background: #97bf0d url("../img/arrw_lft.png") center center no-repeat; background-size: 37px 31px; }
.pagination_cv .pagination_cv_arrw.arrw_r { background: #97bf0d url("../img/arrow_rgt.png") center center no-repeat; background-size: 37px 31px; }
/*CVA*/
/*NOTICIAS*/
.noti_b1  { float: left; width: 100%; background-color: #FFF; margin-top: 52px;}
.noti_b1 .noti_ctu { float: left; width: 100%; position: relative; overflow: hidden; padding: 0 5px 10PX 5PX; }

.noti_b1 .inx_b6_img { float: left; width: 100%; position: relative; }
.noti_b1 .inx_b6_img_ut { float: right; width: 100%; height: 400px; overflow: hidden; }
.noti_b1 .inx_b6_img_ut .inx_b6_img_titl { position: absolute; top: 0; right: -1px; background-color: #fff; color: #909aa3; font-size: 20px;  padding: 10px 20px; }
.noti_b1 .inx_b6_img_ut .inx_b6_img_titl h3 { text-transform: uppercase; }
.noti_b1 .inx_b6_img_ut img.bg { min-height: 100%;min-width: 100%; }

.noti_b1 .inx_b6_txt { float: left; width: 100%; padding:5px 10px 10px 10px; }
.noti_b1 .inx_b6_txt h2 { float: left; width: 100%; color: #3d3c3f; font-size: 25px; line-height: 30px; text-transform: uppercase; margin: 15px 0; }
.noti_b1 .inx_b6_txt .utrr { float: left; width: 100%; background: url("../img/icon_by.png") center left no-repeat; padding: 0 0 0 50px; height: 30px; line-height: 30px; font-size: 16px; color: #909aa3; margin: 0 0 20px 0; }
.noti_b1 .inx_b6_txt p { font-size: 14px; color: #909aa3; margin: 0 0 20px 0; text-align: justify; }
.noti_b1 .inx_b6_txt a  { padding: 0 30px 0 0; position: relative; color: #97bf0d; background: url("../img/arrow_linksg.png") right center no-repeat; font-size: 14px; margin: 3px 0 0 0; letter-spacing: 0px; 
                          -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.noti_b1 .inx_b6_txt a:hover { letter-spacing: 2px; text-decoration: none; }	
/*NOTICIAS*/
/*NOTICIAS amp*/
.inx_b6_img_ut_gall { float: right; margin: 10px 0 0 0; width: 500px; }
.inx_b6_img_ut_gall img { max-width: 100%; }
.inx_b6_txt span a {  width: 100%; font-size: 16px; color: #97bf0d; padding: 0 0 0 30px; width: auto;  background: url("../img/arrow_lfthg.png") 8px center no-repeat; }
/*NOTICIAS amp*/
/*VIVE*/
.viv_b1 { float: left; width: 100%; padding: 20px 0 100px 0; background-color: #fff; }
.viv_b1 img.bg { min-height: 100%;min-width: 100%; }
.viv_b1 .viv_cdu { display: inline-block; width: 100%; height: 500px; position: relative; overflow: hidden; margin: 0 0 20px 0; }

.viv_b1 .inx_b5_txt { position: absolute; top: 0; left: 0; padding: 47px; background-color: rgba(0,0,0,0.8); color: #fff; min-width: 290px; width: 50%; z-index: 10; }
.viv_b1 .inx_b5_txt span { font-size: 14px }
.viv_b1 .inx_b5_txt h3   { font-size: 25px; line-height: 25px; text-transform: uppercase; margin: 10px 0; }
.viv_b1 .inx_b5_txt p    { font-size: 15px; text-align: justify; }
.viv_b1 .inx_b5_txt a { color: #97bf0d; font-size: 15px; padding: 0 50px 0 0; background: url("../img/arrow_linksb.png") 60px center no-repeat; margin: 10px 0 0 0; float: left; 
                        .viv_b1 -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.viv_b1 .inx_b5_txt a:hover { letter-spacing: 2px; text-decoration: none; background: url("../img/arrow_linksb.png") 80px center no-repeat; }
/*VIVE*/
/*NOTI AMPL*/
.ntamp_b1 { float: left; width: 100%; height: 360px; overflow: hidden; }
.ntamp_b1 .ntamp_b1_slidesc  { position: relative; }
.ntamp_b1 .ntamp_b1_slidesc  .swiper-slide { width: 100%; height: 360px; }
.ntamp_b1 .ntamp_b1_slidesc  .swiper-slide img  { min-height: 100%;min-width: 100%; }
.ntamp_b1 .ntamp_b1_slidesc .swiper-button-next { bottom: 0; top: initial; right: 0; opacity: 1; display: inline-block; height: 45px; width: 45px; background-color: #97bf0d; cursor: pointer; background: #97bf0d url("../img/arrow_rgt.png") center center no-repeat; background-size: 27px 21px;}
.ntamp_b1 .ntamp_b1_slidesc .swiper-button-prev { bottom: 0; top: initial; left: 0; opacity: 1; display: inline-block; height: 45px; width: 45px; background-color: #97bf0d; cursor: pointer; background: #97bf0d url("../img/arrw_lft.png") center center no-repeat; background-size: 27px 21px; }

.ntamp_b2 { float: left; width: 100%; margin: 20px 0 50px 0; padding: 0 15px; }
.ntamp_b2_l { float: left; text-align: left; width: 100%; }
.ntamp_b2_l h2 { font-size: 24px; line-height: 35px; text-transform: uppercase; color: #3d3c3f; margin: 0 0 5px 0; }
.ntamp_b2_l a { float: left; padding: 0 0 0 30px; color: #3d3c3f; font-size: 14px; background: url("../img/arrow_ds.png") 4px  center no-repeat;  }
.ntamp_b2_r { float: right; text-align: left; width: 100%; }
.ntamp_b2_r span { font-size: 30px; }
.ntamp_b2_r p    { font-size: 16px; text-align: right;}

.ntamp_b3 { float: left; width: 100%;  }
.ntamp_b3_bx { float: left; width: 100%; min-height: 166px; background-color: #171f27; color: #fff; margin: 0 0 50px 0; padding: 20px 10px; }
.ntamp_b3_habit { text-transform: uppercase; float: left; width:100%; height: 35px; line-height: 35px; font-family: 'Oswald', sans-serif; font-size: 18px; padding: 0 0 0 0;  margin: 0 30px 0 0;}
.ntamp_b3_bano { text-transform: uppercase; float: left; width: 100%; height: 35px; line-height: 35px; font-family: 'Oswald', sans-serif; font-size: 18px; padding: 0 0 0 0; margin: 0 30px 0 0; }
.ntamp_b3_area { text-transform: uppercase; float: left; width: 100%; height: 35px; line-height: 35px; font-family: 'Oswald', sans-serif; font-size: 18px; padding: 0 0 0 0; margin: 0 30px 0 0; }
.ntamp_b3_prq { text-transform: uppercase; float: left; width: 100%; height: 35px; line-height: 35px; font-family: 'Oswald', sans-serif; font-size: 18px; padding: 0 0 0 0; margin: 0 30px 0 0; }

.ntamp_b4 { float: left; width: 100%; margin: 0 0 40px 0; }
.ntamp_b4_v { float: left; font-size: 30px; color: #97bf0d; padding: 0 0 0 40px; height: 27px; line-height: 27px; background: url("../img/icon_vid.png") 10px center no-repeat; background-size: 27px; margin: 0 30px 10px 0 ; position: relative; font-family: 'Oswald', sans-serif; }
.ntamp_b4_c { float: left; font-size: 17px; color: #3d3c3f; padding: 0 0 0 40px; height: 27px; line-height: 27px; background: url("../img/icon_shared.png") 10px center no-repeat; background-size: 27px;  font-family: 'Oswald', sans-serif; }

.ntamp_b5 { float: left; width: 100%; height: auto; padding: 0 15px 50px 15px; }
.ntamp_b5 span { float: left; width: 100%; color: #909aa3; font-size: 14px; }
.ntamp_b5 h2 { float: left; width: 100%; font-size: 30px; color: #3d3c3f; text-transform: uppercase; margin: 0 0 10px 0; }
.ntamp_b5 p { font-size: 15px; color: #909aa3; /*text-transform: uppercase;*/ margin: 5px 0; }
.ntamp_b5 .colmss { float: left; margin: 0 50px 0 0; width: 100%; }
.ntamp_b5 .colmss.items {
    columns: 3;
    width: 100%;
}

.property_price, .imp_predial_admin {width:fit-content; float: right;}

.ntamp_b5_hr { float: left; width: 100%; height: 1px; background-color: #97bf0d;  }

.ntamp_b6 { float: left; width: 100%; padding: 70px 15px; }
.ntamp_b6 h2  {font-size: 35px; line-height: 35px; text-transform: uppercase; color: #3d3c3f; margin: 0 0 25px 0; float: left; width: 100%; }
.ntamp_b6 p { font-size: 18px; color: #97a1a9; text-align: justify; margin: 0 0 10px 0; }
.ntamp_b6 .colum { float: left; width: 100%; }

.ntamp_map { float: left; width: 100%; height: 300px; background-color: #ccc; margin: 0 0 50px 0;
             -webkit-filter: grayscale(100%);
             filter: grayscale(100%); }
.ntamp_map iframe { width: 100%; height: 300px; float: left; }
/*NOTI AMPL*/
/*VIVE AMP*/

.ntamp_b6 .colum h2  {font-size: 35px; line-height: 35px; text-transform: uppercase; color: #3d3c3f; margin:  0; float: left; width: 100%; }
.ntamp_b6 a { float: left; padding: 0 0 0 30px; color: #3d3c3f; font-size: 17px; background: url("../img/arrow_ds.png") 4px  center no-repeat; width: 100%; margin: 0 0 20px 0; }

.conc_b3.conc_b3_smll .conc_b3_slide_l { float: left; width: 100%; color: #fff; padding: 0 0 20px 0; }
.conc_b3.conc_b3_smll .conc_b3_slide_l span { color: #598f01;font-family: 'Oswald', sans-serif; font-size: 16px; width: 100%; float: left; }
.conc_b3.conc_b3_smll .conc_b3_slide_l h3   { color: #fff; font-size: 30px; line-height: 30px;  width: 100%; float: left; text-transform: uppercase; }
.conc_b3.conc_b3_smll .conc_b3_slide_l p    { color: #fff; font-size: 16px; }
.conc_b3.conc_b3_smll .conc_b3_slide_r { float: left; width: 100%; color: #fff;  }
.conc_b3.conc_b3_smll .conc_b3_slide_r img { float: left; margin: 20px; }
.conc_b3.conc_b3_smll .conc_b3_slide_r p    { color: #fff; font-size: 15px; }

.ntamp_b6.ntamp_b6_vamp { padding: 0 15px 50px 15px; }
.ntamp_b6.ntamp_b6_vamp h2 { text-align: center; }
/*VIVE AMP*/








/*-----  GENERALES -----*/
/*-----  GENERALES -----*/
@media (max-width: 360px) {  }/*-----  SOLO MOBILE -----*/

@media (min-width: 361px) {  }
@media (min-width: 768px) {
    .container {width: 750px;}

    .header .container {width: 100%;}
    /*INDEX*/
    .inx_b1 { height: 520px; }
    .inx_b1 .swiper-container .swiper-slide { padding: 0; }
    .inx_b1 h2 { margin: 200px 0 0 0; font-size: 100px; line-height: 100px; }
    .inx_b1 h3 { font-size: 22px; }
    .inx_b1_tags div h4 { font-size: 25px;display: none; }
    .inx_b1_tags div p { font-size: 23px; }

    .inx_b2 { height: 114px; line-height: 114px; }
    .inx_b2 span { font-size:27px; display: none; }

    .inx_b3 .inx_b3_bx h2 { text-transform: uppercase; font-size: 25px; }
    .inx_b3 .inx_b3_bx { max-width: 1297px; background-color: #171f27; min-height: 233px; padding: 38px 80px; text-align: left; color: #fff; margin-top: 50px; }
    .inx_b3 .inx_b3_bx_cnt p { float: left; width: 100%; font-size: 20px; margin: 20px 0 0 0; text-align: left; }
    .inx_b3 .inx_b3_bx_cnt .input_selct { float: left; width: 100%; height: 40PX; max-width: 269px; margin: 0 10px 20PX 10px ; border-radius: 10px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; }
    .inx_b3 .input_inp { float: left; width: 100%; max-width: 269px; margin: 0 10px 20px 10px; }

    .inx_b4 {
        padding: 35px 0;
    }
    .inx_c1 h2:first-child{
        margin-bottom: 55px;
    }
    .inx_b4 h2 {
        font-size: 28px;
        letter-spacing: 14px;
        margin: 0 0 0px 0;
    }
    .inx_b4 .inx_b4swiper-container .swiper-slide { width: 48.33333%; }

    .inx_b5_l { float: left; width: 50%; }
    .inx_b5_r { float: left; width: 48%; margin: 0 0 0 2%; }
    .inx_b5_txt span { font-size: 14px }
    .inx_b5_txt h3   { font-size: 25px; line-height: 25px; margin: 10px 0; }
    .inx_b5_txt p    { font-size: 15px; }
    .inx_b5_txt a    { font-size: 15px; }
    /*INDEX*/
    /*FOOTER*/
    .foot_aliados {  padding: 0 ; text-align: left;  }
    .foot_aliados h2 { font-size: 20px; height: 133px; line-height: 133px;  background-color: #171f27; color: #fff; }
    .foot_aliados .alid_icn1 { margin: 40px 25px 0 10px; }
  /*  .foot_aliados .alid_icn1 img { max-width: 300px; }*/
    .footer { padding: 130px 0 30px 0;  }
    .footerl { float: left; width: 50%; color: #fff;  }
    .footerr { float: right; width: 25%; padding: 42px 0 0 0; }
    .footerl h2 { font-size: 40px; line-height: 42px; text-transform: uppercase; float: left; margin: 0 0 10px 0; text-align: left; width: auto; }
    .footerr p {
        color: #fff;
        font-size: 19px;
        line-height: 32px;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        width: 100%;
        float: left;
        text-align: left;
        letter-spacing: 1px;
        margin: 0px;
    }
    .footerr a { color: #fff; }
    .footerr hr { width: 50%; float: left; }
    .footerl .footerl_social { float: left; padding: 0 0 0 10px; text-align: left; width: 100%;  text-align:  }
    .footerl .input_selct { display: inline-block; float: left;  width: 100%; height: 50PX; max-width: 320px; margin: 0 20px 20PX 0 ; border-radius: 5px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; cursor: pointer; }
    .footerl .input_inpt { display: inline-block; float: left;  width: 100%; height: 50PX; max-width: 320px; margin: 0 20px 20PX 0 ; border-radius: 5px; background-color: #fff; border: 1px solid #e6e6e6; position: relative; cursor: pointer; }
    .footerl .input_inp { display: inline-block; width: 96%; max-width: 320px; margin: 0 4% 0 0 ; }
    /*FOOTER*/
    /*CONOCENOS*/
    .banner_ppal { height: 300px; }
    .banner_ppal h2 { font-size: 40px; line-height: 80px; margin: 85px 0 0 0; }
    .banner_ppal h3 { font-size:  20px; }

    .conc_b1_l { width: 50%; padding: 0 20px 0 0; }
    .conc_b1_r { width: 50%; padding: 0 0 0 20px; }
    .conc_b1 span { font-size: 19px; }
    .conc_b1 h2 {font-size: 35px;margin: 0 0 20px 0;}
    .conc_b1 p    { font-size: 20px; margin: 0 0 20px 0; }

    .conc_b2 { padding: 0 0 100px 0; }

    .conc_b3 h2 { float: left; width: 100%; color: #3d3c3f; font-size: 32px; text-transform: uppercase; text-align: center;  margin: 0 0 60px 0; }
    .conc_b3 .conc_b3_slide .swiper-container { width: 100%;height: 280px; }
    .conc_b3 .conc_b3_slide .swiper-container .swiper-slide { padding: 70px 50px;  background-color: #97bf0d;  }
    .conc_b3 .conc_b3_slide_l { width: 30%; }
    .conc_b3 .conc_b3_slide_l span { font-size: 16px; width: 100%; }
    .conc_b3 .conc_b3_slide_l h3   { font-size: 25px; line-height: 25px; }
    .conc_b3 .conc_b3_slide_l p    { font-size: 16px; }
    .conc_b3 .conc_b3_slide_r { width: 70%; border-left: 4px solid #fff;  }
    .conc_b3 .conc_b3_slide_r p    { color: #fff; font-size: 15px; }
    /*CONOCENOS*/
    /*CVA*/
    .cva_b2 .port_c { width: 48.33333%; }
    .cva_b2 { float: left; width: 100%; background-color: #fff; padding: 0px  10px; }

    .pagination_cv ul { height: 85px; }
    .pagination_cv ul li:after { top: 25px; height: 30px;  }
    .pagination_cv ul li a { width: 85px; height: 85px; line-height: 85px; font-size: 40px; }
    .pagination_cv .pagination_cv_arrw { height: 85px; width: 85px; background-color: #97bf0d; }
    .pagination_cv .pagination_cv_arrw.arrw_l {background-size: 37px 31px; }
    .pagination_cv .pagination_cv_arrw.arrw_r {background-size: 37px 31px; }
    .ntamp_b5 .colmss.items {
        columns: 2;

    }
    /*CVA*/
    /*NOTICIAS*/
    .noti_b1 .noti_ctu { float: left; width: 50%; padding: 0 20px 30PX 20PX; }
    /*NOTICIAS*/
    /*VIVE*/
    .viv_b1 { padding: 20px 20px 100px 20px; text-align: center; }
    .viv_b1 .viv_cdu { display: inline-block; text-align: left; width:45%; margin: 10px; }
    .viv_b1 .viv_cdu .inx_b5_txt h3   { font-size: 35px; line-height: 35px; margin: 10px 0; }
    .viv_b1 .viv_cdu .inx_b5_txt p    { font-size: 18px; }
    .viv_b1 .viv_cdu .inx_b5_txt a    { font-size: 19px; }
    /*VIVE*/
    /*NOTI AMPL*/
    .ntamp_b1 { float: left; width: 100%; height: 100%; }
    .ntamp_b1 .ntamp_b1_slidesc  .swiper-slide { width: 50%; height: 560px; }
    .ntamp_b1 .ntamp_b1_slidesc .swiper-button-next { bottom: 0; top: initial; right: 0; opacity: 1; display: inline-block; height: 66px; width: 69px; background-color: #97bf0d; cursor: pointer; background: #97bf0dd1  url("../img/arrow_rgt.png") center center no-repeat; background-size: 37px 31px;}
    .ntamp_b1 .ntamp_b1_slidesc .swiper-button-prev { bottom: 0; top: initial; left: 0; opacity: 1; display: inline-block; height: 66px; width: 69px; background-color: #97bf0d; cursor: pointer; background: #97bf0dd1  url("../img/arrw_lft.png") center center no-repeat; background-size: 37px 31px; }

    .ntamp_b2 { float: left; width: 100%; margin: 40px 0 0px 0; padding: 0; }
    .ntamp_b2_l { float: left; text-align: left; width: 400px; }
    .ntamp_b2_l h2 {
        font-size: 26px;
        line-height: 45px;
        margin: 0 0 5px 0;
        font-family: 'Oswald', sans-serif;
    }
    .ntamp_b2_l a { padding: 0 0 0 30px; color: #97bf0d; font-size: 17px; font-weight: bold;}
    .ntamp_b2_r { float: right; text-align: right; width: auto; display: flex; flex-direction: column; align-items: flex-end;}
    .ntamp_b2_r span {
        font-size: 27px;
    }
    .ntamp_b2_r p    { font-size: 17px; }

    .ntamp_b3_bx { float: left; width: 100%; min-height: 166px; background-color: #171f27; color: #fff; margin: 0 0 50px 0; padding: 20px 20px; text-align: center; }
    .ntamp_b3_habit { display: inline-block; float: initial; width: 233px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 20px; padding: 0 0 0 60px; margin: 0 20px 10px 20px; ; background: url("../img/icon_habnt.png") center left no-repeat; }
    .ntamp_b3_bano { display: inline-block; float: initial; width: 180px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 20px; padding: 0 0 0 80px; margin: 0 20px 10px 20px; ; background: url("../img/icon_bano.png") center left no-repeat; }
    .ntamp_b3_area { display: inline-block; float: initial; width: 240px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 20px; padding: 0 0 0 80px; margin: 0 20px 10px 20px; ; background: url("../img/icon_area.png") center left no-repeat; }
    .ntamp_b3_prq { display: inline-block; float: initial; width: 190px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 20px; padding: 0 0 0 80px; margin: 0 20px 10px 20px;; background: url("../img/icon_parq.png") center left no-repeat; }

    .ntamp_b4 { float: left; width: 100%; margin: 0 0 50px 0; }
    .ntamp_b4_v { float: left; font-size: 45px; color: #97bf0d; padding: 0 0 0 75px; height: 67px; line-height: 67px; background: url("../img/icon_vid.png") left center no-repeat; background-size: 67px; margin: 0 50px 0 0 ; position: relative; font-family: 'Oswald', sans-serif; }
    .ntamp_b4_v:after { content: ""; position: absolute; height: 30px; width: 1px; background-color: #97bf0d; top: 20px; right: -30px;  }
    .ntamp_b4_c {
        float: left;
        font-size: 17px;
        color: #3d3c3f;
        padding: 0 0 0 85px;
        height: 67px;
        line-height: 67px;
        background: url("../img/icon_shared.png") 10px center no-repeat;
        background-size: 28px;
        font-family: 'Oswald', sans-serif;
        cursor: pointer;
        background-position-x: 48px;
    }
    .ntamp_b5 { float: left; width: 100%; height: auto; padding: 0 0 50px 0; }
    .ntamp_b5 span { float: left; width: 100%; color: #909aa3; font-size: 16px; }
    .ntamp_b5 h2 { float: left; text-align: center; width: 100%; font-size: 26px; color: #3d3c3f; text-transform: uppercase; margin: 0 0 30px 0;font-family: 'Oswald', sans-serif; }
    .ntamp_b5 p { font-size: 18px; color: #909aa3; /*text-transform: uppercase;*/ margin: 10px 0; }
    .ntamp_b5 .colmss { float: left; margin: 0 20px 0 0; width: auto; }

    .ntamp_b6 { float: left; width: 100%; padding: 6px 0;  }
    .ntamp_b6 h2 { font-size: 26px; line-height: 45px; margin: 0 0 25px 0; text-align: center; font-family: 'Oswald', sans-serif;}
    .ntamp_b6 .colum:nth-child(2) { padding: 0 50px 0 0; }
    .ntamp_b6 .colum { float: left; }

    .ntamp_map { float: left; width: 100%; height: 500px; background-color: #ccc; margin: 20px 0 100px 0;
                 -webkit-filter: grayscale(100%);
                 filter: grayscale(100%); }
    .ntamp_map iframe { width: 100%; height: 500px; float: left; }
    /*NOTI AMPL*/
    .ntamp_b6 .colum h2  {font-size: 45px; line-height: 45px; text-transform: uppercase; color: #3d3c3f; margin:  0; float: left; width: 100%; }

    .conc_b3.conc_b3_smll .conc_b3_slide .swiper-container { width: 100%;height: 280px; }
    .conc_b3.conc_b3_smll .conc_b3_slide .swiper-container .swiper-slide { padding: 70px 50px;  background-color: #97bf0d;  }
    .conc_b3.conc_b3_smll .conc_b3_slide_l { width: 30%; }
    .conc_b3.conc_b3_smll .conc_b3_slide_l span { font-size: 16px; width: 100%; }
    .conc_b3.conc_b3_smll .conc_b3_slide_l h3   { font-size: 25px; line-height: 25px; }
    .conc_b3.conc_b3_smll .conc_b3_slide_l p    { font-size: 16px; }
    .conc_b3.conc_b3_smll .conc_b3_slide_r { width: 60%; border-left: 4px solid #fff;  }
    .conc_b3.conc_b3_smll .conc_b3_slide_r p    { color: #fff; font-size: 15px; padding: 30px 0 0 0; }
    /*VIVE AMP*/
    .ntamp_b6.ntamp_b6_vamp { padding: 0 0 100px 0; }
    /*VIVE AMP*/



    .doscolumnas{
        columns: 1;
    }





}/*-----  768 small table or landscape phone  -----*/
@media (min-width: 992px) {
    .container {width: 970px;}

}/*-----  992   Table -----*/
@media (min-width: 1180px) {
    .container {width: 1170px;}
    /*HEADER*/
    .header { padding: 0; }
    .header .container { width: 1130px; }
    .menu_hd { float: right; margin: 47px 0 0 0; background-color: #fff; position: relative; top: 0;right: 0; width: auto; height: 100%; padding: 0; overflow: initial; }
    .menu_hd li { float: left; padding: 0 15px; position: relative; width: auto; }
    .menu_hd li:after { content: ""; height: 7px; width: 1px; background-color: #909aa3; position: absolute; right: 0; top: 7px; }
    .menu_hd li a { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-size: 16px; height: 20px; line-height: 20px; color: #909aa3; text-align: right; width: auto; float: left; }

    .social_hd { float: right; margin:0; padding: 0; }

    .btn_menu { display: none; }
    /*HEADER*/
    /*INDEX*/
    .inx_b1 h2 {margin: 12% 0 0 0;font-size: 40px;}

    .inx_b3 .inx_b3_bx_cnt .input_selct { float: left; margin: 0 5px 20PX 5px ; }
    .inx_b3 .input_inp { float: left; margin: 0 5px 20px 5px; }

    .inx_b4 .inx_b4swiper-container .swiper-slide { width: 32.33333%; }

    .inx_b5_l { float: left; width: 50%; }
    .inx_b5_r { float: left; width: 48%; margin: 0 0 0 2%; }
    .inx_b5_txt span { font-size: 14px }
    .inx_b5_txt h3   { font-size: 25px; line-height: 25px; margin: 10px 0; }
    .inx_b5_txt p    { font-size: 15px;font-family: verdana, geneva, sans-serif; }
    .inx_b5_txt a    { font-size: 15px; }

    .inx_b6 .swiper-container_d .swiper-slide { height: 400px; }
    .inx_b6 .inx_b6_img {  width: 600px; }
    .inx_b6 .inx_b6_img_ut { width: 100; height: 431px; }
    .inx_b6 .inx_b6_img_ut .inx_b6_img_titl {  font-size: 30px;  padding: 10px 20px; }
    .inx_b6 .inx_b6_img_ut .inx_b6_img_social { position: absolute; top: 0; left: 50px; width: 30px; bottom: initial; padding: 0; height: auto;  }
    .inx_b6_txt {float: left;width: 570px;padding: 0px 60px 50px 60px;}
    .inx_b6_txt span { font-size: 19px; }
    .inx_b6_txt h2 { color: #3d3c3f; font-size: 25px; line-height: 57px; margin: 25px 0; }
    .inx_b6_txt .utrr { padding: 0 0 0 50px; height: 30px; line-height: 30px; font-size: 20px; margin: 0 0 20px 0; }
    .inx_b6_txt p { font-size: 20px; margin: 0 0 20px 0; }
    .inx_b6_txt a  { padding: 0 30px 0 0;  margin: 3px 0 0 0; letter-spacing: 0px;  font-size: 20px; }
    /*INDEX*/
    /*FOOTER*/
    .foot_aliados h2 { font-size: 25px; width: 450px; font-size: 23px; line-height: 133px; }
    .foot_aliados .alid_icn1 { margin: 25px 0 0 50px; }
    .foot_aliados .alid_icn1 img { max-width: 100%; width: 62%; }
    .footerl h2 { font-size: 30px; line-height: 32px; text-transform: uppercase; float: left; margin: 0 0 20px 0; text-align: left; width: auto; }
    .footerl .input_selct { width: 100%; height: 50PX; max-width: 260px; margin: 0 20px 20PX 0 ; border-radius: 5px; }
    .footerl .input_inpt { width: 100%; height: 50PX; max-width: 45%; margin: 0 20px 20PX 0 ; border-radius: 5px; }
    .footerl .input_inp { width: 96%; max-width: 93%; margin: 0 4% 0 0 ; }
    .footerl .footerl_social { float: left; padding: 0 0 0 10px; text-align: left; width: auto; }

    .legals ul { float: right; margin: 40px 0 0 0; width: auto; }
    .legals ul li { float: left; padding: 0 20px; }
    .legals ul li a { color: #909aa3; }
    .legals { float: left; background-color: #fff; height: 100px; width: 100%; text-align: left; }
    .legals p { float: left; margin: 40px 10px 0 0 ;  color: #909aa3; font-size: 12px;}
    .legals span { float: left; margin: 40px 0 0 0; color: #909aa3; font-size: 12px; }
    .legals span img { margin: 2px 0 0 10px; float: right; }
    /*FOOTER*/
    /*CONOCENOS*/
    .banner_ppal { height: 350px; }
    .banner_ppal h2 {font-size: 50px;line-height: 130px;margin: 85px 0 0 0;}
    .banner_ppal h3 { font-size:  25px; }

    .conc_b3 .conc_b3_slide .swiper-container .swiper-slide { padding: 70px 80px;  background-color: #97bf0d;  }
    .conc_b3 .conc_b3_slide_l span { font-size: 19px; width: 100%; }
    .conc_b3 .conc_b3_slide_l h3   { font-size: 40px; line-height: 40px; }
    .conc_b3 .conc_b3_slide_l p    { font-size: 20px; }
    .conc_b3 .conc_b3_slide_r p    { color: #fff; font-size: 20px; }
    /*CONOCENOS*/
    /*CVA*/
    .cva_b2 { padding: 0px  50px; }
    .cva_b2 .port_c {width: 32.22222%;margin: 5px;}
    .ntamp_b5 .colmss.items {
        columns: 3;

    }
    /*CVA*/
    /*NOTICIAS*/
    .noti_b1 .inx_b6_txt h2 { float: left; width: 100%; color: #3d3c3f; font-size: 22px; line-height: 42px; text-transform: uppercase; margin: 15px 0; }
    .noti_b1 .inx_b6_txt .utrr { float: left; width: 100%; padding: 0 0 0 50px; height: 30px; line-height: 30px; font-size: 21px; color: #909aa3; margin: 0 0 20px 0; }
    .noti_b1 .inx_b6_txt p { font-size: 20px; color: #909aa3; margin: 0 0 20px 0; text-align: justify; }
    .noti_b1 .inx_b6_txt a  { padding: 0 30px 0 0; position: relative; color: #97bf0d; font-size: 21px; margin: 3px 0 0 0; letter-spacing: 0px; }
    /*NOTICIAS*/
    /*NOTICIAS amp*/
    .inx_b6_img_ut_gall { float: right; margin: 10px 0 0 0; width: 500px; }
    /*NOTICIAS amp*/
    .ntamp_b1 .ntamp_b1_slidesc  .swiper-slide { width: 33.333%; height: 426.667px; }

    .ntamp_b3_bx { float: left; width: 100%; min-height: 121px; background-color: #ffffff; color: #9a9595; margin: 0 0 21px 0; padding: 25px 107px; text-align: center; }
    .ntamp_b3_habit { float: left; width: 233px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 0  0 60px; background: url("../img/icon_habnt.png") center left no-repeat; }
    .ntamp_b3_bano { float: left; width: 180px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 0  0 80px; margin: 0 50px 0 30px; background: url("../img/icon_bano.png") center left no-repeat; }
    .ntamp_b3_area { float: left; width: 240px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 0 0 0 80px; margin: 0 0 0 30px; background: url("../img/icon_area.png") center left no-repeat; }
    .ntamp_b3_prq { float: left; width: 190px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 0 0 0 80px; margin: 0 0 0 30px; background: url("../img/icon_parq.png") center left no-repeat; }
    .ntamp_b3_est { float: left; width: 190px; height: 65px; line-height: 65px; font-family: 'Oswald', sans-serif; font-size: 14px; padding: 0 0 0 80px; margin: 0 0 0 30px; background: url("../img/strato.png") center left no-repeat; }

    .ntamp_b5 .colmss { float: left; margin: 0 40px 0 0; }
    .ntamp_b5 p { font-size: 18px; color: #909aa3; /*text-transform: uppercase;*/ margin: 0px 0; }

    .conc_b3.conc_b3_smll .conc_b3_slide .swiper-container .swiper-slide { padding: 70px 80px;  background-color: #97bf0d;  }
    .conc_b3.conc_b3_smll .conc_b3_slide_l span { font-size: 19px; width: 100%; }
    .conc_b3.conc_b3_smll .conc_b3_slide_l h3   { font-size: 40px; line-height: 40px; }
    .conc_b3.conc_b3_smll .conc_b3_slide_l p    { font-size: 20px; }
    .conc_b3.conc_b3_smll .conc_b3_slide_r p    { color: #fff; font-size: 20px; }


    .doscolumnas{
        columns: 2;
        float: left;
        column-gap: 35px;
    }



}/*----- 1180   Laptop -----*/
@media (min-width: 1441px) {
    /*HEADER*/
    .header .container { width: 1390px; }
    .menu_hd li a span { display: inline-block; }
    /*HEADER*/
    /*INDEX*/
    .inx_b5_l { float: left; width: 49%; }
    .inx_b5_r { float: left; width: 49%; margin: 0 0 0 2%; }
    .inx_b5_txt span { font-size: 19px }
    .inx_b5_txt h3   { font-size: 32px; line-height: 38px; margin: 10px 0; }
    .inx_b5_txt p    { font-size: 20px; }
    .inx_b5_txt a    { font-size: 17px; }

    .inx_b6 .container { width: 1380px; }
    .inx_b6 .inx_b6_img {  width: 678px; }
    .inx_b6 .inx_b6_img_ut { width: 570px; height: 356px; }
    .inx_b6_txt { float: left; width: 650px; padding: 60px 100px 50px 100px; }
    /*INDEX*/
    /*FOOTER*/
    .foot_aliados h2 { font-size: 27px; width: 432px; height: 133px; line-height: 133px; }
    .footer .container { width: 1380px; }
    .footerl h2 { font-size: 40px; line-height: 42px; text-transform: uppercase; float: left; margin: 0 0 9px 0; text-align: left; width: auto; }
    .footerl .footerl_social { float: left; padding: 0 0 0 10px; text-align: left; width: auto; }
    .footerl .input_selct { width: 100%; height: 50PX; max-width: 320px; margin: 0 20px 20PX 0 ; border-radius: 5px; }
    .footerl .input_inpt { width: 100%; height: 50PX; max-width: 320px; margin: 0 20px 20PX 0 ; border-radius: 5px; }
    .footerl .input_inp { display: inline-block; width: 96%; max-width: 100%; margin: 0 4% 0 0 ; }

    .legals .container { width: 1380px; }
    .legals p { float: left; margin: 40px 10px 0 0 ;  color: #909aa3; font-size: 12px;}
    .legals span { float: left; margin: 40px 0 0 0; color: #909aa3; font-size: 12px; }
    /*FOOTER*/
    /*CONOCENOS*/
    .banner_ppal h2 { font-size: 43px; line-height: 130px; margin: 150px 0 0 0; }
    .banner_ppal h3 { font-size:  40px; }
    .conc_b2 .container { width: 1380px; }

    .conc_b3 .container { width: 1380px; }
    .conc_b3 .conc_b3_slide .swiper-container .swiper-slide { padding: 70px 100px;  background-color: #97bf0d;  }
    .conc_b3 .conc_b3_slide_l h3   { font-size: 45px; line-height: 45px; }
    /*CONOCENOS*/
    /*CVA*/
    .cva_b1_itm { font-size: 30px; margin: 0 15px; height: 45px; line-height: 45px; }
    .cva_b1_itm img { margin: -10px 0 0 0; width: 48px; }
    .cva_b1_itm:after { content: ""; position: absolute; top: 10px; right: -20px; height: 30px; width: 1px; background-color: #97bf0d; }
    .cva_b1 .input_selct { height: 50PX; }
    .cva_b1 .input_selct:after {  height: 50px; width: 30px; }
    .cva_b1 .input_selct select { height: 60px; line-height: 40px; padding: 0 30px 0 10px; font-size: 27px; margin: -10px 0 0 0; }
    .cva_b1 .input_selct select option { font-size: 17px; }

    .cva_b2 { padding: 0px  100px; }
    .cva_b2 .port_c { width: 31.33333%; margin: 10px; }
    .ntamp_b5 .colmss.items {
        columns: 4;

    }
    /*CVA*/
    /*NOTICIAS amp*/
    .inx_b6_img_ut_gall { float: right; margin: 10px 0 0 0; width: 570px; }
    /*NOTICIAS amp*/
    /*VIVE*/
    .viv_b1 { padding: 20px 150px 100px 150px; }
    /*VIVE*/
    /*NOTICIAS amp*/
    .ntamp_b5 .colmss { float: left; margin: 0 50px 0 0; }








}/*----- 1441   Desktop  -----*/




#tab2{
    display: none;
}
.chars span:after{
    content: ' - ';
}
.chars span:last-child:after{
    content: '';
}

.cargarmas {
    position: relative;
    margin: 0 auto;
    display: table;
    cursor: pointer;
    color: #97bf0d;
}
.cargarmas .titulo {
    font-size: 70px;
    font-weight: bolder;
    letter-spacing: -4px;
    padding: 0px;
}
.cargarmas .subtitle span:first-child {
    margin-right: 20px;
}
.cargarmas .subtitle span:last-child {
    margin-left: 32px;
}
.share{

    width: auto;
    margin: 5px;
    float: left;
    padding: 9px 9px 5px 9px;
    display:none;

    opacity:0;
}

.share.active{
    opacity:1;
    transition:opacity 500ms;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
}

body[lang="en-US"] div.tp-parallax-wrap{
    left: 525px !important;
}

@media (max-width: 767px){
    .inx_b5 img.bg {
        min-width: 95% !important;
        min-height: 95%;
        width: 95%;
        margin: 0 auto;
        display: block;
    }
    .inx_b5_txt {
        left: 2.5% !important;
    }
}

.content__new--btn{
    float: left;
    width: 570px;
    padding: 60px 60px 50px 60px;
}


.inx_b6_txt.interna{
    width: 100% !important;
}

.content__new--btn h2 {
	color: #3d3c3f;
	font-size: 26px;
	line-height: 57px;
	margin: 25px 0;
}

.content__new--btn .utrr {
	padding: 0 0 0 50px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
	background: url("../img/icon_by.png") center left no-repeat;
	padding: 0 0 0 50px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #909aa3;
	margin: 0 0 20px 0;
}

@media screen and (min-width: 1920px){
    .title_social {
        align-items: center !important;
    }
}

@media screen and (min-width: 1440px){
    .title_social {
        align-items: flex-start;
    }
}

@media screen and (min-width: 1366px){
    .inx_b1 {
        height: 53vh;
    }

    /* .inx_b1 {
        height: 90vh;
    } */

    .inx_b1 .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .imp_predial_admin p {
        margin-bottom: 0;
    }

    .title_social {
        display: flex;
        align-items: flex-start;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px){
    .inx_b1 {
        height: 53vh;
    }

    .inx_b1 .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .imp_predial_admin p {
        margin-bottom: 0;
    }

    .title_social {
        display: flex;
        align-items: center;
    }

    .footer {
        padding: 30px 0 30px 0;
    }

    .footerr {
        width: 50%;
    }

    .footerr p {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .inx_b1 {
        height: 53vh;
    }

    .inx_b1 .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .ntamp_b2 .container{display: contents;}

    .imp_predial_admin p {
        margin-bottom: 0;
    }

    .footer {
        padding: 30px 0 30px 0;
    }

    .footerr {
        width: 42%;
    }

    .footerr p {
        font-size: 23px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px){
    .inx_b1 {
        height: 53vh;
    }

    .inx_b1 .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .ntamp_b2_r {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .share_icons {
        display: flex;
        align-items: center;
    }

    .imp_predial_admin p {
        margin-bottom: 0;
    }

    .footerl form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px){
    .inx_b1 {
        height: 53vh;
    }

    .inx_b1 .swiper-container .swiper-slide {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    .ntamp_b2_r {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .share_icons {
        display: flex;
        align-items: center;
    }

    .imp_predial_admin p {
        margin-bottom: 0;
    }

    .footerl form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}