/*
    Theme Name:   Ocean child theme
    Description: Tema hijo para Charly
    Author:       Ia Soft Group
    Author URL:  https://www.iasoftgroup.com/
    Template:     Ocean
    Version:      1.0
    License:      GNU General Open License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  oceanwp-child
*/

/***********************
inicio
font-family: "Hind Vadodara", sans-serif;
**********************/
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.clearfix::after,
.bloque_comentarios .item:after,
.single-product #main:after,
.type-product:after,
.itemcomentario:after{
  content: "";
  clear: both;
  display: table;
}

/***********************
inicio
**********************/
a {
    color: #000;
    text-decoration: none;
}
*:focus,
a:focus, input:focus, textarea:focus, button:focus{
    outline: none !important;
}
.clearfix::after,
.payment_method_cod::after,
.container::after,
#payment .payment_methods li .payment_box:after,
.woocommerce-product-gallery:after{
  content: "";
  clear: both;
  display: table;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #7e7e7e;
    opacity: 1 !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent !important;
    opacity: 1 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: #7e7e7e;
   opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #7e7e7e;
   opacity: 1;
}

:-ms-input-placeholder { 
    color: #7e7e7e;
}
select:after {
    content:"\f0dc";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute; right: 0; top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
}
h1, h2, h3, h4, h5, h6 {
        letter-spacing: 0;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 700;
        color: black;
}
body{
    font-family: "Hind Vadodara", sans-serif;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: black;
    background: #fff;
}
div#page {
    padding-top: 72px !IMPORTANT;
}
li.widget_block {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:hover {
    color: #4e2cb7;
}
.menumobile {
    display: none;
}
.header {
       position: fixed;
    z-index: 99;
    background: white;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
    width: 100%;
    max-width: none;
}
.rowhead.container {
        display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 50px;
}
.bloque_logo img {
    display: block;
    height: auto;
}
.headblock.head2 {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    flex-direction: column;
    position: relative;
}
.bandera {
    position: absolute;
    right: 55px;
    width: 28px;
    top: 6px;
}
.widget_polylang select {
    background: transparent;
    color: white;
    text-transform: uppercase;
    border: none;
    padding: 2px;
}
.header .menu {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.header .menu li {
    list-style: none;
    margin: 5px 15px;
    padding: 0;
    position: relative;
}

.header .menu li:before {
    display: none;
}

.header .menu li > a {
    color: black;
    font-size: 18px;
    padding: 6px 0px;
    display: block;
    transition: all 500ms;
    font-weight: 500;
    font-family: "Hind Vadodara", sans-serif;
    border-bottom: 2px solid transparent;
}
.header .menu li > a:hover, .services-template-default .header .menu li.menu-item-11 > a {
       color: #0066A9;
    border-color: #0066A9;
}
.header .menu li:last-child {
    margin-right: 0;
}

.header .menu li:last-child a,
.menumovil ul li:last-child a{
    background: #0066A9;
    color: white;
    padding: 6px 10px 6px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 5px 5px 5px lightgray;
}
.header .menu li:last-child a:after,
.wp-block-button__link:after,
.menumovil ul li:last-child a:after{
        content: "";
    display: inline-block;
    width: 18px;
    height: 9px;
    background-image: url(../images/icon_ir.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
    vertical-align: middle;
}
.header .menu li:last-child a:hover,
.menumovil ul li:last-child a:hover{
    background: rgb(0 172 106);
    color: white;
}
.header .menu li ul.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #4e2cb7;
    margin: 0;
    transform: scaleY(0);
    transform-origin: top;
    overflow: hidden;
    transition: all 300ms;
    padding-top: 16px;
}
.header .menu li ul.sub-menu li.current-menu-item>a {
    background: white;
    color: #4e2cb7;
}
.header .menu li:hover ul.sub-menu {
    transform: scaleY(1);
}

.header .menu li ul.sub-menu li a:hover {
    background: white;
    color: #4e2cb7;
    text-shadow: none;
}

.header .menu li ul.sub-menu li {
    margin: 0;
}
.row {
    background: transparent;
    transition: all 500ms;
}
.col-full {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.head-superior {
    text-align: center;
    position: relative;
    padding: 10px 20px;
}

.bloque_logo {
   width: 200px;
    margin: 0;
}

header.page-header {
        padding: 20px 0;
    background: transparent;
    text-align: center;
}
.header li {
    list-style: none;
}

.header .header-inn {
    width: 100%;
    margin: 0 auto;
}
.header .header-inn .hinn {
    max-width: 1300px;
    margin: 0 auto;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
#main {
    padding: 84.5px 0 0;
}
#main #content-wrap {
        width: 100%;
    max-width: none;
    padding: 10px 20px 20px;
    max-width: 1300px;
}
.admin-bar .header {
    top: 32px;
}
.wp-block-table:not( .has-background ):not( .is-style-stripes ) tbody tr:nth-child(2n) td {
    background: transparent;
}

.bloque_nosotros table tr td img {
       min-width: 74px;
    position: relative;
animation: moveadorno 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: moveadorno 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: moveadorno 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
.bloque_diferenciales .wp-block-columns figure {
animation: moveadorno 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: moveadorno 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: moveadorno 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
@-webkit-keyframes moveadorno {
  0% {transform: scale(1);}
  50% {transform: scale(1.07);}
  100% {transform: scale(1);}
}
@keyframes moveadorno {
  0% {transform: scale(1);}
  50% {transform: scale(1.07);}
  100% {transform: scale(1);}
}

.container {
    width: 100%;
    max-width: 1300px;
    padding: 5px 25px;
}

.n2-ss-slider h2 {
    letter-spacing: 12px !important;
}
.bloque_inicio {
        background: #f5f5fa;
    font-size: 23px;
    line-height: 26px;
    display: flex;
    align-items: center;
    position: relative;
}
/************menu movil**********/
.menumovil {
        position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background: white;
    z-index: 999999;
    transition: all 500ms;
    color: white;
    overflow: auto;
}

.showmenu .menumovil {
    left: 0;
}

.menu-toggle {
    position: absolute;
    left: 20px;
    display: none;
    top: 0;
}

.menu-toggle button#menu-btn {
        background: transparent;
    width: 56px;
    height: 70px;
    padding: 10px;
    border: none;
}

.menu-toggle button span.icon-bar {
        display: block;
    background: #000000;
    width: 100%;
    height: 5px;
    margin: 5px 0;
    border-radius: 7px;
}
.bgoverlay {
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    display: none;
}
.showmenu .bgoverlay,
.showcomment .bgoverlay{
    display: block;
}
.menumovil .cerrarmenu {
        color: black;
    padding: 15px 30px 15px 37px;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #ffffff80;
    text-align: right;
    font-weight: bold;
    background: #f5f5f5;
}
.titmenu {
    color: #232323;
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 12px;
}
.menumovil li::marker {
    display: none;
}

.menumovil li {
    list-style: none;
}

.menumovil ul {
    margin: 20px 0;
    width: 100%;
    padding: 0;
    background-image: url(../images/charly-logo-r.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 50px;
    padding-top: 53px;
}

.menumovil ul li {
    margin: 10px 20px;
    list-style: none;
    padding: 0;
}

.menumovil ul li::before {
    display: none;
}

.menumovil ul li a {
        display: block;
    color: black;
    padding: 8px 20px !important;
    font-size: 20px;
    transition: all 500ms;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}
.menumovil ul li.menu-item-has-children > a {
    background-image: url(images/icon_select.png) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
}
.menumovil ul li a:hover {
    color: #0066a9;
}
.menumovil ul li ul.sub-menu {
    margin: 0;
    padding: 0 0 0 20px;
    display: none;
}

.menumovil ul li ul.sub-menu li a {
    text-transform: none;
    color: #717171;
    border: none;
    padding: 6px;
    line-height: 18px;
}

.menumovil ul li ul.sub-menu li a:hover,.menumovil ul li ul.sub-menu li.current-menu-item a {
    background: transparent;
}
.menumovil h2.wp-block-heading,
.menumovil h2.widgettitle{
    font-family: "Hind Vadodara", sans-serif;
    font-weight: normal;
    color: black;
    font-size: 14px;
    padding-left: 65px;
        margin-bottom: 15px;
}
.menumovil .infotable .textwidget table {
    margin-bottom: 20px;
}
.menumovil .wp-block-table,
.menumovil .infotable .textwidget{
    margin: 0 0 10px;
    padding-left: 65px;
    font-size: 15px;
}

.menumovil .wp-block-table td,
.menumovil table td{
    border: none;
    padding: 8px 5px;
}

.menumovil .bloque_redes {
    padding-left: 65px;
}

.menumovil .bloque_redes .wp-block-column {
    flex-basis: auto !important;
}
/************
formulario
***************/
.bloque_disponible {
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
}
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 8px 0;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 100px;
}
.content-area {
    width: 100%;
    border: none;
    padding: 0;
}
div.wpforms-container-full .wpforms-field-label {
        color: black;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 500;
    margin: 0 0 5px;
    font-size: 15px;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea {
        border: none;
    color: black;
    font-family: "Hind Vadodara", sans-serif;
    font-size: 17px;
    padding: 6px 20px !important;
    line-height: inherit;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 5px 1px #f1f1f1;
    height: auto;
    min-height: 0;
}
body div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #00ac6a !important;
    color: white;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    box-shadow: 5px 5px 5px lightgray;
    height: auto;
    letter-spacing: 0;
    text-transform: none;
    transition: all 500ms;
    letter-spacing: 0.5px;
}

body div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: rgb(0 172 106 / 80%) !important;
}
/**********
genral
***********/
main .wp-block-group__inner-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 35px 50px;
}
main .bloque_inicio > .wp-block-group__inner-container {
    padding: 20px 50px 100px;
}
h2.wp-block-heading.titulo,
h2.wp-block-heading.titulo2,
h3.wp-block-heading.titulo,
.page-header-title{
    color: #000;
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 62px;
    /*background-image: linear-gradient(to right, #0066A9, #557ab3, #0066A9, #2768bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: rainbow-animation 35s linear infinite;*/
}
.page-header-title {
    font-size: 32px;
    line-height: 34px;
}
.bloque_inicio h2.wp-block-heading.titulo {
    margin: 0;
}
nav.site-breadcrumbs {
    display: none;
}
h4 mark.has-inline-color,
h3 mark.has-inline-color,
h2 mark.has-inline-color,
h1 mark.has-inline-color{
    color: #0066A9 !important;
}
h2.wp-block-heading.titulo2{
    color: #0066A9;
}
h3.wp-block-heading.titulo{
    font-size: 40px;
    line-height: 44px;
}
h4.wp-block-heading.titulo{
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
}
@keyframes rainbow-animation {
    to {
        background-position: 4000vh;
    }
}

@-webkit-keyframes updown {
  0% {transform: translateY(0);}
  50% {transform: translateY(-7px);}
  100% {transform: translateY(0);}
}
@keyframes updown {
  0% {transform: translateY(0);}
  50% {transform: translateY(-7px);}
  100% {transform: translateY(0);}
}
.bloque_demo3 .wp-block-cb-carousel.carousel_blog {
    margin: 0;
}

.bloque_demo3 .wp-block-column.imgrecursos figure {
    max-width: 320px;
    margin: 0 auto;
}
.bloque_demo3 .imgrecursos p {
    text-align: justify;
}
.imgrecursos p {
    text-align: justify;
}

.bloque_demo3 .logo_charlyone {
    margin: 0;
}

.bloque_demo3 .logo_charlyone figure {
    margin-bottom: 2px !important;
}
.bloque_demo3 .wp-block-cb-carousel.carousel_ebook {
    margin: 24px auto 0;
}

#emprendedores {
    display: flex;
    align-items: center;
}
.n2-ss-slider .n2-ss-slide-background-image img,
.bloque_demo3 .wp-block-column.imgrecursos figure,
.bloque_demo2 .wp-block-column:nth-child(2) figure{
    animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.5;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes updown2 {
  0% {transform: translate(0,0);}
  50% {transform: translate(8px, -8px);}
  100% {transform: translate(0,0);}
}
@keyframes updown2 {
  0% {transform: translate(0,0);}
  50% {transform: translate(7px, -7px);}
  100% {transform: translate(0,0);}
}
.lista_services .item .btn {
    position: absolute;
    z-index: 10;
    right: 30px;
    top: 30px;
    animation: updown2 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: updown2 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: updown2 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
.bloque_inicio figure.wp-block-image {
    margin: 0;
}

.bloque_sirve {
    color: #43A046;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.bloque_sirve a{
        text-decoration: none !important;
    color: #43A046;
}
.bloque_sirve a:after{
        content: "\f078";
    font-family: "Font Awesome 6 Free";
    margin-top: 5px;
    font-weight: bold;
    margin-left: 5px;
    display: block;
    animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    font-size: 22px;
}

main .bloque_sirve .wp-block-group__inner-container {
    padding: 15px 0 0;
}

main .bloque_sirve .wp-block-group__inner-container img {
    width: 30px;
}
.wp-block-cb-carousel .slick-next:before, .wp-block-cb-carousel .slick-prev:before {
    color: #ea8314;
    font-size: 30px;
}
.slick-dots li button:before {
    font-size: 20px !important;
    color: #fff !important;
    opacity: .5 !important;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
}
ul.slick-dots {
    position: absolute;
    bottom: 25px;
}
.wp-block-button__link {
    background: #00ac6a;
    color: white;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 20px 10px 25px;
    border-radius: 5px;
    font-size: 19px;
    letter-spacing: 0.5px;
    line-height: normal;
    font-weight: 600;
    box-shadow: 5px 5px 5px lightgray;
    min-width: 250px;
}

.wp-block-button__link:hover {
    background: rgb(0 102 169);
    color: white;
    transition: all 500ms;
    transform: scale(1.05);
}
/*******
inicio
***********/
.bloque_plataforma .wp-block-column:nth-child(2) ul {
    margin: 5px 0;
}
.bloque_plataforma .wp-block-column:nth-child(2) p {
    margin: 5px 0;
}
.bloque_plataforma .wp-block-column:nth-child(2) ul li {
    padding-left: 17px;
}
.bloque_plataforma .wp-block-column:nth-child(2) ul li:before{
    content: "\f111";
    color: black;
    font-weight: bold;
    font-size: 6px;
    line-height: 6px;
    height: 6px;
    top: 10px;
}
.bloque_plataforma .wp-block-column:nth-child(2) {
    color: black;
}

.bloque_plataforma .wp-block-column:nth-child(1) h2 {
    margin: 0;
    background: #0066a9;
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    box-shadow: 0 4px 4px lightgray;
    order: 1;
}
.bloque_plataforma .itempla {
    margin: 30px 0;
    width: 100%;
}
.bloque_plataforma .verde .wp-block-column:nth-child(1) h2 {
    background: #00ac6a;
}

.bloque_plataforma .gris .wp-block-column:nth-child(1) h2 {
    background: #a7a9ac;
}

.bloque_plataforma .itempla .wp-block-column:nth-child(1):after {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    order: 3;
    margin: 0;
    font-size: 24px;
    color: #00ac6a;
}

.bloque_plataforma .itempla .wp-block-column:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bloque_plataforma .itempla .wp-block-column:nth-child(1):before {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: #00ac6a;
    order: 2;
}

.bloque_plataforma .itempla.verde .wp-block-column:nth-child(1):after {
    color: #a7a9ac;
}

.bloque_plataforma .itempla.verde .wp-block-column:nth-child(1):before {
    background: #a7a9ac;
}

.bloque_plataforma .itempla.gris .wp-block-column:nth-child(1):after {
    color: #0066a9;
}

.bloque_plataforma .itempla.gris .wp-block-column:nth-child(1):before {
    background: #0066a9;
}
@-webkit-keyframes girar {
  0% {transform: rotateY(-10deg);}
  50% {transform: rotateY(0deg);}
  100% {transform: rotateY(10deg);}
}
@keyframes girar {
  0% {transform: rotateY(-10deg);}
  50% {transform: rotateY(0deg);}
  100% {transform: rotateY(10deg);}
}
.bloque_plataforma .wp-block-column:nth-child(2) figure {
    animation: girar 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: girar 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: girar 2s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    display: block;
    transform: rotateX(45deg);
}
.bloque_beneficios .columnas .wp-block-column {
    width: 30%;
    max-width: 300px;
    text-align: center;
}

.bloque_beneficios .columnas {
    justify-content: space-between;
}

.bloque_beneficios .columnas .wp-block-column img {
    width: auto;
    display: block;
    max-height: 160px;
    animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: updown 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}

.bloque_beneficios .columnas .wp-block-column .texto {
        background: #f5f5fa;
    border-radius: 5px;
    box-shadow: 4px 6px 5px #dbdbdb;
    min-height: 150px;
}

.bloque_beneficios .columnas .wp-block-column .texto .wp-block-group__inner-container {
    padding: 15px;
    color: #43A046;
    font-weight: 500;
    font-size: 20px;
}

.bloque_beneficios .columnas .wp-block-column .texto .wp-block-group__inner-container h2 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 600;
}
.bloque_beneficios .columnas .wp-block-column .texto .wp-block-group__inner-container p {
    margin: 5px 0;
}
.bloque_demo p {
    margin: 10px 0;
}
main .bloque_demo .wp-block-group__inner-container {
    padding-bottom: 40px;
}
.bloque_demo,.bloque_demo2 {
        font-weight: 600;
    color: #505050;
    font-size: 21px;
    line-height: 25px;

}
.bloque_experiencia {
    background: #f5f5fa;
    margin-bottom: 30px;
}

.bloque_experiencia img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.bloque_experiencia .slick-slider {
    margin-top: 40px;
}

.slick-prev:before,.slick-next:before {
    display: none;
}

.slick-slider .slick-prev {
    background-image: url(../images/icon_left.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 40px;
}
.slick-slider .slick-next {
    background-image: url(../images/icon_right.png) !important;
    background-size: auto 100%;
    background-repeat: no-repeat !important;
    background-position: center;
    width: 25px;
    height: 40px;
}
.bloque_confian {
    color: #525252;
}

.bloque_confian h4 {
    line-height: 29px;
    color: #525252;
    font-size: 26px;
    font-weight: bold;
}

.bloque_confian table {
    margin: 0;
    border: none;
}

.bloque_confian table td {
    border: navajowhite;
    text-align: center;
    font-size: 14px;
    padding: 20px 40px;
    line-height: 17px;
    font-weight: 600;
}

.bloque_confian table td strong {
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 10px;
    display: block;
}
.bloque_soluciones .columnas {
    margin-top: 40px;
    justify-content: space-between;
}

.bloque_soluciones .columnas .wp-block-column {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    max-width: 245px;
    width: 25%;
    position: relative;
    transition: all 500ms;
}
@-webkit-keyframes escalar {
  0% {transform: scale(1);}
  50% {transform: scale(.95);}
  100% {transform: scale(1);}
}
@keyframes escalar {
  0% {transform: scale(1);}
  50% {transform: scale(.95);}
  100% {transform: scale(1);}
}

.bloque_soluciones .columnas .wp-block-column figure,
.bloque_portabilidad{
    display: block;
    animation: escalar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: escalar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: escalar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
.bloque_soluciones .columnas .wp-block-column:hover {
    transform: scale(1.05);
    color: gray;
}
.bloque_soluciones .columnas .wp-block-column a.omw-open-modal {
    /*font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;*/
        margin-top: -5px;
    display: block;
}
.azul {
    color: #0066A9;
}
.bloque_clientes {
    background: #f5f5fa;
}

.bloque_clientes .itemcomentario .item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
        max-width: 98%;
    margin: 0 auto;
}

.bloque_clientes .itemcomentario .item .imagen {
    width: 35%;
    max-width: 300px;
    padding-left: 30px;
}

.bloque_clientes .itemcomentario .item .det p {
    margin: 10px 0;
}

.bloque_clientes .itemcomentario .item .det {
    font-weight: 600;
    color: #525252;
    font-size: 21px;
    line-height: 25px;
    width: 65%;
        text-align: justify;
}
.bloque_clientes .itemcomentario .item .det .tit {
        text-align: right;
    color: black;
    margin-top: 20px;
}
.bloque_clientes .itemcomentario .item .det .tit img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#main .owl-nav button.owl-prev {
    position: absolute;
    bottom: 50%;
    background-image: url(../images/icon_left.png);
    display: block;
    width: 30px;
    height: 38px;
    background-position: left center;
    background-size: auto 100%;
    left: -45px;
    background-repeat: no-repeat;
    transform: translateY(50%);
}
#main .owl-nav button.owl-next {
    position: absolute;
    bottom: 50%;
    background-image: url(../images/icon_right.png);
    display: block;
    width: 30px;
    height: 38px;
    background-position: left center;
    background-size: auto 100%;
    right: -45px;
    background-repeat: no-repeat;
    transform: translateY(50%);
}

