@charset "UTF-8";
/* CSS Document */

@media (min-width: 980px) {
  .rspnsv {
    display: none !important;
  }
  .desk {
    display: block !important;
  }
}

@media (max-width: 979px) {
  .rspnsv {
    display: block !important;
  }
  .desk {
    display: none !important;
  }
}
a,
a:hover {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
a:visited,
a:focus {
  color: #92bf4a;
}
body {
  position: relative;
}
/*--------------------------------------------------------------*/
.fila {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  font-size: 0px;
}
.fila,
.fila * {
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.cols {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 980px;
  font-size: 0px;
  position: relative;
  vertical-align: top;
  padding: 0 10px;
}
#contactForm .cols {
  padding: 5px;
}

#menu .cols,
.panel .cols {
  max-width: 1180px;
}
.cols .cols {
  padding: 0px;
  height: auto !important;
}
@media screen and (max-width: 980px) {
  .cols {
    padding: 0 15px;
  }
}
#menu .cols {
  padding: 0px;
}
.col {
  font-size: initial;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.col_1 {
  width: 100%;
}
.col_2 {
  width: 50% !important;
}
.cols .col_2 {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 979px) {
  .cols .col,
  .cols .col_2:first-child,
  .cols .col_2:last-child {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100% !important;
  }
  .login .cols .col_3 {
    padding-right: 15px !important;
    padding-left: 15px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 1179px) {
  header .cols .col,
  header .cols .col_2:first-child,
  header .cols .col_2:last-child {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100% !important;
  }
}
.col_3 {
  width: 33.3%;
}
.adminpage .cols .col_3:nth-child(1) {
  padding-right: 10px;
}
.adminpage .cols .col_3:nth-child(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.adminpage .cols .col_3:nth-child(3) {
  padding-left: 10px;
}
.col_4 {
  width: 25%;
}
.col_5 {
  width: 20%;
}
.col_6 {
  width: 16.66%;
}
.col_7 {
  width: 14.28%;
}
.col_8 {
  width: 12.5%;
}
.col_9 {
  width: 11.11%;
}
.col_10 {
  width: 10%;
}
.col_11 {
  width: 9.09%;
}
.col_12 {
  width: 8.33%;
}
.col_1_3 {
  width: 33%;
}
.col_1_4 {
  width: 25%;
}
.col_1_5 {
  width: 20%;
}
.col_2_5 {
  width: 40%;
}
.col_3_4 {
  width: 75%;
}
.col_3_5 {
  width: 60%;
}
.col_2_4 {
  width: 50%;
}
.col_2_3 {
  width: 67%;
}
.col_4_5 {
  width: 80%;
}
/*=================================================*/
.tinymargen {
  margin-bottom: 10px !important;
}
.minimargen {
  margin-bottom: 15px !important;
}
.smallmargen {
  margin-bottom: 25px !important;
}
.mediamargen {
  margin-bottom: 35px !important;
}
.margen {
  margin-bottom: 50px !important;
}
.supermargen {
  margin-bottom: 75px !important;
}
.granmargen {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 979px) {
}
/*================================================*/
/*====================================*/
.tabla {
  float: left;
  width: 100%;
  display: table;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  /* margin: 0 0 0 0 !important; */
}

.celda {
  float: none;
  width: 100%;
  display: table-cell !important;
  vertical-align: middle;
  text-align: center !important;
  margin: 0px !important;
  height: 100%;
}
@media screen and (max-width: 979px) {
  .cols .tabla {
    float: left !important;
    width: 100% !important;
    display: block !important;
    height: auto;
  }
  .cols .celda {
    float: left;
    width: 100%;
    display: block !important;
    text-align: center !important;
    margin: 0px !important;
    height: auto;
  }
}
.celda.pad_right {
  padding-right: 30px !important;
}
.celda.pad_left {
  padding-left: 30px !important;
}
@media screen and (max-width: 979px) {
  .celda.pad_right {
    padding-right: 0px !important;
  }
  .celda.pad_left {
    padding-left: 0px !important;
  }
}
/*================================================*/
#menu_rspnsv {
  background-color: #fff !important;
}
.fh5co-nav .top {
  background-color: rgba(0, 0, 0, 0) !important;
}
.fh5co-nav {
  padding: 0px 0 0 0 !important;
  background-image: url(../images/fondo.jpg);
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  z-index: 420;
  text-align: center;
  margin: 0px !important;
  height: auto !important;
  float: left;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .fh5co-nav {
    padding: 0px 0 0 0 !important;
  }
}
.fh5co-nav a {
  padding: 0px !important;
  display: inline-block;
  float: none;
  margin: 0px;
}
.fh5co-nav .cols {
  max-width: 1380px;
  padding: 0 10px;
}

.top-menu ul li a.activo {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.fh5co-nav img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
}
@media screen and (max-width: 1279px) {
  .fh5co-nav .mapa img {
    max-width: 350px;
    height: auto;
    display: none;
  }
}
@media screen and (max-width: 579px) {
  .fh5co-nav .mapa img {
    max-width: 280px;
    height: auto;
  }
}
.top-menu li {
  margin: 0 0px !important;
  width: auto !important;
  display: inline-block !important;
  float: none !important;
  position: relative;
  vertical-align: top;
  width: auto !important;
}
.fh5co-nav img.logotipo {
  margin: 35px 0 0 0;
}
.top-menu {
  text-align: center !important;
  padding: 0px 0 0px 0 !important;
  background-color: #2a4fa4 !important;
}
.top-menu .header_menu {
  margin: 0px;
  float: none;
  display: inline-block;
  vertical-align: top;
  height: 55px;
  font-size: 0px;
}
.top-menu li a {
  font-size: 10px !important;
  float: none !important;
  vertical-align: middle;
  width: auto !important;
  display: table !important;
  margin-bottom: 0px;
  /* height: 55px; */
}
.top-menu li a.singer {
  display: inline-block;
}
.top-menu li a div {
  font-size: 10px !important;
  float: none !important;
  vertical-align: middle;
  width: auto !important;
  display: table-cell !important;
  height: 55px;
  padding: 0 18px !important;
}
#superfooter .top-menu li a div {
  width: 100% !important;
  /* text-align: center; */
  height: 55px;
}

.top-menu li a div {
  padding: 0 0px;
}

@media screen and (min-width: 1279px) {
  #superfooter .top-menu li a div {
    padding: 0px 15px !important;
    height: 55px !important;
    width: 100% !important;
    display: table-cell !important;
  }
}
.top-menu li a:hover,
.top-menu li a:visited,
.top-menu li a:focus {
  background-color: #fff !important;
}
.top-menu li a:hover,
.top-menu li a:hover p,
.top-menu li a:hover span {
  color: #fff !important;
}
.top-menu li a p {
  font-size: 1em !important;
  font-weight: 500;
  font-style: normal;
  line-height: 16px !important;
  width: auto;
  font-weight: 300;
  margin: 0 0 0px 0 !important;
  text-align: center;
  color: #fff !important;
}
.top-menu li a:hover p {
  color: #fff !important;
}
.top-menu ul li a {
  padding: 0px 12px !important;
  height: 55px !important;
  vertical-align: top;
  width: auto !important;
}
.top-menu ul li .dropdown.white li {
  margin: 0 0 7px 0 !important;
}
.top-menu ul li .dropdown a.flag {
  background-image: url(../images/flag_usa.png);
  background-size: auto 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 0 0 32px !important;
  min-height: 15px;
  vertical-align: middle;
  float: none;
  height: auto !important;
  text-align: left;
  display: inline-block !important;
}
.top-menu ul li .dropdown a.flag span.flag,
.top-menu ul li .dropdown span.flag {
  background-image: url(../images/flag_usa.png);
  background-size: auto 15px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0px 0 0 0px !important;
  min-height: 15px;
  vertical-align: middle;
  float: none;
  width: 32px !important;
  height: 15px !important;
  text-align: left;
  margin: 0 0 0 10px !important;
  display: inline-block !important;
}
.top-menu ul li .dropdown a.flag.ico {
  padding: 3px 0 0 35px !important;
}
.top-menu ul li .dropdown a.last {
  margin-right: 0px !important;
  margin-left: 7px;
}
.top-menu ul li .dropdown a.usa {
  background-image: url(../images/flag_usa.png);
}
.top-menu ul li .dropdown a.spain {
  background-image: url(../images/flag_spain.png);
}
.top-menu ul li .dropdown a.australia {
  background-image: url(../images/flag_australia.png);
}
.top-menu ul li .dropdown a.china {
  background-image: url(../images/flag_china.png);
}
.top-menu ul li .dropdown a.germany {
  background-image: url(../images/flag_germany.png);
}
.top-menu ul li .dropdown a.france {
  background-image: url(../images/flag_france.png);
}
.top-menu ul li .dropdown a.suiza {
  background-image: url(../images/flag_suiza.png);
}
.top-menu ul li .dropdown a.canada {
  background-image: url(../images/flag_canada.png);
}
.top-menu ul li .dropdown a.uk {
  background-image: url(../images/flag_united_kingdom.png);
}
.top-menu ul li .dropdown a.escocia {
  background-image: url(../images/flag_escocia.png);
}
.top-menu ul li .dropdown a.gales {
  background-image: url(../images/flag_gales.png);
}
.top-menu ul li .dropdown a.inglaterra {
  background-image: url(../images/flag_inglaterra.png);
}
.top-menu ul li .dropdown a.irlanda {
  background-image: url(../images/flag_irlanda_del_norte.png);
}
.top-menu ul li .dropdown a.ico_business {
  background-image: url(../images/logo_work_business.svg);
  background-size: auto 18px !important;
  background-position: left top 1px;
  min-height: 20px;
}
.top-menu ul li .dropdown a.ico_work {
  background-image: url(../images/logo_work.svg);
  background-size: auto 18px !important;
  background-position: left top 1px;
  min-height: 20px;
}
.top-menu ul li .dropdown a.ico_teacher {
  background-image: url(../images/logo_teacher.svg);
  background-size: auto 16px !important;
  background-position: left top 1px;
  min-height: 20px;
}
.top-menu ul li .dropdown a.flag:hover {
  background-color: initial !important;
  color: #92cf52 !important;
}
.top-menu ul li .dropdown a.flag.ico:hover {
  background-color: #fff !important;
  color: #92cf52 !important;
}
.top-menu ul li .dropdown a.flag span {
  color: #2a4fa4 !important;
  font-size: 1em;
  text-align: left;
  font-weight: 500;
  width: auto !important;
  float: none;
  vertical-align: bottom;
  display: inline-block;
  margin: 0px 0 00px !important;
  line-height: 13px;
}
.top-menu ul li .dropdown a.flag:hover span {
  color: #92cf52 !important;
}
.top-menu ul li a:visited {
  background-color: #fff !important;
}
.top-menu ul li a.parent {
  padding: 0px 18px !important;
  height: 55px;
}
.top-menu ul li a.singer .div_parent {
  padding-right: 18px !important;
  padding-left: 18px !important;
  height: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}
