/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA  */


.elementor-nav-menu li a {
    text-align: center !important;
    display: inline-block !important;
    width: 100%;
    vertical-align: middle;
    padding: 15px 14px !important;
    text-transform: uppercase;
    color: #606060 !important;
    font-size: 0.8em !important;
}



li.rociopastor a {
    background-image: url(images/logorociopastor.png);
    width: 160px !important;
    text-align: center;
    height: 150px;
    background-size: 110px auto;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
    text-indent: -1009em;
    background-color: white;
    margin-top: -38px;
    margin-bottom: -50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 7px 1px #00000040;
}

ul#menu-1-23c8cb5 {
    padding: 0 !important;
    margin: 0;
    width: 100%;
}


li.rociopastor {
    text-align: center;
}



.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover {

    color: #606060 !important;
    border-bottom: 0 !important;
}


.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    display: none;
}



.elementor-nav-menu li:nth-child(1) a:before, .elementor-nav-menu li:nth-child(2) a:before, .elementor-nav-menu li:nth-child(3) a:before, .elementor-nav-menu li:nth-child(4) a:before, .elementor-nav-menu li:nth-child(5) a:before, .elementor-nav-menu li:nth-child(6) a:before { 
    content: "";
    position: absolute;
    height: 25px !important;
    width: 2px !important;
    background: #606060 !important;
    right: 0 !important;
    top: 25px !important;
    display: block !important;
    opacity: 1 !important;
    left: auto !important;
}

a.tocart, .accountlink {
    display: none;
}


.elementor-nav-menu li a {
    position: relative;
}


.grid-item img {width: 100%;}


.grid-sizer,
.grid-item { width: 20%;}

.grid-item.size-M {
    /*padding: 5px 5px 5px 0px;*/
}

.grid-item.size-L { width: 40%; }

.grid-item img {
    display: inline-block !important;
    float: left;
}


.grid-item {
    padding: 0.2%;
    position: relative;
}


.grid-item.size-M {
    padding: 0.2% 0.1% 0.1% 0.1%;
}




.grid-item img { padding: 0; margin: 0;}

.grid-item--height2 { height: 140px; }


.elementor-nav-menu {
    width: 100%;
}


@media screen and (min-width: 1024px) {
    .elementor-3191 .elementor-element.elementor-element-b2d5d68 {
        width: 13% !important;
    }
    
        .elementor-3191 .elementor-element.elementor-element-8bdfda8 {
        width: 78.683% !important;
    }
    
}






span.plusbt {
  width: 50px;
  height: 50px;
  background: url(images/plusicon2.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
} 



body.blog span.plusbt {
  background: url(images/plusicon.svg);

} 


.articulo a{
  color: #000;
}


.row.articulo {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #606060;
  vertical-align: middle;
  color: #606060;
}


.row.articulo span {
  vertical-align: middle;
  display: inline-block;
  padding: 11px 0;
} 

span.fecha, span.categoria {
  font-weight: 800;
}


.woocommerce-message {
  border-top-color: #8fae1b;
  background: #8fae1b;
  color: white;
}


.woocommerce-message a.button.wc-forward {
  background: #536609;
  color: white;
}


.woocommerce-message {
  margin-bottom: 0;
}

.woocommerce-message::before {
  content: "\e015";
  color: #efefef;
}


a.tohome {
    position: absolute;
    top: 30px;
    left: 20px;
    background: #4bbdc9;
    color: #ffffff !important;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 99;
    font-weight: 700;
    text-decoration: none !important;
}

a.tocart {
  position: absolute;
  top: 22px;
  right: 20px;
  background: white;
  color: #4bbdc9 !important;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 99;
  font-weight: 700;
  text-decoration: none;
  font-size: 2em;
}


a.accountlink {
    font-size: 2em;
    position: absolute;
    top: 21px;
    right: 75px;
    color: #4bbdc9 !important;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 99;
    font-weight: 700;
    text-decoration: none !important;
}


.elementor-flip-box__front {
  background-color: transparent !important; 
}


.home a.tohome {display: none;}



body {
  font-family: "Goldplay" !important;
}



.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #f18737;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}


.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #4cbec9;
  color: #fff;
}

.mobileonly {
  display: none;
}


.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
   background: none !important;
  color: #333 !important;
}



.fechablog {
  font-weight: 300 !important;
}

.titleblog {
  font-weight: 600;
}

blockquote {
  position: relative;
}


blockquote:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -25px;
  width: 30px;
  height: 30px;
  background: url(images/quote1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}



blockquote:after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 30px;
  height: 30px;
  background: url(images/quote2.png);
  background-size: 100%;
  background-repeat: no-repeat;
}


blockquote {
  text-align: center;
}

blockquote p:nth-child(1) {
 font-style: italic;
}


body li.mobileonly2 {
    display: none !important;
}


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

    body li.mobileonly2 {
    display: inline-block !important;
}

  span.plusbt {
    width: 30px;
    height: 30px;
}


  .mobileonly {
    display: inline-block !important;
  } 


  .logomobil img {
    width: 70px;
    margin-top: -6px;
}

a.logomobil {
  position: absolute;
  padding: 12px;
  z-index: 99;
  border-bottom-right-radius: 6px;
}


  li.rociopastor {
    display: none !important;
}


.elementor-nav-menu li {
  border-width: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9 !important;
}


