/*---desarrollo por www.iasoftgroup.com */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;900&display=swap');
@font-face {
    font-family: 'Akira Expanded';
    src: url('fuentes/AkiraExpanded-SuperBold.eot');
    src: url('fuentes/AkiraExpanded-SuperBold.eot?#iefix') format('embedded-opentype'),
        url('fuentes/AkiraExpanded-SuperBold.woff2') format('woff2'),
        url('fuentes/AkiraExpanded-SuperBold.woff') format('woff'),
        url('fuentes/AkiraExpanded-SuperBold.ttf') format('truetype'),
        url('fuentes/AkiraExpanded-SuperBold.svg#AkiraExpanded-SuperBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*************************
General
**************************/
::-webkit-input-placeholder { /* Edge */
  color: #394A66;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #394A66;
}

::-moz-placeholder {
  color: #394A66;
}

::-ms-input-placeholder {
  color: #394A66;
}

::placeholder {
  color: #394A66;
}
.clearfix::after,
.views-row:after,
.inn:after{
    content: "";
    clear: both;
    display: table;
}
*{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
outline: none;
}
/**********colores********/
.azul {
    color: #394A66;
}
.dark-mode .azul {
    color: #fff;
    
}
.azul2 {
    color: #394A66;
}
.dark-mode .azul2
{
 color: #394A66;   
}

.black{
    color: #000;
}
.dark-mode .black{
    color: #fff;
}
.anaranjado {
    color: #F19800;
}
/******fin colores*******/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
body {
        background-color: #fff;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#page {    
    float: left;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
header#section-header {
    width: 100%;
    padding-top: 130px;
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);
}
.front header#section-header {
    padding-top: 0;
}
.dark-mode header#section-header,
.page-soluciones.dark-mode header#section-header
{
    background: url(../images/bgdark1_1.jpg);
    background-size: 100% 100%;
    background-position: center;
}
section.hero {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: transparent;
}
section.hero .swiper-slide2 > img {
    width: 100%;
    height: auto;
    display: block;
}
.swiper-container-autoheight .swiper-slide,
.hero-sol .swiper-slide{
    height: 100vh;
    min-height: 600px;
}
#zone-branding-wrapper {
        float: left;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
}
.not-front #zone-branding-wrapper {
    background: white;
}
.not-front header#section-header {
    background: transparent;
}
.page-soluciones #zone-branding-wrapper,
.page-solucionesprin #zone-branding-wrapper{
    background: linear-gradient(180deg, #EBF2FB 0%, rgba(235, 242, 251, 0.89) 71.35%, rgba(235, 242, 251, 0) 100%);
}
.front #zone-branding-wrapper {
    background: linear-gradient(180deg, #EBF2FB 0%, rgba(235, 242, 251, 0.89) 71.35%, rgba(235, 242, 251, 0) 100%);
}
.front .sticky0#zone-branding-wrapper {
    background: white;
}
.swiper-slide img {
        width: 100%;
    display: block;
    height: auto;
}

.swiper-nosotros .swiper-slide img
{
    border-radius:15px;
}
#zone-header-wrapper {
    float:  left;
    width:  100%;
    position: relative;
}

#section-content {
    float:  left;
    width:  100%;
    position: relative;
}
#block-nice-menus-1 {
        float: right;
    text-align: left;
    margin: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    clear: right;
    margin: 10px 0;
}

#block-nice-menus-1 .block-inner {
    display:  block;
    margin:  0 auto;
    max-width: 1300px;
}

#block-nice-menus-1 ul.nice-menu {
        padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#block-nice-menus-1 ul.nice-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
}
#block-nice-menus-1 ul.nice-menu .divisor {
    width: 3px;
    height: 16px;
    display: inline-block;
    background: black;
    margin-left: 20px;
}
#block-nice-menus-1 ul.nice-menu li a {
        text-decoration: none;
    display: block;
    font-size: 18px;
    padding: 5px 14px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
}
#block-nice-menus-1 ul.nice-menu li a:after {
    content: ".";
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all 500ms;
}

#block-nice-menus-1 ul.nice-menu li a:hover:after,#block-nice-menus-1 ul.nice-menu li a.active:after {
    background: #f19800;
    width: 60%;
    left: 20%;
}
#block-nice-menus-1 ul.nice-menu li a:hover,#block-nice-menus-1 ul.nice-menu li a.active {
    
}
#block-nice-menus-1 ul.nice-menu li a span {
    background: transparent;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#block-nice-menus-1 ul.nice-menu li a:hover span, #block-nice-menus-1 ul.nice-menu li a.active span{
    background: #ff2a00;
}
#block-nice-menus-1 ul.nice-menu li.boton a {
    color: white;
    border: none;
    padding: 7px 16px;
}

#block-nice-menus-1 ul.nice-menu li.boton a img {
    width: 18px;
    height: auto;
}
button#menu-btn {
    background: transparent;
    border: none;
    width: 68px;
    padding: 7px 18px;
    height: auto;
    cursor: pointer;
}
.dark-mode button#menu-btn span.icon-bar {
    background: white;
}
#block-nice-menus-2 {
        position: absolute;
    z-index: 100;
    clear: right;
    display: none;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

button#menu-btn span.icon-bar {
    width: 100%;
    display: block;
    height: 5px;
    background-color: #000000;
    margin: 4px 0;
    border-radius: 7px;
}

#block-nice-menus-2 ul.nice-menu {
        margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: white;
    list-style: none;
    width: 235px;
    display: none;
    margin-top: 18px;
   /* box-shadow: 0 0 10px #dfdfdf;*/
}