#main .owl-nav button.owl-prev span,
#main .owl-nav button.owl-next span{
    display: none;
}
.owl-nav {
    text-align: center;
}
main .bloque_clientes .wp-block-group__inner-container {
    padding: 60px 50px;
}
.bloque_planes {
        color: #43A046;
    font-weight: 600;
    font-size: 31px;
}

.lista_planes {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1305px;
    margin: 10px auto 40px;
}

.lista_planes .item {
    color: #0066A9;
    font-size: 16px;
    box-shadow: 0px 0px 6px #c1c1c1 inset;
    width: 30%;
    border-radius: 10px;
    padding: 10px;
        background: white;
    max-width: 350px;
}

.lista_planes .item:nth-child(2) {
    transform: scale(1.1);
}
.lista_planes .item:nth-child(2) .det3 a:hover {
    background: #0066a9;
}
.lista_planes .item .int {
    border: 5px solid #106db4;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}

.lista_planes .item .tit span {
    display: block;
    color: #215197;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.lista_planes .item .tit {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    line-height: 36px;
    display: block;
    margin-bottom: 5px;
}
.bloque_planes h4.wp-block-heading.has-text-align-center.titulo {
    margin-bottom: 8px;
}
.lista_planes .item .det1 {
    width: 90%;
    border-left: 5px solid lightgray;
    border-right: 5px solid lightgray;
    padding: 5px 14px;
    font-size: 13px;
    line-height: 15px;
    margin: 0 auto 5px;
    color: #215197;
}

.lista_planes .item .det2 {
    color: #215197;
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

.lista_planes .item .det3 {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    max-width: 100%;
}

.lista_planes .item .det3 ul {
    margin: 0 0 12px;
    list-style: none;
}

.lista_planes .item .det3 p {
    margin-bottom: 10px;
}

.lista_planes .item .det3 a {
    background: #0066A9;
    color: white;
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    box-shadow: 5px 5px 5px lightgray;
    margin: 0 auto;
    display: block;
    max-width: 190px;
    text-align: center;
}

.lista_planes .item .det3 a:hover {
    background: #00ac6a;
}

.lista_planes .item:nth-child(2) .det3 a {
    background: #00ac6a;
}

.header .menu li > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
    font-weight: bold;
    margin-left: 5px;
}
.bloque_planes.bloque_planes2 {
    position: relative;
}

.bloque_planes.bloque_planes2:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #f5f5fa;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    box-shadow: 0 5px 5px #d3d3d3;
}

