/*
CTC Separate Stylesheet
Updated: 2025-03-10 23:04:31
Theme Name: Storefront Child
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.6.1.1741647871
*/

/*! 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;
}

a{
  cursor: pointer;
}

/**
 * Estructura Principal
 */

body{
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  margin:0;
  padding:0;
}
h1{
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #222;
  font-size: 2em;
  line-height: 1.4;
  margin: 0 0 15px 0;
  padding: 0;
}
h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #222;
  font-size: 1.5em;
  line-height: 1.3;
  margin: 0 0 0.8em 0;
  padding: 0;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 1.10em;
  line-height: 1.65;
  margin: 0 0 1.5em 0;
  padding: 0;
  border: none;
}
h4{
  font-size: 1.05em;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
h5{
  margin: 0;
}
p{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.7;
  color: #222;
  margin: 0 0 1.2em 0;
  padding: 0;
}
.boton {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 9px 22px;
  text-decoration: none;
  background-color: #511fb2;
  border: 2px solid #abe8fc;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration:none;
  text-transform: uppercase;
}
.boton:hover {
  background-color: #31136d;
  border: 2px solid #fbccaa;
}
.boton2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  padding: 9px 22px;
  text-decoration: none;
  background-color: #fc8a13;
  border: 2px solid #abe8fc;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  text-decoration:none;
  text-transform: uppercase;
}
.boton2:hover {
  background-color: #ec7d09;
  border: 2px solid #fbccaa;
}
b{
  font-weight: 700;
  color: #ec7d09;
}

/**
 * Header
 */

#wrapper{
  width: 100%;
  height: auto;
  float: left;
  max-width: 1600px;
}
#wrapper #wrapper-inside{
  width: 100%;
  height: auto;
  float: left;
}

/**
 * Carrusel
 */

#wrapper #wrapper-inside #carrusel{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside #carrusel #top{
  width: 100%;
  height: auto;
  float: left;
  top: 0;
  position: absolute;
  z-index: 999;
}
#wrapper #wrapper-inside #carrusel #top #left{
  width: 350px;
  min-height: 95px;
  float: left;
  background-color: #511fb2;
  padding-top: 8px;
  text-align: center;
  border-radius: 0 0 6px 0;
}
#wrapper #wrapper-inside #carrusel #top #left a img{
  width: 270px;
  height: auto;
  display: inline-block;
}
#wrapper #wrapper-inside #carrusel #top #right{
  width: auto;
  height: auto;
  float: right;
  background-color: #f3f3f3;
  padding: 20px 5% 10px 2.5%;
  border-radius: 0 0 0 6px;
}
#wrapper #wrapper-inside #carrusel #top #right #right-a{
  width: auto;
  height: auto;
  float: left;
  margin-right: 30px;
}
#wrapper #wrapper-inside #carrusel #top #right #right-b{
  width: 280px;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside #carrusel #top #right #right-b p{
  font-size: .75em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 7px;
}
#wrapper #wrapper-inside #carrusel #top #right #right-c{
  width: auto;
  height: auto;
  float: right;
}
#wrapper #wrapper-inside #carrusel #top #right #right-c i{
  font-size: 21px;
  color: #31136d;
  margin-right: 4px;
}

/**
 * Servicios
 */

