@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

* {
  font-family: 'Comfortaa', cursive;
  margin: 0;
  padding: 0;
}

body {
  cursor: url("../img/pointer5.png"), auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

header {
  width: 100%;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
}


header .container-fluid {
  max-width: 1600px;
  width: 80%;
  padding-top: 40px;

}

header .container-fluid nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
}

nav a.logo {
  position: relative;

  animation-duration: 1s;
  cursor: url("../img/pointer5.png"), auto;
}

nav a.logo img {
  width: 160px;
}

nav a.logo:hover {
  transform: translateX(30px);
}

nav .back-btn {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-size: 16px;
  position: relative;
  cursor: url("../img/pointer5.png"), auto;
  animation-duration: 1s;
  display: flex;
  align-items: center;
  transition: .4s;
  padding: 50px 0;
}

nav .back-btn:hover {
  text-decoration: underline;
  transform: translateX(-5px);
}

nav .back-btn img {
  margin-right: 6px;
}

nav .menu-btn {
  color: #466574;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-decoration: none;
  cursor: url("../img/pointer5.png"), auto;
  padding: 30px;

  animation-duration: 2.5s;
}

nav .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 240px;
}

nav .menu-btn::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 115px;
  background: #fff;
  left: 0px;
  top: -15px;
  z-index: -2;
  border-radius: 50%;
  animation-name: ondass;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  box-shadow: 0 0 10px #fff;
  animation-play-state: running;
}

nav .menu-btn::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  background: #fff;
  left: 15px;
  top: 0px;
  z-index: -1;
  border-radius: 50%;
  animation-name: ondas;
  animation-duration: .9s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  box-shadow: 0px 0px 14px #78787851, 7px 0px 2px #ffffff00;
}

@keyframes ondas {
  0% {
    transform: scale(1.4);

  }

  100% {
    transform: scale(1);

  }
}

@keyframes ondass {
  0% {
    transform: scale(1);

  }

  100% {
    transform: scale(1.1);

  }
}

#menu-oculto {
  width: 100%;
  min-height: 100vh;
  background: url("../img/Bg-menu.jpg");
  background-size: cover;
  position: absolute;
  top: 0px;
  z-index: 999;
  display: none;
  padding-top: 130px;
  transition: .8s;

}

#menu-oculto.active {
  right: 0%;
  display: block;
  animation-name: desvanecer;
  animation-duration: .4s;
  animation-timing-function: ease-out;
}

@keyframes desvanecer {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#menu-oculto ul {
  padding: 0;
}

#menu-oculto ul li {
  list-style: none;
  text-align: center;
  margin: 30px 0;
}

#menu-oculto ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  cursor: url("../img/pointer5.png"), auto;
  transition: .4s;
}

#menu-oculto ul li a:hover {
  text-shadow: 0 0 20px #fff;
}

#menu-oculto ul li a:before {
  width: 0%;
  height: 2px;
  background: transparent;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: .4s;
  box-shadow: 0 0 10px #fff;
}

#menu-oculto ul li a:hover:before {
  width: 80%;
  background: #fff;
}

nav a.logo {
  position: relative;
  transition: .5s;

  animation-duration: 1s !important;
  cursor: url("../img/pointer5.png"), auto;
}


nav a.logo:hover {
  transform: scale(1.1);
}

nav .menu-btn {
  color: #466574;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-decoration: none;
  cursor: url("../img/pointer5.png"), auto;
  padding: 30px;

  animation-duration: 1s !important;
}


@keyframes topMenu {

  0% {
    opacity: 0;
    top: -120px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}



@keyframes bottomMenu {

  0% {
    opacity: 0;
    top: 120px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

footer .left-footer {
  animation-duration: 1s !important;
}

footer .center-footer {
  animation-duration: 1s !important;
}

footer .right-footer {
  animation-duration: 1s !important;
}

.whatsapp {
  animation-duration: 1s !important;
}

@keyframes whatsapp {

  0% {
    opacity: 0;
    bottom: -100px;
  }

  100% {
    opacity: 1;
    bottom: -26px;
  }
}


@keyframes leftAnimation {

  0% {
    opacity: 0;
    right: -20%;
  }

  40% {
    opacity: 0;
    right: -20%;
  }

  100% {
    opacity: 1;
    right: 0;
  }
}




/* INTERNAS */

#hero {
  width: 100%;
  height: 550px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 50px;
}


#hero.blog {
  background: url("../img/blog/bg-blog.jpg");
  background-position: center;
  background-size: cover;
}


#hero.sydney {
  background: url("../img/destinos/Bg-sydney.jpg");
  background-position: center;
  background-size: cover;
}


#hero.brisbane {
  background: url("../img/destinos/Bg-brisbane.jpg");
  background-position: center;
  background-size: cover;
}


#hero.melbourne {
  background: url("../img/destinos/Bg-melbourne.jpg");
  background-position: center;
  background-size: cover;
}

#hero.gold-coast {
  background: url("../img/destinos/Bg-gold-coast.jpg");
  background-position: center;
  background-size: cover;
}





#hero.perth {
  background: url("../img/destinos/Bg-perth.jpg");
  background-position: center;
  background-size: cover;
}


#hero.adelaide {
  background: url("../img/destinos/Bg-adelaide.jpg");
  background-position: center;
  background-size: cover;
}


#hero.byron-bay {
  background: url("../img/destinos/Bg-byron-bay.jpg");
  background-position: center;
  background-size: cover;
}



#hero.darwin {
  background: url("../img/destinos/Bg-darwin.jpg");
  background-position: center;
  background-size: cover;
}


#hero.canada {
  background: url("../img/destinos/Bg-canada.jpg");
  background-position: center;
  background-size: cover;
}



#hero.malta {
  background: url("../img/destinos/Bg-malta.jpg");
  background-position: center;
  background-size: cover;
}


#hero.espana {
  background: url("../img/destinos/Bg-espana.jpg");
  background-position: center;
  background-size: cover;
}


#hero.dubai {
  background: url("../img/destinos/Bg-dubai.jpg");
  background-position: center;
  background-size: cover;
}



#hero.irlanda {
  background: url("../img/destinos/Bg-irlanda.jpg");
  background-position: center;
  background-size: cover;
}


#hero.inglaterra {
  background: url("../img/destinos/Bg-inglaterra.jpg");
  background-position: center;
  background-size: cover;
}



#hero.italia {
  background: url("../img/destinos/Bg-italia.jpg");
  background-position: center;
  background-size: cover;
}



