@font-face {
    font-family: 'titlet-big';
    src: url(../css/fonts/apple_garamond/AppleGaramond-Bold.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'titlet-mid';
    src: url(../css/fonts/quesha/Quesha.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
body{
    background: #7240a0;
    color: #fff;
}
p{
    font-family: 'titlet-mid';
}
h2, h3{
    font-family: 'titlet-big';
}
h4, h5{
    font-family: 'titlet-mid';
}
.movil{
    display: none;
}
@media (max-width:767px){
    .container{
        max-width: 350px;
    }
    .escritorio{
        display: none;
    }
    .movil{
        display: block;
        margin: auto;
    }
}

/* header */
#header .title{
    background: #41b1c8;
}
#header .title .d-grid{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#header .title .phone-sec div a span{
    font-family: 'titlet-big';
    color: #fff;
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
#header .title .phone-sec div img{
    max-width: 50px;
    height: 30px;
}
#header .title .primary{
    display: flex;
    justify-content: center;
}
#header .title .primary img{
    width: 900px;
}

#header .tarotista{
    display: grid;
    grid-template-columns: 35% 65%;
    align-items: center;
    padding: 50px 0;
}
#header .tarotista img{
    width: 100%;
    padding-right: 20px;
}
#header .tarotista .content-text {
    padding-left: 20px;
}
#header .tarotista .content-text h4{
    font-size: 5em;
}
#header .tarotista .content-text p{
    font-size: 3.2em;
    line-height: 1em;
    text-align: justify;
}
#header .compatibilidad h2{
    font-size: 5.5em;
    line-height: 1em;
}
#header .compatibilidad h2 .price{
    font-size: 1.7em;
    line-height: 1.4em;
}
#header .compatibilidad  .btn-action{
    display: flex;
    justify-content: center;
}
#header .compatibilidad .btn{
    font-family: 'titlet-big';
    background: #429e8d;
    border-style: none;
    border-radius: 50px;
    font-size: 5em;
    width: 75%;
    height: 100px;
    padding: 0;
    margin: auto;
    box-shadow: 8px 8px 3px 0 #252525;
}
@media (max-width:991px){
    #header .title .phone-sec div a span{
        font-family: 'titlet-big';
        color: #fff;
        font-size: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #header .title .phone-sec div img{
        max-width: 50px;
        height: 30px;
    }
    #header .title .primary{
        display: flex;
        justify-content: center;
    }
    #header .title .primary img{
        width: 600px;
    }


    #header .tarotista{
        display: grid;
        grid-template-columns: 35% 65%;
        align-items: center;
        padding: 40px 0;
    }
    #header .tarotista img{
        width: 100%;
        padding-right: 10px;
    }
    #header .tarotista .content-text {
        padding-left: 10px;
    }
    #header .tarotista .content-text h4{
        font-size: 3.5em;
        margin-bottom: 20px;
    }
    #header .tarotista .content-text p{
        font-size: 2em;
        line-height: 1em;
        text-align: justify;
    }
    #header .compatibilidad h2{
        font-size: 3.4em;
    }
    #header .compatibilidad h2 .price{
        font-size: 1.7em;
    }
    #header .compatibilidad  .btn-action{
        display: flex;
        justify-content: center;
    }
    #header .compatibilidad .btn{
        font-family: 'titlet-big';
        background: #429e8d;
        border-style: none;
        border-radius: 50px;
        font-size: 3.4em;
        width: 75%;
        height: 70px;
        padding: 0;
        margin: auto;
        box-shadow: 5px 5px 3px 0 #252525;
    }
}
@media (max-width:767px){
    #header .title .phone-sec div a span{
        font-family: 'titlet-big';
        color: #fff;
        font-size: 17px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #header .title .phone-sec div img{
        max-width: 30px;
        height: 17px;
    }
    #header .title .primary{
        display: flex;
        justify-content: center;
    }
    #header .title .primary img{
        width: 600px;
    }

    #header .title .primary img{
        width: 95%;
    }

    #header .tarotista{
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        padding: 15px 0;
    }
    #header .tarotista img{
        width: 250px;
        padding-right: 10px;
    }
    #header .tarotista .content-text {
        padding-left: 10px;
    }
    #header .tarotista .content-text h4{
        font-size: 2em;
        margin-bottom: 17px;
    }
    #header .tarotista .content-text p{
        font-size: 1.4em;
        line-height: 1.1em;
        text-align: justify;
    }
    #header .compatibilidad h2{
        font-size: 1.8em;
    }
    #header .compatibilidad h2 .price{
        font-size: 1.7em;
    }
    #header .compatibilidad  .btn-action{
        display: flex;
        justify-content: center;
    }
    #header .compatibilidad .btn{
        font-family: 'titlet-big';
        background: #429e8d;
        border-style: none;
        border-radius: 50px;
        font-size: 1.7em;
        width: 90%;
        height: 35px;
        padding: 0;
        margin: auto;
        box-shadow: 3px 3px 3px 0 #252525;
    }
}