.top-menu ul li a.actualidad.singer:before {
  content: "";
  width: 100%;
  height: 70px;
  border-radius: 0 0 9px 9px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0%;
  top: 0px !important;
  z-index: 14;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
#menu_rspnsv a.actualidad.singer:before {
  display: none;
}
.top-menu ul li a.actualidad.singer:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-menu ul li .dropdown ul.dropdown_ul {
  margin-top: 0px;
}
.top-menu ul li .dropdown a {
  padding: 4px 5px !important;
  height: auto !important;
  display: inline-block !important;
}
.top-menu ul li a:hover,
.top-menu ul li a:focus {
  background-color: #92cf51 !important;
}
.top-menu ul li a.actualidad {
  font-weight: 600 !important;
  border-top: solid 0px #fff;
  border-bottom: solid 0px #fff;
  min-width: 140px !important;
  margin-top: 0px;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.top-menu ul li a.actualidad::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 55px;
  left: -2px;
  z-index: 7;
  width: 144px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.top-menu ul li a.actualidad::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-top: 6px solid rgba(255, 255, 255, 0.5);
  top: 45px !important;
  left: calc(50% - 8px);
  content: "";
  z-index: 30;
}
.top-menu ul li a.singer.actualidad .div_parent::before {
  width: 100%;
  /*
  height: 0; 
  width: 0px;
  border-left: 69px solid transparent;
  border-right: 69px solid transparent;*/
  position: absolute;
  /*top: 55px;
  left: 0px;
  border-top: 20px solid #92cf51;*/
  content: "";
  z-index: -1;
  height: 70px;
  background-color: #92cf51;
  background-image: linear-gradient(#bfff7c, #80cf2b);
  border-radius: 0 0 12px 12px;
  border: solid 2px #fff;
  border-top: 0px !important;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  left: 0px;
}
.top-menu ul li a.singer.actualidad .div_parent::after {
  width: 100%;
  position: absolute;
  content: "";
  z-index: -2;
  height: 65px;
  border-radius: 0 0 12px 12px;
  border: solid 2px #fff;
  border-top: 0px !important;
  top: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  left: 0px;
  box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.2);
}
#superfooter a.singer.actualidad .div_parent::after,
#menu_rspnsv a.singer.actualidad .div_parent::after {
  display: none !important;
}
.top-menu ul li a.singer.actualidad:hover .div_parent::before {
  background-color: #b1cdd6 !important;
}
.top-menu ul li a.singer.actualidad:hover * {
  color: #fff !important;
}
#superfooter .top-menu ul li a.singer.actualidad .div_parent::before {
  display: none;
}
#menu_rspnsv li a.singer.actualidad .div_parent::before {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .top-menu ul li a.actualidad {
    border-left: solid 0px #fff;
    border-top: solid 0px #fff;
    border-right: solid 0px #fff;
    border-bottom: solid 0px #fff;
  }
  .top-menu ul li a.actualidad:after,
  .top-menu ul li a.actualidad:before {
    display: none;
  }
}
#menu_rspnsv ul li a.actualidad {
  background-color: #92cf51 !important;
  font-weight: 600 !important;
  width: 100% !important;
  color: #2a4fa4 !important;
}
#menu_rspnsv ul li a.actualidad:hover {
  background-color: #fff !important;
  font-weight: 600 !important;
  width: 100% !important;
  color: #2a4fa4 !important;
}
#superfooter .top-menu ul li a.actualidad {
  background-color: #2a4fa4 !important;
  font-weight: 300 !important;
}
.top-menu ul li a.actualidad:hover {
  /*background-color: #92cf51 !important;*/
  color: #2a4fa4 !important;
}
.top-menu ul li a.actualidad:hover span {
  color: #2a4fa4 !important;
  /* font-size: 17px; */
}
.top-menu ul li a.actualidad span {
  font-weight: 600 !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#superfooter .top-menu ul li a.actualidad span {
  font-weight: 300 !important;
  padding: 0 10px 0 10px;
  font-size: initial !important;
}
.top-menu ul li a:visited {
  background-color: rgb(42 79 164);
}
.top-menu li a span {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
}
.top-menu li a span.pads {
  /* padding: 0 10px !important; */
}
.logotipo {
  width: 100%;
  margin: 10px 0 20px 0 !important;
  height: auto;
  display: inline-block;
  float: none;
}
/*================================================*/
#superheader {
  text-align: center;
  z-index: 10 !important;
}
@media screen and (max-width: 1279px) {
  #superheader .col_3 {
    margin: 0 0 30px 0;
    width: 100%;
  }
  #superheader .col_3.mapa {
    margin: 30px 0 10px 0;
  }
  #superheader .logotipo {
    float: none !important;
    display: inline !important;
  }
  #superheader .logotipo img {
    max-width: 390px;
    width: 100%;
  }
}
#superheader .pagos_div {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  margin: 0 0 5px 0;
}
#superheader .pagos_div .pagos {
  display: inline-block;
  position: relative;
}
#superheader .pagos_div ul {
  position: absolute;
  width: 200px;
  height: auto;
  display: none;
  left: 0px;
  top: 41px;
  background-color: #fff;
  text-align: left;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 979px) {
  #superheader .pagos_div .pagos {
    margin: 0 0 5px 0;
  }
  #superheader .pagos_div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin: 0 0 0 0;
  }
  #superheader .pagos_div ul {
    position: relative;
    width: 100%;
    height: auto;
    display: none;
    left: 0px;
    top: 0px;
    float: left;
  }
}
#superheader .pagos_div ul.activo {
  display: inline-block;
}
#superheader .pagos_div ul li {
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #eee;
}
#superheader .pagos_div ul li a {
  color: #2a4fa4;
  font-size: 12px;
  float: left;
  width: 100%;
  display: block;
  padding: 5px !important;
}
#superheader .pagos_div ul li a:hover {
  background-color: #eee;
  color: #2a4fa4 !important;
}
#superheader .pagos_div ul li a img {
  margin: 0 10px 0 0;
}
#superheader .pagos_div ul li img {
  height: 20px;
  width: auto;
}
/*================================================*/
.social {
  text-align: center;
  float: none;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 5px 8px 0 0 !important;
  z-index: 3;
}
.social.apps {
  vertical-align: middle;
  margin-top: 4px;
}
#superfooter .social.apps {
  vertical-align: middle;
  margin-top: 5px;
}
.social li {
  width: auto !important;
  display: inline-block !important;
  margin: 0px !important;
  vertical-align: middle;
}
.fh5co-nav ul li a,
.social li a {
  display: inline-block;
  text-transform: initial !important;
  letter-spacing: initial !important;
}
.social li a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.social li a img {
  width: auto !important;
  height: 25px !important;
}
.social li a:hover img {
  opacity: 0.8 !important;
}
.social.apps li a img {
  width: auto !important;
  height: 23px !important;
}
/*================================================*/
.links {
  width: auto !important;
  position: relative;
  padding: 10px !important;
  margin: 35px 0 25px 0 !important;
  text-align: right;
  min-height: 70px;
  border: solid 1px #6392fb;
  border-radius: 10px;
  float: right !important;
  /* width: auto !important; */
  display: inline-block !important;
}
#superfooter .links {
  width: auto !important;
  min-width: 100px !important;
}
@media screen and (max-width: 1279px) {
  .links {
    margin: 5px 0 45px 0 !important;
    width: auto !important;
  }
}
.links::before {
  /* content:""; */
  width: 100% !important;
  display: inline-block;
  position: absolute;
  top: -10px;
  z-index: 0;
  right: 0% !important;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .links {
    float: none !important;
    display: inline-block !important;
    margin: 0 0 20px 0 !important;
  }
  .links::before {
    width: 50% !important;
    left: 25%;
  }
  #superfooter .links::before {
    width: auto !important;
    left: 0px !important;
  }
}
@media screen and (max-width: 800px) {
  .links::before {
    width: 100% !important;
    left: 0%;
  }
}
.links h3 {
  width: auto;
  text-align: left !important;
  text-transform: uppercase !important;
  color: #2a4fa4;
  margin: 0 0 2px 0;
  font-weight: 500;
  font-size: 12px;
}
.links div {
  width: auto !important;
  max-width: 60% !important;
  display: inline-block !important;
  padding: 10px 0 0 0 !important;
  position: relative;
  vertical-align: top;
  float: left;
  /* width: 50% !important; */
}