#hero.quienes-somos {
  background: url("../img/Bg-quienes-somos.jpg");
  background-position: center;
  background-size: cover;
}



#hero.ingles {
  background: url("../img/cursos/Bg-ingles.jpg");
  background-position: center;
  background-size: cover;
}


#hero.summer {
  background: url("../img/cursos/Bg-summer-camp.jpg");
  background-position: center;
  background-size: cover;
}



#hero.vocacionales {
  background: url("../img/cursos/Bg-vocacionales.jpg");
  background-position: center;
  background-size: cover;
}


#hero.portugal {
  background: url("../img/cursos/Bg-portugal.jpg");
  background-position: center;
  background-size: cover;
}


#hero.austria {
  background: url("../img/cursos/Bg-austria.jpg");
  background-position: center;
  background-size: cover;
}


#hero.visa-pareja {
  background: url("../img/servicios/Bg-visa-parejas.jpg");
  background-position: center;
  background-size: cover;
}


#hero.visa-workh {
  background: url("../img/servicios/Bg-visa-workh.jpg");
  background-position: center;
  background-size: cover;
}


#hero.visa-postg {
  background: url("../img/servicios/Bg-visa-postg.jpg");
  background-position: center;
  background-size: cover;
}


#hero.visa-estudiantes {
  background: url("../img/servicios/Bg-visa-estudiantes.jpg");
  background-position: center;
  background-size: cover;
}


#hero.visa-turista {
  background: url("../img/servicios/Bg-visa-turistas.jpg");
  background-position: center;
  background-size: cover;
}



#hero.otros-servicios {
  background: url("../img/servicios/Bg-otros-servicios.jpg");
  background-position: center;
  background-size: cover;
}

.visa-turista #cont-details-internas .cont-data .vocacional h3 {
  font-size: 34px;
  font-weight: 500;
  padding-bottom: 50px;
  border-bottom: 1px solid #363636;
}

#cont-details-internas .cont-data .vocacional h4 {
  color: #0764E3;
  font-size: 18px;
  margin: 20px 0;
}

.pt-110 {
  padding-top: 110px;
}

.cursos .aliados {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
}

.cursos .aliados a {
  width: 258px;
  display: flex;
  justify-content: center;
  margin: 10px 0;
  cursor: url("../img/pointer5.png"), auto;
  transition: .3s;

}

.cursos .aliados a:hover {
  transform: scale(1.05);
}


.cursos .aliados a:nth-child(1),
.cursos .aliados a:nth-child(6),
.cursos .aliados a:nth-child(11),
.cursos .aliados a:nth-child(16),
.cursos .aliados a:nth-child(21) {
  justify-content: flex-start;
}

.cursos .aliados a img {
  max-width: 230px;
}

.cursos .nav-tabs {
  border-bottom: 0;
  margin-bottom: 68px;

}

.cursos .nav-tabs .nav-link {
  border: 0;
  color: #0764E3;
  font-size: 18px;
  font-weight: 600 !important;
  border-bottom: 1px solid transparent;
  cursor: url("../img/pointer5b.png"), auto;
  margin: 0 30px;
  transition: .4s;
}

.cursos .nav-tabs .nav-link:nth-child(1) {
  margin: 0 30px 0 0;
}

.cursos .nav-tabs .nav-link {}

.cursos .tab-pane {
  text-align: left;
}

.cursos .nav-tabs .nav-link.active,
.cursos .nav-tabs .nav-link:hover {
  border-bottom: 1px solid #0764E3;
}

.cursos .nav-tabs.border-s {
  padding-bottom: 65px;
  border-bottom: 1px solid #363636;
}

.cursos .tab-pane h2,
.cursos .tab-pane p,
.cursos .tab-pane h3 {
  text-align: left;
  padding-right: 250px;
}


.cursos .tab-pane .columnas h2,
.cursos .tab-pane .columnas p,
.cursos .tab-pane .columnas h3 {
  text-align: left;
  padding-right: 0px;
}

.cursos .tab-pane .columnas p {
  font-size: 16px !important;
}

.cursos .tab-pane .columnas h3 {
  margin-right: 0 !important;
}

.cursos .tab-pane .columnas img {
  padding-top: 220px;
  margin-left: 40px;
}

#cont-details-internas.cursos .tab-pane h2 {
  color: #363636;
  font-size: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #363636;
  margin-bottom: 60px;
}

#cont-details-internas.cursos .tab-pane p {
  color: #363636;
  letter-spacing: 1px;
}

#cont-details-internas.cursos .tab-pane ul {
  text-align: left;
}


#cont-details-internas.cursos .tab-pane h3 {
  color: #0764E3;
  font-size: 20px;
  margin-top: 70px;
  font-weight: 700;
  margin-right: 260px;
  margin-bottom: 40px;
}





#hero .info-hero {
  z-index: 1;
  position: relative;
  animation: fade-down-hero 2s forwards;
}

#hero.destinos .info-hero h1 {
  font-size: 50px;
  font-weight: 300;
}

/* 
#cont-parallax{
  width: 100%;
  padding: 260px 0;
  z-index: 99;
  position: relative;
  background: url("../img/destinos/bg-dubai2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#cont-parallax h2{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 600;
}

#cont-parallax p{
  font-size: 18px;
  color: #fff;
  margin-bottom: 60px;
  font-family: 400;
  padding: 0 120px;
} */

h5 span {
  color: #0764E3;
}

.tab-pane ul li {
  line-height: 30px;
  color: #595959;
}

#cont-parallax {
  width: 100%;
  padding: 200px 0;
  z-index: 99;
  position: relative;
  background: url("../img/destinos/bg-dubai2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  transition: background-position 0.8s ease;
}

#cont-parallax.irlanda {
  background: url("../img/destinos/bg-irlanda2.jpg");

  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  transition: background-position 0.8s ease;
}


#cont-parallax.italia {
  background: url("../img/destinos/Bg-italia2.jpg");

  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  transition: background-position 0.8s ease;
}


#cont-parallax:hover {
  background-position: center top;
}

#cont-parallax h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
}

#cont-parallax p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  font-family: 400;
  padding: 0 20px;
  transition: opacity 0.5s ease;
}

#cont-parallax:hover p {
  opacity: 0.8;
}



@keyframes fade-down-hero {
  0% {
    opacity: 0;
    bottom: -200px;
  }

  50% {
    opacity: 0;
    bottom: -150px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

#hero .info-hero h1 {
  color: #fff;
  margin-top: 32px;
  font-size: 35px;
  font-weight: 400;
}

#hero .info-hero p {
  color: #fff;
  font-size: 20px;
}