.bloque_planes.bloque_planes2 .wp-block-group__inner-container {
    z-index: 1;
    position: relative;
}
.bloque_portabilidad {
        position: absolute;
    right: 15px;
    bottom: -20px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}
.bloque_portabilidad .wp-block-group__inner-container {
    padding: 0;
}
.bloque_portabilidad .descuento p {
    color: white;
}
.bloque_portabilidad p {
    margin: 0;
    color: #00ac6a;
}
.bloque_portabilidad .descuento {
    background: url(../images/icon_burbuja2.png);
    color: white;
    font-size: 40px;
    line-height: 45px;
    width: auto;
    gap: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 25px 42px 25px 17px;
    font-weight: 600;
    white-space: nowrap;
    width: 95px;
    margin: 0 auto 5px;
}
.bloque_portabilidad .descuento .wp-block-column:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
    padding-left: 8px;
}

.bloque_portabilidad .descuento .wp-block-column:nth-child(2) p {
    margin: 0;
}
.bloque_formulario {
        background: #f5f5fa;
    box-shadow: 0 6px 7px #e5e5e5 inset;
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}
.bloque_formulario form {
    width: 100%;
    max-width: 500px;
}
@-webkit-keyframes avanzar {
  0% {transform: translateX(0px)}
  50% {transform: translateX(-10px)}
  100% {transform: translateX(0px)}
}
@keyframes avanzar {
  0% {transform: translateX(0px)}
  50% {transform: translateX(-10px)}
  100% {transform: translateX(0px)}
}
.bloque_formulario figure.wp-block-image {
    margin: 0;
    max-width: 280px;
    animation: avanzar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: avanzar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: avanzar 4s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
.bloque_demo3 .wp-block-button__link {
        background: rgb(0 102 169);
    min-width: 140px;
    line-height: inherit;
}

.bloque_demo3 .wp-block-button__link:after {
    display: none;
}

.bloque_demo3 .wp-block-buttons.is-content-justification-center {
    justify-content: space-around;
}

.bloque_demo3 .wp-block-button__link:hover {
    background: rgb(0 172 106);
}
h5.titulo {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 24px;
}

h5.titulo img {
    margin-right: 10px;
}
/************
footer
*************/
footer#footer {
    position: relative;
    background: #e4e2e3;
    box-shadow: none;
}
#footer-widgets {
    padding: 30px 0 50px;
    margin: 0;
    color: gray;
    background: transparent;
    font-size: 16px;
}