@media screen and (max-width: 1279px) {
  .links {
    margin: 0px 0 0 0;
    text-align: center;
  }
  .links div {
    width: 100% !important;
    max-width: 100% !important;
    display: inline-block !important;
    padding: 10px 0 0 0 !important;
    position: relative;
    border: 0px !important;
    vertical-align: top;
    float: left;
    text-align: center !important;
    /* width: 50% !important; */
  }
  .links h3 {
    width: 100%;
    text-align: center !important;
    margin: 0 0 5px 0 !important;
  }
  .links .social {
    margin: 0 0 15px 0 !important;
  }
  .links .social.apps {
    margin: 0 0 0px 0 !important;
  }
}

@media screen and (max-width: 450px) {
  .links div {
    width: 100% !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: bottom !important;
  }
}
.links div:first-child {
  padding: 0px 6px 0 0px !important;
}
@media screen and (max-width: 1279px) {
  .links div:first-child,
  .links div:last-child {
    padding: 0px 0px 0 0px !important;
  }
}
@media screen and (max-width: 1279px) {
  .links div:first-child {
    padding: 0px 1px 0 0px !important;
  }
}
.links div:last-child {
  border-left: solid 1px #6392fb;
  padding: 0px 0px 0 10px !important;
}
.links div:last-child h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  .links div:last-child {
    border-left: solid 1px #6392fb;
    padding: 0px 0px 0px 9px !important;
  }
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
  .links div,
  .links div:last-child {
    /* width: 100% !important; */
    /* margin: 10px 0; */
    /* border-left: 0px; */
    /* padding-left: 0px !important; */
  }
  .links div h3 {
    margin: 0 0 5px 0 !important;
  }
}
@media screen and (max-width: 1279px) {
  #superfooter .links div {
    width: 100% !important;
    text-align: center !important;
    border: 0px !important;
    max-width: 100% !important;
  }
  #superfooter .links div * {
    text-align: center !important;
  }
  #superfooter .links div .social {
    margin: 0 0 18px 0 !important;
  }
  #superfooter .links div .social.apps {
    margin: 0 0 3px 0 !important;
  }
  #superfooter .links div h3 {
    text-align: center !important;
    margin: 0 0 5px 0;
  }
}
/*================================================*/
.flags {
  text-align: center;
  z-index: 10;
  margin: 0px 0 5px 0;
}
@media screen and (max-width: 1250px) {
  .flags {
    margin: 0 0 50px 0;
  }
}
.flags .cols {
  padding: 0 30px !important;
}
.flags .cols .cols {
  position: relative;
}
@media screen and (max-width: 1250px) {
  .flags .cols {
    position: relative;
    min-width: 280px !important;
    width: auto;
  }
}
.flags h3.title {
  color: #2a4fa4;
  font-size: 17px;
  margin: 0 0 0px 0;
  position: relative;
  display: inline-block;
  width: auto;
  font-weight: 500;
  position: initial;
  cursor: pointer;
  letter-spacing: -0.3px;
}
.welcome .flags h3.title {
  font-weight: 300;
}
#superfooter .flags h3.title {
  margin: 0 0 20px 0;
}
.flags h3.title::before {
  display: none;
}
.flags h3.title span {
  display: inline-block;
  font-size: 1em;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .flags h3.title {
    color: #2a4fa4;
    font-size: 17px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    z-index: 4;
    cursor: pointer !important;
  }
  .flags h3.title:hover,
  .flags h3.title *:hover {
    cursor: pointer !important;
  }
  .flags h3.title span::after {
    background-image: url(../images/flecha_baja.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 8px !important;
    padding: 0 0 0px 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
  }
  .welcome .flags h3.title span::after {
    top: 18px;
  }
  .flags h3.title.activo span::after {
    background-image: url(../images/flecha_sube.svg);
  }
  #superfooter .flags h3.title span::after {
    background-image: url(../images/flecha_baja_w.svg);
  }
  #superfooter .flags h3.title.activo span::after {
    background-image: url(../images/flecha_sube_w.svg);
  }
}
.flags h3.title:hover {
  cursor: default !important;
}
.flags .sidetab h3:before {
  content: "";
  width: calc(50% - 115px);
  height: 3px;
  background-color: #ffffff !important;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 99;
}
.flags h3.title:before {
  content: "";
  width: calc(50% - 115px);
  height: 1px;
  background-color: #6392fb !important;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 8px;
  z-index: 99;
}
.flags h3.title:after {
  content: "";
  width: calc(50% - 115px);
  height: 1px;
  background-color: #6392fb;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 8px;
}
.flags .cols:after,
.flags .cols:before {
  content: "";
  height: 60px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 1250px) {
  .flags .cols:after,
  .flags .cols:before {
    height: 101%;
  }
}
.flags .cols:before {
  left: 10px;
  border-top: solid 1px #6392fb;
  border-bottom: solid 1px #6392fb;
  border-left: solid 1px #6392fb;
  border-radius: 10px 0px 0px 10px;
}
.flags .cols:after {
  right: 10px;
  border-top: solid 1px #6392fb;
  border-bottom: solid 1px #6392fb;
  border-right: solid 1px #6392fb;
  border-radius: 0px 10px 10px 0px;
}
.flags ul {
  text-align: center;
  float: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 1250px) {
  .flags ul {
    margin-bottom: 0px !important;
  }
}
.welcome .flags ul {
  margin: 12px 0 0 0px !important;
}
.flags .flag {
  width: 56px;
  display: inline-block;
  float: none;
  position: relative;
  overflow: visible;
  text-align: center;
  margin: 0 3px 10px 3px;
}
.inicio .flags .flag {
  width: 48px;
  display: inline-block;
  float: none;
  position: relative;
  overflow: visible;
  text-align: center;
  margin: 0 3px 10px 3px;
}
.flags .flag .parent {
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
  .flags .list {
    display: none;
  }
  .flags .flag .parent {
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0 !important;
  }
  .flags .flag .parent:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .flags .flag {
    width: 100% !important;
    display: block !important;
    float: left !important;
    margin: 0px 0 0px 0 !important;
    border-bottom: solid 1px #6392fb !important;
  }
  .flags .flag:last-child {
    border-bottom: solid 0px #6392fb !important;
  }
}
.flags .flag .parent:hover,
.flags .flag .parent:focus,
.flags .flag .parent:visited {
  background-color: rgba(255, 255, 255, 0);
}

.flags .flag .parent span {
  color: #2a4fa4;
  letter-spacing: initial !important;
  text-align: center;
  font-size: 8.5px;
  width: 100%;
  font-weight: 500;
  margin: 0 0 5px 0 !important;
  display: inline-block;
  text-transform: uppercase;
}
.inicio .flags .flag .parent span {
  font-size: 8px;
  text-align: center !important;
}
@media screen and (max-width: 1250px) {
  .inicio .flags .flag .parent span,
  .flags .flag .parent span {
    width: calc(100% - 120px);
    float: left;
    margin: 6px 0 0 0px !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #000;
    padding: 0 0 0 0px;
  }
}
.flags .flag .parent:hover span {
  font-weight: 600;
}
.flags .flag .parent img {
  max-width: 80%;
  float: none;
  width: auto;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 1250px) {
  .flags .flag .parent img {
    max-width: 40px !important;
    float: right;
  }
}
.flags .flag .parent:hover img {
  opacity: 0.8;
}
.dropdown {
  position: absolute;
  display: none;
  top: 79px;
  left: calc(50% - 30px);
  width: 163px;
  z-index: 110;
  background-color: #92cf52;
  padding: 10px 9px 10px 9px;
  border-radius: 6px;
  border: solid 1px #92cf52;
}