#blog-cards {
  /* margin-top: 420px; */
  text-align: center;
  padding-top: 70px;
  padding-bottom: 344px;
  z-index: 99;
  position: relative;
  background: #ffff;
  margin-bottom: 200px;
}

#blog-cards .comillas {
  margin-bottom: 25px;
}

#blog-cards h2 {
  max-width: 650px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 28px;
}

#blog-cards p.fecha {
  font-size: 14px;
  margin-top: 18px;
}

#blog-cards .cont-cards {
  margin-top: 86px;
}

#blog-cards .card-blog {
  max-width: 400px;
  width: 100%;
  border: 1px solid #777777;
  border-radius: 44px;
  position: relative;
  transition: .6s;
  margin: 0 auto 61px;
}

#blog-cards .card-blog button {
  background: transparent;
  border: 0 transparent;
  width: 100%;
}

#blog-cards .card-blog .photo-post {
  max-width: 100%;
  height: 352px;
  border-radius: 44px 44px 0 0;
  border: 2px solid #fff;
  overflow: hidden;
  position: relative;
  cursor: url("../img/pointer5.png"), auto;


}

#blog-cards .card-blog .photo-post a {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  right: 20px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2px;
  cursor: url("../img/pointer5.png"), auto;
}

#blog-cards .card-blog:hover {
  box-shadow: 0px 0px 10px 0px #9c9c9c;
}

#blog-cards .card-blog:hover .photo-post img {
  transform: translateY(18px) translateX(16px) scale(1.1);
}

#blog-cards .card-blog .photo-post img {
  transition: .6s;
  transform: scale(1.2);
  max-width:100%;
  min-width: 100%;
}

#blog-cards .card-blog .photo-post::before {
  width: 100%;
  height: 118px;
  background: url("../img/blog/Gradient.png");
  content: "";
  position: absolute;
  left: 0;
  top: 233px;
  z-index: 99;
  background-size: cover;
}

#blog-cards .card-blog .info-post {
  text-align: left;
  padding: 12px 34px 28px;
  cursor: url("../img/pointer5.png"), auto;
}

.card-blog .info-post p.date-post {
  font-size: 12px;
  font-weight: 500;
  color: #595959;
  margin-bottom: 40px;
}

.card-blog .info-post h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

.card-blog .info-post p.tag-post img {
  width: 14px;
  margin-right: 8px;
}

.aling-center {
  text-align: center;
}

.cont-cards .col-lg-4:nth-child(2) .card-blog,
.cont-cards .col-lg-4:nth-child(5) .card-blog {
  top: 195px;
}

.cont-cards .col-lg-4:nth-child(8) .card-blog,
.cont-cards .col-lg-4:nth-child(11) .card-blog {
  top: 195px;
}



.cont-cards .col-lg-4:nth-child(14) .card-blog,
.cont-cards .col-lg-4:nth-child(17) .card-blog {
  top: 195px;
}


.cont-cards .col-lg-4:nth-child(20) .card-blog,
.cont-cards .col-lg-4:nth-child(23) .card-blog {
  top: 195px;
}



.cont-cards .col-lg-4:nth-child(26) .card-blog,
.cont-cards .col-lg-4:nth-child(29) .card-blog {
  top: 195px;
}



.cont-cards .col-lg-4:nth-child(32) .card-blog,
.cont-cards .col-lg-4:nth-child(35) .card-blog {
  top: 195px;
}



.cont-cards .col-lg-4:nth-child(38) .card-blog,
.cont-cards .col-lg-4:nth-child(41) .card-blog {
  top: 195px;
}


.cont-cards .col-lg-4:nth-child(44) .card-blog,
.cont-cards .col-lg-4:nth-child(47) .card-blog {
  top: 195px;
}


.cont-cards .col-lg-4:nth-child(50) .card-blog,{
  top: 195px;
}

footer {
  background: #282255;
  padding: 60px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 0;
}

footer .logo img {
  width: 140px;
}

footer .redes {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

footer .redes a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin: 0px 12px;
}

footer .redes a img {
  width: 20px;
}

footer .derechos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .derechos p {
  margin: 0px;
  color: #9490AA;
  text-align: right;
}

.ovfh {
  overflow: hidden;
}

/* Contacto */

#contacto {
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
  z-index: 0;
  background: url("../img/Bg-contact.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  text-align: center;
  padding-top: 170px;
}

#contacto::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(49, 49, 49, 0.4);
  z-index: 0;
}


#contacto h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

#contacto form {
  z-index: 1;
  position: relative;
  width: 96%;
  max-width: 1030px;
  margin: 50px auto 0;
}


#contacto form input {
  border: 1px solid #fff;
  border-radius: 10px;
  background: transparent;
  padding: 10px 14px 15px;
  color: #fff;
  outline: none;
  margin: 0 4px 16px;
  cursor: url("../img/pointer5.png"), auto !important;
}

#contacto form input:nth-child(1) {
  width: 452px;
}

#contacto form input:nth-child(2) {
  width: 196px;
}

#contacto form input.fecha {
  position: relative;
  z-index: 0;
}

#contacto form input.fecha:after {
  width: 17px;
  height: 17px;
  content: "";
  position: absolute;
  background: url("../img/Calendar.png");
  right: 20px;
  top: 15px;
  z-index: 999;
  pointer-events: none;

}

#contacto form input.fecha:before {
  content: "Fecha del viaje  ";
  position: absolute;
  bottom: 0px;
  left: 16px;
  font-size: 10px;
  z-index: 99;
}

#contacto form input.fecha::-webkit-calendar-picker-indicator {
  background: transparent;
}

#contacto form input:nth-child(3) {
  width: 345px;
}

#contacto form input:nth-child(4) {
  width: 345px;
}

#contacto form input:nth-child(5) {
  width: 458px;
}

#contacto form input::placeholder {
  color: #fff;
}

#contacto form button {
  background: #0764E3;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  width: 180px;
  border-radius: 8px;
  border: transparent;
  margin-left: 14px;
  cursor: url("../img/pointer5.png"), auto !important;
}



#login {
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
  z-index: 0;
  background: url("../img/Bg-login.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  text-align: center;
  padding-top: 170px;
}

#login::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(49, 49, 49, 0.4);
  z-index: 0;
}


#login h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

#login form {
  z-index: 1;
  position: relative;
  width: 96%;
  max-width: 1030px;
  margin: 50px auto 0;
  padding: 0 21%;
}