#block-nice-menus-2 ul.nice-menu li {
    display:  block;
    width:  100%;
}

#block-nice-menus-2 ul.nice-menu li a {
    text-align: center;
    background: white;
    color: #394A66;
    text-decoration: none;
    display: block;
    font-size: 17px;
    padding: 18px 20px;
    line-height: 20px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    font-family: 'Poppins';
    border-radius: 0;
    border-bottom: 1px solid #f7f7f7;
}

#block-nice-menus-2 ul.nice-menu li a:hover,#block-nice-menus-2 ul.nice-menu li a.active {
    background-color: #f19800;
    color: white;
}

.headsup {
    float: left;
    width: 100%;
    position: relative;
}

.inn {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

.headsup .infohead {
        float: right;
    margin-top: 8px;
}

.headsup #block-block-logo {
        float: left;
    max-width: 255px;
    padding: 0;
    margin: 40px 0 20px;
}
#block-block-logo img {
    width: 100%;
    height: auto;
}
img.dark {
    display: none !important;
}
.dark-mode img.dark {
    display: block !important;
}
.dark-mode img.light {
    display: none !important;
}
div#block-block-headinf {
    float: right;
    margin: 25px 0;
}
div#block-block-headinf ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

div#block-block-headinf ul li {
    margin-left: 7px;
    font-weight: 200;
}
div#block-block-headinf ul li.linea {
    width: 1px;
    height: 15px;
    background: black;
    display: inline-block;
}
div#block-block-headinf ul li a 
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 200;
}
div#block-block-headinf ul.idiomas {
    display: none;
}
.switch {
    position: relative;
    display: inline-block;
    width: 76px;
    height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
      position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CFD8E7;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    background-image: url(../images/icon_light.png),url(../images/icon_dark.png);
    background-repeat: no-repeat;
    background-position: 10px center,48px center;
}

.slider:before {
      position: absolute;
    content: "";
    height: 30px;
    width: 38px;
    left: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    background-image: url(../images/icon_light.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 34px;
    box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.25);
}

input:checked + .slider {
  background-color: #F4F5F9;
}

input:focus + .slider {
  box-shadow: 0 0 1px #F4F5F9;
}

input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}
input:checked + .slider:before {
    background-image: url(../images/icon_dark.png);
    background-color: #CFD8E7;
}

.swiper-pagination-bullets {
    position: absolute;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 9;
    width: auto !important;
    max-width: 88%;
    left: auto !important;
}
span.swiper-pagination-bullet {
    background: white;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #394A66;
    margin: 3px 8px;
    width: 12px;
    height: 12px;
    opacity: 1;
    cursor: pointer;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #394A66;
}

.swiper-pagination {
    position: absolute;
    bottom: 60px !important;
    text-align: left;
    z-index: 99;
    right: auto !important;
    padding: 0 100px;
    width: 100% !important;
    max-width: 1300px;
    left: 50% !important;
    transform: translateX(-50%);
}
#region-content .block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.headsup .inn {
    position: relative;
}
/**********formulario********/
.cont_sup {
    position: relative;
    display: block;
    width: 100%;
}
form#form-reserva {
        width: 96%;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #CCC898;
    z-index: 999;
    transform: translate(-50%,50%);
    max-width: 1400px;
    padding: 20px;
}
.form-block >div {
        display: flex;
    align-items: flex-end;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.form-block label {
    color: #807042;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 0 5px 8px;
}

.form-block .form-item {
    padding: 5px 10px;
    flex: 0 0 24%;
}

.form-block .form-item input,
.form-block .form-item select,
.form-block .form-item select,
.form-block .form-item textarea{
    background: white;
    border-radius: 8px;
    font-family: 'Bambino New';
    color: BLACK;
    font-size: 18px;
    border: none;
    padding: 12px 15px;
    width: 100%;
    font-weight: bold;
}

.form-block .form-actions a,
.form-block .form-actions .form-submit{
    color: #EFEDE5;
    background: BLACK;
    text-decoration: none;
    display: block;
    font-size: 24px;
    padding: 5px 45px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    position: relative;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    border: 2px solid transparent;
}
.form-block .form-actions a:hover,
.form-block .form-actions .form-submit:hover{
    background: #EFEDE5;
    transform: scale(1.02);
    color: BLACK;
    border-color: BLACK;
}
.form-block .form-actions a img {
    width: 20px;
    vertical-align: bottom;
    margin-left: 2px;
}
.form-block .form-actions {
    padding: 5px 10px;
}

form .form-item select{
        background-image: url(../images/icon_select.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    padding-right: 32px;
}

/*************
footer
***************/
footer {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    
    background: #394A66;
    color: white;
    line-height: 20px;
    font-weight:normal;
}
.f2 ul {
    margin: 10px 0;
    padding: 0;
}
footer .item_titulo {
    font-weight: normal;
    text-align: left;
    margin: 0;
}
footer .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 30px 0px;
    position: relative;
    z-index: 9;
}

.footer-widgets .row2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-widgets .foo_info table {
        margin: 10px auto;
    min-width: 80%;
}

.footer-widgets .foo_info a {
    text-decoration: none;
    color: #212020;
    transition: all 500ms;
}

.footer-widgets .foo_info a:hover {
    text-decoration: underline;
}
.f2 ul li {
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
    display: block;
}

.f2 ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 500ms;
}

.f2 ul li a:hover {
    color: #f19800;
}

.redes_footer a {
    display: block;
    margin: 0 0 8px;
}

.redes_footer {
}
.footer-widgets .f1 {
    padding: 50px 25px 0 0;
    font-size: 20px;
}
.footer-widgets .f0 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-widgets .foo_info table td {
    padding: 12px 5px;
    vertical-align: top;
}

