@font-face {
    font-family: 'new-hero';
    /*src: url('https://use.typekit.net/rsc6hot.css');*/
    src: url('https://use.typekit.net/eqv4hbs.css')
}

html {
    scroll-behavior: smooth;
}

.wrapper.blue{
    background: #E9F4FF!important;
    margin-bottom: 4rem;
}

.wrapper.dark{
    position:relative;
}
.wrapper.dark h2, .wrapper.dark h3, .wrapper.dark h4, .wrapper.dark p, .wrapper.dark ul{
    color:#fff;
}
.wrapper.dark .overlay{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.3);
}

.dark{
    background-color: #141B3D;
    background-image: url(images/bg-dark.svg);
    background-size: cover;
    background-position: bottom center;
}
.dark h2, .dark h3, .dark h4, .dark p, .dark ul{
    color:#fff;
}

.gradient{
    background-image: linear-gradient(#E9F4FF, #fff);
}

.callout.domain-info{
    background: rgba(0,0,0,0.3);
    border-radius:12px;
}
.callout.domain-info img {
    width:50%;
    border-radius:12px;
    margin-bottom: 1rem;
}
.callout.domain-info p {
    margin:0;
}

.right-header {
    background: transparent;
}
.header-fixed{
    background-image: url(images/bg-head-page.svg);
    background-size: cover;
    background-position: center center;
}


.nav{
    margin-bottom: 2rem;
}
.top-bar, .top-bar ul {
    background: #E9F4FF;
}
.top-bar{
    padding: 0 0;
}
.menu, .menu.horizontal {
    float:right;
}
.menu a {
    color:#333;
    ;
}
.menu a i{
    color:#026CFF;
}

.dropdown.menu{
    position:absolute;
    left:0;
}
.dropdown.menu li{
    display:block;
    width:100%;
    background: #fff;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    position: relative;
    top: 0%;
    right: 0;
    left: 0;
    background: #fff;
    width:100%;
    padding-left: 1rem;
}
.title-bar {
    padding: 0.5rem;
    background: #026CFF;
    color: #fefefe;
    display: inline-block;
}

.exo-menu {
}


.off-canvas {
    background: #E9F4FF;
}

body, p{
    font-family: "new-hero", sans-serif;
    font-size: 14px;
}
.margintop {
    margin:1rem 0 0 0
}

h1, h2, h3, h4, h5, h6{
    font-family: "new-hero", sans-serif;
    font-weight: 600;
    font-style: normal;
    color:#141B3D;
}

.button{
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.85rem 1.5rem 0.6rem 1.5rem;
    font-weight: 600;
}

.radius .grid-x{
    border-radius: 26px;
    overflow: hidden;
}

.header-page{
    background-image: url(images/bg-head-page.svg);
    background-size: cover;
    background-position: bottom center;
}

.flex-content{
    display:flex;
    justify-content: center!important;
    align-items: center!important;
    padding: auto 3rem;
}

.flex-center{
    padding: 1rem 0;
}

.trans{
    background: transparent;
    border:none;
}

.fullwide{
    background: #E9F4FF;
    width:100%;
}
.fullwide.heading{
    background-color: #E9F4FF;
    width:100%;
    padding: 1rem 0;
    margin-bottom: 4rem;
}

.afiliados-link{
    background: #d9edff;
}
.afiliados-link a{
    display:block;
    text-align: center;
    padding: 2rem 0;
    color:#333;
    font-weight: 600;
}


.callout.large {
    padding: 5rem 3rem;
}

ul.checks{
    margin-top: 2rem;
}
ul.checks li{
    position:relative;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
}
ul.checks li{
    list-style: none;
}
ul.checks li:after{
    content:'';
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url(images/circle-check-solid.svg);
    background-size: cover;
    position:absolute;
    top:0;
    left:-30px;
}

.dark ul.checks li:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/circle-check-solid-white.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: -30px;
}

