@charset "UTF-8";
/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face{
    font-family: "Outfit";
    src: url('fonts/Outfit/static/Outfit-Black.ttf') format('ttf');
}
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css"); */

body {
    overflow-x: hidden;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
}


.outfit-font {
    font-family: 'Outfit', sans-serif;
    font-optical-sizing: auto;
    font-weight:900;
    font-style:normal;
}



@media (min-width: 1350px) {
    header .intro-text .intro-phrase {
        font-size: 3.5em;
        margin-top: 0px;
    
    }

    header .intro-text {
        padding-bottom: 0px;
    }

}


.txt-logo{ font-family:"Outfit","Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;}
.text-muted {color: #2582be;}
.text-description {color:#FC0;}
.text-primary {
color: rgb(68, 223, 255);
}
.text-primary-dark { color: rgb(68, 223, 255);}

.logo img { width:auto; height:auto;}

.Titular-GT{
    font-family:'Outfit','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 5em;
    color: #2582be;
}

.Titular-GT_DE{
    font-family:'Outfit','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 5em;
    display: block;
    margin-bottom: 0;
    background: -webkit-linear-gradient(#96ffee, #5ea0f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Titular-GT_h2{
    font-weight: 700;
    font-size: 6.5em;
    display: block;
    margin-bottom: 0;
    background: -webkit-linear-gradient(#96ffee, #5ea0f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family:'Outfit','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 1;
}


.Titular-GT_h2 a{
    -webkit-text-fill-color: white;
    color: #ffffff;

} 

.Header-Titular-GT{
    font-size: 6em;
    font-family: 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    color: white;
    line-height: 1;
}

.Header-Titular-GT strong{
    color: darkturquoise;
}


h4.service-heading {
    font-size: 16px;
}

.white{
    color: white!important;
}
.caja_header{

    background-color: rgba(66, 104, 249, 0.5);
    border-radius: 12px;
    border: #142e4f 1px solid;
    margin-top: 180px;
    padding: 15px 15px;

}


p {
    font-size: 14px;
    line-height: 1.37;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #00aba8;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #00aba8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: inherit;
    font-family: Outfit, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.portfolio-item .portfolio-caption h4 { font-size:23px;}
.form-control {font-family:Outfit, Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;}


.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color:#0025d0;
    text-transform: uppercase;
    font-family: Outfit, "Gill Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #0025d0;
}   

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
border-color: #0025d0;
color: #fff;
background-color: #0025d0;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #00aba8;
    background-color: #00aba8;
}

.btn-primary .badge {
    color: #00aba8;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #ffffff;
    border-radius: 36px;
    text-transform: uppercase;
    font-family: Outfit, "Gill Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ffffff;
    color: #fff;
    background-color:#2582be;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #00aba8;
    background-color: #00aba8;
}

.btn-xl .badge {
    color: #00aba8;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #2582be;
	/*width:100%;*/
}

.navbar-default .navbar-brand {
    font-family: "Outfit","Helvetica Neue",Helvetica,Arial,cursive;
    color: #134c62;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #90d0f9;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: #00aba8;
    background-color: #00aba8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #90d0f9;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #90d0f9;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #90d0f9;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #90d0f9;
    background-color: transparent;
}

.navbar-brand>img {
    height: -webkit-fill-available!important;
}

.fa-iata { background:url(../img/logos/logo_iata.png) center no-repeat; width:96px; height:79px; margin-top:14px; }
.txt-novedades p { padding:0 15px; color:rgb(0, 0, 0); margin-bottom:5px;}
.txt-novedades p.text-muted, .txt-nosotros p.text-muted  { font-size:1.2em;}
.txt-nosotros p { color: #007f7c;}
.intro-auhtor { text-align:center; font-size:15px; color:#FFF; text-transform: uppercase; text-shadow: 3px 3px 2px rgba(150, 150, 150, 1);}
.clients { border-bottom:1px solid #CCC;}
.blanco { color:#FFF !important;}
.margin_top10 { margin-top:10px;}
.margin_top50 { margin-top:50px;}
.NoPaddingRight{ padding-right:0;}
.NoPadding{ padding:0;}
.NoPaddingLeft { padding-left:0;}
.img_proximamente{ position:absolute; z-index:100; top:0; left:0;}
.padding_top175 { padding-top:175px;}
.padding_top75 { padding-top:75px;}
.padding_top45 { padding-top:45px;}
.padding_top35 { padding-top:35px;}
.padding_top25 { padding-top:25px;}
.padding_top0 { padding-top:0px;}
.padding_bottom25 { padding-bottom:25px;}
.padding_bottom15 { padding-bottom:15px;}
.NoMarginBottom { margin-bottom:0;}
.position-absolute { position: absolute;}
.diaynoche {top: 110px; }
.mas_vuelos {top: 110px;right: 15px;}
.mas_eventos {top: 244px;right: 15px;}
.place_name { text-transform: uppercase;}
.team-member img.img-responsive {max-width: 75%;}
.float{ float:left;}
.precio_pesos {font-size: small;}

#resultados_fm section { padding: 10px 0!important;}
#nosotros h3 {line-height: 1.25; }
.fa-inverse{
    color: #0c406e!important;
}

.lista_goofly {
    font-size: 1.3em;
    font-weight: 400;
    color: #2582be;
    padding-inline-start: 17px;
}

.lista_goofly li{
    line-height: 1.5;
}


.border_gtravel_items{
    border-left: 2.5px dotted #26e0d2c2;
    border-right: 2.5px dotted #26e0d2c2;
}

.form-control {
    background-color: #0a3180;
    border: 1px solid #000;

}

section#contact input::placeholder, section#contact textarea::placeholder  {
    color: #09a1c3!important;
}

section#contact input  {
    color: #ffffff!important;
}

.help-block {
    color: #26e0d2c2;
}

.eventos.card .img-card img{
    height: 290px!important;
}

.eventos.card .img-card{
    height: 250px!important;
}

/* Whatsapp */
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }
  
  /*Estilos solo al icono whatsapp*/
  .whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }
  
  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }
  
  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  


@media (min-width: 768px) {
#resultados_fm section {
    padding: 10px 0!important;
}
}

footer span.copyright2 { font-size: 0.7em; line-height: 10px !important; color: white;}  
#social_footer .list-inline { float:left;}
footer .elcopy{ float:right; text-align: right;}
.float_left {
    float: left;
}
.float_right {
    float: right;
    text-align: right;
}
.buscador_titular {
    font-size: 2em;
    color: #00aba8;
    text-align: right;
    padding-top: 15px;
}

/* CSS BUSCADOR OLA */
.buscador-ola.ola-horizontal .ola-soloida {
    top: 34px!important;
}

@media (max-width: 1920px) {
.logo img {
    padding-top: 6px!important;
}
}

.logo img {
    width: auto!important;
    height: auto!important;
}

/* DIVISOR TEXTO TITULAR */
.divider, .divider_white  {                /* minor cosmetics */
    display: table; 
    font-size: 4.2em; 
    text-align: center; 
    width: 75%;             /* divider width */
    margin: 40px auto;          /* spacing above/below */
    font-weight: 700;
    text-transform:none;
}
.divider span, .divider_white span  { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child, .divider_white span:first-child, .divider_white span:last-child  {
    width: 50%;
    top: 45px;              /* adjust vertical align */
    -moz-background-size: 100% 2px;   /* line width */
    background-size: 100% 2px;      /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {       /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#007f7c));
    background-image: -webkit-linear-gradient(180deg, transparent, #007f7c);
    background-image: -moz-linear-gradient(180deg, transparent, #007f7c);
    background-image: -o-linear-gradient(180deg, transparent, #007f7c);
    background-image: linear-gradient(90deg, transparent, #007f7c);
}
.divider span:nth-child(2) {
    color: #007f7c; padding: 0px 16px; width: auto; white-space: nowrap;
}
.divider span:last-child {        /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007f7c), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #007f7c, transparent);
    background-image: -moz-linear-gradient(180deg, #007f7c, transparent);
    background-image: -o-linear-gradient(180deg, #007f7c, transparent);
    background-image: linear-gradient(90deg, #007f7c, transparent);
}

/* DIVISOR white color */


.divider_white span:first-child {       /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#ffffff));
    background-image: -webkit-linear-gradient(180deg, transparent, #ffffff);
    background-image: -moz-linear-gradient(180deg, transparent, #ffffff);
    background-image: -o-linear-gradient(180deg, transparent, #ffffff);
    background-image: linear-gradient(90deg, transparent, #ffffff);
}
.divider_white span:nth-child(2) {
    color: #ffffff; padding: 0px 16px; width: auto; white-space: nowrap;
}
.divider_white span:last-child {        /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(180deg, #ffffff, transparent);
    background-image: -moz-linear-gradient(180deg, #ffffff, transparent);
    background-image: -o-linear-gradient(180deg, #ffffff, transparent);
    background-image: linear-gradient(90deg, #ffffff, transparent);
}


#novedades .divider_white {
    margin: 10px auto;
}

/* Grid box */


#pills-tab a {
    color: white;
    font-size: 1.4em;
}

#pills-tab a:hover {
    color: white;
    background-color: rgba(16, 70, 178, 0.2);
    border: solid 1px #fff;
}

.nav-pills>li {
    padding-right: 5px;
}

.tab-content>.active {
    display: block!important;
}


.container-fostrap {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
  }
  .fostrap-logo {
    width: 100px;
    margin-bottom:15px
  }
  h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
  }
  @media (min-width: 450px) {
    h1.heading {
      font-size: 3.55em;
    }
  }
  @media (min-width: 760px) {
    h1.heading {
      font-size: 3.05em;
    }
  }
  @media (min-width: 900px) {
    h1.heading {
      font-size: 3.25em;
      margin: 0 0 0.3em;
    }
  } 
  .card {
    display: block; 
      margin-bottom: 20px;
      line-height: 1.42857143;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
      transition: box-shadow .25s; 
      color: #0025d0;
  }
  .card:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .img-card {
    width: 100%;
    height:120px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    display:block;
      overflow: hidden;
  }
  .img-card img{
    width: 100%;
    height: 120px;
    object-fit:cover; 
    transition: all .25s ease;
  } 
  .card-content {
    padding:15px;
    text-align:left;
  }
  .card-title {
    margin-top:3px;
    font-weight: 600;
    font-size: 1.45em;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

  }
  .hoteles .card-title {
    font-size: 1.22em;
  
  }

  .card-title a {
    color: #0025d0;
    text-decoration: none !important;
  }
  .card-read-more {
    border-top: 1px solid #D4D4D4;
  }
  .card-read-more a {
    text-decoration: none !important;
    padding:10px;
    font-weight:600;
    text-transform: uppercase
  }

  .card-read-more.deportivo {
    border-top: 1px solid #D4D4D4;
  }


  .deportesfm .card-content {
    padding: 15px 15px 5px 15px;
  }

  .deportivo.precio_expensive {
    color:#777;
  }

  .card .btn-lg {
      border-radius: 0px 0px 8px 8px;;
  }

  .info_vuelo_directo, .info_hotel, .info_actividad {
    font-size: smaller;
  }

  .info_actividad span.badge {
    margin-top: 5px;;
  }
  .bg-primary {
    color: #fff;
    background-color: #2582be!important;
}

.bg-light {
    color: transparent!important;
    background-color:transparent!important;
    border: #05a2da solid 1px;
    font-weight: bold;
}


.bg-white {
    color: #66ccff!important;
    background-color: #000099;
    border: #ccc solid 1px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    /* text-align: right; */
    padding: 3px 10px!important;
}


.text-dark {
    color: #05a2da!important;
}

ul.box_details{
    padding-inline-start: 15px;
}

ul.box_details{
   margin-bottom: 5px;
}

/* ul.nav-pills.padding_bottom25 {
    width: 70%;
    margin: 0 auto;
} */

p.normal {
    padding: 0!important;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus  {
    background-color: transparent;
    border: 1px solid #ffffff;
}


.info_hotel .badge {
    
    padding: 3px 5px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    
}

.regimen_txt {

    font-size: smaller;
    color: #3366cc!important;

}

.card-content.turismo_nac {
    min-height:189px;
}

.turismo_nacional .card-read-more .caja_box_precio {
    padding-right: 10px;
}


/* Rating */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
  }
  .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
  }

  /* .rating span {
      color: gold;
  } */

  .rating span {
    color: #2582be;
    font-size: x-small;
}
  /* .rating > span:hover:before,
  .rating > span:hover ~ span:before {
     content: "\2605";
     position: absolute;
  } */

  .card-read-more p.price_anterior {
      font-size:x-small;
      padding: 8px 0px 0px 0px;
      color: inherit;
      line-height: 1.3;
      text-align: left;

  }

  .card-read-more p.impuesto {
    font-size:xx-small;
    color: #999;
    }

    .card-read-more h3 {
    margin-top: 10px;
    font-size: 1.6em;
     }

   .vuelos_fm .card-read-more h3 {
        margin-top: 8px; 
    }

    .vuelos_fm .card-content {
        height: 167px;
    }

  .card-read-more .caja_box_precio{
    /* padding-left: 12px; */
    text-align: left;
    }

   .card-content.rugby {
        padding: 15px 15px 0px 15px;

    }

   .hoteles .card-read-more .caja_box_precio{
        padding-left: 17px;
        
        }

    .hoteles .card-read-more h3  {
        margin-top: 0px;
        
        }   

   .vuelos_fm .card-read-more .caja_box_precio{
    padding-left: 18px;
            
     }

    .paquetes_nacionales .card-read-more .caja_box_precio{
    padding-right: 9px;
    }

    .paquetes_nacionales .card-content{
        height: 210px;
    }

/* rugby */
  .card-read-more .caja_box_precio_detalle{
        padding-left: 0px;
        padding-right: 7px;;
    } 


   .card-read-more .caja_box_precio_detalle.seisnaciones{
        padding-bottom: 16px;
    }

/* formula1 */
    .card-read-more .caja_box_precio_detalle.formulaone{
        padding-bottom: 1px;
    }

/* Champions 
.card-read-more .caja_box_precio_detalle.lachampions{
    padding-bottom: 1px;
    }*/


    .logo_airline img {
        width: 9%;
    }

    .hoteles ul.box_details {
       list-style: none;
       padding-inline-start: 0px;
    }

    .hoteles .card-content {
        min-height: 152px;
     }

    .color_fm{
        color: #2ac1be;
    }
     
    #novedades .card .btn-lg {
        border-radius: 0px 0px 8px 8px;
    }

    .off {
        display: none;
    }

    .turismo_nac .box_details {
        margin-bottom: 0px;
    }

    .turismo_nacional .card-read-more h3  {
        margin-top: 0px;
        
    }
    
    .turismo_nacional ul.box_details {
        
        padding-inline-start: 15px;
     }




 /* -----RESPONSIVE -----*/


/* nuevo responsive 2025 */
@media(max-width:480px) {

    .Titular-GT_h2 {
        font-weight: 700;
        font-size: 5em;
        line-height: 0.9;
        padding-top: 150px;
    }
    
    header .intro-text {
        padding-top: 9px!important;
        padding-bottom: 0px;
    }
    
    header {
        text-align: center;
        color: #fff;
        background-attachment: scroll!important;
        background-position: left!important;
        
    }

    .header_bg_01 .intro-text .btn-xl {
        
        width: -webkit-fit-content!important;
        margin-top: 20px;

    }
    
    .header_bg_01 { background-image: url(../img/headers/responsive_header_gooflytravel.png)!important; }
    
    
    .navbar-default .navbar-toggle {
        border-color: #90d0f9!important;
        background-color: #90d0f9!important;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000!important;
    }
    
    
    .caja_header {
       display: none!important;
    }
    
    .padding_top25 {
        padding-top: 228px!important;
    }
    
    #portfolio .vuelos_fm .card-content {
        height: 188px;
    }
    
    
    .Titular-GT_DE {
       
        font-size: 3.5em!important;
        line-height: 1!important;
    }
    
    
    #nosotros .h3, #nosotros h3 {
        font-size: 20px!important;
    }
    
    h3.section-subheading-w {
       
        font-size: 1.15em!important;
    
    }
    
    .navbar-brand>img {
        height: 24px;
    }
    .logo {
       text-align: center!important;
       padding-top: 30px!important;
       padding-bottom: 20px!important;
    }

    section#nosotros{
        background-color: #000!important;
    }


}


 .card-read-more h3 {
    font-weight: 500;
    color:  #0025d0;
 }

 #ski .divider_white br, #portfolio .divider br {
    display: none;
}

@media (max-width: 1199px) and (min-width: 1024px) {
    .navbar-default .nav li a {
        letter-spacing: 0px;
    }

    .card-title {
        margin-top: 5px;
        font-size: 1em;
    }

    .card-read-more h3 {
        margin-top: 10px;
        font-size: 1.2em;
    }

    .card-read-more .caja_box_precio_detalle {
        padding-right: 7px;
    }

    .card-read-more .caja_box_precio_detalle.seisnaciones{
        padding-bottom: 21px;
    }

    .card-read-more .caja_box_precio_detalle.lachampions{
        padding-bottom: 3px;
        }

    .card-read-more p.impuesto {
        padding: 0 0px;
    }

    .info_vuelo_directo, .info_hotel, .info_actividad {
        font-size: 0.91em;
    }
    #pills-tab a {
        
        font-size: 1.16em;
    }

    .diaynoche {
        top: 70px;
    }

    .img-card {
        height: 80px;
    }

    .img-card img {
        height: 80px;
    }

    .mas_vuelos {
        top: 70px;
        
    }

    .vuelos_fm .card-content {
        height: 185px;
    }

    .card-content.turismo_nac {
        min-height: 325px;
    }

    .turismo_nac .box_details {
        font-size: 0.9em;
    }

    .vuelos_fm .info_vuelo_directo {
        font-size: 0.81em;
    }
    .hoteles h4 {
        line-height: 1.4;
    }
    .rating span {
        
        font-size: xx-small;
    }

    .card-content.turismo_nac {
        padding: 15px 13px;
    }

}


@media (max-width: 820px) and (min-width: 768px) {
    #bs-example-navbar-collapse-1 .nav>li>a {
        padding: 10px 6px;
        line-height: 25px;
        letter-spacing: 0;
        font-size: 11px;
    }
    .navbar-default .nav li a{
    letter-spacing: 0;
     }

     .navbar-brand {
        padding: 14px 5px 5px 5px;   
     }

     .navbar-brand>img {
        height: 18px!important;
    }

    #pills-tab a {
        
        font-size: 0.91em;
    }

    .nav-pills>li>a {
       
        padding: 8px 7px;
    }

    .txt-novedades.padding_top35 {
        padding-top: 10px;
    }

    #nosotros h4.service-heading {
        font-size: 17px;
    }

    .items_servicios.padding_top75 {
        padding-top: 35px;
    }
    /* .portfolio-item {
        display: none;
    } 

    .txt-novedades {
        display: none;
    } */
    .container {
        width:712px;
    }

    .container-fostrap {
        padding: 0;
    }
    section#novedades {
        padding: 100px 0;
    }
}



@media(max-width:414px) {


    section#contact {
        min-height: 776px!important;
    }

    #contact .padding_top45 {
        padding-top: 18px;
    }

    #contact .form-group textarea.form-control {
        height: 142.6px!important;
    }
    #contact .form-group input {
        padding: 15px 20px!important;
    }

    #contact .form-group {
        margin-bottom: 18px!important;
    }

    #contact .btn-xl {
        margin-bottom: 10px;
    }

    footer .logo_footer {
        display: none;
    }

    #social_footer.col-xs-6 {
        width: 100%!important;
        padding-top: 0px;
        padding-bottom: 3px;
    }
    p.espacio_menos {
        margin: 0 0 4px!important;
    }
    section#contact {
        padding-bottom: 40px!important;
    }

    section#novedades {

        background-image: linear-gradient(to top, #a9c0e1, #94b7d7, #7e87cd, #66a9c3, #4a92b9, #3f88b9, #328cb9, #2081b9, #2e8dc4, #3a95ce, #44a3c8, #449ec8);
    }

    .nav-pills>li.active>a, .nav-pills>li.active>a:focus {
        border: none!important;
    }

    .header_bg_01 .off{ 
        display: block;
    }

    #ski .divider_white br, #portfolio .divider br {
        display: block;
    }
    #ski .divider_white span, #portfolio .divider span {
        line-height: 1;
    }

    .card-read-more p.price_anterior {
        font-size: xx-small!important;
        line-height: 1.2;

    }
    .card-read-more h3 {
        font-size: 1.5em;
    }
    .team-member img.img-responsive {
        max-width: 89%;
    }

    section h3.section-subheading {
        font-size: 1.3em!important;
        line-height: 1.5!important;
        padding: 0px 8px!important;
    }

    .txt-nosotros.padding_top75 {
        padding-top: 26px;
    }
    .items_servicios .text-muted {
        margin-bottom: 30px;
    }

    .txt-nosotros.padding_top35{
        padding-top:0px ;
    } 

    .items_servicios .service-heading {
        margin: 15px 0px 7px 0px;
    }

    .card-title {
        font-size: 1.45em;
    }


    section#contact, section#ski, section#nosotros, section#novedades, section#team , section#portfolio {
        padding: 70px 0;
    }

    .intro-lead-in.logo img {
        width: 74%;
        padding-top: 0px;
        -webkit-filter: drop-shadow(0px 5px 5px #333 );
        filter: drop-shadow(0px 5px 5px #333);
    }

    .intro-text .btn-xl {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        width: -webkit-fill-available;
        padding: 15px 40px;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-card img, .img-card {
        height: 99px;
    }
    .mas_vuelos {
        top: 90px;
    }
    .diaynoche {
        top: 88px;
    }
    .card-content.turismo_nac {
        min-height: 0px;
    }

    /* #ski .divider_white span:first-child, #ski .divider_white span:last-child {
        display: none;
    } */
    #team .divider_white{ 
        margin: 24px auto;
    }

    #team .padding_top75 {
        padding-top: 35px;
    }
    
    #contact .margin_top50 {
        display: none;
    }
    #contact .btn-xl{
        width: -webkit-fill-available;
        padding: 15px 40px;
    }

    footer ul.social-buttons li a {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    background-color: #2222226b;
    }
    footer .col-xs-12 br {
        display: none;
    }
    footer .sn_320px {
        padding-top: 6px;
    }
    .elcopy {
        padding-top: 5px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 308px!important;
    }

    header .intro-text {
        padding-top: 110px!important;
    }

    #novedades .nav-pills>li {
        float: left;
        font-size: smaller;
    }

    #novedades .padding_top35 {
        padding-top: 15px;
    }

    section#novedades {
        padding: 70px 0 70px 0;
    }

    #novedades .padding_bottom25 {
        padding-bottom: 15px;
        padding-left: 15px;
    }

    .hoteles .card-content {
        min-height: inherit;
    }
    #novedades .nav>li>a {
        padding: 7px 15px;
    }

    #portfolio .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    footer .elcopy{ padding-left: 0px;}

    .img_proximamente {
        top:20px;
    }
    .navbar-brand {
        height: 48px;
        padding: 15px 20px;
    }

    /* probar precios .precio_pesos {font-size: smaller;} */

}