#login form input {
  border: 1px solid #fff;
  border-radius: 100px;
  background: transparent;
  background: #f6f6f6;
  padding: 25px 30px 25px 80px;
  color: #666;
  outline: none;
  margin: 0 4px 16px;
  cursor: url("../img/pointer5.png"), auto !important;
  width: 100%;
  position: relative;
}

#login form .cont-input {
  position: relative;
  width: 100%;
}

#login form .cont-input:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/bx-user\ 1.png");
  background-size: cover;
  z-index: 99;
  left: 36px;
  top: 24px;
}

#login form .cont-input:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../img/bx-lock\ 1.png");
  background-size: cover;
  z-index: 99;
  left: 36px;
  top: 24px;
}


#login form input.fecha {
  position: relative;
  z-index: 0;
}



#login form button {
  background: #0764E3;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  width: 100%;
  padding: 27px 40px;
  border-radius: 100px;
  border: transparent;
  cursor: url("../img/pointer5.png"), auto !important;
  transition: .4s;
}



#login form button:hover {
  box-shadow: 0 0 2px 2px #fff;
}


#login p {
  color: #ffffff;
  padding: 20px 0;
  font-size: 18px;
  position: relative;
  z-index: 9;
}

.cont-redes.login {
  padding-top: 120px;
}

.countries {
  z-index: 99;
  position: relative;
  margin-top: 50px;
}

.countries .country h3 {
  font-size: 25px;
  color: #fff;
  margin: 12px 0 16px;
  font-weight: 400;
}

.countries .country p {
  color: #fff;
  font-size: 12px;
  margin: 10px 0;
}

.cont-redes {
  display: flex;
  width: 33.3%;
  justify-content: center;
  position: relative;
  z-index: 99;
  margin: 10px auto;
}

.cont-redes .redes {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 0 20px;
  cursor: url("../img/pointer5.png"), auto !important;

}

.cont-redes .redes img {
  transition: .2s;
}

.cont-redes .redes:hover img {

  transform: translateY(-10px)scale(1.1);
}





/* Testimonios */

#testimonios {
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
  z-index: 0;
  background: url("../img/Bg-testimonios.png");
  background-size: cover;
  background-position-x: center;
  background-position-y: bottom;
  text-align: center;
  padding-top: 170px;
  overflow: hidden;
}

#testimonios::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(49, 49, 49, 0.4);
  z-index: 0;
}


#testimonios .carousel {
  position: relative;
  width: 96%;
  text-align: center;

  overflow: hidden;
  margin: 40px auto;
}

.owl-carousel .owl-item .carousel-text img {
  width: 40px;
  margin: 0 auto;
}

.owl-carousel .owl-item .carousel-text img.foto-testimonio {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#testimonios .carousel-content {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  z-index: 99;
}

#testimonios .carousel-text {
  flex: 0 0 100%;
  text-align: center;

  user-select: none;
  transition: transform 1s ease;
  font-size: 30px;
  color: #fff;
  padding: 0px 270px;
}

#testimonios .carousel-text span {
  font-size: 20px;
}

#testimonios .carousel-controls {
  position: absolute;
  bottom: 56%;
  width: 86%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#testimonios .prev-button,
#testimonios .next-button {
  padding: 0;
  background: transparent;
  border: transparent;
  cursor: url("../img/pointer5.png"), auto !important;
}

.img-otros-servicios {
  column-count: 3;
  column-gap: 20px;
  margin-top: 60px;
}

.cards-otros-s {
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cards-otros-s::before {
  width: 100%;
  height: 116px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: url("../img/servicios/Gradient.png");
  background-position-y: bottom;
  border-radius: 0 0 10px 10px;
}

.cards-otros-s img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cards-otros-s p {
  font-size: 15px !important;

  position: absolute;
  padding: 0 !important;
  bottom: 10px;
  width: 80%;
  left: 10%;
  font-size: 14px;
  color: #fff !important
}




/* DESTINOS */

#destinos {
  width: 100%;
  min-height: 100vh;
  position: relative;
  left: 0;
}

#destinos .container-fluid {
  padding: 0;
}

#destinos .carousel-destinos {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.carousel-content-destinos {
  display: flex;
  transition: transform 1s ease;
  height: 100vh;
}

#destinos .carousel-item-d {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  cursor: url("../img/pointer5.png"), auto;
  transition: transform 1s ease;
}

#destinos .carousel-item-d img {
  cursor: url("../img/pointer5.png"), auto;
}

.carousel-item-d .parallax {
  perspective: 1000px;
  transform-style: preserve-3d;
}

#destinos .carousel-item-d img.mobile {
  display: none;
}

/* 
#destinos .carousel-item-d::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(49, 49, 49, 0.4);
  z-index: 0;
} */

#destinos .carousel-item-d h2 {
  position: absolute;
  z-index: 999;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 130px;
  font-weight: 300;
  width: fit-content;
  margin: 0 auto;
  cursor: url("../img/pointer5.png"), auto;
}

#destinos .carousel-item-d h2::after {
  width: 0;
  height: 3px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  transition: .4s;
}

#destinos .carousel-item-d h2:hover::after {
  width: 100%;
}

#destinos.interna-destinos .carousel-item-d h2 {
  font-size: 80px;
  top: 43%;
}

#destinos .carousel-item-d img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
}

.carousel-content-destinos.animate {
  transition: transform 1s ease;
}

.carousel-item-d {
  transition: transform 1s ease;
}


#destinos .owl-nav {
  position: absolute;
  top: 45%;
  width: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  pointer-events: none;
  height: 48px;
}

#cont-details-internas {
  padding: 120px 0 186px;
  background: #fff;
  z-index: 99;
  position: relative;
  text-align: center;
  cursor: url("../img/pointer5b.png"), auto;
}

#cont-details-internas h2 {
  font-size: 50px;
  font-weight: 400;
  color: #696969;
  margin-bottom: 40px;
}

#cont-details-internas h2 span {
  color: #0764E3;
}


#cont-details-internas p {
  font-size: 18px;
  color: #595959;
}

#cont-details-internas p.descr-page {
  padding: 0px 146px;
}

.pt-160 {
  padding-top: 160px;
}

#cont-details-internas .cont-data {
  margin-top: 90px;
  text-align: left;
}

#cont-details-internas .cont-data h4 {
  font-size: 14px;
  font-weight: 600;
}

#cont-details-internas .cont-data h4.c-blue {
  color: #0764E3;
  font-weight: 500;
  font-size: 20px;
}

#cont-details-internas .cont-data h3 {
  font-size: 36px;
  font-weight: 400;
  color: #363636;

  margin: 30px 0 60px;
}

