@font-face {
    font-family: "Adelia";
    src: url(../fonts/ADELIA.OTF);
}

body{
    background-image: url(../img/BrPaquete_01.png);
    
}

.crucero{
    background-image: url(../img/CrPaqueteBG.png);
    background-position: 40% 0%;
}

.cuba{
    background-image: url(../img/CuPaqueteBG.png);
}

.vcp{
    background-image: url(../img/VcpPaqueteBG.png);
    background-position: 60% 0%;
}

.quinc{
    background-image: url(../img/15PaqueteBG.png);
    background-position: 100% 0%;
}

.fijo{
    position:static;
}

.vcpText{
    background: radial-gradient(circle, rgba(0, 0, 0, 0.192) 0%, rgba(255, 255, 255, 0) 60%);
}

.presentationInsidePaquete{
    text-align: center;
    line-height: 90%;
    color: white;
    margin-bottom: 3%;
}

.titleInsidePaquete{
    font-family: "SourceBold";
    font-size: 2em;
    line-height: 90%;
    letter-spacing: -0.04em;
}

.subInsidePaquete{
    font-family: "SourceRegular";
    line-height: 90%;
    font-size: 1.2em;
    letter-spacing: -0.1ch;
}

.subInsidePaquete span{
    font-family: "Adelia";
    color: #f93245;
}

.contInsidePaquete{
    width: 50%;
    background-color: white;
    margin: auto;
    margin-bottom: 5%;
}

.imgContInsidePaquete{
    width: 100%;
    height: 16em;
    min-height: auto;
}

.imgContInsidePaquete img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoContInsidePaquete{
    background-color: white;
    
    padding-bottom: 2%;
}

.filaInfoInside{
    display: flex;
    width: 100%;
    margin: 5% 0%;
}

.imgInfoInside{
    width: 2.2em;
    padding: 0% 5%;
    height: 2.2em;
}

.imgInfoInside img{
    width: 100%;
    height: 100%;
    object-fit: contain;
   
  
}

.presentationInfo{
    width: 85%;
    padding-right:5%;
    line-height: 110%;
}

.presentationInfo p span{
    font-family: "SourceBold";
}

.presentationInfo h3{
    font-family: "SourceBold";
    font-size: 1.1em;
    line-height: 100%;
    color: #7b7272;
    margin-bottom: 1%;
    letter-spacing: -0.03em;
}

.presentationInfo p{
    font-family: "SourceRegular";
    font-size: 0.7em;
    color: #7b7272;
    line-height: 130%;
}


.btnPaquete {
    background-color: #f9b000;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    width: 20%;
    font-family:"SourceBlack";
    font-size: 0.8em;
    
    margin:auto;
   margin-top: 8%;
    padding: .5rem 0rem;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
    transition: all .5s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
   
    
  
  }

  button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 3rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 2.3rem;
    height: 2.3rem;
    background: #ffffff;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.6rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(225deg);
   }

   button.learn-more:hover .circle{
    background: #ffffffd2;
   }
   
   .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }
   
   @media (max-width: 1400px) {
    .contInsidePaquete{
        width: 65%;
    }
    
   }


   @media (max-width: 1100px) {
    .contInsidePaquete{
        width: 80%;
    }
    }

    @media (max-width: 900px) {
        .presentationInfo h3{
            font-size: 1em;
        }
        .imgInfoInside {
            width: 2em;
            padding: 0% 5%;
            height: 2em;
        }
        .presentationInfo p {
            font-size: 0.6em;
        }
        .imgContInsidePaquete {
           
            height: 12em;
        }
        .titleInsidePaquete {
            font-size: 1.9em;
        }
        .subInsidePaquete {
            
            font-size: 1.1em;
            
        }
        .btnPaquete{
            font-size: 0.7em;
        }
    }

    @media (max-width: 600px) {
        .presentationInfo h3{
            font-size: 0.8em;
        }
        .imgInfoInside {
            width: 1.7em;
            padding: 0% 5%;
            height: 1.7em;
        }
        .presentationInfo p {
            font-size: 0.6em;
            line-height: 100%;
        }
        .imgContInsidePaquete {
           
            height: 9em;
        }
        .titleInsidePaquete {
            font-size: 1.7em;
        }
        .subInsidePaquete {
            
            font-size: 1em;
            
        }
        .btnPaquete{
            font-size: 0.6em;
        }
    }
    
    @media (max-width: 500px) {
        .contInsidePaquete{
            width: 90%;
        }

        .presentationInfo h3{
            font-size: 0.7em;
        }
        .imgInfoInside {
            width: 1.5em;
            padding: 0% 5%;
            height: 1.5em;
        }
        .presentationInfo p {
            font-size: 0.5em;
            line-height: 100%;
        }
        .imgContInsidePaquete {
           
            height: 8em;
        }
        .titleInsidePaquete {
            font-size: 1.5em;
        }
        .subInsidePaquete {
            
            font-size: .9em;
            
        }
        .btnPaquete{
            font-size: 0.5em;
        }
    }

    @media (max-width: 400px) {
        .contInsidePaquete{
            width: 95%;
        }
    }

    @media (max-width: 350px) {
        .contInsidePaquete{
            width: 95%;
        }

        .presentationInfo h3{
            font-size: 0.6em;
        }
        .imgInfoInside {
            width: 1.1em;
            padding: 0% 5%;
            height: 1.1em;
        }
        .presentationInfo p {
            font-size: 0.4em;
            line-height: 100%;
        }
        .imgContInsidePaquete {
            
            height: 6em;
        }
        .titleInsidePaquete {
            font-size: 1.3em;
        }
        .subInsidePaquete {
            
            font-size: .8em;
            
        }
        .btnPaquete{
            font-size: 0.4em;
        }
    }