@media(min-width:768px) {
	
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        /*font-size: 2em;*/
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: rgba(2,2,2,0.6);
    }

   /* old
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
		color:#00aba8;
    }*/
	
	.navbar-default.navbar-shrink .navbar-brand {font-size: 1.047em; color:#2582be;}
	
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 990px;
}

.header_bg_01 { background-image: url(../img/headers/header-bg_03_goofly.jpg); }
.header_bg_responsive { background-image: url(../img/headers/responsive_header_gooflytravel.png); }

.header_bg_02 { background-image: url(../img/headers/header-bg_02.png); }
.header_bg_03 { background-image: url(../img/headers/header-bg_03.png); }
.header_bg_04 { background-image: url(../img/headers/header-bg_04.png); }
.header_bg_05 { background-image: url(../img/headers/header-bg_05.png); }

header .intro-text {
    padding-top: 120px!important;
    padding-bottom: 70px!important;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Outfit","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 220px;
        /* padding-bottom: 480px; old */
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Outfit","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 25px;
        font-style: italic;
        line-height: 40px;
    }
	
	header .intro-text .intro-phrase {
        
        /* font-family: "Outfit",Helvetica,Arial,sans-serif; */
        font-size: 2em;
        font-style: bold;
        margin-top:150px;
		/* text-shadow: 3px 3px 2px rgba(150, 150, 150, 1); */
		
    }
	

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
	color: #007f7c;
	/*text-shadow: 1px 1px 4px rgba(150, 150, 175, 1);*/
}