.desarrollado {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: white;
    font-size: 12px;
    margin-top: 40px;
    font-weight: 300;
}

.desarrollado a {
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.desarrollado a img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: auto;
    filter: brightness(0) invert(1);
}
/**********banner inicio**********/
.hero .arr-left,.hero .arr-right{
    position: absolute;
    left: 20px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.hero .arr-right {
    left: auto;
    right: 20px;
}
.imgfondo {
        display: block;
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.imgfondo .fondoimg{
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-size: cover;
    top: 0;
    animation: move1 30s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: move1 30s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: move1 30s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
@-webkit-keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

.imagenes .imgbanner {
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.imagenes .imgbanner2 {
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 20;
    overflow: hidden;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.imagenes .videomain {
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.imagenes .imgbanner img{
    top: 0;
    right: 0;
    display: block;
    width: auto;
    height: 100%;
    animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    position: relative;
    z-index: 9
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(50px) scale(0.95);
    transform: translateY(50px) scale(0.95);
  }

  80% {
    -webkit-transform: translateY(20px) scale(0.95);
    transform: translateY(20px) scale(0.95);
  }

  100% {
     -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(50px) scale(0.95);
    transform: translateY(50px) scale(0.95);
  }

  80% {
    -webkit-transform: translateY(20px) scale(0.95);
    transform: translateY(20px) scale(0.95);
  }

  100% {
     -webkit-transform: translateY(10px) scale(1);
    transform: translateY(10px) scale(1);
  }
}

.imagenes .imglinea {
      position: absolute;
    bottom: 0;
    height: 30%;
    right: 0;
    animation: move3 5s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: move3 5s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: move3 5s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    z-index: 5;
    width: 100%;
    display: block;
    background-size: 100% 100%;
    background-position: bottom left;
}
@-webkit-keyframes move3 {
  0% {opacity: 1;transform: scale(1);right: 0%;}
  50% {opacity: 0.5;transform: scale(1.05);right: -3%;}
  100% {opacity: 1;transform: scale(1);right: 0%;}
}
@keyframes move3 {
  0% {opacity: 1;transform: scale(1);right: 0%;}
  50% {opacity: 0.5;transform: scale(1.05);right: -3%;}
  100% {opacity: 1;transform: scale(1);right: 0%;}
}
.espacio {
    display: block;
    width: 100%;
    height: 100px;
    background: white;
}
.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .texto {
        position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%);
    font-family: 'Akira Expanded';
    font-weight: bold;
    font-size: 44px;
    line-height: 46px;
    color: #394A66;
    z-index: 15;
    padding: 0 100px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1300px;
}

.swiper-slide .texto .texto1 {
    color: #f2f8ff;
    text-shadow: 2px 0 0 #394A66, -2px 0 0 #394A66, 0 2px 0 #394A66, 0 -2px 0 #394A66, 1px 1px #394A66, -1px -1px 0 #394A66, 1px -1px 0 #394A66, -1px 1px 0 #394A66;
}

.swiper-slide .texto .texto2{
    color: #F19800;
}
.swiper-slide .texto .subtexto2{/*CHANGED*/
    color: #F19800;
}
.swiper-slide .texto.estilo2 .texto1{
    font-family: 'Poppins';
    color: #1E3878;
    text-shadow: none;
    font-weight: 900;
    font-size: 48px;
    line-height: 65px;
}

.swiper-slide .texto.estilo2 .texto3{
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
}

.swiper-slide .texto.estilo2 .texto2{
    font-size: 37px;
    line-height: 45px;
    text-transform: none;
    font-family: 'Poppins';
}
.swiper-slide .texto.estilo2 .subtexto2 {
    font-size: 33px;
    line-height: 45px;
    text-transform: none;
    font-family: 'Poppins';
}
.block-soluciones .container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}
.block-soluciones .container .item_titulo {
    padding: 20px 60px;
}
.page-soluciones .block-soluciones .container .item_titulo {
    padding: 20px 0;
}
.swiper-slide .fondo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
        z-index: 2;
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);
}

.item_titulo {
    font-weight: bold;
    font-size: 44px;
    display: block;
    margin-bottom: 50px;
    line-height: 50px;
}
.item_titulo2 {
    font-weight: bold;
    font-size: 44px;
    display: block;
    text-align: center;
    margin-bottom: 50px;
    line-height: 50px;
}
.block-soluciones .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.block-soluciones .row .item {/*CHANGED*/
    border-radius: 30px;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px 25px;
    position: relative;
}
.block-soluciones .row .item_nuestras_soluciones {/*CHANGED*/
    border-radius: 30px;
    flex: 0 0 33%;
    max-width: 33%;
    padding: 15px 10px;
    position: relative;
}

#item-0 {
    flex: 0 0 33%;
    max-width: 33%;
}
#item-1 {
    flex: 0 0 33%;
    max-width: 33%;
}
#item-2 {
    flex: 0 0 33%;
    max-width: 33%;
}

#item-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.block-soluciones .row .item a {
    display: block;
    padding: 20px;
    position: relative;
    color: #F19800;
    text-decoration: none;
    margin: 0 auto;
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);
    transition: all 500ms;
    border-radius: 30px;
}
.block-soluciones .row .item a:hover {
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.5) 8.9%, rgba(219, 236, 254, .5) 34.2%, rgba(198, 221, 253, .5) 59.07%, rgba(216, 234, 254, 0.5) 75.79%, rgba(198, 221, 253, 0.5) 91.23%);

}