ul.boxes{
    list-style:none;
    margin:0;
    padding:0;
}
ul.boxes li{
    border:solid 1px #ccc;
    border-radius:12px;
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 0.8rem;
    box-shadow: 6px 6px 4px rgba(0,0,0,0.2);
    background: #fff;
}
ul.boxes img{
    width: 60px;
    margin-bottom: 0.8rem;
}
ul.boxes li .button{
    margin-bottom: 0!important;
}
ul.boxes li strong{
    font-size:1.5rem;
    ;
    font-weight:600;
}


ul.no-space-list{
    margin-top: 0;
    margin-bottom: 2rem;
}

.input-group .button{
    border-radius: 25px!important;
    margin-left: -30px;
}
.input-group input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.input-group input, .input-group .button{
    margin-bottom: 0;
    padding: 0 2rem;
    height:50px;
    line-height: 50px;
}

.mecanismos{
    border-top: solid 1px #ccc;
    padding-top: 2rem;
    margin-top: 2rem;
}



.extensions{
    text-align: center;
    padding: 0.5rem;
    margin-bottom: -2rem;
    font-size: 12px;
}
.extensions span{
    display:inline-block;
    padding: 0 0.7rem 0 0.2rem;
    border-right:solid 1px #0061A3;
}
.extensions span:last-child{
    border-right:none;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1;
    color: #141B3D;
}

.accordion-item.is-active{
    background: #fafcff;
    border-top:0!important;
}
.accordion-item.is-active, .accordion-item.is-active .accordion-content,
.accordion-title:hover, .accordion-title:focus {
    background: #E9F4FF;
}
.accordion-content{
    border-top:0!important;
    padding-top: 0!important;
}

input[type="submit"] {
    appearance: auto;
    user-select: none;
    white-space-collapse: preserve;
    text-wrap: nowrap;
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #026CFF;
    color: #fefefe;
    padding-block: 1px;
    padding-inline: 6px;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
    line-height: 1;
    padding: 0.85rem 1.5rem 0.6rem 1.5rem;
    font-weight: 600;
}
.contact a span{
    color:#333;
}
.callout.rounded{
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 26px;
    border: none;
}
.callout.rounded p{
    margin-bottom: 0;
}
.callout.registro{
    background: transparent;
    margin-bottom: 1rem;
    border: solid 1px #ccc;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.callout.registro img{
    display: block;
    margin: 0 auto 1rem auto;
}

.callout.hosting{
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 26px;
    border: solid 1px #004696;
}

.callout.hosting h4{
    text-align:center;
}

.callout.hosting .button{
    display:block;
}



.callout.hosting ul{
    list-style: none;
    margin:1rem 0;
}
.callout.hosting ul li{
    display:block;
    padding: 6px;
}
.callout.hosting ul li:nth-child(odd) {
    background: #E9F4FF
}


.wordpress ul{
    text-align: left;
    margin-bottom: 1rem;
}
.wordpress ul li{
    display:block;
    padding: 6px;
    padding-left: 24px;
    position:relative;
    font-size: 0.8rem;
}
.wordpress ul li:nth-child(odd) {
    background: #E9F4FF
}
.wordpress ul li:after{
    content:'';
    display:inline-block;
    width:14px;
    height:14px;
    background-image: url(images/check.svg);
    background-size: cover;
    position:absolute;
    top:8px;
    left:5px;
}

.topventas{
    text-align: center;
}
.topventas span{
    display:inline-block;
    background: #FFD100;
    padding: 6px 14px 0 14px;
    border-radius: 40px;
}

.call-action{
    margin: 4rem;
    padding: 2rem;
    border-radius: 20px;
    background: #E9F4FF
}

.callout.rounded p{
    margin-bottom: 0;
}

.callout.registro img{
    display: block;
    margin: 0 auto 1rem auto;
}

