/* site.css */

/* FULL SITE */
body, footer {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 19px;
}

/* HEADER */
#header {
   
    width: 100%;
    height: 200%;
    min-height: 230px;
    background-color: #13A89E;
    /*background-image: url('../img/layout/arena2.png');
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position: bottom;
    background-size: 100%; */   
    text-align: center;
    
}

#inferior-icons
{
position: relative;
z-index: 6;
}
#responsive-logo-idd
{
    z-index: 10;
}
/*texto de la duna inferior siempre delante de la duna superior*/
    #texto-duna{
        position:relative;
        z-index:5;
    }
    #header .logo{
        max-width: 20%;
        padding-top: 30px;
        /*padding-bottom: 10px;*/
    }
    #header .icon{
        margin-top: -130px;
    }
        #header .img-icon{
            padding-top: 5px;
            padding-left: 10px;
            padding-bottom: 5px;
            width: 50px;
            margin-left: 3%;
            display: block;
        }
    #header .text{
        margin-top: -190px;
    }
        #header .text-orange, .text-blue {
            font-size: 21px;
            font-weight: bold;
            padding: 5px;
            padding-right: 10px;
            margin-bottom: 0;
            margin-right: 3%;
        }

        .text-blue span {
            font-weight: initial;
        }

        #header .icon-phone {
            display: none;
        }
@media screen and (min-width: 1710px) {
    #header {
        min-height: 280px;
    }
        #header .logo{
            width: 12%;
        }
        #header .img-icon {
            width: 55px;
        }
    #nav {
        padding-left: 15%;
    }
}           
@media screen and (min-width: 1570px) and (max-width: 1710px) {
    #header {
        min-height: 250px;
    }
        #header .logo{
            width: 13%;
        }
    #nav {
        padding-left: 10%;
    }
}            
@media screen and (min-width: 1300px) and (max-width: 1570px) {
    #header {
        min-height: 250px;
    }
    /*#nav {
        padding-left: 5%;
    }*/
}        
@media screen and (max-width: 1240px) {
    #header {
        min-height: 210px;
    }     
        #header .icon{
            margin-top: -130px;
        }
        #header .text{
            margin-top: -175px;
        }
}
@media screen and (max-width: 1189px) {
    #header {
        min-height: 210px;
    }     
        #header .icon{
            margin-top: -120px;
        }
            #header .img-icon{
                width: 40px;
            }
        #header .text{
            margin-top: -170px;
        }       
            #header .text-orange, .text-blue {
                font-size: 19px;
            }
}
@media screen and (max-width: 1089px) {
    #header {
        min-height: 180px;
    }     
        #header .icon{
            margin-top: -120px;
        }
        #header .text{
            margin-top: -160px;
        }      
}
@media screen and (max-width: 987px) {
    #header {
        min-height: 150px;
    }     
        #header .logo{
            max-width: 14%;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        #header .icon{
            margin-top: -40px;
        }
            #header .img-icon{
                width: 40px;
            }
        #header .text{
            margin-top: -100px;
        }       
            #header .text-orange, .text-blue {
                font-size: 18px;
            }     
}
@media screen and (max-width: 885px) {
    #header {
        min-height: 145px;
    }     
        #header .logo{
            max-width: 15%;
            padding-top: 5px;
            padding-bottom: 5px;
        }
        #header .icon{
            margin-top: -32px;
        }
            #header .img-icon{
                width: 40px;
            }
        #header .text{
            margin-top: -80px;
        }       
            #header .text-orange, .text-blue {
                font-size: 18px;
                padding-bottom: 0;
            }     
}
@media screen and (max-width: 710px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 20%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -10px;
        }
            #header .img-icon{
                width: 55px;
                display: inline-block;
            }
        #header .text{
            display: none;
        }       
        #header .icon-phone {
            display: inherit;
            padding-right: 30px;        
        }
}
@media screen and (max-width: 670px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 18%;
        }
}
@media screen and (max-width: 630px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 23%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -25px;
        }
            #header .img-icon{
                width: 55px;
            }
        #header .text{
            margin-top: -10px;
        }       
            #header .text-orange, .text-blue {
                font-size: 16px;
                padding-bottom: 0;
            }     
}
@media screen and (max-width: 605px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 25%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -15px;
        }
            #header .img-icon{
                width: 50px;
                display: inline-block;
            }
        #header .text{
            display: none;
        }       
        #header .icon-phone {
            display: inherit;
        }
}
@media screen and (max-width: 525px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 30%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -15px;
        }   
}
@media screen and (max-width: 470px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 35%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -17px;
        }   
}
@media screen and (max-width: 455px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 40%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -27px;
            padding-left: 5px;
        }   
        #header .icon-phone{
            padding-right: 10px;
        }   
            #header .img-icon{
                width: 50px;
                display: inline-block;
                margin: 0;
            }
}
@media screen and (max-width: 425px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 40%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -18px;
            padding-left: 5px;
        }   
        #header .icon-phone{
            padding-right: 30px;
        }   
            #header .img-icon{
                width: 50px;
                display: inline-block;
                margin: 0;
            }
}
@media screen and (max-width: 380px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 40%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: 0;
            padding-left: 0px;
        }   
        #header .icon-phone{
            padding-right: 30px;
        }   
            #header .img-icon{
                width: 45px;
                display: inline-block;
                margin: 0;
            }
}
@media screen and (max-width: 320px) {
    #header {
        min-height: 140px;
    }     
        #header .logo{
            max-width: 50%;
            padding-bottom: 0;
        }
        #header .icon{
            margin-top: -5px;
            padding-left: 0px;
        }   
        #header .icon-phone{
            padding-right: 10px;
        }   
            #header .img-icon{
                width: 40px;
                display: inline-block;
                margin: 0;
                padding: 3px;
            }
}