#wrapper #wrapper-inside section#servicios{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside section#servicios #servicios-inner{
  width: 90%;
  height: auto;
  float: left;
  margin: 60px 5%;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #left{
  width: 30%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #left h2{
  font-weight: 600;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right{
  width: 65%;
  height: auto;
  float: left;
  margin: 0;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right h2{
  font-size: 1.10em;
  text-transform: uppercase;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one{
  width: 28.5%;
  height: auto;
  float: left;
  margin: 0 2.7% 0 0;
  padding: 1.5%;
  background-color: #f7f7f7;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one:hover{
  background-color: #31136d;
  transition: 0.4s;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one i{
  font-size: 45px;
  padding-bottom: 10px;
  color: #31136d;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one h3{
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
  margin-top: 0;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one:hover i{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one:hover h3{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #one:hover p{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two{
  width: 28.5%;
  height: auto;
  float: left;
  margin: 0 2.7% 0 0;
  padding: 1.5%;
  background-color: #f7f7f7;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two:hover{
  background-color: #31136d;
  transition: 0.4s;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two i{
  font-size: 45px;
  padding-bottom: 10px;
  color: #31136d;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two h3{
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two:hover i{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two:hover h3{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #two:hover p{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three{
  width: 28.5%;
  height: auto;
  float: left;
  padding: 1.5%;
  margin: 0 0 0 0;
  background-color: #f7f7f7;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three:hover{
  background-color: #31136d;
  transition: 0.4s;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three i{
  font-size: 45px;
  padding-bottom: 10px;
  color: #31136d;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three h3{
  font-weight: 700;
  font-size: .9em;
  text-transform: uppercase;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three:hover i{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three:hover h3{
  color: #fff;
}
#wrapper #wrapper-inside section#servicios #servicios-inner #right #three:hover p{
  color: #fff;
}

/**
 * Featured
 */

#wrapper #wrapper-inside section#featured{
  width: 100%;
  height: auto;
  float: left;
  background-color: #f7f7f7;
  padding: 25px 0 25px 0;
}
#wrapper #wrapper-inside section#featured #featured-inner{
  width: 90%;
  height: auto;
  float: left;
  margin: 0 5%;
}
#wrapper #wrapper-inside section#featured #featured-inner #left{
  width: 47.5%;
  height: auto;
  float: left;
  margin: 20px 5% 20px 0;
}
#wrapper #wrapper-inside section#featured #featured-inner #left img{
  width: 100%;
  height: 300px;
  float: left;
  object-fit: cover;
  object-position: top;
  border-radius: 15px;
}
#wrapper #wrapper-inside section#featured #featured-inner #right{
  width: 47.5%;
  height: auto;
  float: left;
  padding-top: 40px;
}
#wrapper #wrapper-inside section#featured #featured-inner #right h3{
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
#wrapper #wrapper-inside section#featured #featured-inner #right h3 a{
  font-size: 1.05em;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}
#wrapper #wrapper-inside section#featured #featured-inner #right p{
  font-weight: 400;
  font-size: .9em;
  line-height: 1.7;
  color: #222;
}

/**
 * Testimonios
 */

#wrapper #wrapper-inside section#testimonios{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside section#testimonios #testimonios-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 60px 10%;
}
#wrapper #wrapper-inside section#testimonios #testimonios-inner h2{
  font-weight: 600;
  text-align: center;
}
#wrapper #wrapper-inside section#testimonios #testimonios-inner #text{
  display: none;
  visibility: hidden;
}

/**
 * Página
 */

#wrapper #wrapper-inside section#page{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside section#page #page-inner{
  width: 80%;
  height: auto;
  float: left;
  margin: 60px 10%;
}
#wrapper #wrapper-inside section#page #page-inner #imagen{
  width: 40%;
  height: auto;
  float: left;
  margin: 0 5% 30px 0;
}
#wrapper #wrapper-inside section#page #page-inner #imagen img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
#wrapper #wrapper-inside section#page #page-inner #post{
  width: 55%;
  height: auto;
  float: left;
  margin: 0;
}

/**
 * Página Two
 */

#wrapper #wrapper-inside section#page-two{
  width: 100%;
  height: auto;
  float: left;
}
#wrapper #wrapper-inside section#page-two #page-inner-two{
  width: 80%;
  height: auto;
  float: left;
  margin: 60px 10%;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #left{
  width: 65%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #right{
  width: 30%;
  height: auto;
  float: left;
  margin: 0;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #right #post{
  width: 100%;
  height: auto;
  float: left;
  margin: 25px 0 0 0;
  padding: 15px;
  background-color: #eee;
  border-radius: 15px;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #right #post img{
  width: 100%;
  height: auto;
  float: left;
  margin: 0 0 25px 0;
  border-radius: 6px;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #right #post h2{
  margin-top: 20px;
  font-size: 1.10em;
  font-weight: 600;
  border: none;
}
#wrapper #wrapper-inside section#page-two #page-inner-two #right #post h3 a{
  color: #222;
}

/**
 * Footer
 */

footer{
  width: 100%;
  height: auto;
  float: left;
  background-color: #f7f7f7;
}
footer #footer-inner{
  width: 95%;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
}
footer #footer-inner #footer-a{
  width: 320px;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  text-align: center;
  background-color: #511fb2;
  padding: 20px 5% 20px 5%;
}
footer #footer-inner #footer-a a figure img{
  width: auto;
  height: auto;
  float: left;
}
footer #footer-inner #footer-b{
  width: 400px;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding-top: 30px;
}
footer #footer-inner #footer-b p{
  margin: 0 0 7px 0;
}
footer #footer-inner #footer-c{
  width: auto;
  height: auto;
  float: left;
  margin: 0 5% 0 0;
  padding-top: 20px;
}
footer #footer-inner #footer-c p{
  font-size: .75em;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin: 0 0 4px 0;
}
footer #footer-inner #footer-d{
  width: auto;
  height: auto;
  float: right;
  margin: 0;
  padding-top: 20px;
}
footer #footer-inner #footer-d i{
  font-size: 21px;
  color: #31136d;
  margin-right: 4px;
}



