:root {
    --primario: #005aa6;
    --secundario: #eec211;
    --tercero: #FFFFFF;
}
 
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
body div,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html::-webkit-scrollbar {
    width: 10px;
    cursor: pointer;
}

html::-webkit-scrollbar-track {
    background-color: var(--primario);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--secundario);
}

html {
    scroll-behavior: smooth;
}

a {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0;
    vertical-align: bottom
}

del,
ins {
    text-decoration: none
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

button,
input,
select,
textarea {
    font-size: 100%
}

.group:after,
.group:before {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.ie6 .group {
    zoom: 1
}

.ie7 .group {
    zoom: 1
}

input[type=email],
input[type=search],
input[type=text],
select,
textarea {
    padding: 5px 10px;
    /* border: 1px solid #eed564; */
    border: none;
    outline: none;
    color: black;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 18.4px;
    font-size: 1.15rem;
    width: 100%;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

input[type=submit] {
    color: white;
}

textarea {
    height: 100px
}
form label {
    display: block;
    margin-bottom: 8px;
    font-size: 17.6px;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

::-ms-input-placeholder {
    color: #b3b3b3;
    opacity: 1
}

::placeholder {
    color: #b3b3b3;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b3b3b3
}

::-ms-input-placeholder {
    color: #b3b3b3
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: ""
}


/* splash{ */

.splash {
    background: var(--primario);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000000000;
    transition: all 0.5s;
}

.splash img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    width: 200px;
    height: auto;
}

.icon-whatsapp {
    position: relative;
}

.icon-whatsapp::before {
    content: '';
    display: inline-block;
    background: url('../images/whatsapp.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.btn.icon-whatsapp::before {
    width: 20px;
    height: 18px;
    margin-right: 5px;
}
.w-100{
    width: 100% !important;
}
.don-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(3, 92, 162, 0.89);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    transform: translateY(-100%);
    transition: all 0.5s;
}

.don-menu-abierto {
    transform: translateY(0);
    transition: all 0.5s;
}

.don-menu .logo img {
    max-height: 100px;
}

.don-menu ul {
    list-style: none;
}

.don-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.don-menu ul li a {
    position: relative;
    display: block;
    color: var(--tercero)
}

.don-menu li a::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: var(--secundario);
    bottom: -10px;
    left: 50%;
    transform: translatex(-50%);
    width: 0px;
    height: 2px;
    border-radius: 5px;
    transition: all 0.5s;
}

.don-menu ul li a:hover::before {
    width: 80%;
    transition: all 0.5s;
}

.don-menu {}

.don-menu {}

.clearfix:after {
    clear: both
}

.titulo-especial {
    text-align: center;
    color: #003362;
    text-transform: uppercase
}

.ancho-max {
    width: 80%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto
}

.render-img {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges
}

.esconder-texto {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.visualmenteescondido.focusable:active,
.visualmenteescondido.focusable:focus {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    overflow: visible
}

h1 {
    font-size: 36.8px;
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: #003362
}

h2 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--primario)
}

h3 {
    font-size: 28.8px;
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: var(--primario);
}

p {
    margin-bottom: 10px
}

a {
    color: #003362;
    text-decoration: none
}

a:focus,
a:hover {
    color: #0068c8
}

strong {
    font-weight: 700
}

.texto-blanco {
    color: #fff
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?j5dy6i');
    src: url('../fonts/icomoon.eot?j5dy6i#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?j5dy6i') format('truetype'), url('../fonts/icomoon.woff?j5dy6i') format('woff'), url('../fonts/icomoon.svg?j5dy6i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

[class*=" icon-"]:before,
[class*=" li-icon-"] a:before,
[class^=icon-]:before,
[class^=li-icon-] a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-star:before {
    content: "\e900"
}

.icon-arriba:before {
    content: "\e90e"
}

.icon-cerrar:before {
    content: "\e90f"
}

.icon-menu:before {
    content: "\e910"
}

html {
    height: 100%;
    margin-bottom: 1px;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    color: #585858;
    font-family: 'Muli', sans-serif;
    text-align: left;
    font-weight: 400;
    font-size: 22.4px;
    font-size: 1.4rem;
    overflow: initial !important;
}

.clear {
    clear: both
}

img {
    height: auto;
    max-width: 100%;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges
}

.ancho {
    width: 80%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    /* position: relative; */
}

.btn,
a.btn {
    display: inline-block;
    padding: 8px 15px 8px;
    color: #fff;
    background: var(--secundario);
    cursor: pointer;
    font-family: 'Squada One', cursive;
    font-size: 32px;
    font-size: 1.9rem;
    text-transform: uppercase;
    border: 2px solid var(--secundario);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}
.btn-w{
width: 150px;
}
.btn:active,
.btn:focus,
.btn:hover,
a.btn:active,
a.btn:focus,
a.btn:hover {
    padding: 10px 17px 10px;


    color: #fff;
    border: none
}

#ir-arriba {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
    position: fixed;
    bottom: 35px;
    right: 20px;
    background-color: var(--primario);
    z-index: 20;
    border: 2px solid var(--tercero);
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#ir-arriba:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tercero)
}

.don-whats-fijo {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
    position: fixed;
    bottom: 90px;
    right: 20px;
    background-color: #06d755;
    z-index: 20;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.don-whats-fijo:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    background: url("../images/whatsapp.png");
    background-size: 100%;
    background-position: center;
}

header {
    padding: 100px 0;
    position: relative;
    background-image: url('../images/estadio_header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primario);
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

header #parallax-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/parallax.png");
    background-size: contain;
}

header::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primario);
    background: linear-gradient(0deg, var(--primario) 0%, rgba(0, 90, 166, 0) 39%, rgba(0, 90, 166, 0) 69%, var(--primario) 100%);
}

header .ancho {
    position: relative;
}

.btn-contacto {
    margin-bottom: 35px;
    position: relative;
}

.btn-contacto a {
    position: relative;
    z-index: 2;
}

.contenedorcornetas {
    display: inline-block;
    position: relative;
}

.btn-contacto .cornetai {
    position: absolute;
    /* width: 0;
    height: 0; */
    width: 80px;
    height: 47px;
    background: url("../images/cornetai.png");
    top: -3px;
    left: 0;
    transition: all 0.5s;
}

.btn-contacto .contenedorcornetas:hover .cornetai {
    width: 80px;
    height: 47px;
    top: 50%;
    transform: translate(-100%, -85%);
    transition: all 0.5s;
}

.btn-contacto .cornetad {
    position: absolute;
    /* width: 0;
    height: 0; */
    width: 80px;
    height: 47px;
    background: url("../images/cornetad.png");
    top: -3px;
    right: 0;
    transition: all 0.5s;
}

.btn-contacto .contenedorcornetas:hover .cornetad {
    width: 80px;
    height: 47px;
    top: 50%;
    transform: translate(100%, -85%);
    transition: all 0.5s;
}

.logo {
    margin-bottom: 20px
}

.menu {
    margin-bottom: 50px
}

#btn-close-modal {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.menu ul {
    list-style: none;
    max-width: 800px;
    margin: 0 auto
}