.blocks .box-rounded{
    padding: 1rem;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 2rem;
    box-shadow: 4px 4px 6px #80C1E7;
    position:relative;
}

.blocks .box-rounded h4, .blocks .box-rounded h3{
    text-align:center;
}

.blocks .box-rounded .button{
    display:block;
}

.blocks .box-rounded ul{
    list-style: none;
    margin:1rem 0;
}
.blocks .box-rounded ul li{
    display:block;
    padding: 6px;
}
.blocks .box-rounded ul li:nth-child(odd) {
    background: #E9F4FF
}

.blocks .box-rounded .foot {
    position:relative;
    right:0;
    bottom:0;
    padding: 1rem;
    left:0;
}
span.price {
    display:inline-block;
    font-size: 0.8rem;
    font-weight: 300;
}

.callout.hosting .foot {
    position:relative;
    right:0;
    bottom:0;
    padding: 1rem;
    left:0;
}
.callout.registro .foot {
    position:relative;
    right:0;
    bottom:0;
    padding: 1rem;
    left:0;
}
.cell:nth-child(4) .callout.registro .foot {
    position:relative!important;
    right:0;
    bottom:0;
    padding: 0;
    left:0;
}

.callout.registro ul{
    text-align: left;
    margin-bottom: 1rem;
}
.callout.registro ul li{
    display:block;
    padding: 6px;
    padding-left: 24px;
    position:relative;
    font-size: 0.8rem;
}
.callout.registro ul li:nth-child(odd) {
    background: #E9F4FF
}
.callout.registro ul li:after{
    content:'';
    display:inline-block;
    width:14px;
    height:14px;
    background-image: url(images/check.svg);
    background-size: cover;
    position:absolute;
    top:8px;
    left:5px;
}

.testimonials{
    background: #fff;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    border-radius: 26px;
}
.testimonials .cell img {
    display: inline-block;
    border-radius: 50%;
    width: 100px;
}

.testimonials .cell h6 {
    margin-bottom:0;
}

figure.image img{
    max-width: 70px!important;
}

.form-contact{
    border-radius: 26px;
    background: #E9F4FF;
    padding-bottom: 4rem;
}

#contact-form input[type="submit"]{
    float:right!important;
    margin: 0.5rem 1rem 0 0;
}

table thead th{
    background: #000;
    color:#fff;
}
table td p{
    margin-bottom: 0;
}
table td p .fa-solid {
    font-size:1.5rem;
    color:#14ce09;
}
table td .fa-solid{
    font-size:1.5rem;
    color:#14ce09;
}
table td .fa-solid:before{
    margin-right:-8px;
}

.responsive-card-table th {
    background: #141B3D;
    color: #fff;
    font-weight: 600;
}

.table-comun tr:nth-child(even) {
    background: #E9F4FF
}
.table-comun tr:nth-child(odd) {
    background: #FFF
}

table td .button{
    font-size: 0.7rem
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    padding: 1rem;
}
::placeholder {
    color: #141B3D;
}
.nomovil{
    display:none;
}

.clientes{
    text-align: center;
}
.clientes .cell{
    display:inline-block;
    width:16%;
    text-align: center;
}
.clientes .cell img{
    width:80%;
}

