﻿/* Banner principal */
.principal-banner
{
    height:450px;
    background: url('/Personas/Paginas/premium/2021/lounge/img/final-principal-banner.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.principal-banner .principal-banner-content .text
{
    padding-top:100px;
    color: white;
}

.principal-banner .principal-banner-content .text h1
{
    padding-bottom:20px; 
    
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.2em!important;
    margin: 0;
    max-width: 500
}

.principal-banner .principal-banner-content .text p
{
    font-size:14px !important;
}

.principal-banner .principal-banner-content .credit-cards
{
    margin-top:18px;
}       

/* End Banner principal */







/* Beneficios*/
.benefits-wrapper
{
    background-color:#03216a;
    height:650px;
    max-height: 650px;
    max-width: 100%;    
}

.benefits-wrapper .benefits-content
{
    justify-content: center;
}

.benefits-wrapper .container .benefits-content .text{
    
    color:white;
    padding:40px;
}

 .benefits-wrapper .benefits-content .text h2
{
    padding-bottom:40px;
    text-align: center;
}

.benefits-wrapper .benefits-content .text p
{
    padding-top:10px;
}

.benefits-wrapper .benefits-content .benefits-list
{
    color: white;
}

.benefits-wrapper .benefits-content .benefits-list .columna
{
    text-align: center;
}

.benefits-wrapper .benefits-content .benefits-list .columna .icons
{
    font-size:35px;
    padding:20px;
}

.benefits-wrapper .benefits-content .benefits-list h2
{
    font-weight:300;
	text-transform:none;
	font-size:26px;
}
    
.benefits-content .benefits-list div
{   
      padding:30px;
}
/*End Beneficios*/







/* Video Banner Visita el lounge*/
.video-banner-wrapper
{
    position: relative;
    background-color: black;
    background: url('/Personas/Paginas/premium/2021/lounge/img/final-banner-2-desktop.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px; /*55vh*/
    min-height: 450px;
    width: 100%;
    overflow: hidden;
}

.video-banner-wrapper .bg-video
{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.video-banner-wrapper .video-banner-content .text
{
    padding-top:80px;
    color:white;
}

.video-banner-wrapper .video-banner-content .text h2
{
    font-size:30px !important;
    padding-bottom:10px;
}

.video-banner-wrapper .video-banner-content .text p
{
    padding-top:10px;
    font-size:14px;
}

.video-banner-wrapper .video-banner-content .text a
{
    margin-top:40px;
    font-size: 16px !important;
    /* background-color:#03216a; */
}

@media(max-width:1024px)
{
    .video-banner-wrapper
    {
        background-image: url('/Personas/Paginas/premium/2021/lounge/img/final-banner-2-movil.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/* .video-banner-wrapper  .overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.1;
    z-index: -1;
} */
/* End video banner Visita el lounge*/








/* how to access*/
.how-to-access-wrapper
{
    background-color:#e7e6e1;   
    height:300px;
}

.how-to-access-wrapper .text h2
{
    font-size:24px !important;
}

.how-to-access-wrapper .text
{
    padding-top:50px;
    text-align: center;    
}

.how-to-access-wrapper .text .description li
{
    font-size:14px !important;
}

.how-to-access-wrapper .buttons 
{
    padding-top:40px;    
} 

.how-to-access-wrapper .buttons .coming-btn
{
    background-color:#03216a !important;
}

.modal-container
{
    vertical-align: middle; 
}

        /* Toggle buuton*/
        .switch 
        {
            position: absolute;
            top: 50%;
            left: 44.7%;
            width: 271px;
            height: 64px;
            text-align: center;
            margin: 30px 0 0 -75px;
            background: #03216a;
            transition: all 0.2s ease;
            border-radius: 25px;
        }

        .switch span 
        {
            position: absolute;
            width: 20px;
            height: 4px;
            top: 50%;
            left: 50%;
            margin: -2px 0px 0px -4px;
            background: #fff;
            display: block;
            transform: rotate(-45deg);
            transition: all 0.2s ease;
        }

        .switch .icono {
            font-size: 34px;
            top: 12px;
            position: absolute;
            right: 112px;
        
        }

        .switch span:after 
        {
            content: "";
            display: block;
            position: absolute;
            width: 4px;
            height: 12px;
            margin-top: -8px;
            background: #fff;
            transition: all 0.2s ease;
        }

        input[type=radio] 
        {
            display: none;
        }

        .switch label 
        {
            cursor: pointer;
            color: #fff;
            width: 60px;
            line-height: 50px;
            transition: all 0.2s ease;            
        }

        label[for=yes] 
        {
 
            position: absolute;
            right: 183px;
            top: 7px;
            width: 81px;
            background: #ed8b00;
            border-radius: 25px;
            
        }
        label[for=no] 
        {
            position: absolute;
            right: 7px;
            top: 7px;
            width: 81px;
            background: #00c1d5;
            border-radius: 25px;
            line-height: 50px;
            transition: all 0.2s ease;
        }

        #no:checked ~ .switch 
        {
            background: #eb4f37;
        }
        #no:checked ~ .switch span 
        {
            background: #fff;
            margin-left: -8px;
        }
        #no:checked ~ .switch span:after 
        {
            background: #fff;
            height: 20px;
            margin-top: -8px;
            margin-left: 8px;
        }
        #yes:checked ~ .switch label[for=yes] 
        {
            color: #fff;
        }
        #no:checked ~ .switch label[for=no] 
        {
            color: #fff;
        }
        /* End Toggle buuton*/

/* end how to access*/

@media (max-width: 998px) {
    .switch {
        left: 41.7%;
        margin-bottom:3%;
    }
}
@media (max-width: 768px) {
    .switch {
        left: 39.7%;
        margin-bottom:3%;
    }
}

@media (max-width: 559px) {
    .switch {
        left: 36.7%;
        margin-bottom:3%;
    }
}

@media (max-width: 436px) {
    .switch {
        left: 34.7%;
        margin-bottom:3%;
    }
}

@media (max-width: 376px) {
    .switch {
        left: 30.6%;
        margin-bottom:3%;
    }
}