.menu li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.menu li:after {
    /* content: '\e900'; */
    content: '/';
    font-family: 'icomoon' !important;
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #FFF;
    font-size: 24px;
    font-size: 1.5rem;
}

.menu li:last-child:after {
    display: none;
}

.menu a {
    color: #fff;
    font-family: 'Squada One', cursive;
    font-size: 32px;
    font-size: 1.9rem;
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    transition: all 0.5s;
}

.menu a:hover {
    color: #DE0209;
    text-shadow: -2px 5px 4px white;
    transition: all 0.5s;
}

.texto-head {
    margin-bottom: 20px
}

.texto-head h2#vivamos {
    margin-top: 30px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0.0015, 0, 0, 1, 0, 0, 0, 0, 1);
    text-shadow: 1px 11px 8px #000;
}

.texto-head h2 {
    margin-bottom: 10px;
    font-family: 'Squada One', cursive;
    font-size: 40px;
    font-size: 2.5rem;
    color: #FFF;
}

.texto-head p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 100px
}

.enlaces-head {
    width: 80%;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 50px 20px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.enlaces-head .btns {
    background: none;
    border: none;
    color: white;
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
    text-align: center;
    line-height: 100px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}

.enlaces-head .btns:nth-child(1) {
    left: 0;
}

.enlaces-head .btns:nth-child(2) {
    right: 0;
}

.enlaces-head .btns:nth-child(1)::before,
.enlaces-head .btns:nth-child(2)::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #DE0209;
    z-index: -1;
    transition: all 0.5s;
}