.wide .dropdown {
  width: 212px !important;
}
@media screen and (max-width: 1250px) {
  .wide .dropdown {
    width: 100% !important;
  }
}
.dropdown.white {
  background-color: #fff;
  border: solid 1px #92cf52;
  width: 150px !important;
  padding-bottom: 4px !important;
}
#menu_rspnsv .dropdown.white {
  background-color: #fff;
  border: solid 0px #92cf52;
  width: 100% !important;
  text-align: left !important;
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  padding-bottom: 4px !important;
}
.top-menu .dropdown {
  top: 76px;
}
#menu_rspnsv .dropdown {
  top: 0px;
  padding: 0px !important;
}
.dropdown.normal {
  position: absolute;
  display: none;
  top: 79px;
  left: calc(50% - 65px);
  width: 170px !important;
  z-index: 110;
  background-color: #fff;
  padding: 10px 9px 10px 9px;
  border-radius: 6px;
  border: solid 1px #92cf52;
}
@media screen and (max-width: 1250px) {
  .dropdown.normal {
    position: relative;
    display: none;
    top: 0px;
    left: 0px;
    width: 170px !important;
    z-index: 110;
    background-color: #fff;
    padding: 10px 9px 10px 9px;
    border-radius: 0px;
    border: solid 1px #92cf52;
  }
}
@media screen and (max-width: 1250px) {
  .dropdown {
    position: relative;
    display: none;
    top: 0;
    left: 0px;
    width: 100%;
    float: left;
    z-index: 111110;

    background-color: #92cf52;
    padding: 0px 0px 0px 0px;
    border-radius: 0 0;
    border: 0px;
  }
  #superfooter .dropdown {
    top: 0px;
    border: 0px !important;
    z-index: 0 !important;
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
  }
}
.dropdown ul {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0px;
}
.dropdown ul:before {
  content: "";
  height: 30px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -8px;
  background-image: url(../images/flecha_dropdown.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.dropdown.white ul:before {
  top: -39px !important;
  background-image: url(../images/flecha_dropdown_outline.svg);
}
@media screen and (max-width: 1250px) {
  .dropdown ul:before {
    left: 28px;
    display: none;
  }
}
.dropdown li {
  position: relative;
  margin: 0 0 0px 0 !important;
  float: left;
  width: 100% !important;
  text-align: left;
}
.flag .dropdown li {
  margin-bottom: 0px !important;
}
.flag .dropdown li.special {
  background-color: #fff;
  padding: 7px;
  border-radius: 3px !important;
  margin: 9px 0 0 0 !important;
}
@media screen and (max-width: 979px) {
  .flag .dropdown li.special {
    margin: 0px 0 0 0 !important;
  }
}
.flag .dropdown li.special h4,
#superfooter .flag .dropdown li.special h4 {
  font-size: 9px;
  color: #000 !important;
  margin: 0 0 3px 0;
}
.flag .dropdown li.special h4 span,
#superfooter .flag .dropdown li.special h4 span {
  font-size: 20px;
  color: #e7392f !important;
  font-weight: 600;
  margin: 0 0 2px 0;
  float: left;
  width: 100%;
}
.flag .dropdown li.special p,
#superfooter .flag .dropdown li.special p {
  font-size: 9px !important;
  line-height: 9px !important;
  margin: 0 0 10px 0;
  width: 100%;
  color: #000 !important;
}
.flag .dropdown li.special a {
  font-size: 9px !important;
  line-height: 9px !important;
  margin: 0 0 3px 0;
  background-color: #e7392f;
  color: #fff;
  padding: 8px 10px !important;
  display: inline-block !important;
}
.flag .dropdown li.special a:hover {
  background-color: #2a4fa4;
}
.top-menu .dropdown li {
  margin: 0 0 0px 0;
}
header .top-menu .dropdown li {
  margin: 1px 0 !important;
}
.dropdown li a {
  font-size: 1em;
  color: #2a4fa4;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: -0.3px;
  position: relative;
  text-align: left;
}
.dropdown li a.dropdown_parent,
.dropdown li a.normal {
  padding: 5px 0 !important;
  font-size: 13.5px !important;
}
.dropdown li a.dropdown_parent:hover {
  color: #bbd4e9 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.dropdown li a.dropdown_parent:visited,
.dropdown li a.dropdown_parent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
@media screen and (max-width: 1250px) {
  .dropdown li {
    position: relative;
    margin: 0 0 2px 0;
  }
  .dropdown li a {
    text-align: left !important;
    float: left;
    font-size: 14px;
  }
  .dropdown li:last-child {
    position: relative;
    margin: 0 0 0px 0;
    float: left;
    width: 100%;
  }
  .dropdown li a.dropdown_parent {
    padding: 3px 10px !important;
  }
  .flags .dropdown li a.dropdown_parent {
    padding: 7px 10px 9px 10px !important;
  }
  .dropdown li a.dropdown_parent:focus,
  .dropdown li a.dropdown_parent:visited {
    color: #1f5096 !important;
  }
  .dropdown li a.dropdown_parent:hover {
    color: #a5ddee !important;
  }
  #superfooter .dropdown li a.dropdown_parent {
    padding: 10px 10px !important;
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    display: block !important;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  #superfooter .dropdown li a.dropdown_parent:first-child {
    border-top: 0px !important;
  }
  #superfooter .dropdown li a.dropdown_parent:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  #superfooter .flags .dropdown li a.dropdown_parent {
    text-align: left !important;
  }
}
.dropdown li a:hover {
  color: #fff !important;
}
/*.dropdown li a:hover,
.dropdown li a:focus,
.dropdown li a:visited{
	background-color: rgba(0,0,0,0) !important;
	color: #333d4e !important;
}*/
.dropdown li a:hover {
  color: #f6f6f6 !important;
}
.dropdown li .sidetab {
  position: absolute;
  left: 105px;
  background-color: #fff;
  border: solid 1px #2a4fa4;
  border-radius: 10px;
  text-align: left;
  display: none;
  width: 300px;
  padding: 15px 15px 10px 15px;
  top: -22px;
  z-index: 10;
  /* overflow: hidden */
}
.wide .dropdown li .sidetab {
  position: absolute;
  left: 195px;
}
@media screen and (max-width: 1250px) {
  #superfooter .wide .dropdown li .sidetab {
    position: relative;
    left: 0px;
    width: 100%;
  }
}