.slider {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.callout.registro .left img, .callout.registro .right img {
    display: inline-block;
    margin: 0 auto 1rem auto;
}

.services .cell{
    margin-bottom: 0.8rem;
}
.services .cell h5{
    margin-bottom: 0!important;
}

ul.workspace{
    list-style: none;
    padding:0;
    margin:0 0 2rem 0;
    text-align:center;
}
ul.workspace li{
    display:inline-block;
    text-align: center;
    margin: 1rem;
}
ul.workspace li img{
    display:inline-block;
    width: 60px;
}
ul.workspace li span{
    display:block;
}

ul.microsoft{
    list-style: none;
    padding:0;
    margin:0 0 2rem 0;
    text-align:center;
}
ul.microsoft li{
    display:inline-block;
    text-align: center;
    margin: 1rem;
}
ul.microsoft li img{
    display:inline-block;
    width: 60px;
}
ul.microsoft li span{
    display:block;
}
/*.wf-pachamama-1{
    display:none!important;
}*/

[class*="wf-pachamama-"] {
    display:none!important;
}



/* Mega Menu
===================== */

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

.exo-menu a, .exo-menu a:hover, .exo-menu a.active, .exo-menu a:active, .exo-menu a:visited, a:focus{
    color:#004696!important;
    text-decoration:none;
    cursor:pointer;
}

.exo-menu{
    width: 100%;
    float: right;
    list-style: none;
    margin:0;
    padding:0;
    text-align:right;
    z-index:11;
    padding-top: 0px;
}

.exo-menu > li {
    display: inline-block;
}
.exo-menu > li > a{
    font-family: 'new-hero';
    font-size: 2rem;
    text-decoration: none;
}
.exo-menu > li > a:active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover, li.drop-down ul > li > a:active,
.mega-drop-down:hover a
{
    background:#fff;
    color:#000;
}
li.drop-down,
.flyout-right,
.flyout-left{
    position:relative;
}
li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}
li.drop-down>ul{
    left: 0px;
    min-width: 230px;

}
.drop-down-ul{
    display:none;
}
.flyout-right>ul,
.flyout-left>ul{
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display:none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}

h4.mega-title {
    color:#eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}

.mega-menu {
    left: 0;
    right: 0;
    padding: 0;
    display:none;
    box-shadow: 0 6px 6px 0px rgba(0,0,0,0.3);
    text-align: left!important;
}
h4.mega-title {
    color: #004696;
    margin-top: 0px;
    font-size: 14px;
    padding-bottom: 13px;
    text-transform: none;
    padding: 0px;
    font-weight: bold;
    border-bottom: none;
    ;
}

.mega-menu .mega-menu .cell, .mega-menu .mega-menu .cell ul{
    overflow: visible!important;
}

.mega-menu ul{
    margin-left:0;
}

.mega-menu ul li a.no-link {
    display:block;
    padding: 3px 0px;
    color:#000!important;
    font-weight: 300!important;
    margin-bottom: 10px!important;
}

ul.standar li a, .exo-menu ul.standar li a  {
    padding: 3px 0px;
    color:#004696!important;
}
ul.standar li a.view-more{
    color:#fff!important;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
    border-radius: 1px;
    margin-top:15px;
    background-color: #004696;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}
a.view-more:hover{
    color:#fff;
    background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}

/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
    background-color: #fff;
}

/*hover*/
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
li.drop-down>a:hover +.drop-down-ul,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
    display:block;
    text-align: left!important;
}

li.mega-drop-down.large-3.medium-3.cell{
    margin-top: 1rem;
    margin-bottom:2rem;
}
li.mega-drop-down.large-3.medium-3.cell li.mega-drop-down.large-3.medium-3.cell{
    margin: 0rem!important;
}
.mega-menu-wrap .grid-x.grid-padding-x {
    justify-content: flex-end;
}

.mega-menu .mega-menu {
    position:relative!important;
    top: auto!important;
    bottom:auto!important;
    right: 0;
    left: 0;
    width: auto!important;
    display:block!important;
    height: auto!important;
    padding:0!important;
    list-style:none!important;
    box-shadow: none;
    overflow:hidden;
}
.mega-menu ul{
    margin:0!important;
}

.mega-menu a{
    font-weight: 600;
}
.mega-menu .mega-menu a{
    font-weight: 300!important;
}
.mega-menu .mega-menu ul {
    list-style:none!important;
    margin:0!important;
    padding:0!important;
    position:relative;
}
.orbit-movil{
    display:block;
}
.orbit-pc{
    display:none;
}

