/*
Theme Name:   blocksy child
Theme URI:    http://misitio.com/twenty-seventeen-child/
Description:  Child theme para modificaciones varias
Author:       Mi nombre
Author URI:   http://misitio.com
Template:     blocksy
Version:      2.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  blocksy-child
*/

@font-face {
  font-family: "poppins-regular";
  src: url(./poppins/Poppins-Regular.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "poppins-Light";
  src: url(./poppins/Poppins-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "poppins-Thin";
  src: url(./poppins//Poppins-Thin.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "poppins-bold";
  src: url(./poppins/Poppins-Bold.ttf) format("truetype");
  font-display: swap;
}
/* @font-face {
  font-family: "rubik";
  src: url(../Rubik/static/Rubik-Black.ttf) format("opentype");
  font-display: swap;
} */

:root {
    --color-primario: #f0f0f0;
    --color-secundario: #0D0D0D;
    --tipo-principal: "poppins-regular";
    --tipo-secundaria: "poppins-bold";
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-primario: #f0f0f0;
    --color-secundario: #000;
  }
}
@media (prefers-contrast: high) {
  :root {
    --color-primario: #000;
    --color-secundario: white;
  }
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}

img, picture, video, iframe, figure {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

a {
    display: block;
}

p a {
    display: inline;
}

li {
    list-style-type: none;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-decoration: none;
    color: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

::-moz-selection {
    background-color: var(--color-primario);
    color: var(--color-secundario);
}

::selection {
    background-color: var(--color-primario);
    color: var(--color-secundario);
}

form, input, textarea, select, button, label {
    font-family: inherit;
    font-size: inherit;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    background-color: transparent;
    display: block;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table, tr, td {
    border-collapse: collapse;
    border-spacing: 0;
}

svg {
    width: 100%;
    display: block;
    fill: currentColor;
}

body {
    width: 100%;
    min-height: 100vh;
    font-size: 100%;
    font-family: var(--tipo-principal);
    color: var(--color-primario);
    background-color: var(--color-secundario);
    line-height: 1.4em;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* INICIO CODE */
/* IMG DE PORTADA */

/* .elementor-39 .elementor-element.elementor-element-4a0fd027 .elementor-heading-title{
    font-family: 'poppins-bold' !important;
}
.elementor-39 .elementor-element.elementor-element-505bff5e .elementor-heading-title{
    font-family: 'poppins-regular' !important;
} */

.first__box{
    display: flex !important;
    align-items: center !important;
}

.first_tittle{
	width:80% !important;

}

.elementor-39 .elementor-element.elementor-element-505bff5e > .elementor-widget-container{
        padding: 0% 0% 0% 0% !important;
}

.elementor-button span{
    color: #FBFBFC;
    font-family: "Poppins-Regular";
}

.elementor-39 .elementor-element.elementor-element-7426c920:not(.elementor-motion-effects-element-type-background){
    background-size: 105% auto !important;
    background-position: top left !important;
}

[data-vertical-spacing*=top] {
    padding-top: 0% !important;
}
[data-vertical-spacing*=bottom]{
    padding-bottom: 0% !important;
}
.elementor-element-a0f57ec{
	margin-top: 0%;
	padding : 12% 0% 12% 0% ;
}
.entry-content >.elementor{
    background-color: #FBFBFC;
    color: #FBFBFC;
}
.elementor-39 .elementor-element.elementor-element-3034535b:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-3034535b > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    width:100vw;
	background-image: url(./assets/vector_flower.png);
	background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.elementor-39 .elementor-element.elementor-element-6cca1cbf p{
    font-family: "poppins-regular";
    font-size: 22px;
}
.swiper-pagination {
    bottom:-2em !important;
} 
.swiper-pagination-bullet{
    width: .8em !important;
    height: .8em !important;
    background-color: #7c0a9e !important;
}
.elementor-39 .elementor-element.elementor-element-a0f57ec{
    background-color: #f0f0f0;
	background-image: url(./assets/vector_rose.png);
	background-size: 100% auto; 
    background-repeat: no-repeat;
    background-position: bottom ;
    margin-top: 0%;
    margin-bottom: 0%;
    padding : 12% 0% 12% 0% ;
    position: relative;
}
.widget-image-caption.wp-caption-text{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FBFBFC;
    /* color: #7c0a9e; */
    font-weight: 800;
    position: absolute;
    top: 0;
    font-size: 1.4em !important;
}

.elementor-39 .elementor-element.elementor-element-75994c2.e-con{
    width: 80%;
}

h5.elementor-heading-title.elementor-size-default{
    padding: 03% 0% 0% 0%;
}

.entry-content figcaption {
    text-align: center;
    margin-block:.0em 0!important;
}
.elementor-39 .elementor-element.elementor-element-7789fd2{
    background-image: url(./assets/vector_flower_uno.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* margin-top: 4em; */
    /* margin-bottom: 8em; */
}

input:focus,
textarea:focus,
select:focus {
    outline:  1.5px solid #ce84e1 !important;
    box-shadow: #ce84e1  !important;
    border-color: #ce84e1 !important; 
}
.wpcf7-form h2{
    font-family: "poppins-bold";
    font-size: 65px;
    color: #7c0a9e;
    padding: 2em 0em 0.4em 0em;
    position: relative;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 14px 14px 14px 14px;
    outline: 1px solid #ce84e1 ; 
    padding: 1.5em 0em 1.5em 1.5em !important;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    border-radius: 14px 14px 14px 14px;
    outline: 1px solid #ce84e1 ; 
    padding: 1.5em 0em 1.5em 1.5em !important;

}

select{
    background-image: url(./assets/download.svg) !important;
}

select.wpcf7-form-control.wpcf7-select {
    border-radius: 14px 14px 14px 14px ;
    outline: 1px solid #ce84e1 ; 
    padding: 0em 1.5em 0em 1.5em !important;
    opacity: .7;
} 

.wpcf7-list-item-label{
    font-family: "poppins-regular";
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-radius: 14px 14px 14px 14px;
    outline: 1px solid #ce84e1 ; 
    padding: 1.5em 0em 1.5em 1.5em !important;

}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
    font-family: "poppins-regular";
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #7c0a9e;
    border: 2px solid #7c0a9e;
    transition: all .3s ease;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
        background-color: #ce84e1;
        border: 2px solid #ce84e1;
        color: #FBFBFC;

}
.wpcf7 label:not(.wpcf7-form-control-wrap){
    color: #020101;
}

.elementor-39 .elementor-element.elementor-element-ac6b83f{
    width: 50%;
}

.elementor-element.elementor-element-6cca1cbf.elementor-widget.elementor-widget-text-editor{
    width: 90%;
}

h2.elementor-heading-title.elementor-size-default{
    font-family: "Poppins-Bold" !important;

}

/* LISTA PRECIOS */

.header__listaPrecios{
    background-image: url(./assets/vector_flower_left__dos.png);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.subHeader__listaPrecios{
    width: 90%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 4em 0em 4em 0em;
}
.size__listaPrecios{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h5__listaPrecios{
    text-align: center;
    font-size: 65px;
    font-family: "poppins-bold";
    /* font-size: clamp(3.5rem, 20vw, .8rem); */
    color: #7c0a9e;
    padding: 2em 0em 0em 0em;

}

.ul__listaPrecios{
    padding-inline-start:0px;    
    font-size: 22px;
} 

.li__listaPrecios{
    color: #020101;
}

.li__listaPrecios{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "poppins-regular";
}

.li__listaPrecios:not(:last-child){
    margin-bottom: .8em;
}
.caja__listaPrecios{
    width: 35vw;
    display: flex;
    justify-content: space-between;
    position: relative;
}


h5.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
}
.line__servicio::before{
    content:"";
    position: absolute;
    left: 0px;
    top: -12px;
    width: 100%;
    height:1.5px;
    background-color: #ce84e1;
    opacity: .3;
}
.info__precio{
    color:#7c0a9e;
    font-family: "poppins-bold";
}

.wpcf7 label:not(.wpcf7-form-control-wrap){
	display: flex !important;
    align-items: center !important;	
}
.e-con-inner{
    width: 50% !important;
}

input[type="checkbox"] {
    width: 1em;
    height: 1em;
    border: 1.5px solid #7c0a9e;
		margin-right: .5em;
		border-radius: 4px;
		cursor:pointer;
		position:relative;
}

input[type="checkbox"]:checked::after{
	content: "";
    position: absolute;
    top: -1.6px;
    left: 1.4px;
    width: .6em;
    height: .6em;
	border-radius:50%;
	background-color:#7c0a9e;    
    margin-top: 0.2em;
}

.elementor-element-9706a56{
    height: 50vh !important;
    overflow: hidden !important;
}

.wpcf7 .wpcf7-submit{
    width: 100%!important;
    border-radius: 14px 14px 14px 14px ;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:placeholder-shown{
    font-family: "poppins-Light";
    color: #ce84e1;
    opacity: .8;
    letter-spacing: .2em;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel:placeholder-shown{
    font-family: "poppins-Light";
    color: #ce84e1;
    opacity: .8;
    letter-spacing: .2em;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 3.3em;
    font-family: "poppins-Light";
    color: #ce84e1;
    letter-spacing: .2em;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    font-family: "poppins-Light";
    color: #ce84e1;
    opacity: .8;
    letter-spacing: .2em;
}

.wpcf7-response-output{
	color: black;
    font-family: "poppins-regular";
}

.wpcf7 form .wpcf7-response-output{
    border-radius: 12px;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: #ce84e1;
}

.wpcf7 .wpcf7-not-valid-tip{
    font-family: 'poppins-regular';
}


/* INICIO DESCUENTOS */

.descuento__cont{

    display: flex;
    justify-content: center;

}
.descuento__box{
    width: 50%;

}

.descuento__imguno{
    background-image: url(./assets/vector_flower_dos.png);
    background-size: cover;
    background-position:bottom ;
    background-repeat: no-repeat;
    position: relative;
} 

.descuento__textocont{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}
.descuento__text{
    width: 70%;
    color: #7c0a9e;
}

.descuento__text p{
    font-size: 32px;
    line-height: 1.3em;
    font-family: "poppins-regular";
}


.descuento__span a{
    width: fit-content;
    padding: 16px 55px 16px 55px;
    background-color: #7c0a9e;
    color: #FBFBFC;
    text-decoration: none;
    border-radius: 14px 14px 14px 14px;
    margin-top: 1em;
    font-family: "poppins-regular";
    border: 2px solid #7c0a9e ;
    transition: all 0.3s ease;
}

.descuento__span a:hover{
    background-color: #ce84e1;
    color: #FBFBFC;
    border: 2px solid #FBFBFC ;
    transition: all 0.3s ease;

}

.descuento__boxdos{
    width: 60%;
}

.descuento__bgimg{
    height: 75vh;
    background-image: url(./assets/descuento.png);
    background-size: cover;
    background-position: top ;
    background-repeat: no-repeat;
    position: relative;
}

/* FIN DESCUENTOS */


/* REPONSIVE */

@media screen and (max-width: 843px) {

.elementor-39 .elementor-element.elementor-element-a0f57ec{
    background-size: cover;
}
.elementor-39 .elementor-element.elementor-element-75994c2.e-con{
    width: 90%;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    display: none;
}

.widget-image-caption.wp-caption-text{
    font-size: 1.8em !important;
}
.h5__listaPrecios{
    padding: 3em 0em .5em 0em;
    font-size: 28px;

}
.subHeader__listaPrecios{
    padding: 3em 0em 0em 0em;
}
.subHeader__listaPrecios{
    width:100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.size__listaPrecios{
    width: 100%;
    min-height: 0;
}

.size__listaPrecios:first-child{
    background-image: url(./assets/vector_flower.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;

}
.size__listaPrecios:last-child{
    margin-top: 1.3em;
}

.ul__listaPrecios{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} 

.ul__listaPrecios:last-child{
 padding: 0em 0em 0em 0em;
}

.caja__listaPrecios{
    width: 90%;
    text-align: center;
    
}

.li__listaPrecios{
    
    font-size: 1.1rem;

}
.elementor-39 .elementor-element.elementor-element-ac6b83f{
    width: 100%;
}


.elementor-39 .elementor-element.elementor-element-7426c920:not(.elementor-motion-effects-element-type-background){
    background-size:220% auto !important;
    background-position: center left !important;
}

.wpcf7-form h2{
    font-family: "poppins-bold";
    font-size: 28px;
    color: #7c0a9e;
}

.e-con-inner{
    width: 90% !important;
}

.descuento__text{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 5em 0 3em 0em;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"]{
    background-color: #f0f0f0;
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"]{
    background-color: #f0f0f0;
}

.descuento__box{
    display: block;
    width: 100%;
    height: 50vh;
    background-image: url(./assets/descuento3_1.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-color: #f0f0f0;
}

.descuento__text p{
    color: #7c0a9e;
    text-align: center;
    line-height: 1.4em;
    font-family: "poppins-bold";

}
.descuento__boxdos{
    display: none;
}

.descuento__span{
    display: flex;
    justify-content: center;
}
.elementor-39 .elementor-element.elementor-element-7789fd2{
    background-image: none;
}

.ct-footer-copyright a:hover{
    color: #ce84e1 !important;
}
}



@media (max-width: 767px) {
.elementor img{
    border-radius: 12px!important;
}

.elementor-39 .elementor-element.elementor-element-49b32ff7 > .elementor-widget-container{
    padding: 0em 0em 2em 0em !important;
}
}

@media screen and (max-width: 430px) {
    .elementor-39 .elementor-element.elementor-element-6cca1cbf p{
        font-size: 1rem;
    }
    h5.elementor-heading-title.elementor-size-default{
        font-size: 1rem !important;
    }
    
    .elementor-39 .elementor-element.elementor-element-49b32ff7 > .elementor-widget-container{
    padding: 0em 0em 2em 0em !important;

    }

    .li__listaPrecios {
        font-size: 1rem;
    }

    .header__listaPrecios {
    background-image: url(./assets/vector_flower_left__dos);
    background-size: 260% auto;
    background-position: bottom left;
    } 

    .size__listaPrecios:first-child {
        background-size: 180% auto;
        background-position: top right;
    }

}

@media screen and (max-width: 372px){

    .elementor-39 .elementor-element.elementor-element-4a0fd027 .elementor-heading-title{
        font-size: 2.6rem!important;
    }
    .elementor-39 .elementor-element.elementor-element-6cca1cbf p {
        font-size: .8rem;
    }

    .widget-image-caption.wp-caption-text {
    font-size: 1.4rem !important;
    }

    .li__listaPrecios {
        font-size: .8rem;
    }
    
}