

/* Add here all your CSS customizations */
.about-intro h2 {
    color: #004d42;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.about-intro strong, .about-intro .main-content em{
    color: #ed1848;
}


.about-intro strong.cursive{
    font-family: "Shadows Into Light", cursive !important;
    font-size: 1.6em;
}


.somos-img{
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 200px;
}



.presence-list{
    text-align: left;
 /*   width: 20%;
    height: 100%;*/
position: relative;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #004d42;
    padding: 3rem;
    z-index: 1;
}
#Destinations{
    width: 110%;
    height: 100%;
    
}
#Destinations-section{
    background-color: #eee;    
    background-image: url(../img/grid.png);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    min-height: 75vh;    
}

#Destinations-section h2, #Destinations-section p{
    color:#fff;
}

#Destinations-section li{
    color:#fff;
    font-weight: bold;
}
#Destinations-section li:hover{
    color: #ed1828;
}
/*modal*/

.modal-ancor{
    cursor: pointer;
}

.modal p{
    text-align: justify;
}

/*accordion*/

.about-intro .accordion strong, .about-intro .accordion em{
    color: inherit;
}

.accordion .card-header{
    background-color: #004d42;
    color: #fff;
    padding: 0.7rem 2.1rem 0.7rem 0.7rem;
    min-height: 3rem;
    line-height: 1.5rem;
}
.accordion .card-header h5{
    color: #fff;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    font-size: 1.3rem;
    content: "\f0d8";
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    color: #ed1828;
}
.accordion .card-header.collapsed:after {
    content: "\f0d7"; 
    color: #fff;
}

.services .modal-ancor img{
    max-width: 150px;
}

/*services*/


.services{
    border-top: solid #fff 5px; 
    border-bottom: solid #ddd 5px;
}

.card-body{
    background-color: #fdfdfd; 
    
}

/*styles*/
.midle-Arc{
    border-bottom: 5px solid #f9f9f9;
    background: url(../images/fondo-ellos-vuelan-con-nosotros.png) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff;
}
.tile-texture{
    background-image: url(../img/icons/tile.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 20px;
    background-color: #f9f9f9; 
}

/*masAir-table*/
.masAir-table thead th{
    color: #004d42;
    border-left: none;
}
.masAir-table thead th:first-child{
    background-color: #3f3f3f
}
.masAir-table tbody th{
    color: #fff;
}

.masAir-table tbody th{
    background-color: #004d42;
    border-top: 2px solid #d9d9d9;
}
.masAir-table tbody tr:hover th{
    color: #ed1828;
}


/*image-rotator*/


.image-rotator{
    min-height: 40vh;
    margin: 5vh 0;
}

.image-rotator .image-rotator{
    position: relative;
    display: block;
    margin: 5px !important;
    height: 100% !important;
    max-height: 30vh;
    overflow-y: hidden;
    overflow: hidden;
}

.image-rotator .image-rotator>div{
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    font-weight: bold;
    font-size: 1.5rem;
    top: 105%;
    right: 0;
    bottom: 0;
    left:0;
    opacity: 0;
    -webkit-transition: all 1s ease-in; 
    -moz-   transition: all 1s ease-in; 
    -o-     transition: all 1s ease-in; 
            transition: all 1s ease-in; 
    z-index: 1;
}
.image-rotator .image-rotator span{
    position: relative;
    padding: 0.4rem 0.7rem;
    background-color: #F9F9F9;
    color: #004d42;
    top: 0.8rem;
    border-radius: 0 0 0 1rem;
    -webkit-box-shadow: -10px 10px 34px -10px rgba(0,0,0,0.5);
    -moz-   box-shadow: -10px 10px 34px -10px rgba(0,0,0,0.5);
            box-shadow: -10px 10px 34px -10px rgba(0,0,0,0.5);
}
.image-rotator .image-rotator>div.out{
    opacity: 0;
    top: 0;
    right: 0;
    left: 105%;
    bottom: 0;
}
.image-rotator .image-rotator>div.active{
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 3;
}

.image-rotator .image-rotator img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.force_block{
    display: block;
}

.img-fit{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.img-contain{
    object-fit: contain;
    
}

.img-cover{
    object-fit: cover;
}

.alertaCookies{
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    background: #2b7e72;
    color: #fff;
    overflow: hidden;
    padding: 20px 0;
    vertical-align: middle;
}

.alertaCookies .container p{
    float: left;
    margin: 0;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    padding-top: 10px;
}

.alertaCookies .container p a{
    color: rgba(255,255,255,0.8);
}

.alertaCookies .container .boton{
    float: right;
    margin: 0;
    color: #2b7e72;
    font-size: 18px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.alertaCookies .container .boton:hover{
    opacity: 0.8;
    color: #2b7e72;
}
.col-Fit-Height.col-lg-6{
    height: fit-content;
    margin-bottom: 30px;
}

.txt-justify{
    text-align: justify;
}

.feature-box.feature-box-style-2.feature-box-link{
    cursor: pointer;
    transition: 0.3s;
}

.feature-box.feature-box-style-2.feature-box-link:hover{
    cursor: pointer;
    opacity: 0.75;
}

a:hover{
    text-decoration: none;
}