.block-soluciones .row .item a .title {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 0 40px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
.block-soluciones .row .item a .title2{
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 0 40px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
.block-soluciones .row .item a .title2_sub{
    display: block;
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 0 5px 0;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 35px;
}
.block-soluciones .row .item a img {
    display: block;
    margin: -50px auto 10px;
    position: relative;
    animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
  -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
.block-soluciones .row .item a:hover img {
     
}

@keyframes rotate-btn {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotateY(-30deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  75% {
    transform: rotateY(30deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

.block-soluciones .row .item a .circulo1 {
    background: linear-gradient(180deg, #a7c6f9 0%, #dddddd 100%);
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    left: 9%;
    top: 22%;
    z-index: 0;
    animation: jackInTheBox 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: jackInTheBox 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: jackInTheBox 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0.2;
    -webkit-transform: scale(0.3) rotate(30deg);
    transform: scale(0.3) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0.2;
    -webkit-transform: scale(0.3) rotate(30deg);
    transform: scale(0.3) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.block-demostracion {
    background: #F19800;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.block-demostracion .container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 50px 60px;
}
.block-demostracion .item {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-demostracion .item .texto {
    flex: 0 0 60%;
    max-width: 60%;
}

.block-demostracion .item .boton {
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
    margin: 0;
}
.boton a,
form input.form-submit{
    color: #F19800;
    background: #FFFFFF;
    font-family: 'Poppins';
    font-weight: 600;
    box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 26px;
    font-size: 22px;
    text-transform: none;
    line-height: 30px;
    width: auto;
    display: inline-block;
    padding: 10px 25px;
    cursor: pointer;
    transition: all 500ms;
    text-decoration: none;
}

.boton {
    display: block;
    vertical-align: middle;
    margin-top: 20px;
}

.boton a:hover,
form input.form-submit:hover{
    background: #F19800;
    color: white;
    transform: scale(1.05);
}
.block-beneficios .item {
    display: flex;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 40px;
}

.block-beneficios .item .tit img {
    display: block;
    margin-bottom: 30px;
    position: relative;
animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -moz-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
}
@-webkit-keyframes updown {
  0% {top:0;}
  50% {top:-15px;}
  100% {top:0;}
}
@keyframes updown {
  0% {top:0;}
  50% {top:-15px;}
  100% {top:0;}
}

.block-beneficios .item .detalle {
        font-size: 20px;
    line-height: 22px;
    flex: 0 0 50%;
    max-width: 50%;
}
.detalle a{
    text-decoration: none;
}
.block-beneficios .item .item_det {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
        position: relative;
}

.block-beneficios .item .tit {
    flex: 0 0 50%;
    max-width: 50%;
}
.block-beneficios .item .item_det {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.block-beneficios .item .tit {
    flex: 0 0 50%;
    max-width: 50%;
}

.block-beneficios .item .detalle .imagen {/* Ellipse 2 */
    background: linear-gradient(180deg, #CFD8E7 0%, #F4F5F9 100%);
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    margin-right: 20px;
        transition: all 500ms;
}
.block-beneficios .item .item_det:hover .imagen {transform: scale(1.1);}
.block-beneficios .item .detalle .imagen img {
    padding: 10px;
    display: block;
    width: 80px;
    height: auto;
}


.block-clientes .container {
    padding: 70px 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    display: flex;
    align-items: center;
   /* flex-direction: row-reverse;*/
}

.block-clientes .row {
    flex:  0 0 70%;
    max-width: 70%;
    padding: 0 35px;
    position: relative;
}

.block-clientes .item_titulo {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0;
    padding-left: 40px;
}

.block-clientes .row .swiper-slide {
    width: auto;
    padding: 10px 15px;
    max-width: 260px;
}



.beneficios-slide img{
    width: 100%;
}
.block-clientes .row .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100px;
    transition: all 500ms;
    /* filter: brightness(0.6) invert(1); */
}
.block-clientes .row .swiper-slide:hover img {
    /* filter: brightness(1) invert(1); */
}
.swiper-clientes {
    position: relative;
    overflow: hidden;
   /*width: 60%;*/
}

.img-transparency{
    mix-blend-mode: multiply;   
}

.arrcli-left,.arrcli-right {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
        z-index: 99;
        cursor: pointer;
}
/*
.video-banner{
    position: absolute;
    width: 550px; 
    height: 345px;
    top: 135px;
    right: 145px;
   z-index: -1;
}*/


  
  .video-banner {
    position: absolute;
    width: 36%;
    height: 50%;
    top: 15%;
    right: 9.5%;
    z-index: -1;  /* Colocado detrás de la imagen, si ese es el efecto deseado */
  }
  #video-movil{
    height: 70vh;
    margin-right:170px;
    border-radius: 50px;
    margin-bottom: 50px;
}
  @media (max-width: 1024px) {
    .video-banner {
        height: 20%;
        top: 64.3%;
    }
    #video-movil{
        height: 35vh;
        border-radius: 20px;
        margin-bottom: 0px;
    }
  }
  .video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.arrcli-right {
    left: auto;
    right: 0;
}
.block-video .item {
        display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.block-video .container {
    margin:  0 auto;
}
.info_sub{
    font-size: 20px;
    font-weight: lighter;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 20px;
}
.nuestro-impacto {
    display: flex;
    padding: 30px 10px;
    gap: 40px; /* Espacio entre columnas */
  }
  
 .nuestro-impacto .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px; /* Espacio entre elementos dentro de una columna */
  }

  .nuestro-impacto .col img{
    width: 100px;
  }

  .nuestro-impacto .col .box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .nuestro-impacto .col .box p{
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
    width: 70%;    
  }
  .nuestro-impacto .light{
    background: linear-gradient(131.77deg, rgb(37 29 114) 8.9%, rgb(45 53 128) 34.2%, rgb(62 47 128) 59.07%, rgb(45 37 118) 75.79%, rgb(37 29 114) 91.23%);
    
    padding: 10px;
    display: block;
    
    border-radius: 50%;
    
    z-index: 0;
    
    transition: all 500ms;
  }
  .p-elegirnos
{
    text-align: left;
    font-size: 16px;
    font-weight: lighter;
}
  .elegirnos{
    gap: 20px;
  }
  .element-elegirnos{
    flex: 1;
  }
  .element-elegirnos p{
    text-align: center;
  }
.info2_sub{
    font-size: 17px;
    font-weight: 600;
}
.block-video .item .texto {
        padding: 20px 20px 50px;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
        position: relative;
}
.block-video .item .texto .item_titulo {
    text-align: left;
    display: inline-block;
}
.block-video .item .video {
    flex: 0 0 60%;
    max-width: 60%;
        position: relative;
}

.block-video .item .video img {
    display: block;
    width: 100%;
    height: auto;
}

section#nosotros {/* Rectangle 4 */
    background: #F4F5F9;
}
section#clientes {/* Rectangle 4 */
    background: #F4F5F9;
}
.page-nosotros header#section-header {
    padding-top: 0;
}
section#nosotros2 {
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.block-nosotros .container {max-width: 1000px;margin: 0 auto;padding: 40px 20px;}

.block-nosotros .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-nosotros .item .detalle {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 50px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.block-nosotros .item .imagen {
    flex: 0 0 55%;
    max-width: 55%;
    text-align: center;
}
.swiper-portafolio {
    margin: 0 auto;
    position: relative;
    padding: 0 70px;
}
.swiper-portafolio .arrcli-right {
        right: 50%;
    margin-right: -250px;
}
.swiper-portafolio .arrcli-left {
        left: 50%;
    margin-left: -250px;
}
.swiper-portafolio .swiper-slide {/*CHANGED*/
    width: 450px;
}
.block-portafolio .portada {
   display: block;
    position: relative;
    transition: all .25s ease-out;
    transform-origin: center;
    transform: scale(.90);
    margin-bottom: 20px;
    border-radius: 26px;
    overflow: hidden;
}
.swiper-button-disabled {
    opacity: .1;
}
.block-portafolio .slider-active .swiper-wrapper {
  justify-content: normal;
}
.block-portafolio .portada .nombre {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px 30px;
    transition: all 500ms;
}

.block-portafolio .swiper-slide-active .portada {
    transform: scale(1);
}

.block-portafolio .detalle {
    color: #394A66;
    padding: 0 30px;
    line-height: 21px;
    font-size:16px;
    opacity: 0;
    transition: all 500ms;
    position: relative;
    top: 10px;
}

.block-portafolio .swiper-slide-active .detalle {
    opacity: 1;
    top: 0;
}
.block-portafolio .item_titulo {
    max-width: 1300px;
    padding: 70px 60px 60px;
    margin: 0 auto;
}

.block-portafolio .portada .bgimg {
    background: white;
    opacity: .4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 500ms;
}

.block-portafolio .swiper-slide-active .portada .bgimg{
    opacity: 0;
}
section#portafolio {
        padding-bottom: 60px;
}
section#soluciones {
    padding-bottom: 50px;
    padding-top: 60px;
}
.sticky0#zone-branding-wrapper {
    top: -500px;
    transition: all 500ms;
    background: white;

}

.sticky0.sticky#zone-branding-wrapper {
    top: 0;
    position: fixed;
}

.sticky0 .headsup #block-block-logo {
    margin: 15px 0;
    max-width: 170px;
}

.sticky0 #block-nice-menus-1 {
    clear: none;
    margin-right: 30px;
    margin-top: 26px;
}
img.control {
    width: 55px;
    height: auto;
    display: block;
}
/********dark mode*************/
.dark-mode .swiper-slide .texto .texto1 {
    color: white;
    text-shadow: none;
}

.dark-mode .swiper-slide .texto {
    color: white;
}

.dark-mode .espacio {
    background: #362575;
}
.dark-mode .block-soluciones .row .item a {
    background: #251D72;
}
.dark-mode .block-soluciones .row .item a:hover {
    background: linear-gradient(131.77deg, rgb(37 29 114) 8.9%, rgb(45 53 128) 34.2%, rgb(62 47 128) 59.07%, rgb(45 37 118) 75.79%, rgb(37 29 114) 91.23%);
}
.dark-mode .block-soluciones .row .item a .circulo1 {/* Ellipse 16 */
    background: rgba(111, 161, 239, 0.5);
}

.dark-mode .block-soluciones .row .item a .title {
    color: white;
}

.dark-mode .block-demostracion,
.dark-mode .block-clientes,
.dark-mode .block-cont .container{
    background: linear-gradient(180deg, rgba(4, 25, 61, 0.76) 0%, rgba(23, 63, 122, 0.76) 100%);
}
.dark-mode .block-demostracion .boton a {
    background: #F19800;
    color: white;
}
section#beneficios {
    padding-top: 50px;
    padding-bottom: 30px;
}
body.dark-mode {
    color: white;
}
.dark-mode.not-front #page {
    background: url(../images/bgdark3.jpg);
    background-position: top center;
    background-size: cover;
}

