/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 998;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
	font-family: 'Open Sans', sans-serif !important;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -66px;
  left: 0;
  bottom: -35px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #2f2f2f;
  font-size: 14px;
  line-height: 20px;
	font-weight: 600 !important;
  padding-left:0 !important;
  overflow: auto;
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 10px 25px 12px; color:#fff; font-weight:600; text-decoration: none !important}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {background: #fff !important; color:#2f2f2f !important; }
    .rd-mobilemenu_ul a:hover { background: #fff; color:#2f2f2f;}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  z-index: 999;
   }

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 78px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background:#2f2f2f;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
    border-radius: 4px;
margin-bottom: 0 !important;}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rd-mobilepanel_title{padding: 8px 0 0 !important;height: 56px !important;}
.rd-mobilepanel_title img{max-width: 200px; display: block; height: auto}

@media (max-width: 767px) {
  body {}
	#menu{display: none;}
  .rd-mobilemenu, .rd-mobilepanel {
    display: block; 
    right: auto;
  } 
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } 
}

@media (min-width:601px) {
	
}
@media (max-width:1600px) {
    
}
@media (max-width:1500px) {
    
}
@media (min-width:1431px) {
    
}
@media (max-width:1430px) {	
   
}
@media (max-width:1366px) {
	#logo img,
  #footer img{max-width: 300px;}

  #bannerTop .caption {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media (max-width:1300px) {
	
}
@media (max-width:1280px) {
	
}
@media (max-width:1199px) {
  #footer div[class*="bloq-"]{
    font-size: 23px;
  }
  #redes a {
    font-size: 40px;
  }
  #bloqsIni .row-flex {
    margin-top: -50px;
  }
  #bannerTop .caption {
    bottom: 97px;
  }
  #bannerTop .caption {
    line-height: 30px;
    font-size: 24px;
  }
  #bannerTop .cnt {
    line-height: inherit;
  }
  #parallaxHome .text {
    padding: 30px 49px;
    height: 479px;
  }
  #bannerTopMexico .caption {
    font-size: 20px;
    line-height: 24px;
  }
  #bannerTopMexico .cnt {
    line-height: inherit;
    max-width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.3);
    padding: 15px;
  }
  #bannerTopMexico .caption {
    font-size: 17px;
    text-align: center;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  #mexico3 {
    background-size: cover;
  }
}
@media (max-width:1099px)  and (min-width:991px) {	
	
}
@media (min-width:1100px) {
    
}
@media (max-width:1099px) {
  #bannerTopLatinoamerica .caption{
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    width: 100%;
  }
  #bannerTopLatinoamerica .cnt{
    display: block;
    max-width: 100%;
    line-height: inherit;
  }
}
@media (max-width:991px) and (min-width:768px) {
	
}
@media (min-width:992px) {
    
}
@media (max-width:991px) {	
  #logo img {
    max-width: 70px;
  }	
  #menu {
    left: 120px;
    transform: none;
  }
  .nav > li > a {
    padding: 3px 15px 5px;
  }

  .rd-mobilepanel_title  #logo img{
    max-width: 80px;
  }  

  #bloqsIni .row-flex .c1,
  #bloqsIni .row-flex .c2{
    flex-basis: 50%;
    width: 50%;
  }
  #bloqsIni .row-flex .c3{
    flex-basis: 100%;
    width: 100%;
  }
  #bloqsIni article{
    min-height: auto;
    margin-bottom: 30px;
  }
  #bloqsIni .row-flex .c3 article{
    max-width: 100%;
    margin-bottom: 50px;
    background-size: cover;
  }
  #bloqsIni .row-flex {
    margin-top: 0;
    padding-top: 50px
  }
  #bannerTop .caption {
    line-height: 24px;
    font-size: 18px;
    bottom: 0
  }
  #bannerTop .cnt span{
    font-size: inherit;
  }

  #datFooter::before {
    background-size: cover;
  }
  #datFooter > .container > .row > .cols {
    padding: 35px 15px 35px;
  }
  #datFooter .cols{
    height: auto;
  }
  #datFooter .cols .cols{
    min-height: auto;
    height: auto;
  }
  #datFooter .cols > .row .cols:last-child{
    margin-top: 35px;
  }

  #frmContacto .col-2 {
    width: 100%;
  }
  #footer .cols {
    float: none;
    width: 100%;
  }
  #footer .tfooter,
  #footer #powered{
    text-align: center;
    float: none;
  }
  #footer #powered{
    margin-top: 5px;
  }
  #parallaxHome .cnt {
    padding-right: 0;
    overflow: hidden;
  }
  #parallaxHome .cnt .img {
    right: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
    width: 100%
  }
  #parallaxHome .text {
    padding: 30px 49px;
    height: auto;
  }
  #parallaxHome .cnt img{
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
  }
  #parallaxMexico .row-flex .column {
    width: 33.3333%;
    flex-basis: 33.3333%;
  }
}
@media (min-width:768px) { 

}
@media (max-width:767px) {	
  #header {
    z-index: 10;
    padding: 0;
    height: 0
  }
  #header .container{
    padding: 10px 15px
  }
  #header #menu{display: none}
  #header #logo{
    margin-left: 75px;
    position: relative;
    z-index: 2;
  }
	
  
  #contacto form {
    max-width: 100%;
  }
  #bannerTop .cnt br{
    display: none;
  }
  #bannerTop .cnt span,
  #bannerTop .cnt strong{
    display: inline;
  }
  #bannerTop .caption{
    width: 100%
  }
  #bannerTop .cnt{
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #bannerTop{
    position: relative;
    overflow: hidden;
  }
  #bannerTop figure{
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
  .bannerTop img {
    min-width: 767px;
  }
  
  .rd-mobilepanel #logo {
    position: fixed;
    left: 50%;
    top: 3px;
    margin-left: -35px;
  }
  #mejorOpcion .row-flex {
    display: block;
  }
  #mejorOpcion .col2 {
    padding-bottom: 20px;
    padding-left: 0
  }
  #mejorOpcion img {
    margin: auto;
  }
  #mexico1 .row-flex{
    display: block;
  }
  #mexico1 article .cnt > div {
    max-width: 100%;
  }
  #mexico1 article .cnt {
    max-width: 100%;
  }
  #mexico3 .row-flex{
    display: block;
  }
  .row-flex .column{
    padding-left: 0;
    padding-right: 0;
  }
  .row-flex .column.col2{
    padding-top: 30px;
  }
  #mexico3 article {
    max-width: 100%;
  }
  #mexico3 article .tit {
    font-size: 20px;
  }
  #parallaxMexico .row-flex article {
    margin: 0 10px;
  }
}
@media (min-width:601px) {
    
}
@media (max-width:680px) {
    #latinoamerica1 .row-flex, #latinoamerica2 .row-flex{
      display: block;
    }
    #latinoamerica1 article .cnt,
    #latinoamerica2 article .cnt,
    #latinoamerica1 .row-flex > .column > article .cnt > div{
      display: block;
      max-width: 100%
    }
    #latinoamerica1 article .t2{
      max-width: 490px;
      margin: auto;
    }
    #latinoamerica2 .c1 article{
      padding: 30px 15px;
    }
    #latinoamerica1 img, #latinoamerica2 img {
      min-height: 0;
      height: auto;
      width: 100%;
  }
}
@media (max-width:600px) {    
  #frmContacto div[class*="col-"]{
    width: 100%;
  }
  #datFooter > .container > .row > .cols {
    flex-basis: 100%;
  }
  #datFooter::before {
    width: 100%;
    height: 210px;
  }
  #datFooter .cols > .row .cols:last-child {
    margin-top: 0;
  }
  #bloqsIni .row-flex .c1, #bloqsIni .row-flex .c2 {
    flex-basis: 100%;
    width: 100%;
  }
  #bloqsIni .row-flex article {
    max-width: 100%;
    margin-bottom: 50px;
    background-size: cover;
  }
  #parallaxMexico .row-flex .column {
    width: 50%;
    flex-basis: 50%;
  }
  #titLatinoamerica,
  #titMexico{
    font-size: 25px;
  }
}
@media (min-width:501px) {	
	
}
@media (max-width:500px) {	
  #datFooter::before {
    height: 360px;
  }
	#datFooter .cols .cols {
    flex-basis: 100%;
  }
  #datFooter .cols > .row .cols:last-child {
    margin-top: 35px;
  }
}
@media (max-width:480px) {
  #frmContacto div[class*="col-"]{width: 100%;}
  #parallaxHome .cnt .img{
    display: none
  }
  #parallaxHome .text {
    padding: 30px 25px;
  }
  #parallaxHome .tit {
    font-size: 25px;
  }
  #mejorOpcion .col2 .tit {
    font-size: 26px;
  }
  #bannerTopMexico .caption,
  #bannerTopLatinoamerica .caption{
    position: static;
    transform: none;
  }
  #bannerTopMexico .cnt,
  #bannerTopLatinoamerica .cnt {
    background: rgb(34, 94, 162);
    opacity: 1
  }
  #bannerTopLatinoamerica .cnt{
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width:450px) {
  #footer div[class*="bloq-"] {
    font-size: 16px;
  }
  .itemTop {
    left: 15px;
    
  }
  .itemTop .redes{
    margin-bottom: 80px;
  }
  #header #logo {
    margin-left: 0;
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }
  #latinoamerica1 article .tit,
  #latinoamerica2 article .tit {
    font-size: 20px;
  }
}
@media (max-width:400px) {
	#parallaxMexico .row-flex .column {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width:380px) {
    #footer div[class*="bloq-"] {
        font-size: 14px;
    }
    #parallaxHome .tit {
      font-size: 22px;
    }
    #mejorOpcion .col2 .tit {
    font-size: 21px;
    line-height: normal;
  }
  #latinoamerica1 article .t2 {
    display: block;
  }
  #latinoamerica1 article .item{
    width: 100% !important;
    display: block !important;
  }
  #latinoamerica1 .row-flex article article{
    display: block;
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px
  }

}