#cont-details-internas .cont-data .info {
  padding-right: 110px;
}

#cont-details-internas .cont-data h3 span {
  color: #0764E3;
}

#cont-details-internas img.cert {
  margin: 50px 0 90px;
}

#video {
  width: 100%;
  height: 86vh;
  position: relative;
  z-index: 99;
}

#video iframe {
  width: 100%;
  height: 100%;
}

#team {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 94px 0 300px;
  background: url("../img/Bg-quienessomos.png")no-repeat #fff;
  background-position-y: bottom;
  cursor: url("../img/pointer5b.png"), auto;
  background-size: 100%;

}

#team .carousel-cont .carousel-item-a {
  margin: 0px;
}

#team .carousel-cont .active .carousel-item-a {
  margin: 0px 5px;

}

#team .carousel-cont {
  width: 90%;
  margin: 100px auto 0;
  max-width: 1500px;
}

.about .owl-carousel .owl-stage-outer {
  padding: 0 60px;
}

#team .owl-stage {
  padding: 200px 0;
}

#team .carousel-item-a img {

  width: 342px;
}

#team .carousel-item-a.apis-active img {
  transition: .8s;

  margin-right: 10px;
  position: relative;
  padding-right: 40px;
  bottom: 26px;
  transform: scale(1.5);
}


#team h2 {
  padding-top: 70px;
  color: #202020;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 40px;
}

#team p {
  font-size: 16px;
  color: #595959;
}


#team .datosde-interes {
  margin-top: 90px;
  text-align: center;
}

#team .datosde-interes h3 {
  font-size: 30px;
  color: #202020;
  margin-bottom: 10px;
  font-weight: 300;
}

#cont-data {

  text-align: left;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 99;
  padding: 140px 0 150px;
}

#cont-data h4 {
  font-size: 14px;
  font-weight: 600;
}

#cont-data h4.c-blue {
  color: #0764E3;
  font-weight: 500;
  font-size: 20px;
}

#cont-data h3 {
  font-size: 36px;
  font-weight: 400;
  color: #363636;

  margin: 30px 0 60px;
}

#cont-data .info {
  padding-right: 110px;
}

#cont-data h3 span {
  color: #0764E3;
}








#testimonios .owl-nav {
  position: absolute;
  bottom: 44%;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  height: 48px;
}

#testimonios .owl-nav .owl-prev {
  color: transparent;
  width: 53px;
  height: 48px;
  border: transparent;
  background: url("../img/Left-arrow.png");
  position: absolute;
  top: 0%;
  left: 0;
  cursor: url("../img/pointer5.png"), auto;
}

#testimonios .owl-nav .owl-next {
  color: transparent;
  width: 53px;
  height: 48px;
  border: transparent;
  background: url("../img/Right-arrow.png");
  position: absolute;
  top: 0%;
  right: 0;
  cursor: url("../img/pointer5.png"), auto;
}

#team .owl-carousel .owl-dots.disabled,
#team .owl-carousel .owl-nav.disabled {
  display: block !important;
  top: 110px;
  position: absolute;
  right: 23%;
}

#team .carousel-cont {
  position: relative;
}

#team .carousel-cont h2 {
  position: absolute;
  left: 480px;
  top: 70px;
  font-size: 30px;
  color: #202020;
}

#team .owl-carousel .owl-nav.disabled .owl-prev {
  width: 62px;
  height: 62px;
  background: url("../img/about/left-carousel.png")no-repeat;
  background-size: 100%;
  background-repeat: none;
  color: transparent;
  margin-right: 24px;
  cursor: url("../img/pointer5b.png"), auto;
}


#team .owl-carousel .owl-nav.disabled .owl-next {
  width: 62px;
  height: 62px;
  background: url("../img/about/right-carousel.png")no-repeat;
  background-size: 100%;
  background-repeat: none;
  color: transparent;
  cursor: url("../img/pointer5b.png"), auto;
}

#destinos .owl-nav .owl-prev {
  color: transparent;
  width: 53px;
  height: 48px;
  border: transparent;
  background: url("../img/Left-arrow.png");
  position: absolute;
  pointer-events: all;
  left: 0;
  cursor: url("../img/pointer5.png"), auto;
}

#destinos .owl-nav .owl-next {
  color: transparent;
  width: 53px;
  height: 48px;
  border: transparent;
  background: url("../img/Right-arrow.png");
  position: absolute;
  pointer-events: all;
  cursor: url("../img/pointer5.png"), auto;
  right: 0;
}

#destinos.interna-destinos .owl-nav {
  width: 48%;
  bottom: 48%;
}


#destinos.interna-destinos.cursos .owl-nav {
  width: 74%;
  bottom: 48%;
}

#destinos .prev-button,
#destinos .next-button {
  padding: 0;
  background: transparent;
  border: transparent;
  cursor: url("../img/pointer5.png"), auto !important;
}

.carousel-item-d.parallax {
  transform: translateZ(-50px);

}

.owl-item.active .carousel-item-d {
  perspective: 1000px;
  transform: translateZ(-150px);
}

.owl-item.active .carousel-item-d h2 {}

.owl-item.active .carousel-item-d h2 {
  animation-name: desvanecer2;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

.owl-item.active .carousel-item-d img {
  animation-name: zoomOut;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  z-index: 0;
}


@keyframes desvanecer2 {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  25% {
    opacity: 0;
    transform: scale(.5);
  }

  50% {
    opacity: 0;
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {

    transform: scale(2);
  }


  100% {

    transform: scale(1);
  }
}

.menu-oculto-mobile,
.cont-menu-inferior {
  display: none;
}

#menu-oculto.active {
  right: 0%;
  display: block;
  animation-name: desvanecer;
  animation-duration: .4s;
  animation-timing-function: ease-out;
}


#contacto-internas {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
  position: relative;
  z-index: 999;
  background: #fff;
  cursor: url("../img/pointer5b.png"), auto;
}

#contacto-internas .cont-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

#contacto-internas .cont-img {
  width: 47%;
  position: relative;
}

#contacto-internas .cont-formulario {
  width: 53%;
}
#contacto-internas form input.fecha{
  position: relative;
}
#contacto-internas form input.fecha:before {
  content: "Fecha del viaje ";
  position: absolute;
  bottom: 1px;
  left: 14px;
  font-size: 10px;
  z-index: 99;
}

#contacto-internas .cont-formulario {
  padding-left: 70px;
  padding-top: 100px;
  padding-bottom: 20px;
}