.dark-mode.not-front #zone-branding-wrapper {
    background: transparent;
}
.dark-mode .block-beneficios .item .detalle .imagen {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCBADD 100%);
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.dark-mode .block-beneficios .item .detalle .imagen img {
    filter: invert(93%) sepia(86%) saturate(1849%) hue-rotate(171deg) brightness(68%) contrast(93%);
}
.dark-mode.front #zone-branding-wrapper {
    background: linear-gradient(180deg, #2c4d83 0%, rgb(44 77 130 / 70%) 71.35%, rgb(47 76 132 / 0%) 100%);
}
/*.dark-mode section#clientes {
    background-color: white;
}*/
.dark-mode .fondodark1 {
    float: left;
    background-image: url(../images/bgdark1_2.jpg);
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
}
.dark-mode .fondodark2 {
    float: left;
    background-image: url(../images/bgdark3.jpg);
    background-position: center top;
    background-size: 100% 100%;
    width: 100%;
}
.dark-mode .swiper-slide .fondo {
    background: linear-gradient(90deg, rgb(0 67 109 / 0%) 8.9%, rgb(0 67 109 / 34%) 34.2%, rgb(0 69 110 / 50%) 59.07%, rgb(0 67 109 / 60%) 75.79%, rgb(0 67 109 / 60%) 91.23%);
}
.dark-mode .block-clientes .row .swiper-slide img {
    filter: brightness(1);
}

