@import url('https://fonts.googleapis.com/css2?family=Righteous&family=Work+Sans:wght@100;300;400;600;800&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Work Sans';
    margin: 0;
    padding: 0;
}


:root {
    --padding-container: 66px 0;
    --color-primary-500: #1E2326;
    --color-primary-600: #252A2E;
    --color-secondary-500: #1CB698;
    --color-secondary-900: #004D40;

}

a {

    margin: 0;
    padding: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0
}


html {
    /* me permite deslizar cuando hago clic en los links del menu */
    scroll-behavior: smooth;
}

body {

/*    background-color: var(--color-primary-600);*/
}

.text-condensedLight {
    font-family: "RobotoCondensedLight";
}

.text-center {
    text-align: center;
}

.tittles {
    font-family: "Work Sans";
}

.mdl-textfield {
    width: 100%;
}

.full-width {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}


.divider-menu-h {
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, .20);
    width: 90%;
    margin: 2px auto;
}

.btn-wsp{

    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:75px;
    right:25px;
    background:#1CB698;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.btn-wsp a :hover{
    background: #20ba5a;
}

.contenedor-header{
    background: #1e2326;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;

}

.contenedor-header header{
  
    margin-right: 59px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 19px;
}
.contenedor-header header .logo a{
    font-family: 'Righteous';
    font-size: 36px;
    color: #1CB698;
    text-decoration: none;
}



.contenedor-header header ul{
    display: flex;
    list-style: none;
}
.contenedor-header header nav ul li a{
    text-align: none;
    color: #fff;
    margin: 0 15px;
    padding: 3px;
    transition: .5s;
    text-decoration: none;
}


.contenedor-header header nav ul li a:hover{
    color: #1CB698;
}

.contenedor-header p a{
    font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #1cb698;
    text-decoration: none;

}


.contenedor-header p span {

    font-weight: bold;

}
.nav-responsive{
    background-color: #1CB698;
    color:#fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.contenedor-header header .user-pic{

    font-size: 25px;
    position: absolute;
    color: white;
    cursor: pointer;
    transition: .3s ease all;
    top: 22px;
    right: 3%;






}

.contenedor-header header .user-pic:hover{
    color: #1CB698;
}


header {

    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.45rem 1rem 0.3rem 1rem;
    height: 4rem;

    position: fixed;
    background-color: var(--color-primary-500);
    top: 0;
    left: 0;

}



.icon-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

}


.brand {

    display: flex;

    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.brand .logo {
    width: 19.7rem;

}

.nav {
    --padding-container: 0;
    height: 100%;
    display: flex;
    align-items: center;

}

.nav__link {
    margin-left: auto;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 2em;

}

.nav__items {
    list-style: none;
}

.nav__links {
    color: #fff;
  
}

.nav__menu {
    margin-left: auto;
    cursor: pointer;
    display: none;
}

.nav__img {
    display: block;
    width: 30px;
}

.nav__close {
    display: var(--show, none);
}


.right {
    padding: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;

}





.icon {
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    margin: 1rem;
}

.container-icon {

    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;


}

/* SECCION I N I C I O  */
.inicio {

    display: flex;

    background: linear-gradient(to top, rgba(30, 35, 38, .8), rgba(30, 35, 38, 1)),
        url(../img/fondo.jpg);

    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(30, 35, 38, .8), rgba(37, 42, 46, 1)), url(../img/fondo.jpg);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(30, 35, 38, .8), rgba(30, 35, 38, 1)), url(../img/fondo.jpg);

    width: auto;
    height: 75vh;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    justify-content: center;
}

.inicio .textos-header {


    display: flex;
    height: 430px;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.inicio .textos-header h1 {
    margin-top: 5px;
    font-size: 42px;
    font-family: 'Righteous';
}

.inicio .textos-header h2 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Righteous';
}


.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* SECCION seccion1*/


.registration {
    background-color: #252a2e;
    color: #fff;
    padding: 50px 20px;

}
.registration .contenido-seccion {
    max-width: 1100px;
    margin: auto;
}

