/*HOME*/
.contenedor{
    background-color: #2F83CC;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='88' y1='88' x2='0' y2='0'%3E%3Cstop offset='0' stop-color='%23005f8c'/%3E%3Cstop offset='1' stop-color='%230095c5'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='75' y1='76' x2='168' y2='160'%3E%3Cstop offset='0' stop-color='%2300588c'/%3E%3Cstop offset='0.09' stop-color='%23176da3'/%3E%3Cstop offset='0.18' stop-color='%232f7bb2'/%3E%3Cstop offset='0.31' stop-color='%233f86be'/%3E%3Cstop offset='0.44' stop-color='%23498ec7'/%3E%3Cstop offset='0.59' stop-color='%235095ce'/%3E%3Cstop offset='0.75' stop-color='%23569ad3'/%3E%3Cstop offset='1' stop-color='%235A9DD7'/%3E%3C/linearGradient%3E%3Cfilter id='c' x='0' y='0' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='12' /%3E%3C/filter%3E%3C/defs%3E%3Cpolygon fill='url(%23a)' points='0 174 0 0 174 0'/%3E%3Cpath fill='%23000' fill-opacity='.5' filter='url(%23c)' d='M121.8 174C59.2 153.1 0 174 0 174s63.5-73.8 87-94c24.4-20.9 87-80 87-80S107.9 104.4 121.8 174z'/%3E%3Cpath fill='url(%23b)' d='M142.7 142.7C59.2 142.7 0 174 0 174s42-66.3 74.9-99.3S174 0 174 0S142.7 62.6 142.7 142.7z'/%3E%3C/svg%3E");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top left;
    height: 100vh;  
  overflow-x: hidden !important;
}

a:hover{
    text-decoration: none!important;con
    color: #f9af96!important;
}

.logo{
    padding-top: 3%;
    margin-right:35px;
}

h6{
    font-size: 20px;
}

.botones{
    margin-top: 18px;    
}


.redes{
    display: flex;
    justify-content: center;
    align-items: center;
}

hr{
    width: 30%!important;
    text-align: center!important;
    border:1px solid white!important;
    margin-bottom: 20px!important;
}

.btn-large {
    width: 30%!important;
    border-radius: 50px!important;
    text-transform: capitalize!important;
    font-weight: 600;
}

.btn1{
    background-color: #23c861!important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;
}
.btn2{
    background-color: #000!important; 
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;
}
.btn3{
    background-color: #0eaada !important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;
}
.btn4{
    background-color: #5b5b5b!important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;
}
.btn-fb{
    background-color: #0470e5!important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;      
}
.btn-ig{
    background-color: #F1367F!important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;   
}
.btn-tt{
    background-color: #000!important;
    display: flex!important;
    align-items: center!important;
    margin: 0 auto!important;
    justify-content: center;   
}
.icono{
    margin-right: 10px;
}
.redes .icono{
    margin-right:   0px;
}

.footer.center {
        padding-top: 25px!important;
        padding-bottom: 10px!important;
      }

.footer, .footer a{
    color: white;
    font-size: 12px;
}

.contenido-txt {
  color: white;
  text-align: center;
  background-color: transparent;
  border-radius: 15px;
  padding: 10px 11px 5px;
}
#txt1{
    color: #fff;
  z-index: 1;
  font-size: 2.5rem;
  line-height: 3.5rem;
  display: block;
  font-weight: 400;
  text-align: center;
  text-shadow: 3px 3px 5px #616161;
  margin-bottom:0px;
}
#txt2{
   font-weight: 700;
   color: #fff;
  z-index: 1;
  font-size: 2.5rem;
  line-height: 3.5rem;
  display: block;
  text-align: center;
  text-shadow: 3px 3px 5px #616161;
}
.texto {
  padding: 0 26%;
  margin: 20px auto 30px;
}
 #myVideo{
      width: 400px;
      height: 400px;
      display:flex;
      margin:30px auto;
      border-radius:15px;
    }



#ytplayer {
  margin: -75px auto;
  display: flex;
  border-radius: 15px;
}
#video {
  overflow: hidden !important;
  margin: 30px auto;
}


@media screen and (max-height:680px){
    .contenedor{
        height: 100%;  
    }
    .footer{
        position: relative; 
    }
    
   
}

@media screen and (min-width:751px) and (max-width:990px){
    .btn-large {
        width: 50% !important;
      }
      .texto {
          padding: 0 150px!important;
        }
}