.dark-mode .block-clientes .item_titulo {
    color: #F19800;
}

.dark-mode .block-clientes .item_titulo .anaranjado {
    color: #F19800;
}

.dark-mode section#video {
    background: linear-gradient(180deg, #2F277A 0%, #372679 100%);
}
.dark-mode section#nosotros {
    background: linear-gradient(180deg, #101D4C 0%, #1E3878 100%);
}
/*.dark-mode section#clientes {
    background: linear-gradient(180deg, #101D4C 0%, #1E3878 100%);
}*/
.dark-mode section#portafolio,
.dark-mode section#contact{
        background: url(../images/bgdark4.jpg);
    background-size: cover;
    background-position: left bottom;
}

.dark-mode .block-portafolio .detalle {
    color: white;
}

.dark-mode footer {
    background: linear-gradient(180deg, #272347 0%, #372679 100%);
}
.dark-mode .sticky0#zone-branding-wrapper {
    background: #2c2455;
}
.dark-mode span.swiper-pagination-bullet {
    border-color: white;
    background: transparent;
}

.dark-mode span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: white;
}
.dark-mode .boton a,.dark-mode form input.form-submit {
    background: #F19800;
    color: white;
}

.dark-mode .boton a:hover, .dark-mode form input.form-submit:hover {
    color: #F19800;
    background: white;
}
.spacer {
    display: block;
    width: 100%;
    height: 0px;
    float: left;
    position: relative;
    top: -100px;
}
/***********
soluciones
*************/
section.banner {
    background-size: cover;
    background-position: center;
}

.banner .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 280px 40px 100px;
}

.page-soluciones header#section-header,
.page-solucionesprin header#section-header{
    padding-top: 0;
}
.bandet .texto1 {
    font-family: 'Poppins';
    color: #1E3878;
    text-shadow: none;
    font-weight: 900;
    font-size: 54px;
    line-height: 55px;
}

.bandet .texto2 {
    color: #F19800;
    font-weight: bold;
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 15px;
}


.bandet .texto3 {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
}
.bandet .texto{
    font-size: 20px;
    line-height: 21px;
    max-width: 750px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 40px;
}
.hero-sol .texto .detalle{
    font-size: 20px;
    line-height: 22px;
    max-width: 500px;
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 40px;
}
.bandet .texto .detalle{
    max-width: 510px;
    margin-top: 50px;
}
.block-solinfo .container {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 50px 20px;
}

.block-solinfo .item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.block-solinfo .item .detalle {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-between;
}

.block-solinfo .item .detalle .item_det {
    padding: 5px 20px;
    position: relative;
}

.block-solinfo .item .detalle .item_det .fondo {
    display: block;
}

.block-solinfo .item .detalle .item_det .title {
        display: block;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 10;
    color: #f19800;
}

.block-solinfo .item .detalle .item_det .circulo1 {
    background: linear-gradient(180deg, #CFD8E7 0%, #F4F5F9 100%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 10px;
    z-index: 0;
    transform: translateX(-50%);
    transition: all 500ms;
}
.block-solinfo .item .detalle .item_det:hover .circulo1 {
    background: linear-gradient(180deg, #b1bdd3 0%, #e4e6ed 100%);
    transform: scale(1.05) translateX(-50%);
}
.block-solinfo .item .detalle .item_det img {
    position: relative;
    animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    -webkit-animation: updown 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite;
    z-index: 10;
}
section#proyectosdet {
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);
}
.dark-mode section#proyectosdet{
    background: linear-gradient(180deg, rgba(4, 25, 61, 0.56) 0%, rgba(23, 63, 122, 0.56) 100%);
}
.block-proyectosdet .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-proyectosdet .imagen {
    flex: 0 0 50%;
    max-width: 50%;
}

.block-proyectosdet .detalle {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px;
}
.block-video .texto .info2 {
    font-size: 21px;
    font-weight: 300;
    line-height: 23px;
    text-align: left;
}
.item_titulo_aprende {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 65px;
    font-weight: bold;
}
.block-proyectosdet .detalle .item_titulo {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 65px;
}

.block-proyectosdet .detalle .logo {
    max-width: 100px;
}

