*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
    text-decoration: none;
}

body{
    background: #e7e7e7;
}

p{
    font-size: 22px;
    color: #5e5e5e;
}



/* HEADER */

header{
    height: 100px;
    width: 100%;
    background-color: #F9F9F9;
}

.contenedor_header{
    height: 100%;
    margin: auto;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    width: 180px;
}

.contenedor_menu nav ul{
    display: flex;
}

.contenedor_menu nav ul li{
    list-style: none;
    padding: 0px 20px;
}

.item_menu{
    font-size: 16px;
    color: #22605C;
    transition: color 500ms;
}

.item_menu:hover{
    color: #2DCABF;
}

.item_menu_cartas{
    color: #22605C;
}

.btn_VerCartas{
    text-decoration: none;
    padding: 14px 50px;
    border: none;
    background: #22605C;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
    border-radius: 8px;
}


.btn_VerCartas:hover{
    background: #2DCABF;
    color: #22605C;
}

.btn_VerCartas_acceder{
    text-decoration: none;
    padding: 14px 50px;
    border: none;
    background: #2DCABF;
    color: #22605C;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
    border-radius: 8px;
}


.btn_VerCartas_acceder:hover{
    background: #22605C;
    color: #fff;
}

#icon_menu{
    display: none;
}

/*-----------------------------------------*/

/* MAIN */

main{
    max-width: 1200px;
    padding: 40px 0px;
    margin: auto;
}


/* INFORMACION GENERAL */

.info_general{
    display: flex;
    background-color: #fff;
    border-radius: 22px;
}

.info_ilustracion{
    width: 50%;
    padding: 10px;
    text-align: center;
}

.info_ilustracion video{
    max-width: 350px;
    width: 100%;
}

.informacion{
    width: 50%;
    padding: 18px;
    background: linear-gradient(to bottom right, #2DCABF, #22605C);
    border-radius: 22px;
}

.informacion p{
    color: #eee;
    font-size: 32px;
}

.header_cartas_mobile{
    display: none;
}

.btn_VerCartas_mobile{
    text-decoration: none;
    padding: 14px 50px;
    border: none;
    background: #22605C;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: background, color, 300ms;
    border-radius: 8px;
}

.btn_VerCartas_mobile:hover{
    background: #2DCABF;
    color: #22605C;
}


/* CARTAS */

.fila_cartas{
    display: flex;
    width: 100%;
    margin: 50px 0px;
    background-color: #b8b8b8;
    border-radius: 22px;
}

.carta{
    width: 25%;
    text-align: center;
    padding: 5%;
    border-radius: 22px;
    transition: all 0.4s;
}

.carta:hover{
    padding: 4%;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.6);
}

.carta video{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 18px;
}

.carta h2{
    color: #22605C;
    font-size: 20px;
}


/* CODIGO QR */

.info_qr{
    display: flex;
    background-color: #fff;
    border-radius: 22px;
}

.ejemplo_qr{
    width: 50%;
    text-align: center;
    padding: 10px;
}

.ejemplo_qr img{
    width: 60%;
}

.texto_qr{
    width: 50%;
    padding: 20px;
    background: linear-gradient(to bottom right, #2DCABF, #22605C);
    border-radius: 22px;
}

.texto_qr h1{
    font-size: 48px;
    color: #e7e7e7;
}




/* QUIERO UNA CARTA */

.titulo{
    width: 100%;
    background: linear-gradient(to bottom right, #2DCABF, #22605C);
    border-radius: 8px;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 20px 12px;
}

.titulo h1{
    font-size: 32px;
    color: #e7e7e7;
}

.contenedor_quiero_carta{
    display: flex;
    background-color: #fff;
    border-radius: 22px;
    margin: 0px 20px;
    padding: 18px;
}

.contenedor_quiero_carta a{
    color: #1ab9af;
    transition: 0.5s;
}

.contenedor_quiero_carta a:hover{
    color: #22605C;
}

.texto_quiero_carta{
    width: 60%;
}

.ilustracion_quiero_carta{
    width: 40%;
    text-align: center;
}

.ilustracion_quiero_carta video{
    width: 60%;
}




/* PLANES */

.contenedor_planes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 10px;
}

.plan{
    text-align: center;
    width: 250px;
    padding: 20px;
    margin: 16px;
    background: linear-gradient(to bottom right, #fff, #5ce7de);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.37);
    border-radius: 16px;
    transition: all 0.4s;
}

.plan:hover{
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.61);
    transform: translateY(-8px);
}

.plan h4{
    text-align: left;
    font-size: 16px;
    color: #5e5e5e;
}

.plan h1{
    font-size: 36px;
    margin-top: 40px;
}

.plan p{
    font-size: 20px;
    margin-bottom: 40px;
}

.plan ul{
    padding-left: 12px;
    text-align: left;
}

.plan ul li{
    margin-bottom: 10px;
}

.positivo{
    color: rgb(59, 148, 18);
}

.negativo{
    color: rgb(201, 17, 17);
}




/* CONTACTO */

.parrafo_redes{
    padding: 12px;
    margin: 0px 20px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
}

.contenedor_redes{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0px 10px;
}

.carta_red{
    max-width: 300px;
    padding: 28px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s;
}

.carta_red:hover{
    padding: 20px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.37);
}