#footer-widgets .footer-box.span_1_of_4 {
    padding: 0;
    width: 100%;
}

.logo_footer {
    text-align: left;
    width: auto;
    width: 200px;
}

.logo_footer img {
    margin: 0;
}

footer #rrss {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
footer #rrss a i {
    font-size: 2em;
    padding-right: 15px;
    color: #0066A9;
}
footer #rrss a span {
    font-size: 1.5em !important;
    color: #7e7d80;
}
footer #rrss .link-envelope {
    font-size: 1.2em !important;
}
footer .sedes h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #0066A9;
    margin: 0 0 5px;
}

ul.menu_footer {
    display: flex;
    flex-wrap: wrap;
}

ul.menu_footer li a {
    border-right: 1px solid #7e7d80;
    padding-right: 15px;
    padding-left: 15px;
    color: #7e7d80 !important;
}

ul.menu_footer li::before {
    display: none;
}

ul.menu_footer li:last-child a {
    border: none;
    padding-right: 0;
}

ul.menu_footer li a:hover {
    text-decoration: underline;
}

ul.menu_footer li:first-child a {
    padding-left: 0;
}
#footer-bottom {
    display: none;
}

.home ul.wp-block-list {
    list-style: none;
    margin: 0 0 20px;
}
.home ul.wp-block-list li {
        position: relative;
    padding-left: 25px;
}
.home.page-template-default.page #main #content-wrap {
    max-width: 100%;
    padding: 0;
}
.home.page-template-default.page header.page-header {
    display: none;
}
.lista_planes .item .det3 ul li {
    display: flex;
    position: relative;
    padding-left: 20px;
}
.bloque_demo3 .wp-block-cb-carousel .slick-slide {
    padding: 0 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    line-height: 18px;
}