.calcu{
    padding: 1.8rem 2rem;
    border: solid 1px #9E9E9E;
    border-radius: 12px;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.23);
    /*padding:1rem;
    border:solid 8px #333;
    border-radius: 12px;
    background: #fff;
    box-shadow: inset  0 0 10px 0 rgba(0,0,0,0.5)*/
}
.callout.autor{
    background: #eee;
    border:none
}

@media print, screen and (min-width: 40em){
    .mega-menu .mega-menu .cell {
        padding-right: 0!important;
        padding-left: 0!important;
        width:100%!important;
        overflow:hidden;
    }
    .orbit-movil{
        display:none;
    }
    .orbit-pc{
        display:block;
    }
}

a.toggle-menu, a.toggle-menu:hover{
    right: 0px;
    color: #014596;
    top: 57px;
    left:0;
    float:left!important;
}
a.toggle-menu.in-menu{
    position: relative;
    right: 0px;
    padding: 12px;
    background-color: #eee;
    color: #fff;
    top: 0px;
    left:0;
    text-align: left;
}
.exo-menu > li > a{
    display:block;
    padding: 12px 12px;
}
.button.toggle-menu {
    display: inline-block;
}

.left-header{
    text-align:left;
}
.left-header img{
    width:100%;
    margin: 0.2rem auto;
}

.radius .grid-x{
    border-radius: 26px;
    overflow: hidden;
    background: #E9F4FF;
    margin-bottom: 3rem;
}
.flex{
    display:flex;
}

.flex-content{
    display:flex;
    justify-content: center!important;
    align-items: center!important;
    padding: auto 3rem;
}

.flex-center{
    padding: 1rem 2rem;
}

.flex-center h3{
    font-size:3rem;
    margin-bottom: -10px;
    color:#026CFF;
}

.flex-center h2{
    font-size:2.2rem;
}

.blogrow {
    border-bottom:solid 1px #ccc;
    padding-bottom:0rem;
    margin-bottom: 0.5rem;
}
.blogrow h5{
    font-weight:300!important;
}
.blogrow .flex{
    display:flex;
    align-items: center;
}

.space-left{
    padding-left: 0.8rem!important;
    margin-bottom: 2rem;
}

/*responsive*/
@media (max-width:1260px){
    .exo-menu {
        text-align: right!important;
    }
}

@media (min-width:1023px){

    .button.toggle-menu, .exo-menu > li > a.button.toggle-menu.in-menu {
        display: none!important;
    }

    .mega-menu, .flyout-mega-wrap, .flyout-right>ul,
    .flyout-left>ul, li.drop-down>ul{
        position:absolute;
        z-index: 9999;
    }
    .flyout-right>ul{
        left: 100%;
    }
    .flyout-left>ul{
        right: 100%;
    }
    .mega-menu#Partners{
        z-index:-1!important;
        background: transparent!important;
        top:-1000px;
    }

}
@media (max-width:1023px){
    .exo-menu {
        text-align: center!important;
    }
    .exo-menu {
        text-align: center!important;
    }

    .exo-menu {
        min-height: 0px;
        background-color: #fff;
        width: 100%;
    }

    .exo-menu > li {
        display: none;
    }
    .exo-menu.display{
        position:relative!important;
        display: inline-block;
        overflow: hidden;
    }
    .exo-menu.display > li {
        display: inline-block;
    }
    .exo-menu.display > li.btn-home{
        width:100%;
    }
    .exo-menu > li > a{
        width:100% ;
        display:none;

    }
    .exo-menu > li{
        width:100%;
    }
    .exo-menu.display > li > a{
        display:block ;
        padding: 10px 22px;
        font-size:1.5rem;
        text-align: left;
    }
    .exo-menu.display > li > a.in-menu{
        display:block ;
    }

    .mega-menu,.flyout-right>ul,
    .flyout-left>ul, li.drop-down>ul{
        position:relative;
    }
    .left-header{
        text-align:center;
    }
    .left-header img{
        width:60%;
        margin: 0.5rem auto;
    }
    .right-header{
        background: #eee;
        padding: 16px;
    }
    .right-header .left-navtop{
        float:none;
        display:inline-block;
    }
    .right-header .right-navtop{
        float:none;
        display:inline-block;
    }

    .button.phone h5 {
        color: #004696;
        font-size: 1.5rem!important;
    }
    h5 span.idioma-sel {
        color: #004696;
        font-size: 1.2rem!important;
    }

}