section h3.section-subheading {
    /*margin-bottom: 75px;*/
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 400;
	color:#007F7C;
    /*s e agregó 1line-height para que haya mas aire */
    line-height:1.35;
}

section h3.section-subheading-w {
    /*margin-bottom: 75px;*/
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 400;
	color:#ffffff;
    /*s e agregó 1line-height para que haya mas aire */
    line-height:1.35;
}


section h3.section-subheading02 {
    /*margin-bottom: 75px;*/
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
	color: #fff;
}


#team h3.section-subheading {color:#FFF;}
#team h2.section-heading {margin-bottom: 55px; }
#team h2.section-heading.test_subtitles {margin-bottom: 0px; }
#team h2.section-heading, #ski h2.section-heading {
	color:#FFF;
    margin-top: 0;
    font-size: 3em;
	color: #fff;
	padding-top:25px;
	
}

#ski h2.section-heading {  margin-bottom: 15px;}
#ski h3.section-subheading { color:#FFF;padding: 0 60px;}



@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
	color:white;
	/* text-shadow: 1px 1px 4px rgba(20, 20, 20, 1) ; */
    font-family: 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
	position:relative;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
	border: 1px solid #007f7c;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,171,168,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 15px;
    max-width: 400px;
    text-align: center;
    background-color: #007F7C;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
	color:#FFF;
}