#superfooter .dropdown li .sidetab.long {
  top: -265px !important;
  min-height: 300px;
}
.dropdown li .sidetab.narrow {
  width: 260px;
}
header .dropdown li .sidetab.narrow {
  min-height: 58px;
}
.dropdown li .sidetab.narrow.alt {
  width: 255px !important;
}
.invertida .dropdown li .sidetab {
  right: 160px !important;
  left: initial;
  top: -15px;
}
#menu_rspnsv .invertida .dropdown li .sidetab {
  right: 0px !important;
  left: initial;
  top: 0px;
}
#superfooter .invertida .dropdown li .sidetab {
  right: 126px !important;
  left: initial;
}
@media screen and (max-width: 1250px) {
  #superfooter .invertida .dropdown li .sidetab {
    right: 0px !important;
    left: initial;
    top: initial !important;
  }
}
#superfooter .top-menu .invertida .dropdown li .sidetab {
  right: 0px !important;
  left: initial;
}
@media screen and (min-width: 1250px) {
  #superfooter .top-menu .invertida .dropdown li .sidetab {
    right: 126px !important;
    left: initial;
  }
}
@media screen and (max-width: 1250px) {
  .invertida .dropdown li .sidetab,
  .dropdown li .sidetab {
    position: relative !important;
    left: initial !important;
    right: initial !important;
    background-color: #eee;
    border: solid 0px #2a4fa4;
    border-radius: 0px;
    text-align: left;
    display: none;
    width: 100% !important;
    padding: 10px 10px !important;
    top: 0px;
    margin: 0px 0 0 0;
    float: left;
  }
}
.dropdown li .sidetab ul {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .dropdown li .sidetab ul {
    padding-left: 10px;
  }
}
.dropdown li .sidetab:before {
  content: "";
  height: 50px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -29px;
  z-index: 2;
  background-image: url(../images/flecha_sidetab.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center right;
}
#superfooter.dropdown li .sidetab.long:before,
#superfooter .invertida .dropdown li .sidetab.long:before {
  top: 251px !important;
}
.invertida .dropdown li .sidetab:before {
  right: -19px;
  left: initial;
  background-image: url(../images/flecha_sidetab_invertida.svg);
}
@media screen and (max-width: 1250px) {
  .dropdown li .sidetab:before {
    display: none !important;
    background-image: none;
  }
  .invertida .dropdown li .sidetab:before {
    background-image: none;
  }
}
.dropdown li .sidetab:after {
  content: "";
  height: 9px;
  width: 98%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 1.5%;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1250px) {
  .dropdown li .sidetab:after {
    width: 100%;
    left: 0px;
    display: none;
  }
}
.dropdown li .sidetab ul:before {
  display: none;
}
.dropdown li .sidetab li {
  position: relative;
  margin: 0 0 0px 0 !important;
  float: left !important;
  width: 100% !important;
  text-align: left;
  font-size: 14px !important;
  line-height: 13px;
}
.top-menu .dropdown li .sidetab li {
  margin: 0 0 7px 0 !important;
}
.top-menu .dropdown li .sidetab.marginless li {
  margin: 0 0 2px 0 !important;
}
.dropdown li .sidetab h3 {
  float: left;
  display: block;
  width: 100%;
  font-size: 15px;
  margin: 0 0 5px 0 !important;
  font-weight: 500;
  border: 0px !important;
  color: #2a4fa4;
}
.top-menu .dropdown li .sidetab h3 {
  margin: 0 0 9px 0 !important;
}
.dropdown li .sidetab p {
  line-height: 14px !important;
  font-size: 1em !important;
  color: #666;
  /* padding: 5px 0 0 0 !important; */
}
.dropdown li .sidetab a {
  float: left;
  text-align: left;
  font-size: 1em !important;
  margin: 0 0 0 0;
  display: inline-block;
  word-break: break-all;
}
.dropdown li .sidetab a.boton {
  padding: 10px 20px !important;
  width: 100% !important;
  color: #fff !important;
  font-size: 15px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.dropdown li .sidetab a.boton.web {
  margin: 5px 0;
  text-align: center;
}
.dropdown li .sidetab a.boton:hover {
  background-color: #2a4fa4 !important;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}

.dropdown li .sidetab a.ico {
  text-align: left;
  padding: 5px 0 0 28px !important;
  float: left !important;
  background-size: 25px 100%;
  background-repeat: no-repeat;
  display: block !important;
  min-height: 20px;
}
.dropdown.normal a.ico {
  text-align: left;
  padding: 5px 0 0 30px !important;
  float: left !important;
  background-size: 25px 100%;
  background-repeat: no-repeat;
  display: block !important;
  min-height: 20px;
}
.dropdown li .sidetab a.ico_au_pair {
  background-image: url(../images/ico_au_pair.svg);
}
.dropdown li .sidetab a.ico_summer_camp {
  background-image: url(../images/ico_summer_camp.svg);
}
.dropdown li .sidetab a.ico_work_business {
  background-image: url(../images/ico_work_business.svg);
}
.dropdown li .sidetab a.ico_professional_talent {
	background-image: url(../images/ico_professional_talent.svg);
}
.dropdown li .sidetab a.ico_go_campus {
  background-image: url(../images/ico_go_campus.svg);
}
.dropdown li .sidetab a.ico_winter_camp {
  background-image: url(../images/logo_winter_camp.svg);
}
.dropdown li .sidetab a.ico_esl {
  background-image: url(../images/logo_esl.svg);
}
.dropdown li .sidetab a.ico_work_experience {
  background-image: url(../images/ico_work_experience.svg);
}
.dropdown li .sidetab a.ico_teacher_exchange {
  background-image: url(../images/ico_teacher_exchange.svg);
}
.dropdown li .sidetab a.ico_childcare {
  background-image: url(../images/ico_childcare_uk.svg);
}
.dropdown li .sidetab a.ico_business_man {
  background-image: url(../images/ico_business_man_usa.svg);
}
.dropdown li .sidetab a.ico_inver_ca {
  background-image: url(../images/ico_prog_inver_ca.svg);
}
.dropdown li .sidetab a.ico_campus_canada {
  background-image: url(../images/ico_campus_canada.svg);
}
.dropdown li .sidetab a:hover {
  background-color: initial !important;
  color: #92cf51 !important;
}
.dropdown li .sidetab a:hover {
  color: #728ecf !important;
}
.dropdown li .sidetab a.wap,
.dropdown li .sidetab a.tel,
.dropdown li .sidetab a.email,
.dropdown li .sidetab p.house {
  background-repeat: no-repeat !important;
  background-position: left top !important;
  background-size: auto 25px !important;
  min-height: 16px !important;
  padding: 3px 0 2px 28px !important;
  line-height: 18px !important;
}
#page .dropdown li .sidetab p,
#page .dropdown li .sidetab a {
  font-size: 14px !important;
}
#page .dropdown li p {
  width: 100%;
  display: inline-block;
  float: none;
}
.dropdown li .sidetab p.house {
  padding: 4px 0 0 28px !important;
  line-height: 16px !important;
  margin-bottom: 8px;
}
.dropdown li .sidetab .wap {
  background-image: url(../images/ico_gris_wap.svg);
}
.dropdown li .sidetab .tel {
  background-image: url(../images/ico_gris_tel.svg);
}
.dropdown li .sidetab .email {
  background-image: url(../images/ico_gris_mail.svg);
  line-height: 12px !important;
}
.dropdown li .sidetab .house {
  background-image: url(../images/ico_gris_house.svg);
}
/*================================================*/
#superfooter {
  background-color: #2a4fa4;
  padding: 50px 0 5px 0;
}
#superfooter .cols {
  max-width: 1400px;
}
#superfooter * {
  color: #fff !important;
}
#superfooter .top-menu {
  margin-bottom: 35px;
}
#superfooter .links h3 {
  color: #2a4fa4 !important;
  z-index: 4;
  position: relative;
  text-align: left !important;
}
#superfooter .sidetab a {
  color: #2a4fa4 !important;
}
#superfooter .sidetab a.boton {
  color: #fff !important;
}
#superfooter .sidetab h3 {
  color: #2a4fa4 !important;
}
#superfooter .sidetab p {
  color: #777 !important;
}
#superfooter .top-menu .cols {
  border: solid 1px #6392fb;
  border-radius: 50px;
  padding: 6px;
  width: auto !important;
  padding: 5px 10px;
  max-width: 1260px !important;
}
@media screen and (max-width: 1250px) {
  #superfooter .top-menu .cols {
    width: 100% !important;
  }
}
#superfooter .martian_col.wide {
  display: inline-block;
  vertical-align: middle;
}
#superfooter .martian_col.nrw {
  display: none;
}
@media screen and (max-width: 1279px) {
  #superfooter .top-menu .cols {
    border: solid 1px #6392fb;
    border-radius: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 0;
  }
  #superfooter .top-menu li {
    margin: 0 0px !important;
    /* width: 100% !important; */
    display: block !important;
    float: left !important;
  }
  #superfooter .top-menu ul {
    padding: 20px 0;
  }
  #superfooter .top-menu ul li ul {
    padding: 0px 0;
  }
  #superfooter .top-menu .sidetab ul {
    padding: 0px 0;
  }
  #superfooter .top-menu .sidetab ul li {
    margin: 0 0 10px 0 !important;
  }
  #superfooter .martian_col {
    width: 100% !important;
  }
  #superfooter .martian_col.wide {
    display: none;
    vertical-align: middle;
  }
  #superfooter .martian_col.nrw {
    display: inline-block;
    margin-top: 35px;
    vertical-align: middle;
  }
}
#superfooter .links {
  position: relative;
  padding: 10px 10px 10px 10px;
  margin: 0px 0 0 0 !important;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
  background-color: #fff;
}
#superfooter ul {
  list-style-type: none;
}
#superfooter .links::before {
  width: 76% !important;
  right: 12% !important;
  background-color: #fff;
}
@media screen and (max-width: 1279px) {
  #superfooter .links {
    position: relative;
    padding: 10px 10px 10px 10px !important;
    margin: 5px 0 0 0 !important;
    background-color: #fff;
    width: auto !important;
  }
  #superfooter .links::before {
    width: 50% !important;
    left: 25%;
    top: -15px;
  }
}
@media screen and (max-width: 1279px) {
  #superfooter .top-menu li {
    margin: 0 0px !important;
    width: 100% !important;
    display: block !important;
    float: left !important;
  }
}
@media screen and (max-width: 800px) {
  #superfooter .links::before {
    width: 100% !important;
    right: 0% !important;
    left: 0px;
  }
}
#superfooter .fila .flags .cols {
  max-width: 100% !important;
}
#superfooter .flags {
  margin: 0 0 45px 0;
}
#superfooter .top-menu ul {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0px;
}
#superfooter .top-menu ul li {
  margin: 0px !important;
  padding: 0px !important;
  display: inline-block !important;
  float: none !important;
  font-size: initial;
  vertical-align: top;
}

#superfooter .top-menu ul .dropdown li {
  margin: 0 0 9px 0 !important;
}
#superfooter .top-menu,
sidetab ul li {
  margin: 0 0 19px 0 !important;
}
#superfooter .top-menu ul .dropdown .sidetab li {
  /* margin: 0 0 5px 0 !important; */
}
@media screen and (max-width: 1250px) {
  #superfooter .top-menu ul li {
    text-align: center;
  }
  #superfooter .top-menu ul .dropdown li {
    margin: 0 0 7px 0 !important;
    text-align: left !important;
    padding: 5px 0px !important;
  }
}
#superfooter .top-menu ul .dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #2a4fa4 !important;
}
#superfooter .top-menu ul .dropdown .sidetab li a {
  margin: 0 0 0px 0 !important;
  padding: 0 0 0 30px !important;
  display: inline-block !important;
}

#superfooter .top-menu ul .dropdown .sidetab li a.ico {
  padding-top: 4px !important;
}
#superfooter .top-menu ul .dropdown .sidetab li a:hover {
  color: #9bbc5c !important;
}
#superfooter .top-menu li a {
  border-left: solid 1px #6392fb;
  margin: 0px !important;
  height: 40px;
  padding: 0px 0px 0px 0px !important;
  display: inline-block !important;
  justify-content: center;
  align-items: center;
}
#superfooter .top-menu li.round a {
  border-radius: 50px 0 0px 50px !important;
}
#superfooter .top-menu li.round li a {
  border-radius: 0px 0 0px 0px !important;
}
@media screen and (max-width: 1250px) {
  #superfooter .top-menu li.round a {
    border-radius: 0px 0 0px 0px !important;
  }
}
#superfooter .top-menu ul li {
  text-align: left;
}
#superfooter .top-menu ul li.centro {
  text-align: center;
}
#superfooter .top-menu ul li a.actualidad {
  border-radius: 0 25px 25px 0;
  border-right: 0px;
  min-width: auto !important;
  width: auto !important;
  text-align: center !important;
  float: none !important;
  display: inline-block !important;
  margin: auto;
  font-weight: 600 !important;
}
#superfooter .top-menu ul li a.actualidad span {
  font-weight: 600 !important;
}
#superfooter .top-menu ul li a.actualidad::after,
#superfooter .top-menu ul li a.actualidad::before {
  display: none !important;
}
#superfooter .top-menu ul li a.actualidad:hover {
  font-size: initial !important;
  min-width: initial !important;
}
#superfooter .top-menu ul li:first-child a.primera {
  border-radius: 25px 0 0 25px;
}