.registration h2 {
    font-size: 48px;
    font-family: 'Righeous';
    text-align: center;
    padding: 20px 0;
}

.registration .contenido-seccion p {
    font: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: 5px;
}


.servicio-ind{

    width: 100%;
    text-align: center;
}
.servicio-teminos{
    display: flex;
    height: 23px;


}



.servicio-ind img{
    width: 99%;
}

.servicio-ind h3{
    margin: 10px 0;
}

.servicio-ind p{
    font-weight: 300;
    text-align: justify;
}





.registration .contenido-seccion p span a{
    color: #1cb698;
    font-weight: bold;
    text-decoration: none
}


.seccion {
    background-color: var(--color-primary-600);
    color: #fff;
    padding: 5px 25px;
}

.seccion2 {
    
    background-color: var(--color-primary-500);
    color: #fff;
    padding: 4px 0;
}


.seccion .contenido-seccion {
    max-width: 1100px;
    margin: auto;



}

.contenido-seccion h2 {
    font-size: 48px;
    font-family: 'Righteous';
    text-align: center;
    padding: 20px 0;
}

.seccion p{
       font-size: 15px;
       text-align: justify-all;
  
   
}
.seccion  p span{
    color: #1CB698;
    font-weight: bold;
    
}


.content {
    max-width: 1090px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/* Footer */

.footer{
    background-color: var(--color-primary-500);
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    width: 100%;
}



.footer__newsletter{
    color: #fff;
}


.footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}

.nav--footer{
    padding-bottom: 20px;
    display: grid;
    gap: 1em;
    grid-auto-flow: row;
    height: 100%;
}

.nav__link--footer{
    display: flex;
    margin: 0;
    margin-right: 20px;
    flex-wrap: wrap;
}

.footer__inputs{
    margin-top: 10px;
    display: flex;
    overflow: hidden;
}

.footer__input{
    background-color: #fff;
    height: 50px;
    display: block;
    padding-left: 10px;
    border-radius: 6px;
    font-size: 1rem;
    outline: none;
    border: none;
    margin-right: 16px;
}

.footer__submit{
    margin-left: auto;
    display: inline-block;
    height: 50px;
    padding: 0 20px ;
    background-color: #2091F9;
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.footer__copy{
    --padding-container: 30px 0;
    text-align: center;
    color: #fff;
}

.footer__copyright{
    font-weight: 300;
}

.footer__icons{
    margin-bottom: 10px;
}

footer .redes a{
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin: 40px 5px;
    font-size: 20px;
    transition: .3s;
}
footer .arriba{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #1CB698;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 18px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: var(--padding-container);
}

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

}

.pageContent{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 77;
    background-color: var(--color-primary-600);
    transition: all .3s ease-in-out;
}



/* From Uiverse.io by mi-series */ 
.btn {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #40B3A2;
  min-width: 200px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btn:hover {
  opacity: .95;
}

.btn .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}


/* SECCION formulario */

.form-control {
    
    position: relative;
      margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    width: 100%;
     border: none;
}

/* INPUT */
.form-control input {
    width: 100%;
    padding: 14px 45px 14px 12px;
    font-size: 16px;
    font-family: 'Righteous';
    color: white;
    background: #252A2E;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    transition: 0.25s ease;
    box-sizing: border-box;
}

/* Borde base */
.form-control input {
    border: 2px solid rgba(255,255,255,0.15);
}

/* Hover */
.form-control input:hover {
    border-color: #2e8f7a;
}

/* FOCUS o VALID */
.form-control input:focus,
.form-control input:valid {
    border-color: #1CB698;
    box-shadow: 0 0 6px rgba(28,182,152,0.5);
}