/**
 * Responsive
 */

@media (max-width:1250px){
  h1{
    font-size: 1.8em;
  }
  h2{
    font-size: 1.3em;
  }
  h3 {
    font-size: 1em;
  }
  h4{
    font-size: 1em;
  }
  #wrapper #wrapper-inside #carrusel #top {
    position: relative;
    z-index: 999;
  }
  #wrapper #wrapper-inside #carrusel #top #left {
    width: 100%;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 6px;
    border-radius: 0;
  }
  #wrapper #wrapper-inside #carrusel #top #left a img {
    width: 230px;
  }
  #wrapper #wrapper-inside #carrusel #top #right {
    width: 90%;
    border-radius: 0;
    background-color: #fff;
    margin: 0 5% 7px 5%;
  }
  #wrapper #wrapper-inside #carrusel #top #right #right-a {
    margin-right: 20px;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #left {
    width: 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right {
    width: 100%;
    text-align: center;
  }
  #wrapper #wrapper-inside #carrusel #top #right #right-b {
    width: auto;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right p i{
    margin: 0;
    padding: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #one{
    width: 100%;
    margin: 0 0 30px 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #one h3 {
    margin: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #one i{
    padding-bottom: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #two{
    width: 100%;
    margin: 0 0 30px 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #two h3 {
    margin: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #two i{
    padding-bottom: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #three{
    width: 100%;
    margin: 0 0 0 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #three h3 {
    margin: 0;
  }
  #wrapper #wrapper-inside section#servicios #servicios-inner #right #three i{
    padding-bottom: 0;
  }
  #wrapper #wrapper-inside section#featured #featured-inner #left {
    width: 100%;
    margin: 0;
  }
  #wrapper #wrapper-inside section#featured {
    padding: 15px 0;
  }
  #wrapper #wrapper-inside section#featured #featured-inner #right {
    width: 100%;
  }
  #wrapper #wrapper-inside section#featured #featured-inner #right h3 a {
    font-size: 1em;
    font-weight: 600;
  }
  #wrapper #wrapper-inside section#featured #featured-inner #right p {
    font-size: 1em;
  }
  footer #footer-inner {
    width: 100%;
    margin: 0 0 0 0;
  }
  footer #footer-inner #footer-a {
    width: 100%;
    margin: 0 0px 0 0;
    padding: 20px 5%;
  }
  footer #footer-inner #footer-a a figure img {
    width: auto;
    display: inline;
    float: none;
  }
  footer #footer-inner #footer-b {
    display: none;
    visibility: hidden;
  }
  footer #footer-inner #footer-c {
    display: none;
    visibility: hidden;
  }
  footer #footer-inner #footer-d {
    display: none;
    visibility: hidden;
  }
  #wrapper #wrapper-inside section#page-two #page-inner-two #left {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #wrapper #wrapper-inside section#page-two #page-inner-two #right {
    width: 100%;
  }
  div.wp-block-image{
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  #wrapper #wrapper-inside section#page #page-inner #imagen{
    width: 100%; 
  }
  #wrapper #wrapper-inside section#page #page-inner #post {
    width: 100%;
  }
}

/**
 * Wordpress
 */

.wp-block-image {
  margin: 0 0 0;
}
.strong-view.wpmtst-default .wpmtst-testimonial-image img {
  width: 100px;
  border-radius: 50px;
}
.strong-view.wpmtst-default.no-quotes .wpmtst-testimonial-heading {
  font-weight: 700;
  font-size: 0.90em;
  text-transform: uppercase;
}
.strong-view.wpmtst-default .wpmtst-testimonial-field {
  font-size: 0.90em;
  text-transform: uppercase;
}
.readmore, .readmore a{
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 140px;
}

/**
 * End
 */

#end{
  width: 100%;
  height: auto;
  float: left;
  padding: 15px 5%;
  background-color: #121212;
}
#end p{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.5em;
  color: #777;
  margin: 0;
  padding: 0;
  text-align: center;
}
#end p a{
  color: #333;
  text-decoration: none;
}