.carta_red img{
    width: 100%;
}

.carta_red hr{
    color: #1ab9af;
    margin: 12px 0px;
}



/*-----------------------------------------*/







/* FOOTER */

footer{
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.contenedor_bloques_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenedor_footer a,
.caja_copyright a{
    color: #2DCABF;
    transition: 0.5s;
    font-size: 18px;
}

.contenedor_footer a:hover,
.caja_copyright a:hover{
    color: #22605C;
}

.contenedor_footer{
    max-width: 1200px;
    margin: auto;
    padding: 40px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info_footer{
    display: flex;
}

.info_footer p{
    text-align: left;
    padding: 0px 10%;
}

.caja_links{
    width: 150px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.caja_links h2{
    font-size: 24px;
    color: #22605C;
    margin-bottom: 10px;
}

.caja_copyright{
    padding: 50px 18%;
}

.caja_copyright hr{
    margin-top: 10px;
    margin-bottom: 40px;
}

.caja_copyright p{
    font-size: 16px;
}




/*___________________________________________*/


/* QUERY */

@media (max-width: 800px){

    main{
        padding: 30px 20px;
    }

    /*--------------------*/

    .info_general{
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0);
    }

    .info_ilustracion{
        width: 100%;
    }

    .informacion{
        width: 100%;
    }

    .informacion p{
        font-size: 20px;
    }

    .info_ilustracion video{
        border-radius: 12px;
    }

    .header_cartas_mobile{
        display: block;
        text-align: center;
        margin-top: 40px;
    }

    /*--------------------*/

    .fila_cartas{
        flex-direction: column;
        padding: 10%;
    }

    .carta{
        width: 100%;
    }

    /*--------------------*/

    .info_qr{
        flex-direction: column-reverse;
    }

    .ejemplo_qr{
        width: 100%;
    }

    .texto_qr{
        width: 100%;
        text-align: center;
    }

    .ejemplo_qr img{
        width: 100%;
    }
    
    /*--------------------*/

    .contenedor_quiero_carta{
        flex-direction: column;
    }

    .texto_quiero_carta{
        width: 100%;
    }

    .ilustracion_quiero_carta{
        width: 100%;
    }

}



/* FOOTER */

@media (max-width: 1020px){
    .contenedor_footer{
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .info_footer{
        flex-direction: column;
        padding-bottom: 28px;
    }

    .info_footer p{
        text-align: center;
    }

    .caja_links{
        width: 100%;
        text-align: center;
    }
}








/* TELEFONO */


@media (max-width: 1160px){

    #icon_menu{
        display: block;
        cursor: pointer;
        font-size: 24px;
    }

    .header_cartas{
        display: none;
    }

    .contenedor_menu{
        height: 0px;
        position: absolute;
        right: 20px;
        top: 70px;
        overflow: hidden;
        z-index: 10;
        box-shadow: 0 12px 16px rgba(0, 0, 0, 0.6);
        transition: all 300ms;
    }

    .contenedor_menu nav ul{
        padding: 20px 0px;
        flex-direction: column;
        background: #fff;
        background: linear-gradient(to bottom right, #2DCABF, #22605C);
        text-align: center;
    }

    .contenedor_menu nav ul li{
        padding: 14px 40px;
    }

    .contenedor_menu nav ul li a{
        text-decoration: none;
        padding: 10px;
        padding-left: 30px;
        padding-right: 30px;
        border: none;
        background: #fff;
        color: #013646;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
        transition: background, color, 300ms;
        border-radius: 14px;
    }

    .mostrar_menu{ /*CLASE MANIPULADA POR JS*/
        height: 310px;
        border-radius: 12px;
    }

}


@media (min-width: 1160px){
    .item_menu_cartas{
        display: none;
    }
}