.block-proyectosdet .detalle .info {
    margin: 20px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.block-proyectosdet .detalle .info2 {
   font-size: 21px;
font-weight: 300;
line-height: 23px;
}
.prorows img {
    max-width: 60px;
    height: auto;
}

.page-soluciones .prorows img
{
 display:none;   
}

section#creamos {
    background: #F4F5F9;
}
.dark-mode section#creamos {
    background: url(../images/bgdark4.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.block-creamos .container {
    padding: 80px 40px;
    max-width: 1260px;
    margin: 0 auto;
}

.subtitulo {
    /*text-transform: uppercase;*/
    font-size: 25px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}

.block-creamos .item_titulo {
    font-size: 39px;
    line-height: 40px;
}

.block-creamos .row {
    display: flex;
    justify-content: space-between;
}

.block-creamos .row .item {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    font-weight:bold;
}

.block-creamos .row .item .imagen {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, #c3c5cb 100%);
    box-shadow: inset 4px 4px 4px rgb(0 0 0 / 25%);
}
.dark-mode .block-creamos .row .item .imagen {
    border-radius: 50%;
    background: linear-gradient(180deg, #FFFFFF 0%, #c3c5cb 100%);
    box-shadow: inset 4px 4px 4px rgb(0 0 0 / 25%);
}
.block-creamos .row .item .texto {
    display: block;
    width: 100%;
}
.block-creamos .row .item .imagen img {
    width: auto;
    max-height: 95px;
    display: block;
    padding: 10px;
}

/***********nosotros********/
.block-nosotros2 .container {
        margin: 0 auto;
    max-width: 1300px;
    padding: 160px 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-nosotros2 .item {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.block-nosotros2 .item .texto {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 30px 40px;
}

.block-nosotros2 .imagenes {
    flex: 0 0 55%;
    max-width: 55%;
    position: relative;
}
.block-nosotros2 .imagenes img {
    width: 100%;
    height: auto;
    display: block;
}
.block-nosotros2 {
    font-size: 17px;
    line-height: 26px;
}

.block-eligen .container {
    max-width: 1300px;
    /* background-color: #F19800; */
    margin: 0 auto;
    padding: 50px 30px;
}
.block-eligen .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.block-eligen .item .detalle {
    display: flex;
    justify-content: space-around;
    width: 70%;
    padding-left: 50px;
}
.block-eligen .item .detalle .item_det {
    display: block;
    position: relative;
}

.block-eligen .item .detalle .fondo {
    padding: 20px;
    display: block;
    position: relative;
}
.block-eligen .item img {
    display: block;
    position: relative;
    z-index: 9;
    max-width: 100%;
    max-height: 160px;
    margin: 0 auto;
    animation: zoominout 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: zoominout 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: zoominout 3s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
}
@-webkit-keyframes zoominout {
  0% {transform: scale(1);}
  50% {transform: scale(.9);}
  100% {transform: scale(1);}
}
@keyframes zoominout {
  0% {transform: scale(1);}
  50% {transform: scale(.9);}
  100% {transform: scale(1);}
}
.block-eligen .item .title {
   display: block;
    font-size: 18px;
    max-width: 300px;
    margin-top: 10px;
    line-height: 21px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.block-eligen .item .circulo1 {
    background: linear-gradient(180deg, #CFD8E7 0%, #F4F5F9 100%);
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    
}
.block-trayectoria {
    margin: 50px 0;
    /* background-image: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%); */
}
section#trayectoria:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 100%;
    height: 90%;
    /*background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);*/
    position: absolute;
    left: 0;
    top: 5%;
}
.block-trayectoria .container {
    padding: 0px 10px;
    margin: 0 auto;
    max-width: 1450px;
    display: block;
}

.block-trayectoria .item {
    display: flex;
}
.block-trayectoria .row {
    position: relative;
    padding: 0 45px;
}
.swiper-nosotros {
    position: relative;
}

.block-trayectoria .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
    min-height: 0;
    opacity: 0;
}
.block-trayectoria .swiper-slide-active {
    opacity: 1;
}

.block-trayectoria .swiper-paginationnos {
    left: 46px !important;
    bottom: 10% !important;
    right: auto !important;
}
.block-trayectoria .swiper-paginationnos .swiper-pagination-bullet {
    background: transparent;
}

.block-trayectoria .swiper-paginationnos .swiper-pagination-bullet-active {
    background: #394A66;
}
.block-trayectoria .detalle {
    padding: 50px;
    flex: 0 0 40%;
    max-width: 40%;
    font-size: 18px;
    line-height: 25px;
}
.block-reconocimientos .container {
    margin: 0 auto;
    padding: 70px 30px;
    max-width: 1300px;
}

.block-reconocimientos .swiper-slide {
    width: 300px;
}
.block-reconocimientos .swiper-slide img {
    width: 200px;
    margin: 0 auto 10px;
}
.block-reconocimientos .row {
        display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.block-reconocimientos .swiper-slide .tit {
    display: block;
    text-align: center;
    font-weight: 300;
    line-height: 15px;
    font-size: 12px;
}
.block-reconocimientos .swiper-slide .tit_sub {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 15px;
    font-size: 14px;
}
.background-slide{
    padding: 20px;
    background-color: white;
    border-radius: 13px;
}
.block-reconocimientos .row .item {
    text-align: center;
    line-height: 16px;
    flex: 0 0 23%;
    max-width: 23%;
    margin: 1%;
    border-radius: 12px;
    background-color: white;
    padding: 20px;
}

.block-reconocimientos .row .item img {
    max-height: 90px;
    display: block;
    margin: 0 auto 10px;
}
section#eventos {
    background: linear-gradient(131.77deg, rgba(182, 205, 236, 0.34) 8.9%, rgba(219, 236, 254, 0.34) 34.2%, rgba(198, 221, 253, 0.34) 59.07%, rgba(216, 234, 254, 0.34) 75.79%, rgba(198, 221, 253, 0.34) 91.23%);
}
.dark-mode section#eventos {
    background: linear-gradient(180deg, rgba(4, 25, 61, 0.3) 0%, rgba(23, 63, 122, 0.3) 100%);
}
.block-eventos .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-eventos {
    position: relative;
    overflow: hidden;
}

.block-eventos .row .galeria {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

.block-eventos .row .detalle {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 70px;
}

.eventosrows .arrcli-left {left: 30px;}

.eventosrows .arrcli-right {
    right: 30px;
}

.block-eventos .row .detalle .info {font-size: 20px;font-weight: lighter;line-height: 22px;margin-bottom: 30px;}

.block-eventos .row .detalle .info2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
}
.dark-mode section#eligen {
    background: linear-gradient(180deg, rgba(4, 25, 61, 0.4) 0%, rgba(23, 63, 122, 0.4) 100%);
}
/***********
contacto
**********/
.block-cont {
    margin: 80px 0 0;
    text-align: center;
}

.block-cont .container {
    background: #f19800;
    color: white;
    padding: 30px 30px 20px;
    font-size: 16px;
    line-height: 18px;
}

.block-cont .container table {
    margin: 10px auto;
    text-align: left;
}
.block-cont .item_titulo {
    padding: 0 30px;
}
.block-cont .container table td {
    padding: 4px 5px;
}
.block-contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px 0;
    display: flex;
    align-items: flex-end;
}

.block-contact .imagenes .imag {
    display: block;
    width: 100%;
    margin: 10px 0;
}

.block-contact .imagenes .imag img {
    display: block;
    width: 100%;
    height: auto;
}
form input,form select, form textarea {
        display: block;
    width: 100%;
    font-family: 'Poppins';
    color: #394a66;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid #ebf2fb;
    font-weight: 500;
}

form .form-item {
    display: block;
    margin: 10px 0;
    width: 100%;
}
.block-contact2 figure {
    margin: 0;
}
.cd-background-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-perspective: 4000px;
  perspective: 4000px;
  max-height: 680px;
}