.bloque_demo3 .wp-block-cb-carousel .slick-slide a {
    color: #00ac6a;
    font-weight: 600;
}

.bloque_demo3 .wp-block-cb-carousel .slick-slide p {
    margin: 0 0 5px;
}
.bloque_demo3 .slick-list figure {
    margin: 0 0 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bloque_demo3 .wp-block-cb-carousel {
    margin-bottom: 15px;
}
/*.page-id-766 #main {
    background: #f5f5fa;
    box-shadow: 0 6px 7px #e5e5e5 inset;
}*/
main div.wpforms-container-full, div.wpforms-container-full:not(:empty) {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
}
h4.wp-block-heading.titulo2 {
    color: #0066a9;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
}
.wp-block-coblocks-accordion-item__title:before {
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
    font-weight: bold;
    margin-left: 5px;
}
.home main div.wpforms-container-full, .home div.wpforms-container-full:not(:empty) {
    margin: 0;
    max-width: 100%;
}
body .omw-modal .omw-close-modal {
    background: #0066A9;
}

body .omw-modal h2.wp-block-heading,
.titulos.slick-slider {
    font-weight: 600;
    font-size: 25px;
    line-height: 28px;
}
.titulos.slick-slider {
    margin-top: -18px;
}
body .omw-modal {
    padding: 30px 35px;
}

.wp-block-column.fondogris {
    background: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}
.detetapas ul.wp-block-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.detetapas ul.wp-block-list li {
    width: 30%;
    margin: 0 1% 10px;
    background: #f0f0f0;
    padding: 10px 15px;
    text-align: center;
    border-radius: 5px;
}

.detetapas ul.wp-block-list li:before {
    display: none;
}

.detetapas2 figure {
    max-width: 75px;
}

.detetapas2 h3.wp-block-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.verde {
    color: #00ac6a;
}

.detetapas2 .wp-block-button__link {
    font-size: 16px;
    padding: 7px 15px;
    min-width: auto;
    font-weight: 500;
}

.detetapas3 .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 0;
}