@media screen and (max-width: 1250px) {
  #superfooter .top-menu ul li a {
    border-radius: 0px !important;
    width: 100% !important;
    text-align: center !important;
    display: inline-block !important;
  }
}
#superfooter .top-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
@media screen and (max-width: 1279px) {
  #superfooter .top-menu ul li a {
    border-left: 0px !important;
    display: table !important;
    height: auto;
    width: 100% !important;
  }
  #superfooter .top-menu ul ul li a:hover,
  #superfooter .top-menu ul ul li a:focus,
  #superfooter .top-menu ul ul li a:visited {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
#superfooter .top-menu ul ul li a:focus,
#superfooter .top-menu ul ul li a:visited {
  background-color: rgba(0, 0, 0, 0) !important;
}
#superfooter .top-menu ul ul li a {
  height: auto !important;
  border: 0px;
  text-align: left !important;
  justify-content: left;
  align-items: left;
  font-size: 16px !important;
  padding: 0px 10px !important;
}
#superfooter .top-menu ul ul li a.flag,
#superfooter .top-menu .sidetab ul li a.flag {
  padding-left: 32px !important;
  display: block !important;
}
#superfooter .top-menu ul li a:hover span {
  color: #fff !important;
}
#superfooter .top-menu ul li a.flag span {
  color: #92bf4b !important;
  font-weight: 500 !important;
}
#superfooter .top-menu ul li a.flag:hover span {
  color: #2a4fa4 !important;
}
#superfooter .top-menu ul li:first-child a {
  border-left: solid 0px #6392fb;
}
#superfooter .top-menu ul li a span {
  width: 100% !important;
  float: left;
  display: table-cell !important;
  padding: 0 0px 0 0px;
  /* height: 55px */
}
#superfooter .top-menu ul.dropdown_ul li a span {
  padding: 0 0px 0 0px;
  /* height: 55px */
}
@media screen and (max-width: 1251px) {
  #superfooter .top-menu ul.dropdown_ul li a span {
    padding: 0 0px 0 0px;
    /* height: 55px */
  }
}
/*================================================*/
.fh5co-nav-toggle {
  top: 3px;
}
.fh5co-nav-toggle i {
  top: 0px;
  background-color: #92cf51 !important;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before,
.fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #92cf51;
}
/*================================================*/
.vinculos {
  text-align: center;
  z-index: 2;
}
.vinculos .cols {
  padding: 0 0px;
}
@media screen and (max-width: 1279px) {
  .vinculos {
    background-color: #fff;
    padding: 5px 0 0px 5px;
    text-align: left;
  }
  .vinculos .refiere {
    /* display: none; */
  }
  .fh5co-nav-toggle {
    display: block;
  }
  .fh5co-nav-toggle.active i {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .fh5co-nav-toggle.active i::before,
  .fh5co-nav-toggle.active i::after {
    background-color: #92cf51 !important;
  }
  #menu_rspnsv {
    display: block;
    padding: 50px 0;
  }
}

fh5co-offcanvas {
  display: none !important;
}
/*================================================*/
#menu_rspnsv {
  float: none;
  width: 270px;
  right: -270px;
  position: fixed;
  height: 100vh;
  z-index: 50;
  padding-top: 30px !important;
  background-color: #337ab7 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
#menu_rspnsv.muestre {
  right: 0px;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
#menu_rspnsv .dropdown.white ul:before {
  display: none;
}
#menu_rspnsv .dropdown_ul {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 10px !important;
  background-color: #fff;
  margin: 0px !important;
}
#menu_rspnsv li {
  margin: 0 0 0px 0 !important;
  float: left !important;
  width: 100% !important;
  padding: 0 0px !important;
  display: block !important;
  text-align: center !important;
  height: auto !important;
}
#menu_rspnsv li li {
  margin: 0 0 0px 0 !important;
  float: left;
  width: 100%;
  display: block;
  text-align: left !important;
  padding: 0 0 !important;
}
#menu_rspnsv .sidetab li {
  margin-bottom: 0px !important;
}
#menu_rspnsv a {
  color: #fff;
  font-size: 11px;
  height: auto !important;
  float: none !important;
  text-align: center !important;
  width: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
  padding: 15px 10px !important;
}
#menu_rspnsv a li a {
  color: #337ab7 !important;
}
#menu_rspnsv li a {
  color: #337ab7 !important;
}
#menu_rspnsv li a:hover {
  color: #92cf51 !important;
}
@media screen and (max-width: 1279px) {
}
#menu_rspnsv div a {
  padding: 0 0 0 0px !important;
  margin: 5px 0;
}
#menu_rspnsv div a.flag {
  padding: 0 0 0 30px !important;
}
#menu_rspnsv div a.flag.ico {
  padding: 0 0 0 35px !important;
}
#menu_rspnsv a div {
  width: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
  height: auto !important;
}
#menu_rspnsv a * {
  text-transform: uppercase;
}
#menu_rspnsv a p {
  font-size: 1em;
  margin: 0 0 0px 0;
  line-height: initial;
  float: left;
  width: 100%;
  color: rgba(255, 255, 255, 0.5) !important;
}
#menu_rspnsv a span {
  font-size: 16px;
  line-height: 17px !important;
  margin: 0 0 0 0;
  float: left;
  width: 100%;
}
#menu_rspnsv a.actualidad:hover span {
  color: #337ab7 !important;
}
p a:hover {
  color: #337ab7;
  text-decoration: underline;
}

/*================================================*/
body {
  background-color: #fff;
}
body.sin_scroll {
  overflow: hidden !important;
}
/*================================================*/
.home_martian {
  padding: 30px 0 0px 0;
  z-index: 0;
}
.actualidad .home_martian {
  padding: 30px 0;
}
.actualidad .detalle .home_martian {
  padding: 50px 0 30px 0;
}