.cd-floating-background {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-floating-background.is-absolute {
  position: absolute;
}
.cd-floating-background img.imgfondo {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.01);
  -webkit-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  transform: translateZ(50px);
}
.cd-floating-background img.imgbanner {
    height: 608px;
    bottom: 0;
    width: auto;
    -webkit-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
    margin-top: 30px;
    margin: 0 10% 0 auto;
}
.cd-floating-background img.imgbanner2 {
    height: 608px;
    bottom: 0;
    width: auto;
    -webkit-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
    margin-top: 30px;
    margin: 0 10% 0 auto;
}
.cd-floating-background img.imglinea {
  -webkit-transform: translateZ(60px);
  -ms-transform: translateZ(60px);
  transform: translateZ(60px);
  position: absolute;
  bottom: 0;
  height: 45%;
  right: 0;
}
span.bglinea {
    width: 100%;
    height: 108px;
    background: white;
    display: block;
}
.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}
.block-contact2 .container {
    position: relative;
}

p#notification {
    text-align: center;
    font-size: 22px;
}
section#contact2 {
    background: #ecf1f8;
}
#parallax {
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../images/banner/banner_1.png), 
  url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), 
  url(../images/banner/banner_3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: 50% 50%;
}
#parallax h1 {
      position: absolute;
    top: 30%;
    left: 12%;
}
form .form-actions {
    text-align: center;
    margin-top: 20px;
}

form input.form-submit {
    border: none;
}
.block-contact .info_contacto {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 50px;
}

.block-contact .formulario {
        flex: 0 0 40%;
    max-width: 40%;
    padding: 50px 0;
}

.info_contacto .item_titulo {
    padding: 0px 35px 30px;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

.block-contact #image_contacto img {
    display: block;
    width: 100%;
    height: auto;
}
section#contact {
    background: #ECF1F8;
}
.redes_footer a:hover img {
    filter: invert(50%) sepia(27%) saturate(2199%) hue-rotate(3deg) brightness(100%) contrast(88%);
}

.redes_footer a img {
    display: block;
    transition: all 500ms;
}
/**********submeu****/
#block-nice-menus-1 ul li.parentmenu {
    position: relative;
}

#block-nice-menus-1 ul ul.submenu {
    position: absolute;
    background: transparent;
    text-align: center;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    padding: 0;
    top: 100%;
    padding-top: 20px;
    transition: all 500ms;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#block-nice-menus-1 ul ul.submenu li {
    margin: 3px 0 !important;
    display: block;
}
#block-nice-menus-1 ul.submenu li a {
    color: #394A66;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 20px;
    background: white;
    /*box-shadow: 0 0 10px #dfdfdf;*/
    
}

#block-nice-menus-1 ul.submenu li a:hover {
    background: #f19800;
    color: white;
}

#block-nice-menus-1 ul li.parentmenu:hover ul.submenu {
    height: auto;
    padding-top: 10px;
    opacity: 1;
        overflow: visible;
}
.sticky0 #block-nice-menus-1 ul li.parentmenu:hover ul.submenu {
    padding-top: 20px;
}
#block-nice-menus-2 ul.nice-menu li ul {
    padding: 0;
}

#block-nice-menus-2 ul.nice-menu li ul li a {
    background: #f2f7ff;
    padding: 12px;
    font-size: 15px;
    border-color: white;
}

#block-nice-menus-2 ul.nice-menu li ul li a:hover {
    background: #394a66;
}
.dark-mode #block-nice-menus-1 ul.submenu li a {
    background: #2c2455;
    color: white;
    /*box-shadow: 0 0 10px rgb(223 223 223 / 30%);*/
}