@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Forms
# Links
# Transitions
# Utilities
# Header
# Top Bar
# Header Sticky
# Panel Side Mobile
# Footer

# Carrusel Hero
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.rubik-regular {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #a4a4a4;
  font-size: 0.875rem;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
    color: #5d585b;
    padding: 7px 24px;
    border-radius: 6px;
    box-sizing: border-box;
    outline: none;
    font-size: 0.875rem;
    font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #5d585b;
}

select {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    appearance: none;
    outline: none;
    padding: 7px 24px;
    border-radius: 6px;
    width: 100%;
}

textarea {
  width: 100%;
  height: 44px;
  vertical-align: top;
}

label {
    font-size: 1rem;
    color: #8E8E8F;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5d585b;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5d585b;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5d585b;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #5d585b;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    font-family: "Rubik", sans-serif;
    background-color: #fff;
    padding: 11px 28px;
    border: 1px solid #fff;
    color: #000;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    position: relative;
    text-transform: uppercase;
    transition: all .5s ease;
}

.cta:hover{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* -----------------
# Whatsapp flotante
------------------ */
.BoxBotonWhatsappFlotante {
    position: fixed;
    right: 15px;
    bottom: 24px;
    z-index: 9991;
}

.BoxBotonWhatsappFlotante .BtnLink {
    background: linear-gradient(180deg, rgba(95, 252, 123, 1) 0%, rgba(40, 209, 70, 1) 100%);
    width: 60px;
    height: 60px;
    background-size: contain;
    border-radius: 50%;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 24px 0;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.header-row .col-header.col-logo {
    min-width: 145px;
}

.header-row .col-header.col-nav_left {
    flex-grow: 0.2;
    align-items: center;
}

.header-row .col-header.col-nav_right {
    flex-grow: 0.8;
    align-items: center;
    justify-content: flex-end;
}

.header-row .col-header.col-nav {
    display: none;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 5px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 6px 12px;
    font-family: "Lato", sans-serif;
}

.main-navigation ul > li:hover > a {
    border-bottom: 1px solid #fff;
}

.main-navigation ul > li.active > a {
    border-bottom: 1px solid #fff;
}

.col-nav.col-nav_left .main-navigation > ul > li:first-child {
    margin-left: 0;
}

.col-nav.col-nav_right .main-navigation > ul > li:last-child {
    margin-right: 0;
}

.menu-burger {
    position: relative;
    width: 32px;
    height: 100%;
    max-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    cursor: pointer;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}

.Web-Header.Sticky .navigation-sticky {}

.navigation-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #746455;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

.Web-Header.Sticky .navigation-sticky {
    top: 0;
    opacity: 1;
}

.navigation-sticky .main-navigation ul {
    font-size: 0.875rem;
}

.navigation-sticky .main-navigation ul > li > a.active::after {
    bottom: 16px;
}

.navigation-sticky .main-navigation .subMenu li a {
    padding: 0;
}

.header-logo .logo {
    width: 135px;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.header_top_bar {
    padding: 12px 0;
    border-bottom: 2px solid #ffffff;
}

.header_top_bar_row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.col_top_bar {
    display: flex;
    align-items: stretch;
    position: static;
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}

.col_top_bar.col_top_bar_left {
    -ms-flex-pack: center;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 0.3;
}

.col_top_bar.col_top_bar_center {
    flex-grow: 0.4;
    align-items: center;
    justify-content: center;
}

.col_top_bar.col_top_bar_right {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.3;
}

.topBar_text {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
}

.list_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.list_social li a {
    color: #000;
    font-size: 16px;
    width: 32px;
    height: 32px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 50%;
    text-decoration: none;
    transition: all .5s ease;
}

.list_social li a:hover {
    background-color: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Header Sticky
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #242424;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px 24px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    border-bottom: 1px solid #d2d2cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.side-panel_body {
    padding: 1.5rem 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background-color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel-redes > a {
    padding: 10px;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.main-navigation .subMenu {
    width: 200px;
    position: absolute;
    top: 100%;
    left: -24px;
    z-index: 5;
    background-color: rgb(0 159 227 / 75%);
    padding: 24px;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.main-navigation .subMenu li {
    margin-bottom: 0.5rem;
}

.main-navigation .subMenu li:last-child {
    margin-bottom: 0;
}

.main-navigation .subMenu li a {
    color: #fff;
    padding: 0;
    font-weight: 300;
    font-family: 'PP Editorial New Ultralight';
    text-transform: capitalize;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}

.dropdown:hover .subMenu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu {
    min-width: 17rem !important;
    width: 100% !important;
    background-color: #fff !important;
    padding: 16px 20px !important;
    border: 0 !important;
    border-radius: 0 !important;
    transform: translate(0px, 100px) !important;
}

.dropdown-menu li {
    margin-bottom: 10px !important;
}

.dropdown-menu li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu li a {
    padding: 0 !important;
    color: #2e294a !important;
    font-size: 0.813rem !important;
    font-weight: 600 !important;
    text-transform: math-auto !important;
}

.dropdown-menu li a:hover {
    color: #2e294a !important;
    background-color: transparent !important;
}

.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 24px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navigation-sticky .main-navigation ul > li.dropdown > .dropdown-menu {
    transform: translate(0px, 61px) !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer {
    padding: 90px 0;
    background-color: #f4f4f4;
}

.widget-footer a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.footer_nav a {
    font-family: "Lato", sans-serif;
    display: inline-block;
    margin-left: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.footer_nav a::after {
    content: ".";
    display: inline-block;
    margin-left: 20px;
}

.footer_nav a:first-child {
    margin-left: 0;
}

.footer_nav a:last-child::after {
    display: none;
}

.footer_copy .copy {
    font-size: 12px;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
.hero_video {
    position: relative;
}

.hero_video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.hero_container .hero_container_inner {
    max-width: 1164px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 12px;
    padding-bottom: 120px;
}

.box_palabras {}
.box_palabras span {
    color: #fff;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.box_palabras span.div {
    padding: 0 20px;
}

.seccion_newsletter  {
    background: linear-gradient(180deg, rgb(205 198 189) 70%, rgba(244, 244, 244, 1) 70%);
}

.linea-flotante {
    display: block;
    background-color: #746455;
    width: 2px;
    height: 85px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.box_head_title .subTitle {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.box_head_title h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.box_input_newsletter {
    color: #fff;
    background-color: #746455;
    max-width: 910px;
    margin: auto;
    padding: 64px 40px;
    border-radius: 12px;
}

.box_input_newsletter .box_head_title h2 {
    text-transform: uppercase;
}

.wrapper_input_news {
    max-width: 308px;
    margin: auto;
    position: relative;
}

.wrapper_input_news input[type=email] {
    font-family: "Lato", sans-serif;
    padding: 11px 45px 11px 24px;
    line-height: 1;
}

.wrapper_input_news button[type=submit] {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    background-color: transparent;
    border: 0;
    width: 34px;
    height: 33px;
    padding: 0;
}

label[for=acepto] {
    color: #fff;
    font-size: 0.75rem;
}

label[for=acepto] input[type=checkbox] {
    margin-right: 8px;
    margin-bottom: 3px;
    vertical-align: middle;
}

label[for=acepto] a {
    color: #fff;
}

.home_desagravio {
    background-color: #cdc6bd;
}

.home_desagravio .desagravio_img {
    position: relative;
    top: -140px;
}

/*--------------------------------------------------------------
# SOBRE MI
--------------------------------------------------------------*/
.sobre_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/sobremi/HC_Web_25-SobreMi_Header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_content h1 {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.625rem;
}

.sobre_intro {
    position: relative;
    top: -24px;
}
.sobre_intro .box_content h2 {
    color: #746455;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 700;
}
.sobre_intro .box_content .subTitle {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}
.sobre_intro .box_content .autor {}
.imgRounded {
    border-radius: 12px;
}

.sobre_detalles {}
.sobre_detalles .box_content .bold {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

hr {
    color: #746455;
    background-color: #746455;
    opacity: 1;
}

.sobre_actualidad {
    background-color: #cec5bc;
}
.sobre_actualidad .box_content h2 {
    color: #746455;
    font-size: 3.063rem;
    line-height: 3.625rem;
    font-weight: 700;
    position: relative;
    left: -158px;
}

.sobre_actualidad .box_content .bold {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.seccion_newsletter.seccion_newsletter_sobremi {
    background: linear-gradient(180deg, rgba(206, 197, 188, 1) 70%, rgba(244, 244, 244, 1) 70%);
}

/*--------------------------------------------------------------
# LIBROS
--------------------------------------------------------------*/
.libros_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/libros/HC_Web_25-Libros_Header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# PREMIOS
--------------------------------------------------------------*/
.premios_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/premios/HC_Web_25-Premios_Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_newsletter.seccion_newsletter_premios {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 68%, rgba(244, 244, 244, 1) 68%);
}

/*--------------------------------------------------------------
# CLASES
--------------------------------------------------------------*/
.clases_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/clases/HC_Web_25-Videos_Header.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_newsletter.seccion_newsletter_clases {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 68%, rgba(244, 244, 244, 1) 68%);
}

/*--------------------------------------------------------------
# CLASES
--------------------------------------------------------------*/
.apoyo_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/apoyo/HC_Web_25-Apoyo_Header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
# CONTACTO
--------------------------------------------------------------*/
.contacto_hero {
    color: #fff;
    height: 321px;
    display: flex;
    align-items: center;
    background-image: url('../../assets/img/contacto/HC_Web_25-Contactame_Header.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.seccion_newsletter.seccion_newsletter_contacto {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 68%, rgba(244, 244, 244, 1) 68%);
}

.contacto_form .box_contacto_form {
    background-color: #fff;
    border: 2px solid #E6E6E6;
    border-radius: 16px;
    padding: 48px;
    position: relative;
    top: -130px;
}

.contacto_form .box_content .subTitle {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
}

.contacto_form .box_content h2 {
    color: #746455;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    max-width: 455px;
}

.contacto_form .box_content p {
    max-width: 400px;
}

.contacto_form .box_contacto_form h2 {
    color: #333333;
    font-size: 1.313rem;
    line-height: 1.625rem;
    font-weight: 700;
}

.form_style_02 input {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    color: #A8A8A8;
    padding: 7px 24px;
}

.form_style_02 textarea {
    border: 2px solid #EBEBEB;
    background-color: #EBEBEB;
    padding: 7px 24px;
    height: 44px;
}

.form_style_02 .btnForm {
    background-color: #746455;
    border: 1px solid #746455;
    color: #fff;
    width: 190px;
    height: 44px;
    border-radius: 6px;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 700;
    font-family: "Open Sans", serif;
}