.img-agencia img {
    width: 50%;
}

/* MENU */
#nav, nav {
    background-color: #45C2CE;
    border-top-color: #fff; 
    border-top-width: 1px;
    border-top-style: solid;
    z-index: +500;
}
    #nav .menu, #nav .menu li, #nav .menu li a, #nav .container-fluid, #nav .navbar-default{
        background-color: #13A89E;
        border-color: transparent;
        border-width: 0;
        color: #fff;
    }
        #nav .menu li:hover, #nav .menu li a:hover, #nav .menu .active, #nav .menu .active a {
            background-color: #F06523;    
            color: #FFF;
        }

    #nav .dropdown-menu {
        background-color: #13A89E;
    }

    @media screen and (max-width: 1240px) {
        #nav .menu, #nav .menu li, #nav .menu li a, #nav .container-fluid, #nav .navbar-default{
            font-size: 18px;
        }        
    }
    @media screen and (max-width: 1189px) {
        #nav .menu, #nav .menu li, #nav .menu li a, #nav .container-fluid, #nav .navbar-default{
            font-size: 16px;
        }        
    }
    @media screen and (max-width: 1089px) {
        #nav .menu, #nav .menu li, #nav .menu li a, #nav .container-fluid, #nav .navbar-default{
            font-size: 14px;
        }        
    }
    @media screen and (max-width: 987px) {
        #nav .menu, #nav .menu li, #nav .menu li a, #nav .container-fluid, #nav .navbar-default{
            font-size: 12px;
        }        
    }

/* RESPONSIVE MENU ICON */
#nav .navbar-header button, #nav .navbar-toggle {
    background-color: #13A89E;
}
#nav .navbar-header button .icon-bar{
    background-color: #231F20;    
}
    #nav .navbar-header button:hover{
        background-color: #F06523;    
        color: #FFF;
    }
    #nav .navbar-header button:hover .icon-bar{
        background-color: #FFF;    
        color: #FFF;
    }

.affix {
      top: 0;
      width: 100%;
      height: 50px;
  }

/* BODY */
.background-vid {
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: -20px;
    margin-bottom: -10px;
    text-align: center;
}
    .background-vid video {
        width: 100%;
        height: 100%;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}
    .affix + .row {
        padding-top: 70px;
        width: 100%;
    }
    