/* LABEL */
.form-control label {
    position: absolute;
    left: 12px;
  
 
    font-size: 16px;
    font-family: 'Righteous';
    color: rgba(255,255,255,0.6);
    pointer-events: none;

    
    color: #757575;
    font-family: 'Righteous';
    pointer-events: none;
      transform: translateY(1rem);
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Cuando sube */
.form-control input:focus ~ label,
.form-control input:valid ~ label {
     transform: translateY(-0.6rem) scale(0.8);
    background-color: #252A2E;
    padding: 0 .1em;
    color: #1CB698;
}

/* Íconos */
.form-control i {
    position: absolute;
    right: 11px;
    top: 25%;
    transform: translateY(-25%);
    font-size: 18px;
    visibility: hidden;
}

/* Ícono success */
.form-control.success i.fa-check-circle {
    visibility: visible;
    color: #2ecc71;
}

/* Ícono error */
.form-control.error i.fa-exclamation-circle {
    visibility: visible;
    color: #e74c3c;
}

/* Error message */
.form-control small {
    visibility: hidden;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 2px;
    display: block;
    padding-left: 2px;
}

.form-control.error small {
    visibility: visible;
}

/* Bordes para success/error */
.form-control.success input {
    border-color: #2ecc71 !important;
}

.form-control.error input {
    border-color: #e74c3c !important;
}

/*carta container*/

.content{
    max-width: 1090px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .card{
    background: #1E2326;
    width: calc(33% - 20px);
    text-align: center;
    padding: 15px 30px  30px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.content .card .top{
    height: 140px;
    color: #fff;
    padding: 12px 0 0 0 ;
    clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.content .card .top subtitle{
    font-size: 15px;
    font-family: 'Righteous';

}
.content .card .top .subtitle span{
    font-size: 15px;
    font-family: 'Righteous';
    text-decoration-line: line-through;
}
.content .card .top .title{
    font-family: 'Righteous';
    font-size: 27px;
    font-weight: 600;
}
.content .card .top .price-sec{
    margin-top: -10px;
    font-weight: 600;
}
.content .card .top .price{
    font-size: 45px;
}
.content .card .info{
    font-size: 16px;
    margin-top: 20px;
}
.text-plan{


    font-size: 15px;
    margin-top: 2px;
    padding: 3px 10px;
    font-weight: bold;
    border-radius: 5px;
    text-align: left;
    font-family: 'Righteous';
}
.content .card .details .one{
    margin-top: 25px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.content .card .details .one::before{
    position: absolute;
    content: "";
    width: 100%;
    background: #ddd;
    height: 1px;
    left: 0;
    top: -12px;
    border-radius: 25px;
}
.content .card .details .one i{
    color: #2db94d;
}
.content .card .details i.fa-times{
    color: #cd3241;
}
.content .card button{
    outline: none;
    border: none;
    height: 42px;
    color: #fff;
    margin-top: 30px;
    border-radius: 3px;
    font-size: 18px;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 1px;
}
.content .one .top,
.content .one button{
    background: #14eb6e;
}
.content .two .top,
.content .two button{
    background: #e87130;
}
.content .three .top,
.content .three button{
    background: #11BCC3;
}
.content button:hover {
    filter: brightness(90%);
}
.content .one ::selection{
    background: #8af5b6;
}
.content .two ::selection{
    background:  #f2b08c;
}
.content .three ::selection{
    background: #d0f9fb;
}
@media (max-width:1000px) {
    .content .card{
        background:#1E2326;
        width: calc(50% - 20px);
        margin-bottom: 30px;
    }
}
@media (max-width:715px) {
    .content .card{
        width: 100%;
    }
}



/* Media queries */


@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
    }
}

@media (max-width:800px) {

    .brand .logo {
        width: 12.7rem;
        color: #1CB698;

    }


    .nav__menu {
        display: block;
    }

    .nav__link--menu {
        position: fixed;
        background-color: #000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: .7s opacity;
    }

    .nav__link--show {
        --show: block;
        opacity: 1;
        pointer-events: unset;
    }

    .nav__close {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 30px;
        cursor: pointer;
    }


    .footer__container{
        flex-wrap: wrap;
    }

    .nav--footer{
        width: 100%;
        justify-items: center;
    }

    .nav__link--footer{
        width: 100%;
        justify-content: space-evenly;
        margin: 0;
    }

    .footer__form{
        width: 100%;
        justify-content: space-evenly;
    }

    .footer__input{
        flex: 1;
    }



}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}