.home_martian .cols {
  max-width: 980px;
}
.home_martian .martian {
  height: 400px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1179px) {
  .home_martian {
    padding: 20px 15px 0px 15px;
    z-index: 0;
  }
  .home_martian .martian {
    height: 200px;
    margin: 0 0 30px 0;
  }
}
.actualidad .home_martian {
  background: linear-gradient(-45deg, #2a4fa48c, #51cfb88f);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  overflow: hidden;
  z-index: 0;
}
.actualidad .home_martian .cols {
  max-width: 680px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.actualidad .martian {
  height: 380px;
  margin: 0 0 30px 0;
  position: absolute;
  left: 0px;
  top: -35px;
}
.home_martian .col_2_3 {
  padding: 20px 0 0px 00px;
}
.actualidad .home_martian .col_2_3 {
  padding: 30px 0 30px 00px;
}
.actualidad .home_martian .col_2_3.full {
  width: 100%;
}
.actualidad .home_martian .col_2_3 h1 {
  font-weight: 300;
  color: #fff;
  font-size: 30px;
  margin: 0px 0 0 0;
  line-height: 30px;
}
.actualidad .detalle .home_martian .col_2_3 h1 {
  margin: 0 0 10px 0;
}
.actualidad .detalle .home_martian .col_2_3 .fecha {
  margin: 0 0 0px 0;
  font-style: italic;
  color: #fff;
}
@media screen and (max-width: 979px) {
  .home_martian .col_2_3 {
    padding: 0px 0 0px 0px;
  }
  .actualidad .martian {
    height: 250px;
    margin: 0 0 20px 0;
    position: relative;
    left: 0px;
    top: 0px;
  }
}
.home_martian p {
  font-size: 17px !important;
  line-height: 27px !important;
}
/*================================================*/
#page p {
  font-size: 17px;
  line-height: 22px;
  color: #666;
  font-weight: initial !important;
}
#page p strong {
  font-weight: 600 !important;
}
#page p.etiqueta {
  width: auto !important;
  font-size: 13px !important;
  vertical-align: middle !important;
  float: none !important;
  display: inline-block !important;
}
#privacidad_check {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
}
.centrado * {
  text-align: center !important;
}
#page .just p {
  text-align: justify;
  margin: 0 0 10px 0;
  line-height: 20px;
}
#page .just li {
  text-align: left;
  margin: 0 0 5px 0;
  line-height: 20px;
}
#page .just ul,
#page .just ol {
  list-style-position: inside !important;
  margin: 0 0 10px 0;
}
/*================================================*/
.boton {
  background-color: #92cf51;
  padding: 15px 25px;
  border-radius: 50px;
  color: #fff !important;
  font-weight: 400 !important;
  display: inline-block !important;
  border: 0px !important;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.boton:hover {
  text-decoration: none !important;
}
.home_martian .boton {
  font-size: 20px;
}
.formulario .boton {
  min-width: 250px;
  font-size: 30px;
  padding: 30px 10px !important;
  font-weight: 600 !important;
  margin-top: 40px;
}
.boton:hover {
  background-color: #2a4fa4;
  color: #fff !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.formulario input.boton:disabled,
.formulario input.boton:disabled:hover {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: default !important;
}
/*================================================*/
#fh5co-blog {
  padding: 50px 0;
}
#fh5co-blog .cols {
  max-width: 1280px !important;
}
.fh5co-heading h2 {
  line-height: 30px;
  letter-spacing: -0.3px;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 12px 20px;
  padding-left: 40px;
  text-align: left !important;
  margin-left: -80px;
  background: #92cf51;
  position: relative;
  min-height: 70px;
  width: 100%;
}
.fh5co-blog .blog-text {
  text-align: center;
  width: 86%;
  margin-bottom: 50px !important;
}
.fh5co-blog .blog-text p {
  text-align: left;
  margin: 0 0 20px 0;
}
.fh5co-blog .foto {
  width: 100%;
  height: 290px;
  display: inline-block;
  vertical-align: top;
  float: none;
  background-size: cover;
  background-position: center center;
}
#fh5co-blog .col_3 {
  padding: 0 20px !important;
  max-width: 450px;
  margin-bottom: 30px;
}
.fh5co-blog .blog-text h3 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.fh5co-blog .btn {
  float: left;
  padding: 10px 25px !important;
  margin: 0 10px 10px 0 !important;
}
/*================================================*/
.fh5co-tabs p {
  color: #fff !important;
}
/*================================================*/
.btn {
  padding: 14px 26px !important;
  font-size: 18px;
  max-width: 100%;
  display: inline-block;
  margin: 0px !important;
  color: #fff !important;
  height: auto !important;
  white-space: initial;
  vertical-align: top;
  border: 0px;
  margin-bottom: 10px !important;
}
.btn.btn-default {
  padding: 14px 26px !important;
  font-size: 18px;
  max-width: 100%;
  display: inline-block;

  color: #fff !important;
  height: auto !important;
  white-space: initial;
  background-color: #92cf51;
}
.btn.btn-default:hover {
  background-color: #7cb145;
}
.btn i {
  margin: 0 0 0 5px;
}
/*================================================*/
#slideshow ul {
  list-style-type: none !important;
}
/*================================================*/
hr {
  border-top: 0px;
  border-right: 0px;
  border-bottom: solid 0px #eee;
  border-left: 0px;
  float: left;
  width: 100%;
  position: relative;
  height: 1px;
  margin: 20px 0 20px 0 !important;
}
hr::after {
  content: "";
  position: absolute;
  height: 1px;
  top: 0px;
  left: calc(50% - 70px);
  width: 140px;
  background-color: #6392fb;
  border-radius: 10px;
  display: inline-block;
}
hr.normal::after {
  display: none;
}
hr.normal {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px !important;
}
/*================================================*/
.loguitos {
  text-align: center;
  padding: 0px 0 !important;
}
.loguitos .cols {
  max-width: 1380px;
}
.loguitos .col {
  padding: 0 20px !important;
  height: 155px;
  width: auto;
}
.loguitos .col.amplio {
  padding: 0 27px !important;
}
@media screen and (max-width: 979px) {
  .loguitos .cols .col {
    margin: 0px 0 20px;
  }
}
@media screen and (max-width: 1179px) {
  .loguitos .col {
    padding: 10px 0px 10px 0 !important;
    height: auto;
    width: auto;
  }
}
.loguitos img {
  width: auto;
  width: auto;
  height: 95px;
  margin: 0 0px;
  display: inline-block;
  max-width: 100%;
}
.loguitos a {
  float: left;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px !important;
  margin: 0px !important;
}
@media screen and (max-width: 1179px) {
  .loguitos img {
    max-width: 280px !important;
    margin: 0 10px;
  }
  .loguitos .segunda {
    margin-top: -0px;
  }
  .loguitos .segunda .col {
    margin-bottom: 30px;
  }
}
/*================================================*/
#fh5co-started {
  background-attachment: fixed;
  background-size: 100%;
  background-position: center center;
  position: relative;
  padding: 75px 0px !important;
  z-index: 0 !important;
}
@media screen and (max-width: 1279px) {
  #fh5co-started {
    background-size: cover;
    padding: 50px 0 20px 0 !important;
    background-position: top center !important;
    z-index: 0 !important;
  }
  .formulario #fh5co-started {
    background-size: cover;
    padding: 0px 0 2px 0 !important;
    background-position: top center !important;
    z-index: 0 !important;
  }
}
#fh5co-started::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.7);
}
#fh5co-started.normal::after {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
#fh5co-started h3 {
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 1280px) {
  #fh5co-started hr {
    margin-bottom: 50px !important;
  }
}
/*================================================*/
@media screen and (max-width: 1280px) {
  .fh5co-nav .top-menu {
    display: none;
  }
}

/*================================================*/
.foot_martian {
  height: 150px;
  margin: 0px 0 0 0;
}
/*============================----- */
/* .contiene_video */
/*============================----- */
.contiene_video {
  float: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.contiene_video p {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  margin: 0 0 0 0px;
  overflow: hidden;
}
.contiene_video p iframe,
.contiene_video p object,
.contiene_video p embed {
  position: absolute;

  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px;
  max-width: 100%;
}
.adminpage .col_3 .contiene_video {
  margin-bottom: 10px !important;
}
/*================================================*/
.home_videos .cols {
  max-width: 1280px;
}
.home_videos .cols .col_3 {
  padding: 0 20px;
}
/*================================================*/
.home_videos h3 {
  font-size: 28px !important;
  color: #337ab7;
  margin: 0 0 40px 0 !important;
  position: relative !important;
}
.fh5co-heading h2:after {
  position: absolute;
  bottom: -20px !important;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #6392fb;
  content: "";
}
/*================================================*/
.xsmargen {
  margin-bottom: 5px !important;
}
.tinymargen {
  margin-bottom: 10px !important;
}
.minimargen {
  margin-bottom: 15px !important;
}
.smallmargen {
  margin-bottom: 25px !important;
}
.mediamargen {
  margin-bottom: 35px !important;
}
.margen {
  margin-bottom: 50px !important;
}
.supermargen {
  margin-bottom: 75px !important;
}
.granmargen {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 979px) {
  form .minimargen {
    margin-bottom: 0px !important;
  }
  .margen {
    margin-bottom: 30px !important;
  }
  .supermargen {
    margin-bottom: 45px !important;
  }
  .granmargen {
    margin-bottom: 50px !important;
  }
}
/*================================================*/
.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: #fff !important;
}
/*================================================*/
.modal-dialog {
  width: 100%;
  max-width: 800px;
}
.modal-dialog p {
  line-height: 22px;
  text-align: justify;
  margin: 0 0 25px 0;
  font-size: 20px;
  font-weight: 500;
}
.modal-dialog p.centrado {
  text-align: center;
}
.modal-dialog h4 {
  padding: 15px;
  font-size: 23px !important;
  margin: 0 0 10px 0;
  line-height: 28px !important;
}
.modal-body {
  position: relative;
  padding: 35px;
}
.modal-footer {
  text-align: center;
}
.modal-footer a {
  margin: 0 0 10px 0 !important;
}
/*================================================*/
#fh5co-started h2 {
  color: #2a4fa4;
  line-height: initial;
}
#fh5co-started h2 * {
  color: #2a4fa4 !important;
}
#fh5co-started h2 span {
  font-weight: 600;
  color: #2a4fa4;
}
#fh5co-started.normal h2 {
  color: #2a4fa4;
  line-height: initial;
}
#fh5co-started.normal h2 * {
  color: #2a4fa4 !important;
}
#fh5co-started.normal h2 span {
  font-weight: 100;
  color: #ffffff !important;
}
/*================================================*/
.nosotros_programas {
  background-color: #eee;
  padding: 50px 0;
}
.nosotros_programas p {
  text-align: justify;
  line-height: 20px;
}
/*================================================*/
.formulario input[type="text"],
.formulario input[type="file"],
.formulario select {
  height: 55px;
  padding: 0 6px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: solid 1px #ccc !important;
}
.formulario input[type="file"] {
  padding: 6px;
  width: 100%;
}
.formulario label {
  text-align: left !important;
  font-weight: 400 !important;
  width: 100% !important;
  margin: 0 0 3px 0;
}
.formulario textarea {
  padding: 10px 6px;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 979px) {
  .formulario input[type="text"],
  .formulario textarea {
    margin: 0 0 10px 0 !important;
  }
  .formulario .form-group {
    margin-bottom: 0px;
  }
}
.form-control {
  background-color: rgba(0, 0, 0, 0.05);
}
.g-recaptcha {
  margin: 0 0 10px 0 !important;
}
/*================================================*/
.formulario #fh5co-started {
  padding: 75px 0 !important;
}
.formulario #fh5co-started.verde {
  padding: 100px 0 !important;
}
#fh5co-started h1 {
  color: #2a4fa4 !important;
  text-transform: uppercase;
  opacity: 1 !important;
  position: relative;
  display: inline-block;
  z-index: 3;
  font-size: 30px;
  font-weight: 500;
}