#contacto-internas .cont-formulario h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 65px;
}

#contacto-internas .cont-formulario input {
  height: 51px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 #a1a1a13f;
  border: 0px transparent;
  padding: 10px 14px;
  margin: 0 4.5px 16px;
}

.cont-formulario form {
  max-width: 660px;
  text-align: right;
}

.cont-formulario form button {
  color: #fff;
  background: #0764E3;
  padding: 10px 60px;
  margin-top: 60px;
  border-radius: 8px;
  border: 0 transparent;
}

.cont-formulario form input::placeholder,
.cont-formulario form textarea::placeholder {
  color: #202020;
}

#contacto-internas .cont-formulario input.nombres {
  width: 66%;
}

#contacto-internas .cont-formulario input.fecha {
  width: 29%;
}

#contacto-internas .cont-form-flex {
  display: inline-block;
  width: 100%;
  display: flex;
}

#contacto-internas .cont-form-flex .email-destino {
  margin-right: 10px;
  width: 56%;
}


#contacto-internas .cont-form-flex input {
  width: 100%;
}

#contacto-internas .cont-formulario textarea {
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 #a1a1a13f;
  border: 0px transparent;
  padding: 10px 14px;
  margin: 0 4.5px 16px;
}

/* SERVICIOS */

#servicios {
  width: 100%;
  height: 100vh;
  background: url("../img/servicios/Bg-servicios.jpg");
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
}


#servicios .servicios-row {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;

}

#servicios .servicios-row::before {
  width: 2px;
  content: "";
  top: -20vh;
  height: 60vh;
  background: #fff;
  z-index: 99;
  position: absolute;
  left: 49.7%;
}

#servicios .servicios-row a {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
  text-decoration: none;
  transition: .4s;
  position: relative;
  cursor: url("../img/pointer5.png"), auto !important;
}

#servicios .servicios-row a::before {
  width: 0%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  transition: .6s;
  bottom: -10px;
}

#servicios .servicios-row a:hover {}

#servicios .servicios-row a:hover::before {
  width: 100%;
}

#destinos.interna-destinos.visas .owl-nav {
  width: 70% !important;
}


#cont-details-internas.servicios h5 span {
  color: #0764E3;
}

#cont-details-internas.servicios .cont-data h3 {
  border-bottom: 1px solid #363636;
  padding-bottom: 20px;
}

/* RESPONSIVE */

@media screen and (min-width:1024px) and (max-width: 1470px) {
  #hero {
    height: 420px;
  }

  #testimonios .carousel-text {
    padding: 0 175px;
  }

  #blog-cards {
    margin-top: 278px;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 344px;
  }

  #destinos .carousel-item-d h2 {
    top: 40%;
    font-size: 110px;
  }

  #destinos .owl-nav {
    bottom: 38%;
    width: 70%;
  }

}

@media screen and (min-width:768px) and (max-width: 990px) {
#contacto-internas .cont-form-flex .email-destino {
    width: 100%;
  }

  #contacto-internas .cont-formulario textarea {
    width: 100%;
  }
  #contacto-internas .cont-form-flex{
      display : block;
  }
  #contacto-internas .cont-formulario input.fecha{
      width:100%;
  }
  #destinos .carousel-item-d img {
    object-position: center bottom;
  }

  #destinos .carousel-item-d.australia img,
  #destinos .carousel-item-d.dubai img {
    object-position: left bottom;
  }

  #destinos .carousel-item-d.irlanda img {
    object-position: right bottom;
  }

  #destinos .owl-nav,
  #destinos.interna-destinos .owl-nav {
    width: 87%;
    bottom: 42.5%;
  }


  #destinos .carousel-item-d h2,
  #destinos.interna-destinos .carousel-item-d h2 {
    font-size: 60px;
    top: 43%;
  }
  
  #contacto form {
    z-index: 1;
    position: relative;
    width: 80%;
    max-width: 1030px;
    margin: 50px auto 0;
  }


  #contacto form input {
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    padding: 10px 14px 15px;
    color: #fff;
    outline: none;
    margin: 0 4px 16px;
    cursor: url("../img/pointer5.png"), auto !important;
  }

  #contacto form input:nth-child(1) {
    width: 100%;
  }

  #contacto form input:nth-child(2) {
    width: 100%;
  }

  #contacto form input:nth-child(3) {
    width: 100%;
  }

  #contacto form input:nth-child(4) {
    width: 100%;
  }

  #contacto form input:nth-child(5) {
    width: 100%;
  }

  #contacto form input::placeholder {
    color: #fff;
  }

  .countries .country h3 {
    font-size: 20px;
    color: #fff;
    margin: 5px 0 5px;
    font-weight: 400;
  }

  .countries .country p {
    color: #fff;
    font-size: 11px;
    margin: 3px 0;
  }

  #contacto h1 {
    font-size: 28px;
  }

  #testimonios .carousel-text {
    padding: 0 155px;
    font-size: 28px;
  }

}