.background {
    background-size: cover;
    width: 100%;
    min-height: 500px;
    margin-top: -20px;
}
.background-one {
    background-image: url("../img/background/fondo-1.jpg");
}
.background-two {
    background-image: url("../img/background/fondo-2.jpg");
}
.background-three {
    background-image: url("../img/background/fondo-3.png");
    height: 850px;
}
.background-four {
    background-image: url("../img/background/fondo-4.jpg");
}
.background-five {
    background-image: url("../img/background/fondo-5.jpg");
}
.background-six {
    background-image: url("../img/background/fondo-6.png");
}
.background-seven {
    background-image: url("../img/background/fondo-7.jpg");
}
.background-eight {
    background-image: url("../img/background/fondo-8.jpg");
}*

.content {
    margin-top: 70px;
    margin-bottom: 70px;
}

/* CONTACT FORM */

.contact-form{
    font-size: 19px;
}
    .contact-form input, .contact-form textarea {
        border-radius: 15px;
        min-height: 50px;
    }

    .contact-form textarea {
        min-height: 100px;
    }

    .contact-form button {
        background-color: #F06523;
        color: #FFF;
        font-size: 21px;
        border-radius: 30px;
        width: 150px;
        
    }
        .contact-form button:hover {
            background-color: #45C2CE;
            color: #FFF;
        }

.has-error .form-control {
    border-color: #F00;
    border-width: 2px;
    
}
.has-error .help-block, .with-errors {
    color: #F00;
}

/* LISTA MESES */

#meses {
    background-color: #13A89E;
    padding: unset;
    margin-top: 50px;
    border-radius: 10px;
    color: #fff;
}

#meses p {
  font-size: 40px;
  text-align: center;
}

#meses ul {
    list-style: none;
    padding: unset;
}

#meses ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    margin-left: 20px;
}

#meses ul li:hover {
    background-color: #F06523;
    color: #fff;
    cursor: pointer;
}

.selecto {
  background-color: #F06523;
  color: #fff;
}

#mesesSelector {
  margin-top: 10px;
  background-color: #13A89E;
  border-radius: 2px;
  text-align: center;
}

#mesesBtn {
  display: block;
  width: 100%;
  background-color: #13A89E;
  border: none;
}

/* SLIDER IMAGES*/
#calendarioControls {
  display: none;
}

.mesesGallery {
  padding: unset;
  margin-top: 50px;
  position: relative;
}

.mesesGallery div div div div img {
  width: 100%;
}   

#titulomes div {
  background-color: #F06523;
  margin: unset;
  height: 42.85px;
}

#titulomes p {
  font-size: 30px;
  text-align: center;
  font-style: bold;
  margin: unset;
  color: #fff;
}

.oculto {
  display: none;
}

.botonpausaplay {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #13A89E;
    display: inline-block;
    text-align: center;
 }

.botonnextprev {
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #13A89E;
}

.botonpausaplay a, .botonnextprev a {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.botonpausaplay a i, .botonnextprev a  i{
    width: 25px;
}


/* TITULOS */
#title-div {
    background-image: url(../img/mockup/1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 2.5em;
    color: #fff;
    position: relative; 
    font-size: 28px;
    text-align: center;
    padding: 2%;
}  

#title-div2 {
    background-image: url(../img/mockup/7.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 2.5em;
    color: #fff;
    position: relative; 
    font-size: 28px;
    padding: 3%;
    width: 60%;
    left: 20%;
} 

#title-divcalendar {
    background-image: url(../img/mockup/1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 2.5em;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding: 3%;
} 

/*INFO - CALENDAR*/
#info {
  margin-bottom: 50px;
  color: #fff;
  background-image: url(../img/mockup/2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#info p {
    margin-top: 3%;
    margin-left: 3%;
    font-size: 24px;
}

#calendardiv1 {
    position: relative;
    background-image: url(../img/mockup/4.png);
    background-size: 100% 100%;
    background-position: left top;
    height: 13em;
}

#calendardiv1 strong{
    position: absolute;
    top: 15%;
    left: 13%;
    text-align: center;
    font-size: 24px;
}

#calendardiv1 p{
    position: absolute;
    top: 30%;
    left: 12%;
    font-size: 15px;
}

#calendardiv2 {
    position: relative;
    background-image: url(../img/mockup/3.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 10%;
}

#calendardiv3 {
    position: relative;
    background-image: url(../img/mockup/5.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 10%;
}

/*INTERNACIONALES*/