#portfolio .portfolio-item .portfolio-caption p {
	color: #ffec1f;
    margin: 0;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
   
}


#portfolio .portfolio-item .date {

    z-index:3 !important;
    right: 0 !important;
    width: 147px !important;
    padding: 3px 2px 3px 6px !important;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    text-transform:uppercase !important;
    position: absolute !important;
    background-color:#000!important;
    color:#FFF !important;
    font-size: 14px !important;
    font-weight: 500;
    height: 30px !important;
    line-height: 27px !important;
    margin: 0 !important;
    text-align: center !important;
    top: 0 !important;
}

/*#portfolio .portfolio-item .country {
   
    z-index:3 !important;
	bottom: 30px !important;
	left: -9px!important;
    height: 30px !important;
    line-height: 30px !important;
    -moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg); 
	position: absolute !important;
	background-color: #0069D9 !important;
	color:#FFF !important;
	font-family: Arial !important;
    font-size: 18px !important;
    font-weight: bold;
   
 	margin: 0 !important;
    text-align: center !important;
}*/



#portfolio .portfolio-item .country {
    z-index:3 !important;
	background-color: #0069d9 !important;
	text-transform:uppercase !important;
    bottom: 30px !important;
    color: #fff !important;
    font-family: Arial !important;
    height: 28px !important;
	left: -20px !important;
    /*left: -10px !important; for only 4 characters such as "NEW!"*/
    line-height: 28px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
    position: absolute !important;
    text-align: center !important;
    transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-webkit-transform: rotate(-90deg) !important; 
    /*width: 40px !important;*/
}