.mega-menu-wrap div, .mega-menu-wrap ul{
    overflow:visible!important;
}
.mega-menu-wrap a.menu-nav{
    padding: 8px;
    margin: 0 0 8px -6px;
    display:block;
    line-height: 1.2;
    border-bottom:solid 1px #E9F4FF;
    transition-duration: 1s;
    border-radius: 6px;
    transition-duration: 0.5s;
}
a.menu-nav:hover{
    background: #E9F4FF;
    transition-duration: 0.5s;
}


.mega-menu-wrap a.menu-nav span{
    font-family: Arial, sans-serif!important;
    margin-top: 0px;
    display:block;
    font-size: 13px;
    font-weight: 300!important;
    color:#777777;
    line-height: 1.2;
}

/* FIN Mega Menu
===================== */

/*Verifica*/

.verifica{
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image: url(images/bg-head-page.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.code-input {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.code-input input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #000;
    border-radius: 5px;
    color: #026CFF;
}
/*Verifica*/

@media print, screen and (min-width: 40em){

    .exo-menu{
        padding-top: 35px;
    }
    .exo-menu > li > a{
        font-size: 1rem;
    }
    .nav{
        margin-bottom: 0;
    }
    .top-bar {
        padding: 0.5rem 0;
    }
    .dropdown.menu li{
        display:block;
        width:100%;
        background: transparent;
    }
    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        position: absolute;
        top: 100%;
        right: auto;
        left: 0;
        background: #fff;
        width:auto;
        padding-left: 0;
    }
    .nomovil{
        display:inline-block;
    }
    .dropdown.menu{
        position:relative;
    }
    .dropdown.menu li{
        display:block;
        width:auto;
    }
    .space-left{
        padding-left: 0.8rem!important;
        margin-bottom: 2rem;
    }

    .form-contact{
        border-radius: 26px;
        background: #E9F4FF;
        padding-bottom: 2rem;
    }

    #contact-form input[type="submit"]{
        float:right!important;
        margin: -1.5rem 1rem 0 0;
    }

    .blocks .box-rounded .foot {
        position:absolute;
        right:0;
        bottom:0;
        padding: 1rem;
        left:0;
    }

    .callout.hosting .foot {
        position:absolute;
        right:0;
        bottom:0;
        padding: 1rem;
        left:0;
    }
    .callout.registro .foot {
        position:absolute;
        right:0;
        bottom:0;
        padding: 1rem;
        left:0;
    }

    .accordion-title {
        font-weight: 600;
    }
}

#form-calculadora {
    background-image: url(images/bg-head-page.svg);
    background-size: cover;
    background-position: bottom center;
    border: solid 1px #9E9E9E;
    border-radius: 12px;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.23);
}
#form-calculadora .callout {
    background-color: transparent;
    border:none;
}
#form-calculadora h6, #form-calculadora p{
    text-align: left;
}
#form-calculadora h6 span{
    color: #026CFF;
    font-weight: 700;
}


.config-cookies {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    z-index:9999;
}

.config-cookies a, .config-cookies a:visited, .config-cookies a:focus {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0;
    background: #026CFF;
    border-radius: 50%;
    color: #fff!important;
    box-shadow: 0 0 0 10px #026CFF;
    overflow: visible;
    text-align: center;
    line-height: 34px;
}
.config-cookies a .fa-solid {
    display: inline-block;
    line-height: 34px;
}