.enlaces-head .btns:nth-child(1)::before {
    left: 0;
}

.enlaces-head .btns:nth-child(2)::before {
    right: 0;
}

.enlaces-head .btns:hover::before {
    width: 100%;
}

.enlaces-head span {
    position: absolute;
    width: 3px;
    height: 40%;
    background: white;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.enlaces-head a {
    margin: 0 30px;
    font-size: 20.8px;
    font-size: 1.3rem
}

.que-es {
    padding: 0 0 150px 0;
    background-color: var(--primario);
    background-image: url("../images/fondo_dibujado.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

/* .que-es::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #005aa6, transparent);
    height: 120px;
} */
.que-es::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url('../images/divisor.png');
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.que-es .titulo-especial {
    margin-bottom: 20px
}

.aprovecha {
    color: var(--secundario);
    font-size: 1.8rem;
    font-weight: 900;
}

.que-es .titulo-especial h1,
.que-es .titulo-especial h2 {
    display: inline-block;
    margin: 0 20px;
    color: var(--tercero);
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle
}


/* .que-es .titulo-especial:after,
.que-es .titulo-especial:before {
    display: inline-block;
    vertical-align: middle;
    content: '\e900';
    font-family: 'icomoon'!important;
    color: yellow;
    font-size: 12.8px;
    font-size: 0.8rem
} */

.ques {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 75px;
}

.ques .titulo-especial {
    margin-bottom: 75px;
}

.ques .btn-contacto {
    width: 100%;
    position: absolute;
    bottom: 15px;
    margin-bottom: 0;
}

.texto-que-es {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texto-que-es .don-txt {
    width: 50%;
    padding: 0 25px;
}

.texto-que-es .don-txt p {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    display: flex;
}

.texto-que-es .don-video {
    width: 50%;
    padding: 0 25px;
}

.texto-que-es .don-video iframe {
    width: 100%;
    height: 300px;
}

.funcionalidadesybeneficios {
    background-color: #f2f2f2;
    background-image: url('../images/fondo_funcionalidades.png');
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;

}

/* beneficios */

.the-beneficts {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-bottom: 75px;
    padding-top: 25px;
}

.the-beneficts .titulo-especial {
    margin-bottom: 75px;
    color: var(--primario)
}

.the-beneficts .titulo-especial h2 {
    color: var(--primario)
}

.the-beneficts .ancho {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.the-beneficts .ancho .contenido .los-ben {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.the-beneficts .ancho .contenido .los-ben .el-ben {
    width: 25%;
    text-align: center;
    margin: 15px 0;
}

.the-beneficts .ancho .contenido .los-ben .el-ben img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.the-beneficts .ancho .contenido .los-ben .el-ben h3 {

    padding: 0 20px;
    color: var(--primario);
    font-size: 20px;
}

.the-beneficts .btn-contacto {
    width: 100%;
    position: absolute;
    bottom: 15px;
    margin-bottom: 0;
}

.form-contact textarea{
    width: 96%;
}

.modoejuego {
    padding-top: 25px;
    width: 100%;
    display: block;
}

.modoejuego .contenido {
    width: 100%;
}

.modoejuego .los-modox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.modoejuego .los-modox .el-modo {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--primario);
    border-radius: 10px;
    position: relative;
    padding: 10px 10px 10px 65px;
    cursor: pointer;
}

.modoejuego .los-modox .el-modo img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
}

.modoejuego .los-modox .el-modo a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--primario);
    color: var(--tercero);
    text-align: center;
    z-index: 10;
    line-height: 50px;
    border-radius: 0 5px 5px 0;
    font-size: 0;
    transition: all 0.5s;
}

.modoejuego .los-modox .el-modo:hover a {
    width: 100%;
    font-size: 20px;
    transition: all 0.5s;
}

.modoejuego .los-modox .el-modo h3 {
    color: var(--primario);
    margin: 0;
}

.modoejuego .los-modox .animatedModal .modal-content {
    padding-top: 50px;
    text-align: center;
    max-width: 1000px;
    width: 90%;
    margin: auto
}

.modoejuego .los-modox .animatedModal .modal-content h2 {
    display: block;
    margin: 0 20px;
    color: var(--tercero);
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    padding-bottom: 25px;
}

.modoejuego .los-modox .animatedModal .modal-content img {
    width: 200px;
    height: 200px;
    padding: 15px;
    border: 1px solid white;
    border-radius: 50%;
    text-align: center;
}

.modoejuego .los-modox .animatedModal .modal-content p {
    color: white;
    font-size: 22px;
    padding-top: 25px;
}

.modoejuego .los-modox .animatedModal .modal-content {}


/* funcionalidades */

.funcionalidades {
    margin-top: 50px;
    padding-top: 50px;
    min-height: 100vh;
    padding-bottom: 75px;
    position: relative;
}

.funcionalidades .lista_funcionalidades {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.funcionalidades .btn-contacto {
    width: 100%;
    position: absolute;
    bottom: 15px;
    margin-bottom: 0;
}

.funcionalidad {
    width: calc((100% / 3) - 20px);
    min-width: 250px;
    ;
    padding: 50px 10px 10px 10px;
    border: 3px solid var(--primario);
    border-radius: 20px;
    margin-top: 100px;
    color: var(--primario);
    text-align: justify;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.funcionalidad::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--primario);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.5s;

}

.funcionalidad::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.5s;
    filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(360deg) brightness(100%) contrast(100%);

}

.funcionalidad .modalsita::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.5s;
}