#portfolio * {
    z-index: 2;
	
}



/* CSS by CMM Designs*/



.LabelNovedades {
background-color: #fffe00;
height: 66px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 25px;
}




@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
		position:relative;
    }
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    background-color: #f1f1f1;
}

.timeline>li {
    position: relative;
    margin-bottom: 50px;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: right;
    position: relative;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    border: 7px solid #f1f1f1;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background-color: #00aba8;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media(min-width:768px) {

    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 100px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 16px;
        font-size: 13px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media(max-width:767px) { 
.navbar-default .navbar-brand { color:#FFF !important;}
.logo img { width:38%; height:38%;}
 header { min-height: 783px;}
.header_bg_01 { padding-top:65px; }
}

@media(max-width:723px) { 
	
	.img_proximamente img { width:60%; height:60%;}
	.logo img { width:38%; height:38%;}
	
	header { min-height: 806px;}
	.header_bg_01 {padding-top: 93px;}

}

@media(max-width:480px) { 
header { min-height:480px; }
}

@media(max-width:640px) { 
header { min-height:640px; }
}

@media(max-width:500px) { 
section h3.section-subheading {font-size: 1.15em;}
}



@media(max-width:425px) { 
footer ul.quicklinks img { height:100%; width:100%; }
}

@media(max-width:385px) { 
.list-inline > li {  padding-left:0; }
.copyright { font-size: 0.7em !important;line-height: 10px !important;}

}


@media(max-width:370px) { 
#team h2.section-heading, #ski h2.section-heading {font-size: 2.55em;}
#team h3.section-subheading02 {font-size: 0.69em;}
#team h3.section-subheading {font-weight: bold;}
#team h2.section-heading {margin-bottom: 0; } 
footer ul.quicklinks img { height:90%; width:90%; }
footer span.copyright {  font-size: 0.7em; line-height: 10px;}


ul.social-buttons li a { background-color:#3FC;}
.header_bg_01 { padding-top:35px; }
.logo img { width:60%; height:60%;}
#Novedades .col-md-2.text-left{ text-align:center;}
#ski h3.section-subheading {padding: 0 20px;}

}
@media(max-width:320px) { 
.sn_320px { padding-left:5px; padding-right:5px;}

footer span.copyright { font-size: 0.69em; line-height: 10px !important;}
 
footer ul.quicklinks img {
    height: 100%;
    width: 100%;
}

#team h2.section-heading, #ski h2.section-heading {font-size: 2.33em;}
h2.section-heading img { height:90%; width:90%;}

}

@media(min-width:992px) {
	
	
	.navbar-default .navbar-brand {font-size: 1.04em;}
	
	section h3.section-subheading { font-size:1.4em;}
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 30px;
        font-size: 18px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media(min-width:1200px) {
	
	
	section h3.section-subheading { font-size:1.7em;}
	
	
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}


@media(max-width:1920px) {
		.logo img { padding-top: 25px;}
}
.team-member {
    margin-bottom: 35px;
    /* old margin-bottom: 50px; */
    text-align: center;
}

/* viejo css clientes 2022 logos */
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
	background-color:#FFF;
	
}


.section-heading .img-responsive {
    margin: 0 auto;
}

/* nuevo css clientes 2024 logos */
.team-member img.logo2024 {
    margin: 0 auto;
    border: none!important;
	background-color: transparent!important;
}

.team-member h4 {
	color:#FFF;
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
	margin-bottom: 10px;
}

.team-member p {
    margin-top: 0;
	padding: 0 10px;
	color:#FFF;
}

aside.clients img {
    margin: 50px auto;
}

section#contact {
    background-color:#073e63;
    background-image: url("../img/headers/header-bg_contacto_01.jpg"); 
    background-position: top center;
    background-repeat: no-repeat;
	min-height: 820px;
}

section#ski {
    background-color: #01040f;
    background-image: url("../img/deportivo_bg_01.jpg");
    background-position: center center;
    background-repeat: no-repeat;
	min-height:1470px;
}

section#nosotros {
    background-color:#073e63;
    background-image: url("../img/headers/header-bg_nosotros_01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    /* background-image: linear-gradient(to bottom, #a9e1d8, #b7e6ea, #caebf6, #deeffc, #f0f5fe, #e9f0fb, #e3eaf9, #dce5f6, #b6d5ee, #87c7e0, #52bac9, #02aba8);     */
    min-height: 1250px;
}

section#novedades {

    background-image: linear-gradient(to top, #073e63, #09466f, #0b5485, #0c5f96, #0f6aa6, #1279bd, #328cb9, #2081b9, #0f6aa6, #0b5485, #09466f, #073e63);
    /* background-image: linear-gradient(to bottom, #00aba8, #00a4a1, #019e9b, #019794, #01918e, #01918e, #01918e, #01918e, #019794, #019e9b, #00a4a1, #00aba8); */
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    /* background: linear-gradient(90deg, #00d2ff 0%, #3a47d5 100%); */
    /* background-image: url("../img/nosotros-bg.jpg"); */
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 990px;
}

section#team {
    background-color: #030303;
  /*   background-image: url("../img/clientes/clientes-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat; */
	min-height:1030px;
}