#infoIn {
  margin-bottom: 50px;
  color: #fff;
  background-image: url(../img/mockup/2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 103px;
  padding: 2% 4%;
}

#infoIn strong {
}


#GalleryIn {
    margin-top: 0px;
}

/* TRANSPORTE */

#infoTransporte {
  margin-top: 35px!important;
  color: #fff;
}

#transdiv1 {
    position: relative;
    background-image: url(../img/mockup/6.png);
    background-size: 100% 100%;
    background-position: left top;
    height: 13em;
}

#transdiv1au {
    position: relative;
    background-image: url(../img/mockup/4.png);
    background-size: 100% 100%;
    background-position: left top;
    text-align: center;
    padding: 20%;
}


#transdiv2au {
    position: relative;
    background-image: url(../img/mockup/3.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 9%;
}

#transdiv1sp {
    position: relative;
    background-image: url(../img/mockup/4.png);
    background-size: 100% 100%;
    background-position: left top;
    text-align: center;
    padding: 20%;
}


#transdiv2sp {
    position: relative;
    background-image: url(../img/mockup/3.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 9%;
}


#transdiv1su {
    position: relative;
    background-image: url(../img/mockup/4.png);
    background-size: 100% 100%;
    background-position: left top;
    text-align: center;
    padding: 20%;
}

#transdiv2su {
    position: relative;
    background-image: url(../img/mockup/3.png);
    background-size: 100% 100%;
    text-align: center;
    padding: 9%;
}

/* CHARTER */

#charterdiv1 {
    position: relative;
    background-image: url(../img/mockup/4.png);
    background-size: 100% 100%;
    background-position: left top;
    height: 13em;
    text-align: center;
    padding: 15%;
}

#charterdiv2 {
    position: relative;
    background-image: url(../img/mockup/3.png);
    background-size: 100% 100%;
    height: 5em;
    text-align: center;
    padding: 9%;
}

/* FOOTER */
footer {
    background-color: #F06523;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}    

/* GENERIC CLASSES */
.text-orange {
    color: #fff;
}
.text-blue {
    color: #fff;
}

/* INICIO */

#iniciodiv1 {
    position: relative;
    background-image: url(../img/mockup/6.png);
    background-size: 100% 100%;
    background-position: left top;
    height: 24em;
    margin-top: 24px;
    text-align: center;
    padding: 10%;
}

#iniciodiv1 p {
	font-size: 25px;
	margin-top: 30px;
}

.video-fondo {
    position: relative;
    width: 100%;
    text-align: center;
	background-color:#13A89E;
}
/* Video Background Fade*/
#prueba{
opacity:.999999;}

#arena2 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

#logo {
    width: 32%!important;
    position: fixed;
    max-width: 40%;
    left: 50%;
    top: 50%;
    z-index:4;
    transform: translateX(-150%) translateY(-50%);
    cursor: pointer;
}
#logo-position {
    position: absolute;
    max-width: 40%;
    left: 50%;
    top: 50%;
    z-index:-15;
    transform: translateX(-50%) translateY(-50%);
}

#img-agencia {
    width: 30%;
    position: absolute;
    text-align: left;
    z-index: 4;
    left: 50%;
    transform: translateX(-155%);
}

#video-bg {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    z-index: -1;
}

.contenido {
    position: relative;
}

#flyerscontent {
    position: relative;
    background-color: #13A89E;
    width: 100%;
}

#flyerscontent div {
    text-align: center;
    padding: 9px;
}

#flyerscontent div img {
	width: 60%;
}

.indexicons {
    z-index: 11;
}

#icons {
    position: absolute;
    bottom: 4%;
    left: 3%;
    z-index: 2;
}

#icons img {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
}

#arrow-down {
  position: absolute;
  bottom: 4%;
  right: 3%;
  z-index: 2;
  color: #13A89E;
}

#arrow-down i {
  width: 43px;
  height: 43px;
  cursor: pointer;
  font-size: 40px;
}

#imagecards {
    width: 65%;
}


@media screen and (max-width: 934px) {
    #icons img {
        display: inline-block;
    }
}


@media screen and (max-width: 555px) {
    #icons, #arrow-down {
        bottom: 2%;
    }
}