/* solucion */
#solucion {
    padding-bottom: 100px;
}
#solucion .title h3{
    font-size: 3.5em;
    color: #41b1c8;
}
#solucion .content-text-description{
    padding: 30px 180px;
}
#solucion .content-text-description p{
    font-size: 3.2em;
    line-height: 1em;
    text-align: justify;
}

.content-blocks{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    column-gap: 20px;
}
.content-blocks .green{
    background: #429e8d;
    padding: 20px;
}
.content-blocks .blue{
    background: #41b1c8;
    padding: 20px;
}
.content-blocks .title h5{
    font-size: 3em;
    margin-bottom: 40px;
}
.content-blocks .content-text p{
    font-size: 3.2em;
    line-height: 1.3em;
}

@media (max-width:1199px) {
    #solucion .content-text-description{
        padding: 30px 80px;
    }
}
@media (max-width:991px){
    #solucion .title h3{
        font-size: 2.2em;
        color: #41b1c8;
    }
    #solucion .content-text-description p{
        font-size: 2em;
        line-height: 1em;
        text-align: justify;
    }
    .content-blocks .green{
        background: #429e8d;
        padding: 15px;
    }
    .content-blocks .blue{
        background: #41b1c8;
        padding: 15px;
    }
    .content-blocks .title h5{
        font-size: 2.5em;
        margin-bottom: 20px;
    }
    .content-blocks .content-text p{
        font-size: 2em;
        line-height: 1.3em;
    }
}
@media (max-width:767px) {
    #solucion .title h3{
        font-size: 1.98em;
        color: #41b1c8;
        margin-bottom: 0;
    }
    #solucion .content-text-description{
        padding: 30px 10px;
    }
    #solucion .content-text-description p{
        font-size: 1.4em;
        line-height: 1em;
        text-align: justify;
    }
    .content-blocks{
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
        column-gap: 20px;
    }
    .content-blocks .title h5{
        font-size: 2em;
        margin-bottom: 20px;
    }
    .content-blocks .content-text p{
        font-size: 1.5em;
        line-height: 1.3em;
    }
}

#popup-rgpd p {
    font-family: inherit;
}

.posicion-popupn {
    position: fixed;
    bottom: 10px;
    width: 100%;
}

.popupn {
    width: 500px;
    margin: 0 auto;
    background: #f7f5fa;
    padding: 12px 12px;
}

@media (max-width:520px) {
    .posicion-popupn {
        bottom: 0;
    }
    .popupn {
        width: 100%;
    }
}

.myButton {
    box-shadow:inset 0px 1px 0px 0px #fff6af;
    background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    background-color:#ffec64;
    border-radius:6px;
    border:1px solid #ffaa22;
    display:inline-block;
    cursor:pointer;
    color:#333333;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
    background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    background-color:#ffab23;
}
.myButton:active {
    position:relative;
    top:1px;
}

       