#fh5co-started h1 span {
  color: #172e61 !important;
  font-weight: 600;
}
#fh5co-started h2 {
  color: #2a4fa4 !important;
}
#fh5co-started.normal h2 {
  color: #fff !important;
}
#fh5co-started.normal.verde h2 {
  color: #92cf51 !important;
  text-align: center;
  font-weight: 600;
}
#fh5co-started .overlay {
  display: inline-block;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
}
/*================================================*/
.price-box h4 {
  text-align: center;
}
.formulario h2 {
  color: #666;
}
/*================================================*/
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer,
#fh5co-gallery,
#fh5co-schedule,
#fh5co-pricing,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 50px 0;
}
/*================================================*/
.formulario .cols .col_3 {
  padding: 0 10px;
}
.formulario .cols .col_3:nth-child(3) {
  padding: 0 0px 0 10px;
}
.formulario .cols .col_3:nth-child(1) {
  padding: 0 10px 0 0px;
}
.formulario .col_3 {
  padding: 0 10px;
}
.formulario .cols .col_2:first-child {
  padding-right: 10px;
  padding-left: 0px;
}
.formulario .cols .col_2:last-child {
  padding-left: 10px;
  padding-right: 0px;
}
/*================================================*/
.formulario_politica {
  padding: 75px 0 !important;
  background-color: #eee;
}
.formulario_politica p {
  text-align: justify;
  margin: 0 0 20px 0;
}
/*================================================*/
.fila.pads .col_1 {
  padding: 50px !important;
}
/*================================================*/
.actualidad section#slider {
  display: none;
}
.actualidad .blog {
  padding: 60px 0;
}
.actualidad .blog .cols {
  max-width: 1300px;
}
.actualidad .blog.detalle {
  padding: 0px 0;
}
.actualidad .detalle .blog .cols {
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  .actualidad .detalle .blog .cols {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 20px !important;
  }
}
.actualidad .blog .post {
  text-align: left;
  margin-bottom: 60px;
  padding: 0 20px;
}
.actualidad .blog .post h3 {
  font-size: 17px;
  color: #666 !important;
  margin: 0 0 9px 0;
  line-height: 19px;
  font-weight: 500 !important;
}
.actualidad .blog .post .foto {
  margin: 0 0 15px 0;
}
.actualidad .blog .post .foto:hover {
  opacity: 0.85;
}
.actualidad .blog .post .fecha {
  margin: 0 0 16px 0;
  font-size: 12px !important;
  font-style: italic;
  color: #999;
}
.actualidad .blog .post p {
  margin: 0 0 20px 0;
  text-align: justify;
}
.actualidad .blog .post .descripcion {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 0px 0;
}
.blog img {
  max-width: 100%;
  height: auto;
}
.actualidad .blog .descripcion h1,
.actualidad .blog .descripcion h2,
.actualidad .blog .descripcion h3,
.actualidad .blog .descripcion h4 {
  text-align: left;
}
.actualidad .blog .descripcion h1 {
  margin: 0 0 20px 0;
  font-size: 28px;
  float: left;
  width: 100%;
  font-weight: 600;
  color: #666;
}
.actualidad .blog .descripcion h2 {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 24px;
  color: #054fa0;
  float: left;
  width: 100%;
  font-weight: 600;
}
.actualidad .blog .descripcion h3 {
  margin: 0 0 20px 0;
  font-size: 22px;
  line-height: 24px;
  color: #92cf51;
  float: left;
  width: 100%;
  font-weight: 600;
}
.actualidad .blog .descripcion h4 {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 20px;
  color: #666;
  float: left;
  width: 100%;
  font-weight: 500;
}
.actualidad .blog .descripcion p {
  text-align: justify;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 20px 0;
  float: left;
  width: 100%;
}
.actualidad .blog .descripcion ul {
  list-style-type: disc !important;
  list-style-position: outside;
  padding: 0 0 0 35px;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
}
.actualidad .blog .descripcion li {
  text-align: left !important;
  font-size: 15px;
  line-height: 17px;
  margin: 0 0 9px 0;
}
/*================================================*/
.atras {
  position: fixed;
  left: 5px;
  top: calc(50vh - 15px);
  display: inline-block;
  height: auto;
  width: auto;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 15px;
  font-size: 18px !important;
  color: #fff;
  border-radius: 5px;
}
.atras:hover {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.2);
}
/*================================================*/
#content {
  max-width: 100%;
  float: left;
  width: 100%;
  padding: 0px !important;
  margin: 0px;
}
.js-fh5co-nav-toggle {
  display: none;
}
/*================================================*/
/*====================================*/
#jump {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  #jump {
    display: inline-block !important;
    text-decoration: none;
    color: inherit;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    z-index: 1000;
    width: 20px !important;
    height: 19px;
    border-bottom: 3px solid #92cf51;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    transition-property: color, border;
    color: #92cf51;
  }
}
#jump:before,
#jump:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #92cf51;
  position: absolute;
  left: 0;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
#jump:after {
  top: 8px;
}
#jump.activo {
  border-color: transparent;
  line-height: 0;
  transition: right 500ms ease;
  color: #fff;
  right: 25px;
}
#jump.activo:before,
#jump.activo:after {
  top: 9px;
  border-bottom: 3px solid #fff;
}
#jump.activo:before {
  transform: rotateZ(45deg);
}
#jump.activo:after {
  transform: rotateZ(-45deg);
}
.modal-dialog p {
  text-align: justify !important;
  font-size: 17px;
}
.modal-dialog p.sub-amarillo {
  text-align: center !important;
  font-size: 17px;
}
.section#slider {
  background-color: #fff !important;
}
.vinculo,
#slideshow li > a.viinculo {
  float: left;
  width: 100% !important;
  display: block;
}
/*================================================*/
/*============================----- */
/* #rotator */
/*===========================----- */
.brasil .bx-controls {
  /* display:none; */
}
#rotator {
  margin: 0 0 20px 0 !important;
  width: 100% !important;
  padding: 0px !important;
  max-width: 100% !important;
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0px !important;
  padding: 0 !important;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff !important;
  background: #fff;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px !important;
  height: 64px !important;
  text-indent: -9999px;
  z-index: 9 !important;
  background-size: auto 20px !important;
  background-position: center center !important;
  background-color: rgba(60, 102, 154, 0.8) !important;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(60, 102, 154, 1) !important;
}
.bx-wrapper .bx-next {
  right: 10px;
  background-image: url(../images/flecha_next.svg) !important;
}
.bx-wrapper .bx-prev {
  right: 10px;
  background-image: url(../images/flecha_prev.svg) !important;
}
#rotator img {
  width: 100% !important;
  height: auto;
}
#rotator li {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}
#rotator .slider {
  display: inline-block !important;
  margin: 0px !important;
  height: auto !important;
  float: none !important;
  vertical-align: top;
  width: 100% !important;
  padding: 0px !important;
}
/*================================================*/
.inicio_body .idiomas .col_2 {
  margin: 0 0 0 20px !important;
  padding: 0 0 0 0 !important;
  width: auto !important;
}
.inicio {
  min-height: calc(100vh - 90px) !important;
}
/*================================================*/
.sufibanner {
  text-align: center;
}
.sufibanner a,
.sufibanner img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.sufibanner a:hover img {
  opacity: 0.85;
}
/*================================================*/
.disclaimer {
  padding: 0 15px 25px 15px;
}
.disclaimer p {
  font-size: 13px !important;
  color: #999;
  line-height: 13px !important;
}
.disclaimer p a {
  color: #96d15a;
}
#superfooter .disclaimer p a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.disclaimer p a:hover {
  text-decoration: none;
  color: #054fa0;
}
.disclaimer img {
  width: 60px;
  height: auto;
  margin: 0 0 0 0px;
  display: inline-block;
  vertical-align: middle;
}
.disclaimer span.imagen {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 1px 1px 1px 1px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 979px) {
  .disclaimer p {
    width: 100% !important;
    text-align: center !important;
  }
  .disclaimer span {
    width: 100% !important;
    float: left !important;
    text-align: center;
  }
  .disclaimer span img {
    float: none !important;
    display: inline-block !important;
  }
  .disclaimer span.imagen {
    width: auto !important;
    margin: auto !important;
    display: inline-block !important;
    float: none !important;
    margin: 10px 0 !important;
  }
}
/*================================================*/
.gototop a {
  color: #fff;
}
/*================================================*/
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  line-height: 50px;
}
/*================================================*/
.modal.show {
  display: inline-block !important;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
}
body {
  padding: 0px !important;
}
/*================================================*/
.gototop {
  z-index: 900999 !important;
}
#fh5co-header .display-tc,
#fh5co-counter .display-tc,
fh5co-cover .display-tc {
  padding: 0px;
}
.mundi {
  margin: 0px 0 35px 0;
}
@media screen and (max-width: 979px) {
  .mundi {
    margin: 25px 0 35px 0;
  }
}
/*================================================*/
.btn.whatsapper {
  height: auto !important;
  padding: 12px 15px !important;
  background-color: initial;
  border: solid 0px #6392fb;
  text-align: left !important;
  display: inline-block;
  width: 100% !important;
  max-width: 300px;
  font-size: 16px !important;
  background-color: #6392fb24;
}
.fh5co-blog .btn.whatsapper span {
  color: #6392fb !important;
  line-height: initial;
  margin: 0px 0px 0 0px;
  font-weight: 500;
  width: calc(100% - 50px);
  padding: 0 7px 0 10px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1em !important;
}
.brasil .fh5co-blog .btn.whatsapper span {
  margin: 0px 0px 0 0px;
}
.whatsapper img {
  height: 30px !important;
  width: auto !important;
  float: none;
  display: inline-block;
  margin: 0px !important;
}
h3 {
  font-size: 18px;
  color: #777 !important;
  line-height: 24px !important;
}
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