section#portfolio {
    background-color: #073e63;
    background-image: url("../img/headers/bg_eventos_04.jpg");
    background-position: left top;
    background-repeat: no-repeat;
	min-height:1160px;
	position:relative;
}


#portfolio .vuelos_fm .card-content{
 /* height:245px; old*/
 height:198px;
}

/* #portfolio .vuelos_fm .card-read-more .caja_box_precio{
    padding-left: 12px;
} */

section#contact #Novedades .form-group input{
    padding: 6.5px;
}


section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 19px!important;
}

section#contact .form-group input, section#contact .form-group textarea {
    padding: 15px 20px 17px 20px!important;
    font-size: 20px!important;
    color: #FFF;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #00aba8;
    box-shadow: none;
}


section#contact input::placeholder, section#contact textarea::placeholder  {
    color: #09a1c3!important;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #09a1c3!important;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #09a1c3!important;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #09a1c3!important;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #09a1c3!important;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    text-align: center;
    background-color: #020b11;
}


footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: inherit;
    font-size:inherit;
    color: white;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #052d48;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #2582be;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
	background:url(../img/transparent_bkg.png) repeat left top;
	
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
	color:#FFF;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
	color:#FFF;
}

.portfolio-modal .modal-content p.item-intro {
    color: #ffec1f;
    font-size: 20px;
    margin: 5px 0 30px;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
	
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    color:#FFF;
	z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    color:#FFF;
	z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #00aba8;
}

::selection {
    text-shadow: none;
    background: #00aba8;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}