@media screen and (max-width: 478px) {
    #icons, #arrow-down {
        bottom: 1%;
    }

    #icons img {
        width: 35px;
        height: 35px;
    }

    #arrow-down i {
        font-size: 23px;
    }
}

@media screen and (max-width: 372px) {
    #icons, #arrow-down {
        bottom: 0%;
    }
}

@media screen and (max-width: 344px) {
    #icons {
        left: 2%;
    }

    #arrow-down {
        right: 2%;
    }

    #icons img, #arrow-down i {
        width: 30px;
        height: 30px;
    }
}



footer {
    position: relative;
}




/*RESPONSIVE*/

/*CALENDAR*/

@media screen and (max-width: 1302px) {
  #info {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #info {
    margin-top: 10px;
    font-size: 13px;
  }
  
  #info h1 {
    font-size: 13px;
  }

  .mesesGallery {
    margin-top: 10px
  }
}

@media screen and (max-width: 620px) {
  #info {
    margin-top: 30px;
    font-size: 13px;
  }
  
  #info h1 {
    font-size: 16 px;
  }

  .mesesGallery {
    margin-top: 30px
  }
}

/* TRANSPORTE */

@media screen and (max-width: 991px) {
    #infoTransporte {
        margin-top: 0px;
    }
}

#map-container {
    width: 100%;
    height: 350px;
    padding: 0;
}

.map-footer {
    background-image: url(../img/mockup/8.png);
    background-size: 120% 120%;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #fff;
    background-position: -30px -24px;
    padding: 9% 24%;
}

/* DESTINOS */
@media screen and (max-width: 1199px) {
    #strongdest  {
        font-size: 23px;
    }
}

@media screen and (max-width: 991px) {
    #strongdest  {
        font-size: 20px;
    }
}


@media screen and (max-width: 529px) {
    #strongdest  {
        font-size: 18px;
    }
}


@media screen and (max-width: 482px) {
    #strongdest  {
        font-size: 16px;
    }
}


@media screen and (max-width: 432px) {
    #strongdest  {
        font-size: 14px;
    }
}


@media screen and (max-width: 389px) {
    #strongdest  {
        font-size: 13px;
    }
}


@media screen and (max-width: 363px) {
    #strongdest  {
        font-size: 12px;
    }
}


@media screen and (max-width: 338px) {
    #strongdest  {
        font-size: 11px;
    }
}


@media screen and (max-width: 320px) {
    #strongdest  {
        font-size: 10px;
    }
}

/* INTERNACIONALES */
@media screen and (max-width: 1199px) {
    #strongint, #titulomes p  {
        font-size: 23px;
    }
    #infoIn {
        padding-top: 1%;
    }
        #infoIn strong {
            font-size: 17px;
        }
}

@media screen and (max-width: 991px) {
    #strongint, #titulomes p  {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    #infoIn {
        padding-top: 3%;
    }
        #infoIn strong {
            font-size: 20px;
        }
}

@media screen and (max-width: 767px) {
    #infoIn strong {
        font-size: 19px;
    }
}

@media screen and (max-width: 710px) {
    #infoIn strong {
        font-size: 18px;
    }
}

@media screen and (max-width: 669px) {
    #infoIn strong {
        font-size: 17px;
    }
}

@media screen and (max-width: 632px) {
    #infoIn strong {
        font-size: 16px;
    }
}

@media screen and (max-width: 588px) {
    #infoIn {
        height: 120px;
    }
}

@media screen and (max-width: 529px) {
    #strongint, #titulomes p  {
        font-size: 18px;
    }
}

@media screen and (max-width: 482px) {
    #strongint, #titulomes p  {
        font-size: 16px;
    }

}

@media screen and (max-width: 432px) {
    #strongint, #titulomes p  {
        font-size: 14px;
    }
}

@media screen and (max-width: 389px) {
    #strongint, #titulomes p  {
        font-size: 13px;
    }
}

@media screen and (max-width: 379px) {
    #infoIn  {
        height: 160px;
        padding-top: 6%;
    }
}

@media screen and (max-width: 363px) {
    #strongint  {
        font-size: 12px;
    }
}


@media screen and (max-width: 338px) {
    #strongint  {
        font-size: 11px;
    }
    #infoIn {
        height: 180px;
    }
}