@media screen and (min-width:320px) and (max-width: 767px) {


  #hero.sydney {
    background: url("../img/responsive/Sydney_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.brisbane {
    background: url("../img/responsive/Brisbane_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.melbourne {
    background: url("../img/responsive/Melboure_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }
  #hero.gold-coast {
    background: url("../img/responsive/Gold_Coast_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.perth {
    background: url("../img/responsive/Perth_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.adelaide {
    background: url("../img/responsive/Adelaide_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.byron-bay {
    background: url("../img/responsive/Byron_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.darwin {
    background: url("../img/responsive/Darwin_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.dubai {
    background: url("../img/responsive/Dubai_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.irlanda {
    background: url("../img/responsive/Irlanda_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.inglaterra {
    background: url("../img/responsive/Uk_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.canada {
    background: url("../img/responsive/Canada_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.malta {
    background: url("../img/responsive/Malta_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.espana {
    background: url("../img/responsive/Espana_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.italia {
    background: url("../img/responsive/Italia_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.quienes-somos {
    background: url("../img/responsive/Quienes_Somos.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.visa-pareja {
    background: url("../img/responsive/Visa_Pareja_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.visa-estudiantes {
    background: url("../img/responsive/Visa_Estudiante_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.visa-turista {
    background: url("../img/responsive/Visa_Turismo_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.visa-workh {
    background: url("../img/responsive/Visa_WorkHoliday_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }


  #hero.visa-postg {
    background: url("../img/responsive/Visa_Post_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.otros-servicios {
    background: url("../img/responsive/Otros_Servicios.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }


  #hero.ingles {
    background: url("../img/responsive/Cursos_Ingles_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.summer {
    background: url("../img/responsive/Summer_Interno_Swithzerland.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.austria {
    background: url("../img/responsive/Summer_Interno_Austria.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.portugal {
    background: url("../img/responsive/Summer_Interno_Portugal.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }

  #hero.vocacionales {
    background: url("../img/responsive/Vocacional_Interno.jpg")no-repeat;
    background-size: cover;
    background-position: center;
  }


  

  .owl-item.active .carousel-item-d img {
    animation-name: none;
  }
  .cont-cards .col-lg-4:nth-child(2) .card-blog,
  .cont-cards .col-lg-4:nth-child(5) .card-blog {
    top: 0px;
  }

  footer {
    text-align: center;
  }

  footer .redes {
    margin: 10px 0 22px;
  }

  footer .derechos {
    justify-content: center;
  }

  #hero .info-hero h1 {
    font-size: 18px;
  }

  #hero .info-hero p {
    font-size: 14px;
  }

  #blog-cards h2 {
    font-size: 18px;
    padding: 0px 26px;
  }

  nav .back-btn {
    display: none;
  }

  nav .right {
    justify-content: flex-end;
  }

  #destinos .carousel-item-d img {
    object-position: center bottom;
  }

  #destinos .carousel-item-d.australia img,
  #destinos .carousel-item-d.dubai img {
    object-position: 8% bottom;
  }

  #destinos .carousel-item-d.irlanda img {
    object-position: right bottom;
  }

  #destinos .owl-nav,
  #destinos.interna-destinos .owl-nav {
    width: 88%;
    bottom: 40%;
  }

  #testimonios .owl-nav {
    width: 100%;
    bottom: 59%;
  }

  #destinos .carousel-item-d h2,
  #destinos.interna-destinos .carousel-item-d h2 {
    font-size: 28px;
    top: 43%;
  }

  #destinos .owl-nav .owl-next,
  #testimonios .owl-nav .owl-next,
  #testimonios .owl-nav .owl-prev,
  #destinos .owl-nav .owl-prev {
    width: 35px;
    height: 30px;
    background-size: cover;
  }
  #contacto {
    background: url("../img/responsive/Contacto.jpg");
    padding-top: 110px;
  }
  #contacto h1 {
    font-size: 14px;
  }

  #contacto form {
    z-index: 1;
    position: relative;
    width: 80%;
    max-width: 1030px;
    margin: 50px auto 0;
  }


  #contacto form input {
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    padding: 10px 14px 15px;
    color: #fff;
    outline: none;
    margin: 0 4px 16px;
    cursor: url("../img/pointer5.png"), auto !important;
  }

  #contacto form input:nth-child(1) {
    width: 100%;
  }

  #contacto form input:nth-child(2) {
    width: 100%;
  }

  #contacto form input:nth-child(3) {
    width: 100%;
  }

  #contacto form input:nth-child(4) {
    width: 100%;
  }

  #contacto form input:nth-child(5) {
    width: 100%;
  }

  #contacto form input::placeholder {
    color: #fff;
  }



  .countries {
    display: none;
  }

  #contacto h1 {
    font-size: 18px;
  }

  #contacto button {
    margin-bottom: 50px;
  }

  #testimonios .carousel-text {
    padding: 0 45px;
    font-size: 14px;
  }
  
  .owl-carousel .owl-item .carousel-text img:nth-child(1){
      width: 20px !important;
  }
  
  #testimonios{
    background: url("../img/responsive/Testimonios.jpg");
    padding-top: 100px;
    background-position-y: bottom;
    background-size: cover;
  }

}


.logo-interno {
  display: none;
}

#hero {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cont-cards {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.animated-heading,
.animated-heading2,
.animated-heading3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.5s;
}

.animated-heading.hidden,
.animated-heading2.hidden,
.animated-heading3.hidden {
  opacity: 0;
  transform: translateY(50px);
}
#blog-cards .cont-foto-entrevistado{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 10px auto;
  overflow: hidden;
}
#blog-cards img.foto-entrevistado{
  width: 100%;
}

#blog-cards .descripcion{
  padding: 40px 25%;
  color: #595959;
}

.cont-cards-bloge {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  align-items: flex-start; /* Ajustar la alineación del contenido en la parte superior */
}

.duo-entrevista {
  flex-basis: 50%;
  padding: 10px; /* Puedes ajustar el padding según tu diseño */
}

.duo-entrevista {
  text-align: left;
}


.duo-entrevista h3{
  font-size: 16px;
  font-weight: 700;
  color: #000 !important;
  margin-bottom: 35px;
}

.duo-entrevista p{
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  margin-bottom: 35px;
  padding-right: 20px;
}