.elementor-nav-menu li:nth-last-child(1) {
  border-bottom: none !important;
}

.elementor-nav-menu li:nth-child(1) a:before, .elementor-nav-menu li:nth-child(5) a:before {
  display: none !important;
}

.elementor-menu-toggle {
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 9999;
  background: none !important;
  color: #4bbdc9 !important;
}
 


nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  min-height: 30px;
  padding-top: 40px;
}


a.tocart {
  position: absolute;
  top: 14px;
  right: 80px;
  background: none !important;
  color: #4bbdc9;
  padding: 0;
  text-transform: uppercase;
  z-index: 99;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.5em;
}


  .grid-sizer,
.grid-item { width: 50%; }
	
	



.grid-item.size-L, .grid-item.size-M { width: 50%; }

.especialsize { width: 100%; }

.elementor-flip-box__layer__description {
  display: none;
}


.tohome {
  display: none !important;
}



}




.post-art:hover a:before {
  opacity: 1;
}



.post-art a:before {
  transition: all 0.2s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/vermasbt.png) #4f4f4ff0;
  top: 0;
  left: 0;
  text-align: center;
 opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 160px;
}



p#slider-5-slide-7-layer-0 {
  text-align: justify !important;
}

section.elementor-section.price {
  position: absolute;
  z-index: 9999;
  top: 20px;
}


.pricetag1 p.price {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -25px !important;
  float: right;
}


.elementor-widget-woocommerce-notices {
  position: absolute;
  z-index: 999999;
  top: 0;
}



.pricecont p.price {
  vertical-align: middle;
  margin: 0;
  padding: 10px 0;
  color: black !important;
}





.elementor-widget-woocommerce-notices {
  position: absolute !important;
  padding: 0px;
}


.woocommerce-message {
  line-height: 38px !important;
}


a.btstyle1 {
    background: #3FB8DE;
    padding: 10px 20px;
    font-weight: 600;
    color: white;
}


.gridblog .col-md-3 {
    padding: 1px;
}


.site-content2 {
    padding: 20px;
}



@media screen and (min-width: 767px){
    
    

    
    
    .site-content2 h2 {
    padding: 37px 0;
} 
}


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

  section.elementor-section.price {
    position: relative;
    z-index: 9999;
    top: 20px;
}


.woocommerce .elementor-317 .elementor-element.elementor-element-874b113 .price {
  color: #333 !important;
}


.post-art a:before {

  background-size: 80px;
}


}




select.ui-datepicker-year {
    display: none;
}






@media screen and (max-width: 1400px){
    
    .elementor-section.elementor-section-boxed > .elementor-container {
     max-width: 100% !important; 
}
    
            .elementor-nav-menu li:nth-child(1) a:before, .elementor-nav-menu li:nth-child(2) a:before, .elementor-nav-menu li:nth-child(3) a:before, .elementor-nav-menu li:nth-child(4) a:before { 
    display: none !important;

}
    
    span.micuenta {
    display: none;
}
    
a.accountlink {
    position: absolute;
    top: 23px !important;
    right: 70px;
    background: #FFF;
    color: #4bbdc9 !important;
    font-size: 2em;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 99;
    font-weight: 700;
    text-decoration: none !important;
}
    
}





@media screen and (max-width: 767px){
    
    .elementor-widget-woocommerce-notices {
     position: relative !important; 
    padding: 0px;
}
    
    
    .woocommerce-message {
    line-height: 38px !important;
    font-size: 0.8em !important;
    line-height: 1.2em !important;
}
    
    
}




@media screen and (max-width: 1025px){
    
    
a.accountlink {
    position: absolute;
    top: 13px !important;
    right: 120px;
    background: #FFF;
    color: #4bbdc9 !important;
    font-size: 1.52em;
    padding: 0;
    text-transform: uppercase;
    z-index: 99;
    font-weight: 700;
    text-decoration: none !important;
}
    
}



.categoria img {
    width: 100%;
    transition: all 0.2s
}


.categoria.col-md-3 {
    background-size: 100% 100% !important;
    padding: 0 !important;
    position: relative;
}


.categoria:hover img {
   opacity: 0;
}



a.inlink {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9999;
}

.titleblog {
    font-weight: 600;
    font-size: 1.1em;
}


form.checkout.woocommerce-checkout input, form.checkout.woocommerce-checkout select, .select2-selection--multiple, .select2-selection__rendered {
    background: #ebebeb !important;
    border: 0 !important;
 
}



h2.title.titleblog {
    text-transform: uppercase !important;
}


span.woocommerce-Price-amount.amount {
    font-weight: 600;
}


.woocommerce-message {
    position: fixed;
    top: 10%;
    right: 20px;
  z-index: 9999 !important;
}


.button.product_type_simple {
    display: none !important; 
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block !important;
}



.logorocio {
    box-shadow: 0px 4px 3px -3px #00000063;
}

@media screen and (max-width: 767px){
    
        .elementor-nav-menu li:nth-child(1) a:before, .elementor-nav-menu li:nth-child(2) a:before, .elementor-nav-menu li:nth-child(3) a:before, .elementor-nav-menu li:nth-child(4) a:before { 
    display: none !important;

}
}


@media screen and (min-width: 767px){
li.movilonly {
    display: none !important;
}
	}


.woocommerce-message {
    z-index: 99999 !important;
}