/*
Theme Name: Tarjeta LPG
Theme URI: https://cremastudio.com/
Author: CREMA™
Author URI: https://cremastudio.com/
Description: Wordpress boilerplate template used by CREMA™ for custom-coded websites
Version: 2021
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: tarjetalpg

Tarjeta LPG WordPress Theme © 2011-2022 CREMA™
Tarjeta LPG is distributed under the terms of the GNU GPL
*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}input[type=button],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=text],textarea{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:2px}big{font-size:120%}small,sub,sup{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,s,strike{text-decoration:line-through}dt{font-weight:700}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-tap-highlight-color:transparent}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}

/* General */
@media print, screen {

* {
    -webkit-print-color-adjust: exact;
}
body {
    -webkit-print-color-adjust: exact !important;
    background: #0A2D48;
    color: #FFF;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}
#header {
    background: #0A2D48;
    -webkit-print-color-adjust: exact !important;
    border-bottom: .7vw solid #0FBE77;
    padding: 5vw;
    text-align: center
}
#header figure img {
    width: 37.5vw;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 999px;
    border: .7vw solid #0FBE77;
    float: right;
    margin: 0 0 -15vw 4vw;
    position: relative;
    z-index: 1;
}
#header span {
    font-size: 4vw;
}
#header strong {
    font-weight: 700;
}
#lpg {
    display: block;
    width: 37.5vw;
    height: auto;
    margin: 1.5vw auto auto;
    position: relative;
    left: -1vw;
}
#status {
    width: 100%;
    max-height: 0;
    padding: 0 7.5vw;
    background: #C7C7C7;
    overflow: hidden;
}
#status.open {
    transition: all 2s;
    max-height: unset;
    padding: 5vw 7.5vw;
    overflow: unset;
}
#status.activa {
    background: #0FBE77;
}
#status label, label {
    color: #0A2D48;
    font-weight: 600;
    display: block;
    font-size: 3vw;
    margin: 0 0 1vw;
}
#status_msg {
    font-weight: 600;
    font-style: italic;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    font-size: 8vw;
}
#container {
    background: url(img/bg-generic.jpg) no-repeat top center #0A2D48;
    background-size: cover;
    padding: 12.5vw 7.5vw 12.5vw;
    color: #FFF;
}
#container label {
    color: #0F8E77;  
}
h2, h3, h4 {
    margin-bottom: 5vw;
    display: block;
    line-height: 1.2em;
}
h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 6vw;
}
h4 {
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
}
h3 {
    font-weight: 600;
    font-style: italic;
    font-size: 5vw;
}
h3 span {
    background: #0F8E77;
    display: inline-block;
    padding: 0 5px;
    font-weight: 700;
}
#campo {
    float: right;
    width: 30vw;
    margin: -2.5vw 0 5vw 20vw;
}
#bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
}
#bottom > * {
    max-width: 37.5vw;
}
.qr {
    background: #FFF;
    padding: 2.5vw;
}
.qr img {
    width: 100%;
    height: auto;
}
#beneficios-y-regalos {
    display: none;
}
#beneficios-y-regalos.open {
    display: block;
    padding: 40px 0 20px;
}
#beneficios-y-regalos h3 {
    margin-top: 10px;
}
ul.beneficios {
    list-style-type: none;
}
ul.beneficios > li {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    margin: 0 0 10px;
}
ul.beneficios > li > div {
    width: 65%;
    background: #0A2D48CC;
    padding: 10px;
}
ul.beneficios > li > div:first-child {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
ul.beneficios h4 {
    font-weight: bold;
    font-size: 4vw;
    margin-bottom: 0;
    color: #FFF;
}
ul.beneficios img {
    min-width: 80px;
    min-height: 40px;
}
ul.descripciones {
    list-style-type: disc;
    padding: 0 0 0 1em;
}
ul.descripciones li {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.25em;
    margin: 10px 0 0;
    color: #999;
}
ul.beneficios + label {
    margin-top: 40px;
}
ul.beneficios + label span {
    color: #FFF;
    font-weight: 700;
}
}

@media screen and (max-width: 1024px) {
  
html:not(.hack) {
    margin-top: 0 !important;
}
html, body, #wrapper {
    height: 100vh;
}
#container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

}