@media screen and (max-width:750px){
    .texto {
  padding: 0 100px !important;
}
    .btn-large {
        width: 100% !important;
        font-size: 13px !important;
    }
    .logo{
        padding-top: 10%;
        padding-bottom: 0px;
        margin-right:0px;
    }
    .btn-slide span.title {
        left: 27%!important;
        font-size: 14px!important;
    }
    hr{
        width: 50%;
    }
    .footer.center {
        padding: 50px 30px 0px !important;
      }
      .redes .btn-large {
        width: 50% !important;
      }
      .btn-large{
        box-shadow: 1px 1px 2px #fff !important;
    }  
}


@media screen and (max-width: 500px){
     .texto {
          margin:25px !important;
          padding: 0!important;
        }
        .contenido-txt {
          padding: 18px 0px!important;
        }
    .btn-slide { 
        margin: 50px auto!important;
        width: 230px!important;
    }
    #txt1{
        font-size:25px!important;
    }
    
    #txt2{
        font-size:26px!important;
    }
    .botones.center {
  padding: 0px 20px;
}
}

@media screen and (max-width:375px){
        #myVideo {
  padding: 20px;
  margin-left: -12.5px;
}
}

@media screen and (max-width:345px){
    .btn-slide{
        width: 100%!important;
    }
    .btn-slide span.title-hover{
        left: 15%!important;
    }
    .contenido-txt {
          padding: 15px 0px!important;
    }
    .texto {
          margin: 25px !important
        }
        #myVideo {
  padding: 30px;
  margin-left: -30px;
}
}


/*TOS*/
.contenedor2{
    background-image: url(/img/Fondo.jpg);
    background-size: cover;
    background-position: center;
}

.fondo2{
    background-color: rgba(0,0,0,0.93);
}
.footer2{
    position: relative;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
.footer2, .footer2 a{
    color: black;
    font-size: 12px;
}



.mkti-tos{
    width: 100% !important;
    max-width: 840px !important;
    display: block !important;
    margin: 16px auto !important;
}

.mkti-tos > *{
    color: black!important;
}
  .mkti-tos hr{
    width: 20%;
    margin: 8px 0 !important;
    border-bottom: 2px solid rgba(0,0,0,0.7);
    display: block !important;
    float: left;
  }
  .mkti-tos section{
    margin: 0px !important;
    padding: 8px !important;
    margin-top: 16px !important;
    display: block !important;
  }

  .mkti-tos h1 {
    font-size: 1.4rem !important;
    margin: 0px !important;
    padding: 26px 0px !important;
    display: block !important;
    font-weight: bold !important;
  }
  .mkti-tos h2 {
    font-size: 1.1rem !important;
    margin: 0px !important;
    padding: 2px 0px !important;
    display: block !important;
    font-weight: normal !important;
  }
  .mkti-tos p {
    text-align: justify !important;
    font-size: 0.9rem !important;
    padding: 0px !important;
    margin: 16px 0px !important;
    display: block !important;
    font-weight: normal !important;
  }


/*Botón*/

.boton {
    text-align: center;
}

.btn-slide { 
    position: relative;
    display: inline-block; 
    height: 50px;
    width:280px;
    line-height: 50px;
    margin: 25px 0;
    padding: 0px;
    border-radius: 25px;
    box-shadow: 2px 2px 8px #000;
    background: #c59d5f;
        }
        
.btn-slide:active { 
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0,0.7);
    -webkit-transform: scale(0.98);
    transform: scale(0.96); }
    
.btn-slide:hover { 
    background:#c59d5f;
}
        
.btn-slide span.circle { 
    display: block;
    background-color: #fff;
    position: absolute;
    margin: 5px;
    height: 40px; 
    width: 40px;
    top: 0; left: 0;
    border-radius: 50%;
    transition: all 1s ease;
    display: flex !important;
padding: 8px;
 }
        
.btn-slide:hover span.circle { 
    left: 100%;
    margin-left: -45px;
    background-color: #fff;
    color: #79f1fc; }
        
.btn-slide span.title { 
    position: absolute;
    left: 85px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    transition: all .5s linear; 
 }
        
.btn-slide span.title-hover { opacity: 0;}
.btn-slide:hover span.title { opacity: 0; }
.btn-slide:hover span.title-hover { opacity: 1; left: 60px; }   
    
/*Modal*/
#Modal{
    background-color: transparent!important;
    box-shadow: 0px 0px 0px transparent!important;
    /*Ancho del modal (para esto es necesario aumentar la altura del video para tener todo centrado)*/
    /*En mobile se recomendaría regresar el valor a 70%*/
    max-height: 80%!important;
}
.modal .modal-content {
    padding: 0px!important;
  }

.modal-open .modal {
overflow-y: hidden!important;
}

/*Ancho del modal*/
.modal-dialog {
    max-width: 600px!important;
}