@media screen and (min-width: 320px) and (max-width: 768px) { 
    


.duo-entrevista {
    flex-basis: 100%;
    padding: 10px;
}
#testimonios .carousel{
    margin: 18px auto;
}
  #destinos .carousel-item-d img.mobile {
    display: block;
  }
  
  #destinos .carousel-item-d img.desktop {
    display: none;
  }

  header {
    display: none;
  }

  #login form {
    padding: 0 1%;
  }

  #cont-home {
    display: none;
  }

  #menu-oculto {
    display: none;
  }

  #cont-home-mobile {
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/responsive/Bg-home.png");
    background-size: cover;
    align-items: center;
    overflow: hidden;
  }

  .cont-img {
    width: 100%;
    text-align: center;
    padding-top: 20vh;
  }

  .cont-menu-inferior {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    align-items: stretch;
    bottom: -1px;
    z-index: 999;
  }

  .cont-menu-inferior a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    font-size: 16px;
  }

  .cont-menu-inferior a:nth-child(1) {
    background: #000;
    border-bottom: 1px solid #000;
    position: relative;
  }

  .cont-menu-inferior a:nth-child(1)::before {
    width: 100%;
    height: 10px;
    content: "";
    background: #000;
    position: absolute;
    bottom: -1px;
  }

  .cont-menu-inferior a:nth-child(2) {
    background: #0764E3;
  }

  .cont-menu-inferior a:nth-child(1) img {
    width: 25px;
    margin-right: 13px;
  }

  .cont-menu-inferior a:nth-child(2) img {
    width: 31px;
    margin-right: 8px;
  }

  .menu-oculto-mobile {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9992;

    flex-wrap: wrap;
    left: -100%;
    background: #707A83;
    display: flex;
    top: 0;
    transition: .5s;

  }

  .menu-oculto-mobile .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    font-size: 10px;
  }

  .menu-oculto-mobile .item-menu {
    width: 50%;
    position: relative;
    height: 33.1vh;

  }

  .menu-oculto-mobile .item-menu span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 10%;
    color: transparent;
    font-size: 15px;
    transform: scale(.01);
    transition: 2s;
  }

  .menu-oculto-mobile .item-menu img {
    width: 100%;
    height: 100%;
  }

  #menu-ocultob.active {
    left: 0;
    /* transform: scale(1); */

  }

  #menu-ocultob.active .item-menu span {
    transform: scale(1);
    color: #fff;
    transition: 1.5s;
    top: 45%;
  }

  #menu-ocultob.active .item-menu:nth-child(5) span {
    color: #707a83;
  }



  #hero.destinos .info-hero h1 {
    font-size: 32px;
  }

  #cont-details-internas {
    padding: 60px 0;
  }

  #cont-details-internas h2 {
    font-size: 28px;
  }

  #cont-details-internas p.descr-page {
    padding: 0 22px;
  }

  #video {
    width: 100%;
    height: 30vh;
    position: relative;
    z-index: 99;
  }

  #team {
    padding: 20px 30px;
    text-align: center;
  }

  .avatars {
    padding: 40px 0;
  }

  .avatars .text-center {
    margin-bottom: 14px;
  }

  #team .datosde-interes .aos-init {
    margin-bottom: 50px;
  }


  #team .carousel-item-a img {
    width: 100%;
    transform: scale(1);
  }

  #team .carousel-item-a.apis-active img {
    transition: .8s;
    padding-right: 0;
    margin-right: 10px;
    position: relative;
    width: 100%;
    transform: scale(1);
    bottom: 0;
    padding-left: 0;
  }

  .about .owl-carousel .owl-stage-outer {
    padding: 0;
  }

  #team .carousel-cont {
    margin: 10px auto 0;
  }

  #team .owl-stage {
    padding: 100px 0;
  }

  #team .carousel-cont h2 {
    position: absolute;
    left: 30%;
    top: -35px;
    font-size: 30px;
    color: #202020;
    left: 0;
    text-align: center;
    width: 100%;
  }

  #contacto-internas .cont-img {
    display: none;
  }

  #contacto-internas .cont-formulario {
    padding-left: 20px;
    width: 100%;
    padding-right: 30px;
    margin-bottom : 40px;
  }

  #contacto-internas .cont-formulario input {
    width: 100% !important;
  }

  footer {
    margin-top:30px;
    position: relative;
    padding-bottom: 120px;
  }

  #contacto-internas .cont-form-flex {
    display: block;
  }

  #contacto-internas .cont-form-flex .email-destino {
    width: 100%;
  }

  #contacto-internas .cont-formulario textarea {
    width: 100%;
  }

  .logo-interno {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9;
    display: block;
  }

  .logo-interno img {
    width: 120px;
    margin-top: 15px;
  }

  #hero {
    padding-bottom: 10px;
  }

  #blog-cards .card-blog button {
    max-width: 100%;
  }

  /* }
  #blog-cards .card-blog .photo-post{
    max-width: 91%;
  } */
  #blog-cards .card-blog {
    overflow: hidden;
  }

  #blog-cards .cont-cards {
    margin-top: 86px;
    padding: 0 14px;
  }

  .card-blog .info-post h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .card-blog .info-post p.date-post {
    font-size: 12px;
    font-weight: 500;
    color: #595959;
    margin-bottom: 20px;
  }

  #blog-cards {
    padding-bottom: 0;
  }

  #destinos .owl-nav {
    top: 43%;
  }

  #servicios .servicios-row a {
    font-size: 32px;
  }

  #servicios .servicios-row div {
    margin: 40px 0;
  }

  #servicios .servicios-row {
    top: 30%;
  }

  #servicios .servicios-row::before {
    width: 70%;
    content: "";
    top: 50%;
    height: 2px;
    background: #fff;
    z-index: 99;
    position: absolute;
    left: 15%;
  }

  #servicios {
    width: 100%;
    height: 100vh;
    background: url(../img/servicios/Bg-servicios.jpg);
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    background-position: -300px center;
    /* Ajusta el valor de desplazamiento en el eje x según tus necesidades */
  }

  #destinos.interna-destinos.visas .owl-nav {
    width: 94% !important;
  }

  #cont-details-internas .cont-data {
    margin-top: 0;
    text-align: center;
  }

  #cont-details-internas .cont-data .info {
    padding-right: 14px;
  }

  #cont-details-internas .cont-data ul {
    text-align: left;
  }

  #cont-details-internas.servicios .cont-data h3 {
    font-size: 28px;
  }

  #cont-details-internas .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #cont-details-internas .nav-tabs a {
    width: 43%;
    margin: 10px 0;
    font-size: 14px;
  }

  .cursos .tab-pane h2,
  .cursos .tab-pane p,
  .cursos .tab-pane h3 {
    text-align: left;
    padding-right: 10px;
  }

  #cont-details-internas.cursos .tab-pane {
    text-align: center;
  }

  #cont-details-internas.cursos .tab-pane h2 {
    font-size: 26px;
    text-align: center;
  }

  #cont-details-internas.cursos .tab-pane p {
    text-align: center;
  }

  #hero {
    height: 300px !important;
  }

  #destinos.interna-destinos .carousel-item-d h2 {
    font-size: 26px;
    text-shadow: 1px 3px 5px #636363;
  }

  .img-otros-servicios {
    column-count: 2;
    margin-top: 60px;
  }

  .cards-otros-s p {
    text-align: center;
    font-size: 9px !important;
    padding: 0px !important;
    width: 96%;
    left: 4px;
  }

  #hero .info-hero img {
    width: 20px;
  }

  #destinos.interna-destinos.cursos .owl-nav {
    width: 96%;
  }

  #cont-details-internas.cursos .tab-pane h3 {
    margin-right: 0;
  }

  .cursos .aliados a {
    width: 50%;
    text-align: center;
    justify-content: center;
  }

  .cursos .aliados a img {
    max-width: 80%;
  }

  #cont-details-internas.cursos .tab-pane img {
    max-width: 100%;

  }

  #cont-details-internas .cont-data h3 {
    font-size: 26px;
    padding: 0 10px;
  }

  .cursos .tab-pane .columnas img {
    padding-top: 40px;
    margin-left: 0;
  }

  #cont-details-internas.cursos .tab-pane h3 {
    margin-top: 0px;
  }

  .img-voca {
    max-width: 100%;
  }

  #cont-data .info {
    padding-right: 0;
  }
}

