

body {
    height: 100%;
    margin: 0;
    width: 100%;
    color: #1a1a1a;
    font-family: 'Glober',sans-serif;
    line-height: 1.4;
    word-break: break-word;
}

.hidden-md{
    display:none;
}

.container {
    max-width: 100%;
    width: 1170px !important;
    margin: 0 auto !important;
    float: none !important;
}

.fondo-gris {background-color: #2c2c2c;}
.fondo-claro {background-color: #eeeeee;}
.fondo-verde {background-color: #06B706;}
.fondo-morado {background-color: #3b3987;}



.fondo-amarillo {background-color: #ffb000;}
.utel-header {padding-bottom: 20px; padding-top: 20px;}
.utel-logo-lp {max-width: 150px;}
.logo-partners {max-width: 200px;}
.logo-partners-v2 {max-width: 160px;}
.logo-partners-v3 {max-width: 130px;}
.txt-intro {color: #1a1a1a; font-size: 22px; line-height: 36px; font-family: 'Glober',sans-serif;}
.txt-intro-blanco {color: #ffffff; font-size: 22px; line-height: 36px; font-family: 'Glober',sans-serif;}
.utel-logo-align {text-align: left;}
.utel-top-iconos{
    float: right; color: #fff; font-size: 16px; font-weight: 700;
    margin-top: 15px;
}

.utel-top-iconos a {
    color: #fff; text-decoration: none; font-family: 'Glober',sans-serif;
}

.utel-top-iconos a:hover {
    color: #ffb000; text-decoration: none;
}

.utel-top-iconos i {
    color: #ffb000;
}



.align-left-center {text-align: left;}
.align-center {text-align: center;}
.footer-left {text-align: left;}
.footer-right {text-align: right;}

h1 {

  font-family: 'Glober',sans-serif;
}

h2 {
  color: #000;
   font-size: 38px;
  line-height: 44px;
    font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Glober',sans-serif;
}

h3 {

  color: #000000!Important;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
  font-family: 'Glober',sans-serif;
}

h3 span{color: #fff;}
.divi-bco {border-bottom: 2px solid #fff; max-width: 240px; margin-top: 20px; font-family: 'Glober',sans-serif;}

.tituloBlanco{
    color:#ffffff!Important;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 20px;
  font-family: 'Glober',sans-serif;
}

.top10 { margin-top: 10px;}
.top20 { margin-top: 20px;}
.top30 { margin-top: 30px;}
.top40 { margin-top: 40px;}
.top50 { margin-top: 50px;}
.top60 { margin-top: 60px;}
.top70 { margin-top: 70px;  }
.padding-section { padding-top: 0px; padding-bottom: 60px;  }
.padding-section-min { padding-top: 30px; padding-bottom: 30px;  }
.padding-section-min-nega { padding-top: 20px; padding-bottom: 30px;}

.imagenBecome{
    margin-top: 50px;
}

.separacion{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*sombra menu*/
.sombra-menu {  z-index: 999;
box-shadow: 0 5px 12px 8px rgb(0 0 0 / 20%);
}
/*sombra menu*/

/*hero-header*/
.hero-header-image {

  background-image: linear-gradient(to right, rgba(131, 196, 70, 0), rgba(0, 0, 0, 0)), url("https://dbyiwwn1ggdry.cloudfront.net/servidorLandings/global/lpGlobal/img/banner-filipinas-global-min.webp");
    height:610px;
  background-position: center top !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
     display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

}

.hero-header-text {
  color: #000000;
  font-family: 'Glober',sans-serif!important;
  margin-top: 90px;

}

.hero-header-text h1 {
    font-size:48px; 
    font-weight: 700!important;
    line-height: 61px; 
    font-family: 'Glober',sans-serif!important;
}

.hero-header-text h5 {
  padding: 9px 5px;
  font-size: 24px;
font-weight: 700!important;
    margin-top: 10px;
    font-family: 'Glober',sans-serif!important;
}


.hero-button {

  background-color: #FFB937;
    color: #4E4E4E;
  min-width: 210px;
  font-size: 16px;
  padding: 17px 52px;
  margin: 8px 0;
    border: none;
  border-radius: 20px;
  cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
}

.hero-button :hover {
  background-color: #000;

}

.hero-button a {

    color: #fff;
  font-size: 16px;
    text-decoration: none;
}

.hero-button a:hover {
  background-color: #000;
    text-decoration: none;

}

.hero-header-text button, .btn-success {
   background-color: #FFB937;
    color: #4E4E4E;
  min-width: 210px;
  font-size: 16px;
  padding: 17px 32px;
  margin: 8px 0;
    border: none;
  border-radius: 40px;
  cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
}

.hero-header-text button:hover, .btn-success:hover {
  background-color: #000;
  color: white;
}

/*hero-header*/
.formula-ubica {
    bottom: -100px;
    z-index: 9999;
}


.paddingLR {
    padding-left: 150px!Important;
    padding-right: 100px!Important;
    padding-top: 100px!Important;
}

.dnd-column {
    padding: 0px;
}

.columna-right-margen {
    max-width: 100%;
    width: 100% !important;
    margin: 0 auto !important;
    float: right !important;
    right: -100px!important;
}


.margen-top-1texto { margin-top: 90px;}
.margen-top-2texto { margin-top: 130px;}



/*formulario*/
form {
  padding: 25px;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.1);
  box-shadow: 0 5px 12px 8px rgba(0,0,0,0.2);
}

form a {color: #83c446!important;}
form a:hover {color: #000!important;}

input[type=text], select {
  width: 100%;
  padding: 7px 10px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #d1d6dc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000!important;
}





input[type=submit] {
  width: 100%;
  background-color: #e5292a;;
    color: #fff;
  min-width: 210px;
  font-size: 16px;
  padding: 17px 52px;
  margin: 8px 0;
    border: none;
  border-radius: 5px;
  cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
}

input[type=submit]:hover {
  background-color: #000;
}

input, input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    border: 2px solid #d1d6dc;
    color: rgba(26,26,26,1.0);
    background-color: rgba(247,247,247,1.0);
    outline: 0;
    box-shadow: none !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


select {

  background-position: 98% center;
  background-repeat: no-repeat;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
    color: #949494 !important; 
}



form label {
    color: rgba(0,0,0,1.0)!important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    padding-left: 0px;
    display: inline-block;
    margin-bottom: 1px!important;

}


form input::placeholder {
color: #949494 !important; 
font-size: 14px !important;  
}



/*checkbox*/
.checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-top: 4px;    
  margin-bottom: 4px;
  /*cursor: pointer;*/
  color: #949494!important;
    font-weight: 400;
  font-size: .775rem;
    text-transform: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox a {
 color: #ffb000!important;
}

.checkbox a:hover {
 color: #949494!important;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #f3ba4b!important;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #f3ba4b!important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*checkbox*/


.footer {
  background-color: #2c2c2c;!important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  color: #ffffff!important;
  font-size: 13px;
    line-height: 26px!important;
   /* border-top: solid 4px #ffb000;*/

}

.footer H5 {
   font-family: 'Glober',sans-serif!important;

}

.footer a {
  color:#fff!important;
}

.footer a:hover {
  color:#83c446!important;
}

/*menu styky footer*/

#more-sticky {
  display: none;
}


@media (max-width: 767px) {
    
    .top40 {
        margin-top: 0px!Important;
    }

    #more-sticky{  
      
    background-size: contain!important;
    display:block!important;
    bottom:0;
    position:fixed;
    z-index:999;
    width:100%;     
  }
    #more-sticky section.whats{
      background:#00B551;
      width:33.3%;
      float:left;
      padding:12px;
    }
    #more-sticky section.messe{
      background:#2B7EE1;
     width:33.3%;
      float:left;
      padding:12px;
    }
    #more-sticky section.phone-inbound2{
      background:#EA7125;
      width:33.3%;
      float:left;
      padding:12px;
    }
    
    .margenMobile{
        margin-top:50px!Important;
    }
    
    .imagenBecome{
        margin-top:0px!Important;
    }
    
}

/*menu styky footer*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://dbyiwwn1ggdry.cloudfront.net/servidorLandings/global/lpGlobal/img/header-global.jpg");
 /* height: 50%;*/
    height: 410px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*  border-bottom: solid 4px #ffb000;*/
}

.hero-image-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://dbyiwwn1ggdry.cloudfront.net/servidorLandings/global/lpGlobal/img/hero-contacta.jpg");
 /* height: 50%;*/
    height: 290px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
    border-bottom: solid 4px #ffb000;
}

.hero-image-2 {
  /*background-image: url("img/hero-right.jpg");*/
  /* height: 50%;*/
    /*height: 510px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}

.hero-image-3 {
  background-image: url("https://dbyiwwn1ggdry.cloudfront.net/servidorLandings/global/lpGlobal/img/gss_lp2filipinas_bannersecundario-min.webp");
  /* height: 50%;*/
    height: 510px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}

.hero-image-4 {
  background-image: url("https://dbyiwwn1ggdry.cloudfront.net/servidorLandings/global/lpGlobal/img/LP_Experiencias_back_verde_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom:50px;
  margin-top: -150px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
    font-family: 'Glober',sans-serif;
    /*min-width: 100px;*/
    width: 100%;

}

.hero-text h1 {
    font-size:44px; 
    font-weight: 700!important;
    line-height: 44px;
    color: #83c446;
    font-family: 'Glober',sans-serif!important;
    
}

.hero-text h5 {
  padding: 9px 5px;
  font-size: 22px;
  text-transform: uppercase;
font-weight: 700!important;
    font-family: 'Glober',sans-serif!important;
}



.hero-text button {

  background-color: #e5292a;;
    color: #fff;
  min-width: 210px;
  font-size: 16px;
  padding: 17px 52px;
  margin: 8px 0;
    border: none;
  border-radius: 5px;
  cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 12px;
}

.hero-text button:hover {
  background-color: #000;

}




/*accordion*/

.accordion {
  background-color: #eee;
  color: #000;
    font-weight: 700;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  border: 3px solid #4E4E4E;
  border-radius: 20px;
 
}

.active, .accordion:hover {
  background-color: #3b3987;
    color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
    font-size: 24px;
}

.active:after {
  content: "\2212";
    font-size: 24px;
}

.panel {
  padding: 0 22px;
   font-size: 16px;
    line-height: 26px;
  background-color: white;
  max-height: 0;

  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
/*accordion*/

/*testimonio*/
.testimonio {
  padding: 30px;
  font-size: 16px;
  line-height: 26px;
  background-color: #fff;
    margin-top: 20px;
    min-height: 400px;

}

.testimonio hr {
  border: 2px solid #ffb000;

}


.top-gradient {
    height: 8px;
    /*background: linear-gradient(to right, #2a6cae 25%, #6b973b 25%, #6b973b 50%, #db6530 50%, #db6530 50%, #db6530 75%, #2a6cae 75%);*/
   background: linear-gradient(to right, #2a6cae 25%, #6b973b 25%, #6b973b 50%, #db6530 50%, #db6530 50%, #db6530 75%, #2a6cae 75%);
}

.banner-rs h4 {
  padding: 5px 5px;
  border-radius: 6px;
  color: #333;
  font-family: 'Arial';
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 auto;
}



/*ICONOS LATERALES*/
.fixed-iconos {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 999999;
    
    top: 45%;
    right: 0;
    transform: translateY(-50%);

}

.fixed-iconos div {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    transition: width 0.3s linear;
}

.fixed-iconos .fix-telefono-lateral {background-color: #282828;}
.fixed-iconos .fix-contacto {background-color: #00c0ff;}
.fixed-iconos .fix-showroom {background-color: #ee6f2e;}
.fixed-iconos .fix-recorrido {background-color: #374f87;}
.fixed-iconos .fix-whatsapp {background-color: #54b745;}



.fixed-iconos div:hover {width: 120%;}
.fixed-iconos div img{width: 30px;}
.fixed-iconos div p{
    display: block;
    color: white;
    font-size: 13px;
    
    }
		


@media only screen and (max-width: 768px) { 
    .fixed-iconos { z-index: 999999; top: 50%;}
    .fixed-iconos div img{width: 20px;}
    .fixed-iconos div p{
    display: none;    
    }
    
   
   
}
/*ICONOS LATERALES*/

 /*ACORDEON OMAR*/

  .acordeon2{
       /* background-color: #eeeeee;*/
        color:#000000;
      font-weight: 700;
       font-size: 18px;
      font-family: 'Glober',sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        padding: 20px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        margin-top:10px;
        border: 3px solid #4E4E4E;
        border-radius: 20px;
    }   
    
    .acordeon2:after {
    content: '\002B';
    color: #000000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    font-size: 24px;
    }
    
    .active, .acordeon2:hover{
        background-color: #3b3987;
        color:#fff;
        
    }
    .panel2{
        padding: 20px 20px;
        background-color: white;
        background-color: #f8f8f8;
        text-align: left;
        overflow:hidden;
    }

   .panel2 a{
        color:#000;
       line-height: 24px;
    }
  .panel2 a:hover{
        color:#3b3987;
    }
/*ACORDEON OMAR*/


form h3{
    color: #000000!important;
    font-weight: 700;
    font-size: 24px!Important;
    font-family: 'Glober',sans-serif!important;
}
.dhx-bg-dark {
    background-color: #ffffff!Important;
}




/*FORMULARIO BOTTOM*/

 .formu-bottom {
     color:#fff;
     padding-bottom: 40px;
     padding-top: 40px;
     background-color: #06B706;
    }

.formu-bottom form {
  padding: 35px;
  background-color: transparent;
  -webkit-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.0);
  -moz-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.0);
  -o-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.0);
  -ms-box-shadow: 0 5px 12px 8px rgba(0,0,0,0.0);
  box-shadow: 0 5px 12px 8px rgba(0,0,0,0.0);
}

.formu-bottom form h3{
    color: #fff!important;
    font-weight: 700;
    font-size: 24px!Important;
    font-family: 'Glober',sans-serif!important;
}

.formu-bottom form a {color: #000!important;}
.formu-bottom form a:hover {color: #fff!important;}

.formu-bottom .dhx-bg-dark {
    background-color: transparent!Important;
}

.formu-bottom H3 {
     color:#fff;
    text-transform:uppercase;
     font-family: 'Glober',sans-serif!important;
    }
    
.formu-bottom H2 {
     color:#fff;
    margin-top: 160px;
    text-transform:uppercase;
     font-family: 'Glober',sans-serif!important;
    }    

/*FORMULARIO BOTTOM*/

@media (max-width:767px) {
    
    
    .hero-image-4{
        margin-top: -50px!Important;
    }
    
    .margen-top-1texto { margin-top: 30px;}
    .margen-top-2texto { margin-top: 80px;}
        .padding-section-min { padding-top: 20px; padding-bottom: 30px;}
    .padding-section-min-nega { padding-top: 20px; padding-bottom: 30px; margin-top: -120px!important;}
    .formula-ubica { bottom: -50px;}
    .hidden-xs {display: none!important}
    .hidden-md {display: block!important}
    .utel-logo-align {text-align: center;}
    .logo-partners {max-width: 160px;}
    .logo-partners-v2 {max-width: 140px;}
    .logo-partners-v3 {max-width: 90px;}
    .txt-intro {font-size: 17px; line-height: 24px;}
    .txt-intro-blanco {font-size: 17px; color:#ffffff; line-height: 24px;}
    .align-left-center {text-align: center;}
    .footer-left {text-align: center;}
    .footer-right {text-align: center;}
    .utel-top-iconos{font-size: 14px; font-weight: 500;}
    .utel-top-iconos i {display: none;}
    .hero-header-image {height:760px;}
    .hero-header-text {margin-top: 50px;}
    .hero-header-text h1 { font-size:30px; line-height: 32px; text-align: center;}
    .hero-header-text h5 { font-size:16px; margin-top: 20px; text-align: center;}
    
    .hero-image-2 {background-image: none!important;height: 710px!important;}
    /* .hero-image-3 {background-image: none!important;height: 640px!important;} */
    form h3{ font-size: 18px!Important; line-height: 20px!important;}
    .formu-bottom form {padding-left: 25px!important; padding-right: 25px!important; padding-top: 0px!important; padding-bottom: 25px!important;}
    .formu-bottom H3 {display: none;}
    .formu-bottom H2 { margin-top: 1px; font-size: 24px!important; line-height: 28px!important; font-family: 'Glober',sans-serif!important;}
    
}

@media (min-width:1200px) {
    .hidden-lg {display: none!important;}    
}


#i2tgj{line-height:1.25!important;font-family:"glober", sans-serif!important;}#ifayag{width:60px!important;}#if5lni{width:60px!important;}#is37tf{width:60px!important;}#icck0j{width:60px!important;}#igk9gk{width:60px!important;}#iyqwcv{width:60px!important;}#i7i0k{color: #1a1a1a!important;font-size:19px!important;line-height:25px!important;font-family:"glober", sans-serif!important;}#i8us1{font-weight:bold!important;}#izach{margin-right:-14px!important;text-align:right!important;margin-top:20px!important;}#inroqi{width:80px!important;}#ieyvqb{color: #118556!important;}#ikvh1r{width:100px!important;}#i0g9c2{max-width:140px!important;}#izmtvy{font-size:17px!important;line-height:22px!important;}#igzklk{max-width:140px!important;}#iun7pn{font-size:17px!important;line-height:22px!important;}#iu8jq9{max-width:140px!important;}#ifb3i8{font-size:17px!important;line-height:22px!important;}#ial9hk{max-width:140px!important;}#inasjz{font-size:17px!important;line-height:22px!important;}#iyelky{max-width:140px!important;}#idsu6l{font-size:17px!important;line-height:22px!important;}#ihn1x7{max-width:140px!important;}#it2m74{font-size:17px!important;line-height:22px!important;}#iilsd4{color: #118556!important;}#i60ypj{width:100px!important;}#ix98mn{max-width:220px!important;}#ilj2mg{max-width:220px!important;}#i6gy5g{max-width:220px!important;}#ikosli{max-width:220px!important;}#ia56j1{color: #118556!important;}#izm2qs{width:100px!important;}#iqm3kl{max-width:140px!important;}#iih5e3{font-size:18px!important;line-height:22px!important;}#icstwd{color: #118556!important;font-size:24px!important;}#i94gp9{max-width:140px!important;}#inb9ub{font-size:18px!important;line-height:22px!important;}#iltzly{color: #118556!important;font-size:24px!important;}#i49scu{max-width:140px!important;}#iv01cy{font-size:18px!important;line-height:22px!important;}#i1ezqu{color: #118556!important;font-size:24px!important;}#iqllo1{max-width:140px!important;}#iq3ciz{font-size:18px!important;line-height:22px!important;}#if22ii{color: #118556!important;font-size:24px!important;}#ibc1a9{color: #ffffff!important;font-weight:700!important;}#iyeu9m{color: #82c53b!important;}#i31nt5{margin-right:-14px!important;text-align:right!important;margin-top:20px!important;}#i45az{color: #1a1a1a!important;font-size:22px!important;line-height:27px!important;font-family:"glober", sans-serif!important;}#iqrbnn{margin-top:60px!important;}#i5h9vu{color: #118556!important;}#ib9zp3{width:100px!important;}#iz3cnr{color: #ffffff!important;font-weight:700!important;}#iens39{color: #82c53b!important;}#ihj50g{color: #118556!important;}#izk2uc{width:100px!important;}#i2t3v4{z-index:10!important;}#imss08{margin-right:-9px!important;text-align:right!important;}#ielyv3{margin-right:-9px!important;text-align:right!important;}#panel1{display:none!important;}#panel2{display:none!important;}#i2bhtr{display:none!important;}#ivur7h{display:none!important;}#iouw0x{display:none!important;}#i5uogk{display:none!important;}#ivq9ne{display:none!important;}#im5nt9{display:none!important;}#isn3ne{display:none!important;}#itt6kt{display:none!important;}#iix1mk{display:none!important;}#ixwjrj{display:none!important;}#i3ntch{display:none!important;}#i4l9sh{display:none!important;}#i4iftj{display:none!important;}#ihu7g7{display:none!important;}#ihxp28{display:none!important;}#ihxuyj{display:none!important;}#i014uk{display:none!important;}#i9i55h{display:none!important;}#ijmpal{display:none!important;}#ikvpq1{display:none!important;}#ia6pff{display:none!important;}#ieb1bl{display:none!important;}#ifpe4b{display:none!important;}#il5rqr{display:none!important;}#i6iof3{display:none!important;}#i15856{display:none!important;}#i4nz2q{display:none!important;}#ixckrf{display:none!important;}#ie2sff{display:none!important;}#itsaqt{display:none!important;}#id2d7q{display:none!important;}#is7ihp{display:none!important;}#iujyrb{display:none!important;}#i98zsi{display:none!important;}#i9s82n{display:none!important;}#idof4i{display:none!important;}#iar3dc{display:none!important;}#isq5s3{display:none!important;}#i62pqn{display:none!important;}#ijxnys{display:none!important;}#isni74{display:none!important;}#i996ds{display:none!important;}#ihhqy8{display:none!important;}#irfuem{display:none!important;}#i7s31x{display:none!important;}#iwr7mz{display:none!important;}#iytcs1{display:none!important;}#ilu5ph{display:none!important;}#iwyncr{display:none!important;}#idlzui{display:none!important;}


.international {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
    padding-bottom: 1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
}

.bandera {
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 15px;
}

.bandera img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}