@media screen and (max-width: 320px) {
    #strongint  {
        font-size: 10px;
    }
}

/* CHARTER CARRETERO */

@media screen and (max-width: 1199px) {
    #charterdiv2 {
        padding: 4%;
    }
}

@media screen and (max-width: 767px) {
    #charterdiv1 {
        padding: 10%;
    }
    #charterdiv1, #charterdiv2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 631px) {
    #charterdiv1 {
        padding: 12%;
    }
    #charterdiv1, #charterdiv2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 507px) {
    #charterdiv1 {
        padding: 12%;
    }
    #charterdiv2 {
        padding: 4%;
    }
    #charterdiv1, #charterdiv2 {
        font-size: 19px;
    }
}

@media screen and (max-width: 380px) {
    #charterdiv1 {
        padding: 15%;
    }
    #charterdiv2 {
        padding: 9%;
    }
}

@media screen and (max-width: 351px) {
    #strongchar {
        font-size: 24px;
    }
    #title-div {
        padding: 4%;
    }

}

/* TRANSPORTE*/

/* AUTOBUS */
@media screen and (max-width: 1199px) {
    #transdiv1au {
        padding: 16%;
    }
}

@media screen and (max-width: 767px) {
    #transdiv1au {
        padding: 10%;
        font-size: 30px;
    }
    #transdiv2au {
        padding: 7%;
        font-size: 30px;
    }
}

@media screen and (max-width: 436px) {
    #transdiv1au {
        padding: 20%;
        font-size: 19px;
    }
    #transdiv2au {
        padding: 9%;
        font-size: 19px;
    }
}

/* SPRINTER */
@media screen and (max-width: 1199px) {
    #transdiv1sp {
        padding: 16%;
    }
}

@media screen and (max-width: 767px) {
    #transdiv1sp {
        padding: 10%;
        font-size: 30px;
    }
    #transdiv2sp {
        padding: 7%;
        font-size: 30px;
    }
}

@media screen and (max-width: 436px) {
    #transdiv1sp {
        padding: 20%;
        font-size: 19px;
    }
    #transdiv2sp {
        padding: 9%;
        font-size: 19px;
    }
}

/* AUTOS, SUV, HIACE */
@media screen and (max-width: 1199px) {
    #transdiv1su {
        padding: 16%;
    }
}

@media screen and (max-width: 767px) {
    #transdiv1su {
        padding: 10%;
        font-size: 30px;
    }
    #transdiv2su {
        padding: 7%;
        font-size: 30px;
    }
}

@media screen and (max-width: 436px) {
    #transdiv1su {
        padding: 20%;
        font-size: 19px;
    }
    #transdiv2su {
        padding: 9%;
        font-size: 19px;
    }
}

@media screen and (max-width: 352px) {
    #strongtransSu {
        font-size: 24px;
    }
}

/* CALENDARIO */
@media screen and (max-width: 1019px) {
    #calendardiv1 {
        height: 14em;
    }
        #calendardiv1 p{
            top: 25%;
        }
        #calendardiv1 strong{
            top: 9%;
        }
}

@media screen and (max-width: 991px) {
    #calendardiv2, #calendardiv3 {
        font-size: 24px;
    }
    #calendardiv1 p {
        left: 20%;
        font-size: 18px;
    }
    #calendardiv1 strong {
        left: 20%;
    }
    .background-three {
        height: 1910px;
    }
}

@media screen and (max-width: 767px) {
    #calendardiv2, #calendardiv3 {
        font-size: 28px;
    }
    #calendardiv1 {
        height: 15em;
    }
        #calendardiv1 p {
            left: 30%;
            font-size: 22px;
        }
        #calendardiv1 strong {
            left: 30%;
        }
    .background-three {
        height: 2050px;
    }
}

@media screen and (max-width: 693px) {
    .background-three {
        height: 1920px;
    }
}

@media screen and (max-width: 647px) {
    .background-three {
        height: 1870px;
    }
}

@media screen and (max-width: 628px) {

    #calendardiv1 p, #calendardiv1 strong {
        left: 25%;
    }
}


@media screen and (max-width: 583px) {
    .background-three {
        height: 1760px;
    }
}