.config-cookies a span {
    display: none;
    background: #026CFF;
    border-radius: 17px;
    box-shadow: 0 0 0 10px #026CFF;
    color: #fff;
    line-height: 34px;
    position: absolute;
    padding-left: 50px;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    z-index: -1;
}

.config-cookies a:hover span {
    display: block;
    width: 220px;
}

#cont-avis-cookies {
    background: #fff;
    width: 100%;
    z-index: 300;
    padding: 2rem 0;
    box-shadow: 0 10px 60px 0px rgba(0, 0, 0, 0.5);
    overflow: visible;
    border-top: solid 1px #004696;
}

#avis-cookies {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    z-index: 200;
}

/*CARRUSEL*/
.carousel {
    margin: 0 auto;
    padding: 0;
    max-width: 400px;
    overflow: hidden;
    display: flex;
}

.card {
    width: 180px;
    color: white;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    font-size: xx-large;
    justify-content: center;
    align-items: center;
    min-height: 180px;
    border:none!important
}
.card img{
    display:block;
}

.carousel {
    /* ... */
    > * {
        flex: 0 0 100%;
    }
}

/* Agrupando las tarjetas para una mejor estructura. */
.group {
    display: flex;
    gap: 12px;
    /* Agrega padding a la derecha para crear un espacio entre la última y la primera tarjeta. */
    padding-right: 12px;
}


.group {
    /* ... */
    will-change: transform; /* Deberíamos ser amables con el navegador: hazle saber qué vamos a animar. */
    animation: scrolling 50s linear infinite;
}

.toright .group {
    /* ... */
    will-change: transform; /* Deberíamos ser amables con el navegador: hazle saber qué vamos a animar. */
    animation: scrolling-right 50s linear infinite;
}
.toleft .group {
    /* ... */
    will-change: transform; /* Deberíamos ser amables con el navegador: hazle saber qué vamos a animar. */
    animation: scrolling-left 50s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes scrolling-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes scrolling-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.carousel {
    /* ... */
    &:hover .group {
        animation-play-state: paused;
    }
}


/* Countdown*/
.countdown-timer {
    animation: fadeIn 2s ease-in-out;
    align-items: center;
    border-radius: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.countdown-timer .countainer-ul {
    display: flex;
    justify-content: space-evenly;
}
.countdown-timer-ul {
    border-radius: 25px;
    color: #000;
    margin: auto auto 15px auto;
    position: relative;
    text-align: center;
    transition: opacity 0.7s ease-in-out;
    position: relative;
    width: 100%;
}
.countdown-timer .date-item {
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    text-align: center;
    font-size: 0.8rem;
    width: 88px;
}
.countdown-timer ul {
    margin-bottom: 0px;
    padding: 0px;
}
.countdown-timer ul li span {
    background-color: #026CFF;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    width: 88px;
    height: 88px;
    display: flex;
    font-size: 2.5rem;
    padding-top: 6px;
    margin-bottom: 4px;
    align-items: center;
    justify-content: center;
}
.countdown-timer ul li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    text-transform: uppercase;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#ebook-ssl{
    position:absolute;
    top:0;
    width:100%;
    padding: 2rem 0;
    z-index: 9999;
}
#ebook-ssl .close{
    position:absolute;
    top:10px;
    right:10px;
    padding: 0;
    width:20px;
    height:20px;
    line-height: 20px!important;
    text-align: center;
}

@media screen and (min-width: 64em) {
    .header-fixed {
        position: fixed;
        z-index: 9999;
        width: 100%;
    }

    .countdown-timer-ul {
        width: 40%!important;;
    }
}

@media (max-width:768px){
    .cg-hero__left-inner--cg{
        margin-bottom: 48px !important;
    }
    .cg-reg__left--cg{
        margin-bottom: 48px !important;
    }
    .cg-why__content--cg{
        padding: 48px 24px !important;
    }
}
