* {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header-pago {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background: #0000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, hsla(0, 0%, 0%, 0.135), hsla(0, 0%, 0%, 0.115)), url(../img2/PORTADA-PAGOS.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, hsla(0, 0%, 0%, 0.188), hsla(0, 0%, 0%, 0.149)), url(../img2/PORTADA-PAGOS.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

body {
    font-family: 'open sans';
    align-items: center;
    justify-content: center;
    background-color:   #F3F3F3;
}

h1{
    font-size:  60px;
    font-weight:    700;
    text-align: center;
    margin: 30px  ;
    margin-top: 10px;
    margin-bottom:  30px;
}

label{
  margin-left: 30px;
  display :inline-block;
  font-size :15px;
  font-weight :600;
  width: 80%;
}

.header_logo{
    width: 260px;
    margin-top: 30px;
    margin-left: 60px;
    align-content: flex-start;
}

.SubT{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.SubT1{
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    text-align: center;
}

.SubT2{
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(0, 181, 33, 0.3);
    padding: 5px;
    max-width: 80%;
    border-radius: 25px;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.titulo01{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #ff6801;
}

.desc{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.paquetes-cards{
    width: 70%;
    display: flex;
    max-width: 2000px;
    background-color: #ffffff;
    border-radius: 25px;
    align-content: center;
    margin: auto;
    padding: 20px;
}


.img-cards{
    width: 65px;
    align-items: center;
    align-content: center;
    margin-top: 20px;
    margin-left: 0px;
}



.precio {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
    text-align: center;
}

.tipo-p2{
    margin-top: -10px;
    font-weight: 800;
    text-align: center;
    align-items: center;
    color: #fff;
    margin-bottom: 6px;
    font-size: 30px;
}

.check{
    width: 12px;
    margin-right: 15px;
}

.p-info{
    font-size: 12px;
    margin: 15px;
    text-align: center;
}

.p-infoB{
    font-size: 12px;
    margin: 15px;
    font-weight: 600;
    align-items: right;
    text-align: center;
}

.enlace-naranja{
    color: #ff6801;
}

.enlace-naranja:hover{
    color: #ff6801;
}




/*----------------------------------------------Tipo de Suscripcion-----------------------------------------------------------------*/

:root{
  box-sizing: border-box;
  font-family: sans-serif;
}









/*-------------------- Card 01 -----------------------------------------*/

.paquete-color01{
    width: 100%;
    background-image: linear-gradient(#87EB00, #36D40B);
    height: 140px;

}


.p-card01{
    width: 40%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;


}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: 1px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
}

.p-card01:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card01 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card01 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
    
}

.p-card01  h3{

    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card01 .contenido a {
    
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card01 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}


/* ---------------------------        Card02           ----------------------------*/


.paquete-color02{
    background-image: linear-gradient(#0FD9EB, #028BD4);
    height: 140px;

}


.p-card02{
    width: 40%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: 0apx;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card02:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card02 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card02 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card02  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card02 .contenido a {
    padding-top: 50px;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card02 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}


/* ---------------------------        Card03           ----------------------------*/

.paquete-color03{
    background-image: linear-gradient(#FCCB3C, #ff6801);
    height: 140px;


}


.p-card03{
    width: 40%;
    margin: 20px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(255, 104, 1, .4);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
    


}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card03:hover{
    box-shadow: 5px 5px 20px rgba(255, 104, 1, 0.8);
    transform: translateY(-3%);
}

.p-card03 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card03 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card03  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}

.p-card03 .contenido a {

    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card03 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}




/* ---------------------------        Card04           ----------------------------*/

.paquete-color04{

    background-image: linear-gradient(#D40BB3, #780BD4);
    height: 140px;


}



.p-card04{
    width: 40%;
    margin: 30px;
    border-radius: 20;
    overflow: hidden;
    background: rgba(240, 240, 240, 1.0);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
    transition: all 40ms ease;
    border-radius: 20px;
    transition: 0.5s;
}

.card__watermark:   {
  aling-items: center;
  content: attr(data-watermark);
  position: center;
  left: px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, .3);
  font-size: 240px;
  font-weight: 700;
  ;
}

.p-card04:hover{
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}

.p-card04 .contenido{
    padding: 15px;
    text-align: center;

}

.p-card04 .contenido p{
    line-height: 1.5;
    color: #000;
    text-align: left;
}

.p-card04  h3{
    font-weight: 400;
    padding-top: 25px;
    margin-bottom: 5px;
    text-align: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
}


.p-card04 .contenido a {

    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
    color: #000;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
    border-radius: 30px;
}

.p-card04 .contenido a:hover {

    color: #fff;
    background: #ff6801;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 30px;
}

/* ----------------------------------------------------------------------------- Info de Compra ----------------------------------------------------------------------*/


.Paq{
    width: 60%;
    display: inline-block;
}

.t1{
    margin-top: 80px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.t2{
    max-width: 700px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-left: 10px;
    margin-top: 25px;
}

.PaqSelect{
    font-size: 24px;
    font-weight: 800;
    color: #ff6801;
}



.bt-volver {
    width: 250px;
    padding: 5px;
    background-color: white;
    border: transparent;
    text-align: center;
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
    color: #ff6801;
    margin-bottom: 90px;
    display: inline-block;
}


.bt-volver:hover{
    padding: 5px;
    border: transparent;
    /*color: #fff;
    background-color: rgba(255, 104, 1, 1.0);*/
    transition: 0.2s;
	transform: translateY(-3px);
    text-decoration: none;
}


.bt-regisrtrarse{
    width: 250px;
    padding: 10px;
    background-color: #ff6801;
    border: transparent;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    transition: .2s;
    z-index: 3;
}

.bt-regisrtrarse:hover{
    border: transparent;
    color: #fff;
    transition: 0.2s;
    transform: scale(1.05);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------------------------- Boton PP----------------------------------------------------------------------------*/

.PP{
  margin-top: 80px;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  align-items: center;
  align-content: center;
  box-shadow: 2px 2px 10px 0px rgba(0,85,212,0.4);
  margin-bottom: 60px;
}


.PP:hover{
  background-color: rgba(0,85,212,0.1);
  transform: translateY(-7px);
  transition: 0.3s;

}



/*---------------------------------------------------------------Footer------------------------------------------------------------------------*/


@media screen and (max-width: 950px){


    .paquetes-cards{

    width: 99%;
    }

    .p-card01{
    width: 90%;
    }

    .p-card02{
    width: 90%;
    }

    .p-card03{
    width: 90%;
    }

    .p-card04{
    width: 90%;
    }

    .p-infoB{
    font-size: 5px;
    margin: 15px;
    font-weight: 600;
    align-items: right;
    text-align: center;
    }


    .p-info{
    font-size: 5px;
    margin: 15px;
    font-weight: 500;
    align-items: right;
    text-align: center;
    letter-spacing: -1px;
    }

    .titulo01{
        text-align: center;
        margin-left: 10px;
        align-items: center;
        align-content: center;
    }

    .p-ayuda{
        width: 90%;
        margin-bottom: 20px;
    }


    .caja-texto{
        width: 100%;
        align-content: center;
        /*margin-left: 10px;*/
    }

    .Paq{
        width: 100%;
    }

    .tc{
        margin-left: 10px;

    }


    .bt-volver{
        margin-left: 0px;
    }

    .bt-regisrtrarse{
        margin-left: 0px;
    }




    /*Formularios*/

    .contenedor__login-register{
        top: -10px;
        left: -5px;
        margin: auto;
    }

    .contenedor__login-register div{
        position: relative;
    }
    
    .contenedor-footer{
        flex-direction: column;
        border: none;
    }

    .content-foo{
        margin-bottom: 20px;
        text-align: center;
    }

    .content-foo h4{
        border: none;
    }

    .content-foo p{
        color: #ccc;
        border-bottom: 1px solid #f2f2f2;
        background-color: #191919;
        padding-bottom: 20px;
    }


    .lbl{

    }
}

.imagen-modal-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-bottom: 0px;
    z-index: 0;
}
.imagen-modal-header i{
    font-size: 50px;
    color: #ff6801;
}
.imagen-modal-header img{
    position: absolute;
    width:200px;
    pointer-events: none;
    opacity: .1;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}
.label-rev-info{
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin: 0px;
}
.modal-titulo{
    font-size: 20px;
}
.dato-rev-info{
    font-size: 25px;
    font-weight: 800;
}

.conten-rev-info{
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: auto;
    
}
.cont-botones-rev-info{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.cont-btn-rev-info{
    margin: auto;
    z-index: 3;
}
.rev-info-btn-no{
    width: 100px;
    background-color: transparent;
    border: solid 2px #ff6801;
    color: #ff6801;
    font-size: 15px;
    transition: .3s;
    padding: 5px 30px;
    border-radius: 30px;
    margin: none;
    z-index: 3;
}
.rev-info-btn-no:hover{
    transform: scale(1.05);
    cursor: pointer;
    background-color: #ff6801;
    color: #fff;
}
.rev-info-btn-si{
    width: 100px;
    background-color: #ff6801;
    color: #fff;
    font-size: 15px;
    transition: .3s;
    padding: 5px 30px;
    border-radius: 30px;
    margin: none;
    z-index: 3;
}
.rev-info-btn-si:hover{
    transform: scale(1.05);
    cursor: pointer;
}
.modal-titulo{
    font-size: 25px;
    font-weight: 700;
}
.modal-p{
    font-size: 12px;
}










/* --------------------------------------------------------Footer -------------------------------------------------------------- */


footer{
    background: #191919;
    padding: 60px 0 30px 0;
    margin: auto;
    overflow: hidden;
}




.contenedor-footer{
    display: flex;
    width: 90%;
    justify-content: space-evenly;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.content-foo{
    text-align: center;
}

.content-foo h4{
    color: #fff;
    border-bottom: 3px solid #FF6801;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.content-foo p{
    color: #ccc;
}

.titulo-final{
    text-align: center;
    font-size: 24px;
    margin: 20px 0 0 0;
    color: #9e9797;
}

.terminos-condiciones-t{
    text-decoration: none;
    text-align: left;
    max-width: 700px;
    font-size: 25px;
}

.terminos-condiciones-s{
    text-decoration: none;
    max-width: 700px;
    text-align: left;
}

.icon-redes{
    width: 30px;
    align-items: flex-start;
    padding-right: 5px;
}


    .ver-mas{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .vm{
    align-content: flex-start;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    align-items: flex-start;
    justify-content: left;
    justify-items: left;
    text-decoration: none;
  }

  .vm:hover{
    text-decoration: none;
    color: #ff6801;


  }


  .ver-mas{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }

  .ver-mas:hover{
    color: #ff6801;
  }



.olvide{
    font-size: 11px;
    margin-top: 20px;
    margin-left: 10px;

}

.icon-redes:hover{
    transform: translateY(-5px);
    transition: 0.2s;

}



/* ------------------------------------------------------------------------------------- Inicia Sesion ----------------------------------------------------------------------------------*/


.contenedor-formulario{
    width: 100%;
    padding: 0px 30px;
}
.caja-texto-focus::placeholder { color: rgb(100, 100, 100);}
.caja-texto-focus{  
    width: 100%;
    height: 35px;
    margin-top: 15px;
    padding: 10px 20px 10px 20px;
    border: solid #f93535 2px;
    background: #ff67012d;
    font-size: 12px;
    outline: none;
    border-radius: 25px;
}

.contenedor-tc{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    align-items: center;
}
.contenedor-tc label{
    margin-bottom: 0px;
    margin-left: 0px;
}


.caja-texto{
    width: 100%;
    height: 35px;
    margin-top: 15px;
    padding: 10px 20px 10px 20px;
    border: none;
    background: #e8e8e8;
    font-size: 12px;
    outline: none;
    border-radius: 25px;
}

.caja-texto::placeholder { color: rgb(100, 100, 100);}

.caja-texto:focus{
    outline: 2px solid #ff6801;
}

.tc{
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0px;
}


a{
    color: #ff6801;
}
.lbl{
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #979797;
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: .2s;
}
 
.lbl::after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: #eee;
  border-radius: 100px;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: .2s;
}
 
#switch:checked + .lbl::after{
  left: 20px;
}
 
#switch:checked + .lbl{
  background: #ff6801;
}
 
#switch{
  display: none;
}











.form-register {
  width: 400px;
  background: #fff;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 25px;
  color: #000;
  box-shadow: 7px 13px 37px #000;
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 16px;
  border: 1px solid #ff6801;
  font-size: 18px;
  color: #000;
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  line-height:20px
}

.form-register a {
  color: #000;
  text-decoration: none;
}

.form-register a:hover {
  color: #ff6801;
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #ff6801;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
  border-radius: 25px;
}


.ya-tiene-cuenta{
    display: flex;
    justify-content: center;
}
.ya-tiene-cuenta a{
    font-size: 12px;
    text-align: center;
    color: #ff6801;
}
.ya-tiene-cuenta a{
    color: #ff6801;
}
a:hover{
    color: #ff6801;
}


.p-ayuda01{
    font-size: 15px;
    text-align: center;
    color: #212121;
    margin-bottom: 0px;
}
.p-ayuda{
    font-size: 12px;
    text-align: center;
    color: #BABABA;
}


a:hover{
    text-decoration: none;
}
.bt-volver{
    background-color: transparent;
    box-shadow: none;
}
.bt-volver button{
    width: 250px;
    padding: 5px;
    border: transparent;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 25px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
    text-decoration: none;
    color: #ff6801;
    text-decoration: none;
    font-size: 20px;
    transition: .3s;
}
.bt-volver button:hover{
    padding: 5px;
    border: transparent;
    color: #fff;
    background-color: rgba(255, 104, 1, 1.0);
    text-decoration: none;
}
.bt-volver a{
    text-decoration: none;
}
.bt-volver a:hover{
    text-decoration: none;
}
.centrar-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-text-rev01{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 22px;
    background-color: #ff6801;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
    z-index: 3;
}
.info-text-rev02{
    font-size: 11px;
    font-weight: 500;
}  


/* --------------------------------------------------------------------------------------------- SCREEN 900 PX-------------------------------------------------------------------------*/


@media screen and (max-width:900px){
    header{
        background-position: center;
    }



    .paquetes-cards{
        
        width: 70%;
        justify-content: space-evenly;
       
        flex-direction: column;
    }

    .formulario__register {
          width: 100%;
          background: #fff;
          padding: 30px;
          margin: auto;
          margin-top: 100px;
          border-radius: 25px;
          color: #000;
         
        }


    .p-card01{
        max-width: 80%;
    }

    .p-card02{
        max-width: 80%;
    }

    .p-card03{
        max-width: 85%;
    }

    .p-card04{
        max-width: 80%;
    }



    .p-info{
    font-size: 18px;
    margin: 15px;
    }

    .p-infoB{
        font-size: 18px;
        margin: 15px;
        font-weight: 600;
        align-items: right;
    }


}



/*======================================================================================================================================*/