.funcionalidad:nth-child(1)::after {
    background-image: url("../images/icon1.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(1) .modalsita::before {
    background-image: url("../images/icon1.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(2)::after {
    background-image: url("../images/icon2.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(2) .modalsita::before {
    background-image: url("../images/icon2.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(3)::after {
    background-image: url("../images/icon3.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(3) .modalsita::before {
    background-image: url("../images/icon3.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(4)::after {
    background-image: url("../images/icon4.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(4) .modalsita::before {
    background-image: url("../images/icon4.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(6)::after {
    background-image: url("../images/icon5.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(6) .modalsita::before {
    background-image: url("../images/icon5.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(5)::after {
    background-image: url("../images/icon6.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(5) .modalsita::before {
    background-image: url("../images/icon6.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(7)::after {
    background-image: url("../images/icon7.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(7) .modalsita::before {
    background-image: url("../images/icon7.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(8)::after {
    background-image: url("../images/icon8.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:nth-child(8) .modalsita::before {
    background-image: url("../images/icon8.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.funcionalidad:hover::before {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: all 0.5s;
}

.funcionalidad:hover::after {
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: all 0.5s;
}

.funcionalidad .modalsita {
    border: 3px solid white;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    padding-top: 50px;
    margin-top: 50px;
}

.funcionalidad h2 {
    color: var(--primario);
    font-family: 'Squada One', cursive;
    text-transform: uppercase;
}

.funcionalidad .modalsita h2 {
    color: var(--tercero);
    font-family: 'Squada One', cursive;
    text-transform: uppercase;
}

.funcionalidad p {
    text-align: center;
}

.funcionalidad .modalsita p {
    text-align: center;
    color: white
}

.funcionalidad a {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid var(--primario);
    color: var(--primario);
    border-radius: 5px;
    transition: all 0.5s;
    display: inline-block;
    margin-top: 10px;
}

.funcionalidad a:hover {
    border-radius: 20px;
    transition: all 0.5s;
}

.los-clientes {
    padding-top: 75px;
    position: relative;
    /* display: none; */
}

.los-clientes .ancho {
    width: 90%;
    max-width: 1500px;
}

.los-clientes .splide__arrow {
    background: white !important;
    border: 1px solid #005AA6;
}

.los-clientes .splide__arrow svg {
    fill: #005AA6;
}

.los-clientes .splide__pagination {
    bottom: -15px;
    display: none;
}

.los-clientes .splide__list .splide__slide {
    padding: 0 15px;
}

.los-clientes .splide__list .splide__slide img {
    background: white;
    padding: 15px;
    width: auto;
    height: 100px;
    border-radius: 15px;
}

.los-clientes .splide__list,
#splideclientes {
    position: relative;
}

.los-clientes .splide__arrow--next {
    right: 0;
    transform: translate(50%, -50%);
}

.los-clientes .splide__arrow--prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.los-clientes {}


/* .los-clientes{} */

.cuadros {
    display: block;
    margin: 0 -10px;
    text-align: center;
    *zoom: 1;
    display: table;
    margin: 0 auto;
    color: #fff
}

.cuadros:after,
.cuadros:before {
    display: table;
    content: ""
}

.cuadros:after {
    clear: both
}

.cuadros .separador {
    width: 8.333333333333334%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 10px -2px;
    display: table-cell;
    height: 90%;
    vertical-align: middle;
    position: relative
}

.cuadros .separador:after,
.cuadros .separador:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 40%;
    background-color: #fff
}

.cuadros .separador:before {
    top: 5%
}

.cuadros .separador:after {
    bottom: 5%
}

.cuadro {
    width: 41.666666666666664%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 10px -2px;
    display: table-cell;
    padding-top: 20px;
    padding-bottom: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.cuadro img {
    margin-bottom: 10px
}

.cuadro h3 {
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 20px;
    color: yellow;
}

.cuadro p {
    font-size: 22.4px;
    font-size: 1.4rem;
    text-align: justify
}

.cuadro ul {
    padding-left: 30px;
    padding-right: 10px;
    text-align: center
}

.comercial {
    padding: 200px 0 1px 0;
}

.empresarial {
    padding: 200px 0 30px 0;
    /* background: #005aa6; */
}

.licencias {
    display: block;
    background: #005aa6;
    background-image: url("../images/fondo-licencias.jpg");
    background-size: cover;
    background-position: top;
    position: relative;
}

.fin-licencias {
    background: url("../images/fondo-pos-licencias.jpg");
    background-size: cover;
    background-position: top;
    padding: 0 0 400px 0;
    position: relative;
}

.fin-licencias p {
    color: white;
    padding: 0 100px;
}

.fin-licencias .copa {
    position: absolute;
    width: 100px;
    height: 200px;
    background: url("../images/copa.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 100px;
    left: 50px;
    animation: 2s copa infinite cubic-bezier(0.39, 0.58, 0.57, 1);
}

@keyframes copa {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(25deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.desarrollado-por {
    position: absolute;
    width: 70%;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.desarrollado-por div {
    width: calc(50% - 5px);
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.desarrollado-por .el-titulo {
    border-radius: 10px 0 0 10px;
    border: 5px solid white;
    padding: 20px 0;
}

.desarrollado-por .el-titulo p {
    width: 100%;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    font-size: 20px;
}

.desarrollado-por .el-contenido {
    background: white;
    padding: 20px;
    border-radius: 20px;
    margin-left: -10px;
}

.desarrollado-por .el-contenido .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
}

.desarrollado-por .el-contenido .img span {
    position: absolute;
    width: 3px;
    height: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: black
}

.desarrollado-por .el-contenido img {
    width: 100px;
}

.comercial .titulo-especial,
.empresarial .titulo-especial {
    margin-bottom: 20px
}

.comercial .titulo-especial h1,
.comercial .titulo-especial h2,
.empresarial .titulo-especial h1,
.empresarial .titulo-especial h2 {
    display: inline-block;
    margin: 0 20px;
    color: #eec211;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle
}


/* .comercial .titulo-especial:after,
.comercial .titulo-especial:before,
.empresarial .titulo-especial:after,
.empresarial .titulo-especial:before {
    display: inline-block;
    vertical-align: middle;
    content: '\e900';
    font-family: 'icomoon'!important;
    color: #001f26;
    font-size: 12.8px;
    font-size: 0.8rem
} */

.comercial p,
.empresarial p {
    text-align: justify;
    color: white;
    padding: 0 100px;
}

.comercial ul,
.empresarial ul {
    padding-left: 30px
}

.comercial li,
.empresarial li {
    margin-bottom: 10px
}

.subtitulo {
    color: white;
    text-transform: uppercase;
    position: relative;
}

.subtitulo::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 200px;
    height: 3px;
    background: #eec211;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.importante {
    color: #eec211;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}

.comercial h3,
.empresarial h3 {
    margin-top: 20px;
    margin-bottom: 5px
}

.empresarial {
    padding-bottom: 0
}

.separador2 {
    color: #001f26;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.separador2 i:before {
    color: #001f26;
}

.separador2:after {
    left: 0;
}

.separador2:before {
    right: 0;
}

.separador2:after,
.separador2:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 48.5%;
    height: 2px;
    background-color: #001f26;
}


/*.empresarial:after{content:'';display:block;height:60px;background:#001f26;margin-top:30px;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}*/

.cuenta {
    padding: 30px 0;
    background: url("../images/fondo_restante.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 100vh;
}

.cuenta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: url('../images/divisor.png');
    background-size: 100% auto;
    background-position: center bottom;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}

.cuenta .titulo-especial {
    margin-bottom: 20px
}

.cuenta .titulo-especial h1,
.cuenta .titulo-especial h2 {
    display: inline-block;
    margin: 0 20px;
    color: #001f26;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle
}


/*.cuenta .titulo-especial:after,.cuenta .titulo-especial:before{display:inline-block;vertical-align:middle;content:'\e900';font-family:'icomoon'!important;color:#001f26;font-size:12.8px;font-size:0.8rem}*/

.cuenta-container {
    display: table;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 2;
}

.cuenta-container>div {
    display: table-row
}

.cuenta-container>div>div {
    display: table-cell;
    text-align: center
}

.digitos {
    width: 120px;
    height: 130px;
    line-height: 130px;
    /* background: #001f26; */
    background: var(--secundario);
    font-size: 96px;
    font-size: 6rem;
    color: #fff;
    font-family: 'Squada One', cursive;
    -webkit-border-radius: 15px;
    border-radius: 10px
}

.separa-cuenta {
    width: 10%;
    vertical-align: middle
}

.separa-cuenta:before {
    /* content: '\e900'; */
    content: '';
    font-family: 'icomoon' !important;
    /* font-size: 24px;
    font-size: 1.5rem; */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background: white;
}

.label-cuenta {
    padding-top: 10px;
    font-family: 'Squada One', cursive;
    font-size: 32px;
    font-size: 2rem;
    color: white;
}


/* cambiar fuente botones 'Squada One', cursive */

.contact-section {
    padding: 150px 0 30px 0;
    background-image: url('../images/polla.jpg');
    /* background-image: url('../images/footer-fondo.jpg'); */
    background-color: #003362;
    background-position: center;
    background-size: cover;
    position: relative;
}

.contact-section::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #005aa6, transparent);
    height: 260px;
    z-index: 0;
}

.contact-section .ancho {
    position: relative;
    z-index: 2;
}

.contact-section .titulo-especial {
    margin-bottom: 20px
}

.contact-section .titulo-especial h1,
.contact-section .titulo-especial h2 {
    display: inline-block;
    margin: 0 30px;
    color: #fff;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle
}

.input-form {
    width: 48%;
    text-align: center;
    position: relative;
    margin: 2%;
}

.input-form label {
    position: relative;
    float: left;
}

.input-form input {
    float: left;
}
.textarea-form{
float: left;
}
.input-form-group {
    display: flex;
}

.contact-section-sub .titulo-especial h2 {
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle;
    bottom: 20px;
}

.contact-section-sub .titulo-especial h2 {
    position: relative;
}

.contact-section-sub .titulo-especial h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 5px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: white
}

/* 
.contact-section .titulo-especial:after,
.contact-section .titulo-especial:before {
    display: inline-block;
    vertical-align: middle;
    content: '\e900';
    font-family: 'icomoon'!important;
    color: yellow;
    font-size: 12.8px;
    font-size: 0.8rem
} */

.contact-section .titulo-especial h2 {
    position: relative;
}

.contact-section .titulo-especial h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 60%;
    height: 5px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: white
}

.form-contact {
    color: #fff;
    width: 75%;
    margin: 0 auto;
    position: relative
}

.form-contact p {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px
}

.form-contact input,
.form-contact textarea {
    color: black
}

.form-contact .icon-cerrar {
    color: #003362;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 10
}

.fila-2 {
    *zoom: 1
}

.fila-2:after,
.fila-2:before {
    display: table;
    content: ""
}

.fila-2:after {
    clear: both
}

.fila-2 .nombre {
    float: left;
    width: 45%
}

.fila-2 .email {
    float: right;
    width: 45%
}

.celda.submit {
    text-align: center;
    color: white
}

.celda.submit input {
    color: white !important;
}

.respuesta {
    position: absolute;
    width: 100%;
    height: 250px;
    padding: 20px;
    padding-top: 110px;
    text-align: center;
    background-color: #fff;
    font-size: 32px;
    font-size: 2rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    left: 0;
    z-index: 5
}

.respuesta img {
    margin-top: -15px
}

.msg_ok {
    color: #2f960b
}

.msg_error {
    color: #ad1a0a
}

.hide {
    display: none
}

.g-recaptcha>div {
    margin: 0 auto 20px
}

.ejecutado {
    padding: 100px 0 150px 0;
    background-color: #005aa6;
    background-image: url("../images/fondo_dibujado.png");
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.ejecutado::before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #005aa6, transparent);
    height: 120px;
}

.ejecutado .titulo-especial {
    /* margin-bottom: 20px */
    display: inline-block;
    text-align: center;
    border-radius: 10px 10px 0 0;
    border-top: 5px solid white;
    border-left: 5px solid white;
    border-right: 5px solid white;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 15px;
}

.ejecutado .titulo-especial h1,
.ejecutado .titulo-especial h2 {
    display: inline-block;
    margin: 0 20px;
    color: white;
    font-family: 'Squada One', cursive;
    font-size: 48px;
    font-size: 3rem;
    vertical-align: middle
}


/* 
.ejecutado .titulo-especial:after,
.ejecutado .titulo-especial:before {
    display: inline-block;
    vertical-align: middle;
    content: '\e900';
    font-family: 'icomoon'!important;
    color: #001f26;
    font-size: 12.8px;
    font-size: 0.8rem
} */

.marcas-container ul {
    list-style: none;
    text-align: center;
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px;
}

.marcas-container li {
    /* display: inline-block; */
    /* margin: 10px; */
    width: calc((100% / 4) - 2px);
}

.marcas-container a {
    display: block;
    padding: 10px;
    /* border: 1px solid #003362; */
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.marcas-container a img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: auto;
    height: 50px;
}

.marcas-container a:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8
}

footer {
    padding: 10% 30px;
    text-align: center;
    /* background-image: url('../images/footer.png'); */
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    background: var(--primario);
    background-position: bottom center;
    position: relative;
}

footer::before {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: white;
    width: 60%;
    height: 3px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

footer::after {
    content: '2024';
    display: inline-block;
    position: absolute;
    color: white;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.btnC2 {
    display: inline-block;
    padding: 8px 15px 8px;
    color: #003362;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #003362;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /*text-shadow:1px 1px 5px rgba(0, 0, 0, 0.5)*/
}

.btnC2:hover,
.btnC2:active,
.btnC2:focus {
    background: #003362;
    color: white;
}

.marca {
    color: white;
}

.cierreme {
    margin-top: 15px;
    width: 50px;
    height: 50px;
    border: 1px solid white;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.cierreme p {
    color: white;
    font-size: 25px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.cierreme:hover p {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
    .licencias {
        background-position: right;
    }

    footer {
        padding: 14% 30px;
    }

    .don-menu .logo img {
        max-height: 90px;
    }

    .don-menu ul li {
        display: inline-block;
        padding: 0 5px;
    }

    .don-menu {
        padding: 0 15px;
    }

    .don-menu ul li a {
        font-size: 1.2rem;
        ;
    }
}

@media screen and (max-width: 750px) {
    #parallax-header {
        display: none;
    }

    .menu li {
        width: 100%;
    }

    .menu li::after {
        content: initial;
    }

    .menu li a {
        text-shadow: -3px 5px 4px black;
    }

    .texto-head p {
        padding: 0 60px;
    }

    .enlaces-head {
        padding: 0;
    }

    .enlaces-head .btns {
        position: relative;
        width: 100%;
    }

    .enlaces-head span {
        width: 40%;
        height: 3px;
    }

    .comercial p,
    .empresarial p,
    .fin-licencias p {
        padding: 0 10px;
    }

    .fin-licencias .copa {
        bottom: 170px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .desarrollado-por {
        width: 80%;
    }

    .desarrollado-por .el-titulo p {
        font-size: 15px;
    }

    .desarrollado-por .el-contenido {
        padding: 15px;
    }

    .desarrollado-por .el-contenido img {
        width: 90px;
    }

    .ejecutado .titulo-especial h2 {
        font-size: 32px;
        font-size: 2rem;
    }

    footer .marca .ancho {
        width: 100%;
    }

    footer .marca .ancho span {
        font-size: 15px;
    }

    footer::before {
        bottom: 90px;
    }

    .don-menu {
        display: none;
    }

    .texto-que-es {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .texto-que-es .don-txt,
    .texto-que-es .don-video {
        width: 100%;
    }

    .texto-que-es .don-txt {
        padding-top: 15px;
    }
}


/* 650 */

@media screen and (max-width: 650px) {
    footer::before {
        bottom: 40px;
    }

    footer::after {
        bottom: 10px;
    }

    .ejecutado .titulo-especial h2 {
        font-size: 24px;
        font-size: 1.5rem;
    }

    .texto-head h2,
    .texto-head p {
        text-shadow: -3px 5px 4px black;
    }

    .the-beneficts .ancho .contenido .los-ben .el-ben {
        min-width: 200px;
    }

    .the-beneficts .ancho .contenido .los-ben {
        justify-content: space-evenly;
    }

    .modoejuego .los-modox {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .modoejuego .los-modox .el-modo {
        margin: 25px 0;
    }

    .modoejuego .los-modox .animatedModal .modal-content h2 {
        font-size: 2.5rem;
    }

    .modoejuego .los-modox .animatedModal .modal-content img {
        width: 150px;
        height: 150px;
    }

    .que-es .titulo-especial h1,
    .que-es .titulo-especial h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 550px) {
    .funcionalidad .modalsita {
        max-width: 95%;
    }

    .texto-head p {
        padding: 0 10px;
        font-size: 1.2;
    }

    .texto-head h2 {
        font-size: 32px;
        font-size: 2rem;
    }

    .texto-head h2#vivamos {
        font-size: 22px;
    }

    .desarrollado-por .el-titulo {
        padding: 15px 0;
    }

    .desarrollado-por .el-contenido img {
        width: 70px;
    }

    .desarrollado-por .el-contenido {
        padding: 20px 0;
    }

    .enlaces-head .btns {
        font-size: 15px;
    }

    .digitos {
        font-size: 5rem;
    }

    .label-cuenta {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 450px) {
    .the-beneficts .ancho .contenido .los-ben .el-ben {
        min-width: 250px;
    }

    .desarrollado-por .el-titulo p {
        font-size: 10px;
    }

    .ejecutado .titulo-especial {
        width: 60%;
    }

    .fila-2 .nombre,
    .fila-2 .email {
        width: 100%;
    }

    .que-es .titulo-especial h2 {
        margin: 0;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }

    .que-es .titulo-especial {
        margin-bottom: -20px;
    }

    .empresarial .titulo-especial h2 {
        margin: 0;
        font-size: 2.5rem;
    }

    .empresarial p {
        text-shadow: -5px 3px 20px black;
    }

    .subtitulo {
        font-size: 1.5rem;
    }

    .importante {
        font-size: 1.5rem;
    }

    .fin-licencias .copa {
        bottom: 215px;
    }

    .desarrollado-por div {
        width: 100%;
    }

    .desarrollado-por .el-titulo {
        border-radius: 10px 10px 0 0;
    }

    .desarrollado-por .el-titulo p {
        font-size: 15px;
    }

    .desarrollado-por .el-contenido {
        border-radius: 0 0 10px 10px;
        margin: 0;
        margin-top: -10px;
    }

    .desarrollado-por .el-contenido img {
        width: 90px;
    }

    .marcas-container li {
        min-width: 100px;
    }

    .g-recaptcha>div {
        transform: translateX(-30px);
    }
}

@media screen and (max-width: 400px) {
    .texto-head h2 {
        font-size: 1.9rem;
    }

    .texto-head p {
        font-size: 1.2rem;
    }

    .enlaces-head {
        width: 90%;
    }

    .que-es .titulo-especial h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .que-es .texto-que-es p {
        font-size: 1.2rem;
    }

    .digitos {
        font-size: 3.5rem;
        height: 110px;
        line-height: 110px;
    }

    .label-cuenta {
        font-size: 1.3rem;
    }

    .empresarial .titulo-especial h2 {
        font-size: 2rem;
    }

    .empresarial p {
        font-size: 1.2rem;
    }

    .subtitulo {
        font-size: 1.3rem;
    }

    .importante {
        font-size: 1.2rem;
    }

    .empresarial h4 {
        font-size: 1.2rem;
    }

    .comercial .titulo-especial h2 {
        font-size: 2rem;
    }

    .comercial p {
        font-size: 1.2rem;
    }

    .fin-licencias p {
        font-size: 1.2rem;
    }

    .fin-licencias h4 {
        font-size: 1.2rem;
        ;
    }

    .ejecutado .titulo-especial {
        width: 60%;
        padding: 10px;
    }

    .ejecutado .titulo-especial h2 {
        margin: 0;
    }
}