@media screen and (max-width: 546px) {

    #calendardiv1 p, #calendardiv1 strong {
        left: 20%;
    }
}

@media screen and (max-width: 515px) {
    .background-three {
        height: 1690px;
    }
}

@media screen and (max-width: 496px) {

    #calendardiv1 p, #calendardiv1 strong {
        left: 15%;
    }
    .background-three {
        height: 1600px;
    }
}

@media screen and (max-width: 463px) {
    #calendardiv2, #calendardiv3 {
        font-size: 19px;
    }
    #calendardiv1 {
        height: 13em;
    }
        #calendardiv1 p {
            left: 26%;
            font-size: 15px;
        }
        #calendardiv1 strong {
            left: 26%;
        }
    .background-three {
        height: 1450px;
    }
}

@media screen and (max-width: 496px) {

    #calendardiv1 p, #calendardiv1 strong {
        left: 20%;
    }
}

@media screen and (max-width: 407px) {

    .background-three {
        height: 1350px;
    }
}

@media screen and (max-width: 355px) {

    .background-three {
        height: 1240px;
    }
}

@media screen and (max-width: 347px) {

    #calendardiv1 p, #calendardiv1 strong {
        left: 13%;
    }
}

/* INICIO */

@media screen and  (max-width: 1214px) {
    #strongtransIni {
        font-size: 25px;
    }
}

@media screen and (max-width: 1199px) {
	#iniciodiv1 {
		height: 20em;
	}

	#iniciodiv1 p {
		font-size: 20px;
		margin-top: 25px;
	}
}

@media screen and  (max-width: 1100px) {
    #strongtransIni {
        font-size: 23px;
    }
}

@media screen and  (max-width: 991px) {
    #iniciodiv1 {
        height: 25em;
    }
}

@media screen and  (max-width: 984px) {
    #strongtransIni {
        font-size: 20px;
    }
}

@media screen and  (max-width: 905px) {
    #strongtransIni {
        font-size: 17px;
    }
}

@media screen and  (max-width: 767px) {
    #strongtransIni {
        font-size: 24px;
    }
    #title-div2 {
        width: 80%;
        left: 10%;
    }
    #flyerscontent div img {
        width: 80%;
    }
    #iniciodiv1 {
        height: 28.5em;
    }
    #imagecards {
        width: 70%;
    }
}



@media screen and  (max-width: 668px) {
    #img-agencia {
        left: 50%;
        transform: translateX(-50%);
    }
    #logo {
        width: 50%!important;
        max-width: 80%!important;
        transform: translateX(-50%) translateY(-50%);
    }
    #img-agencia {
        width: 50%;
    }
}

@media screen and  (max-width: 605px) {
    #iniciodiv1 {
        height: 27em;
    }
}

@media screen and  (max-width: 543px) {
    #strongtransIni {
        font-size: 20px;
    }
}

@media screen and  (max-width: 534px) {
    #iniciodiv1 {
        height: 24em;
    }
}

@media screen and  (max-width: 471px) {
    #img-agencia {
        width: 380px;
    }
}

@media screen and  (max-width: 463px) {
    #iniciodiv1 {
        height: 23em;
    }
}

@media screen and  (max-width: 460px) {
    #title-div2 {
        width: 100%;
        left: 0%;
    }
    #flyerscontent div img {
        width: 100%;
    }
}

@media screen and  (max-width: 393px) {
    #img-agencia {
        width: 340px;
    }
    #iniciodiv1 {
        height: 22em;
    }
}

@media screen and (max-width: 379px) {
    #title-div2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 335px) {
    #img-agencia {
        width: 300px;
    }
}

@media screen and (max-width: 324px) {
    #iniciodiv1 {
        height: 23.5em;
    }
}

/* CONTACTO */
@media screen and (max-width: 991px) {
    .map-footer {
        padding: 9% 30%;
        background-position: -45px -34px;
        font-size: 15px;
    }
}

@media screen and (max-width: 515px) {
    .map-footer {
        padding: 9% 24%;
        background-position: -30px -24px;
        font-size: 11px;
    }
}

@media screen and (max-width: 347px) {
    .map-footer {
        padding: 9% 16%;
    }
}