.detetapas3 .wp-block-columns .wp-block-column {
        width: 50%;
    flex-basis: unset;
    border: 1px solid lightgray;
    padding: 15px 25px;
}
.detetapas3 {
    margin-top: 40px;
}
.detetapas2 .wp-block-columns {
    gap: 10px;
}
.recursosslider ul.slick-dots {
    bottom: 0;
}

.recursosslider .slick-slider {
    padding-bottom: 32px;
}

.recursosslider ul.slick-dots .slick-active button {
    background: transparent !important;
}

.recursosslider ul.slick-dots .slick-active button::before {
    display: none;
}


body .omw-modal .recursosslider h2.wp-block-heading {
    margin: 0 0 5px;
    font-size: 20px;
}

body .omw-modal .recursosslider {
    font-size: 16px;
    line-height: 19px;
}
body .omw-modal .slick-track {
    width: 100%;
}
.bloque_impacta,
.bloque_impacta2{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 40px 0;
}

.bloque_impacta img {
    max-width: 80px;
    display: block;
    margin: 0 auto;
}

.bloque_impacta .wp-block-columns,
.bloque_impacta2 .wp-block-columns{
    gap: 20px;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.bloque_impacta .wp-block-column,
.bloque_impacta2 .wp-block-column{
    width: 30%;
    flex-basis: unset !important;
}
.bloque_impacta2 img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: -16px;
}
.bloque_impacta2 .wp-block-column{border: 2px solid #00ac6a;border-radius: 8px;padding: 0 20px 20px;margin-bottom: 10px;max-width: 35%;}

.bloque_impacta2 .wp-block-column h2 {
    font-size: 16px !important;
    line-height: 16px !important;
    margin: 0 0 5px;
}

.bloque_impacta2 .wp-block-image {
    margin-bottom: 10px;
}
body .omw-modal  .wp-block-group {
    margin: 25px 0;
}
.footer-widgets-inner.container {
    padding: 0 50px;
}
.bloque_demo .wp-block-column:nth-child(2){ 
    max-width: 35%;
    width: 35%;
}
.bloque_demo2 .wp-block-column:nth-child(2){ 
    max-width: 40%;
    width: 40%;
}
.bloque_demo3 .wp-block-columns .col2{ 
    max-width: 58%;
    width: 58%;
    padding: 0 25px;
}
.bloque_demo3 .wp-block-columns .col1 {
    max-width: 26%;
    width: 26%;
    margin-left: 4%;
    font-size: 16px;
    line-height: initial;
}

.bloque_demo3 .wp-block-columns {
    justify-content: space-between;
}
.bloque_demo3 .wp-block-columns .wp-block-column:nth-child(1) {
    text-align: justify;
}
.bloque_demo3 .wp-block-columns .wp-block-column:nth-child(2) .wp-block-column:nth-child(1) {
    max-width: 100%;
            width: 100%;
}
.bloque_demo3 h5.titulo {
    justify-content: center;
}
footer ul.wp-block-list li {
    padding-left: 0 !important;
}
main .bloque_planes .wp-block-group__inner-container {
    padding-bottom: 15px;
}
.home ul li:before,
.lista_planes .item .det3 ul li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
    color: #00ac6a;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
ul.menu_footer li:before {
    display: none;
}
.footer-box.col-2,.footer-box.col-3,.footer-box.col-4 {
    margin: 0 !important;
}
.menumovil ul li:before {
    display: none;
}
.bloque_inicio .wp-block-column figure {
    max-width: 460px;
    margin: 0 0 0 auto;
}
.bloque_plataforma  .wp-block-group__inner-container {
    padding-bottom: 0;
}
.bloque_demo.ocultar {
    display: none;
}

.bloque_demo.fijo {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    font-size: 17px;
    padding: 10px;
}
.bloque_demo.fijo .wp-block-group__inner-container {
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
}
.lista_planes .item .det3 p strong {
    color: #00ac6a;
    text-align: center;
    display: block;
}
.bloque_experiencia .slick-track {
  display: flex !important;
}
.bloque_experiencia .slick-track .slick-slide {
  display: flex !important;
  height: auto;
  align-items: center;
  justify-content: center;
}
div#soluciones {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}
#carousel-partners.owl-carousel .owl-stage {
    display: flex !important; /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center; /* To center the carousel */
        align-items: center;
}
#carousel-partners img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    max-height: 130px;
}
#carousel-partners .imagen {
    display: block;
    margin: 0 auto;
    max-width: 180px;
    width: 100%;
}
.itempartner {
    padding: 0 10px;
    display: block;
}
#carousel-partners {
    padding-top: 20px;
}
.bloque_demo3 h5.wp-block-heading {
    margin-bottom: 8px;
}
#scroll-top {
    display: none !important;
}
.aos-init.desactivar {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

#soluciones> .wp-block-group__inner-container,
#beneficios> .wp-block-group__inner-container{
    padding-bottom: 100px;
}

.bloque_sirve.siguiente a {
    font-size: 0 !important;
    text-indent: -9999;
}
#beneficios,
#comunidad,
#planes,
#recursos{
    display: flex;
    align-items: center;
    position: relative;
}
main .wp-block-group__inner-container .wp-block-group__inner-container {
    padding-left: 0;
    padding-right: 0;
}
.bloque_demo3 .bloque_ebookup {
    margin-bottom: 40px;
}
#planes2 {
    display: flex;
    align-items: center;
}

#planes2.bloque_demo2 .titulo {
    margin-bottom: 60px;
}
#planes2 .bloque_demo2 {
    font-weight: normal;
}

#planes2 .bloque_demo2 li {
    margin: 5px 0;
}