* {
    box-sizing: border-box;
}

.btn-gray-br {
    background-color: #898989 !important;
    
}
.btn-gray-br:hover {
    background-color: #ca5300 !important;

}

.uk-container-br {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 30px !important;
}

@media (min-width: 1200px) {
    #footer-contacto-br {
        padding-left: 40px !important;
    }
}

.error {
    color: #FF6961 !important;
    border: 1px solid #FF6961 !important; 
}
.valid {
    color:#77DD77 !important;
    border: 1px solid #77DD77 !important; 
}

label.error {
    display: none !important;
}

@media (max-width: 640px) {
    .desarrollo-img-parent div.desarrollo-img img:nth-child(1) {z-index: 10 !important;width: 364px;height: 214px;}
.desarrollo-img-parent div.desarrollo-img img:nth-child(2) {z-index: 8 !important;width: 24%;}
.desarrollo-img-parent div.desarrollo-img img:nth-child(3) {z-index: 8 !important;height: 24%;}

    .uk-text-lead {
        font-size: 1.1em !important;
    }

    .uk-text-meta {
        font-size: 10px !important;
    }

    #modal-info > .uk-modal-dialog
    {
        /* height: 114vh !important; */
        width: 80vw;
        margin-top: 13vh;
    }
    
}
/* figure > img {
    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
} */

@media (min-width: 960px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 306px !important;
        margin-top: 38px;
        height: 31vh;
    }

    .grid-carrousel div:last-child img{
        /* background: red; */
        width: 55vh !important;
        height: 45vh;
        margin-top: 4vh;
    }
    .uk-margin-remove-bottom\@m { 
        margin-bottom: 0px !important; 
    } 

    .uk-margin-remove-top\@m { 
        margin-top: 0px !important; 
    } 

    .uk-padding-remove-bottom\@m { 
        padding-bottom: 0px !important; 
    } 

    .uk-padding-remove-top\@m { 
        padding-top: 0px !important; 
    } 

    .uk-padding-remove-right\@m { 
        padding-right: 0px !important; 
    }

    .uk-padding-remove-left\@m { 
        padding-left: 0px !important; 
    }
}
/* Estilos del menu flotante */

.menu-flotante {
    position: fixed !important;
    z-index: 99999999999 !important;
    right: 0 !important;
    margin-right: 15px !important;
}

.menu-flotante-item {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    display: flex;
    align-items: center;
    border-radius: 50%;
    /* padding: 30px; */
    /* -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); */
    /* -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); */
    /* box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); */
}

.menu-flotante-item a img {
    border-radius: 50% !important;
}

.menu-flotante a {
    /* padding: 30px !important; */
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    /* color: white !important; */
}

.menu-flotante a:hover {
    opacity: 0.8 !important;
}

.menu-flotante-item-red {
    background: #E63B25 !important;
}

.menu-flotante-item-blue {
    background: #0317E5 !important;
}

.bottom-color {
    /* border: 8px solid; */
    /* border-image-source: linear-gradient(65deg, #0317E5 20%, #E63B25 80%); */
    /* border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0)) 1 100%; */
    /* background:  */
    background:linear-gradient(to left, #E63B25 10%,#0317E5 90%) left bottom#fff no-repeat; 
    background-size:100% 3px ;
    padding-bottom:3px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-totop {
    position: fixed !important;
    z-index: 99999999999 !important;
    right: 0 !important;
    margin-right: 15px !important;
    bottom: 70px !important; 

    transition: background-color .3s, opacity .5s, visibility .5s;
    display: none;
}

.menu-totop-btn {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;    
    background-color: #E63B25; 
    border: 1px solid #FFF;
}

.menu-totop a {
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    color: #FFF !important;
    font-weight: bold !important;
}

.menu-totop a:hover {
    opacity: 0.8 !important;
}

/* .totop {
    position: fixed;
    bottom: 100px; 
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    width: 45px;
    height: 45px;
} */

/* Pagina de inicio */
/* SECCION 1 */
.section1 {
    height: 80vh;
    display: inline;
}

.section1>img {
    float: left;
    position: absolute;
    z-index:-5;
    /* transition:0.1s; */
    max-width: 100%;
}

.textosection1-web {
    margin: 0;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.section1 span, .section1-mobile span {
    z-index: 1000;
    color: #000000;
}

.section1 span.h1, .section1-mobile span.h1 {
    margin-top: 100px;
    /* font-family: 'MyWebFont', sans-serif !important; */
    font-style: normal;
    font-weight: bold;
    font-size: 80px !important;
}

.section1 span.h3, .section1-mobile span.h3 {
    margin-top: 20px;
    /* font-family: 'MyWebFont', sans-serif !important; */
    font-style: normal;
    font-size: 40px !important;
}

.section1-mobile span.h3, .section1-mobile span.h1 {
    font-size: 30px !important;
}

.section1-mobile {
    display: none !important;
}

.section1-mobile img {
    margin-top: 0 !important;
}

/* SECCION 2 */
.textosection2 {
    text-align: center;
}

.textosection2 span.h1 {
    font-size: 2.9em;
}

.textosection2 span.h3 {
    font-size: 1.5em;
}

.textosection2 span {
    z-index: 1000;
    color: #000000;
}

.section2-img span {
    font-size: 1.7em;
    color: black;
    font-weight: bold;
}

.section2-img {
    position: absolute;
    left: 0; 
    right: 0; 
    margin: 0 auto !important;
    padding: 0 !important;
    /* margin-left: auto;  */
    /* margin-right: auto;  */
    width: 100%; 
    background-color: white;
    margin-left: 0px !important;
    padding-left: 0px !important;
    height: 400px !important;
}

.section2-img img {
    /* max-width: 279px !important; */
    max-height: 312px !important;
}

#section2 {
    height: 500px !important;
    /* min-height: 500px !important; */
}


@media(max-width: 1200px) {
    #section2 {
        /* height: 700px !important; */
        /* min-height: 500px !important; */
    }
    .uk-navbar-toggle {
        color: #999 !important;
    }
    .uk-navbar-nav > li > a {
        text-transform: uppercase;
        transition: 0.1s ease-in-out;
        transition-property: color, background-color;
    }
    
}


@media (max-width: 550px) {
    .section2-img {
        height: 70% !important;
    }
}

/* MÃƒÆ’Ã‚Â³viles en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 480px) {
    
    .owl-carousel .owl-item img {
        display: block;
        width: 27vh !important;
        margin-top: -16px;
        height: 18vh !important;
    }
    
.footer-informacion > div:nth-child(1), .footer-informacion > div:nth-child(2) {
   
    padding-bottom: 18px;
}
.footer-privacidad div {
    display: grid !important;
    grid-template-columns: 20vh 23vh;
    /* background-color: #2196F3; */
    /* flex-direction: column; */
    margin: 20px 10% !important;
}
.footer-privacidad div span {
    width: 78% !important;
    color: white;
    font-size: 1em;
    /* text-align: center; */
}
.footer-acerca {
    text-align: center !important;
    margin: 5px auto;
}
#form-terminos {
	width:2vh !important;
}
    .consultoria-section2 {
        display: block !important;
        align-items: center;
        /* margin: 0 22px; */
    }
    .uk-modal-dialog {
        /* top: 80px; */
        /* position: relative; */
        /* box-sizing: border-box; */
        margin: 34px auto !important;
        height: 95vh !important;
        /* width: 45vw; */
        max-width: calc(100% - 0.01px) !important;
        background: #fff;
        opacity: 0;
        transform: translateY(-100px);
        transition: 0.3s linear;
        transition-property: opacity, transform;
    }
    .modalInteresa-btn {
        /* margin: 0 auto !important; */
        /* width: 17vh !important; */
        border-radius: 20px !important;
        margin: 7px 0 !important;
    }
    
    /* .uk-grid .section6-formulario-input */
    .modalInteresa-form #modalInteresa-form {
        /* background-color: red; */
        display: flex !important;
    }
    #modalInteresa-form :first-child * {
        /* background-color: red; */
        /* display: block !important; */
        /* width: 61vw; */
    }
    .consultoria-section2-img {
        position: relative !important;
        width: 24vh !important;
        height: 19vh !important;
        /* border: 1px solid black; */
        margin: 1px 3vh;
        /* background: red; */
    }
    .section2-img {
        height: 60% !important;
    }
    .consultoria-section2-texto {
        /* width: 60%; */
        margin: 0 auto;
    }
    .modalInteresa-body-integracion{
        /* background-size: cover !important; */
    }
    .section6-formulario-input{
        display: block !important;
        /* align-items: center; */
        white-space: normal !important;
        margin-bottom: 10px !important;
   }

    .section6-formulario button {
        background: #0317E5;
        color: white;
        margin-left: 0vh !important;
        width: 100%;
        border-radius: 12px;
        font-size: 1.2em;
    }
}


@media(max-width: 900px) {
    .section2-img img {
        max-width: 150px !important;
        /* max-height: 312px !important; */
    }
}

@media(max-width: 768px) {
    .grid-carrousel {
        display: block !important;
    }
    #section2, .section2-img  {
        /* height: 500px !important; */
        margin-bottom: 100px !important;
        /* min-height: 500px !important; */
    }

    .textosection2 span.h1 {
        font-size: 2em;
        font-weight: bold;
    }
    
    .textosection2 span.h3 {
        font-size: 1em;
    }
    
    .section2-img-div .section2-img:nth-child(1){
        z-index: 9;
        /* background: red; */
        height: auto !important;
    }


    .section2-img-5-img {
        width: 50% !important;
    }


    .section2-img img {
        width: 50% !important;
    }

    .section2-img span {
        font-size: 1em;
    }

}

.section2-img-div .section2-img {
    -webkit-animation: showMeHome 7.5s ease normal  0s forwards;
	-moz-animation: showMeHome 7.5s ease normal  0s forwards;
	-o-animation: showMeHome 7.5s ease normal  0s forwards;
	-ms-animation: showMeHome 7.5s ease normal  0s forwards;
	animation: showMeHome 7.5s ease normal  0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.section2-img-div .section2-img:nth-child(1){z-index: 9;}
.section2-img-div .section2-img:nth-child(2){
    -webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
    animation-delay: 1.5s;
    z-index: 8;
}
.section2-img-div .section2-img:nth-child(3){
    -webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
    animation-delay: 3s;
    z-index: 7;
}
.section2-img-div .section2-img:nth-child(4){
    -webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	-ms-animation-delay: 4.5s;
    animation-delay: 4.5s;
    z-index: 6;
}
.section2-img-div .section2-img:nth-child(5){
    -webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
    animation-delay: 6s;
    z-index: 5;
}


.section2-img-div:hover .section2-img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}


@-webkit-keyframes showMeHome {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: visible; z-index: 0; }
}

@-moz-keyframes showMeHome {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: visible; z-index: 0; }
}

@-o-keyframes showMeHome {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: visible; z-index: 0; }
}

@-ms-keyframes showMeHome {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: visible; z-index: 0; }
}

@keyframes showMeHome {
    0% { visibility: visible; z-index: 100; }
	50% { visibility: hidden; z-index: 0; }
    100% { visibility: visible; z-index: 0; }
}


@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 100; }
	12.5% { visibility: visible; z-index: 100; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

/* SECCION 3 */
.textosection3 {
    text-align: center;
}
.textosection3 span.section3-titulo{
    font-size: 6vh;
    color: black;
    font-weight: bold;
    /* margin: 18px; */
}

.section3-lista {
    display: flex;
    padding: 0;
    justify-content: center;
    list-style: none;
    /* border: 1px solid black; */
    height: 400px;
}

.section3-lista div.section3-lista-elemento span:first-child {
    display: inline-block;
    /* padding: 10px; */
}

.section3-lista div.section3-lista-elemento span:first-child img {
    /* max-width: 200% !important; */
    /* width: 200%; */
    height: 50vh;
}

.section3-lista div.section3-lista-elemento {
    display: block;
    position: relative;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    padding-bottom: 78px;
}
   
.section3-lista div.section3-lista-elemento span:last-child {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    display: inline-block;
    padding: 10px;
}

.section3-lista div.section3-lista-elemento span {
    transition: transform 0.5s ease-out;
}
   
.section3-lista div.section3-lista-elemento:hover span:first-child {
    transform: scale(0.58) translateY(-34%) !important;
   /* transform: scale(0.5); */
}
/* 
.section3-lista div.section3-lista-elemento:hover::after span:first-child {
    visibility: hidden;
} */
   
.section3-lista div.section3-lista-elemento:hover span:last-child {
    transform: none;
    opacity: 1;
}

.section3-lista-elemento-titulo {
    font-size: 2.5em;
    font-weight: bold;
}

.section3-lista-elemento-sub {
    font-size: 1.5em;
    /* font-weight: bold; */
}

.section3-lista-elemento-titulo-res {
    font-size: 5vh;
    font-weight: bold;
}

.section3-lista-elemento-sub-res {
    font-size: 1.2em;
    /* font-weight: bold; */
}


/* SECCION 4 */

.section4-img {
    height: 200px;
    position: relative;
}
.size-consultoria-section4{
    height: 31vh;
    width: 32vh;
}


.section4-img img {
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    background-color: white;
    width: 250px;
}

.section4-img img {
    -webkit-animation: showMe 1.4s linear infinite 0s forwards;
	-moz-animation: showMe 1.4s linear infinite 0s forwards;
	-o-animation: showMe 1.4s linear infinite 0s forwards;
	-ms-animation: showMe 1.4s linear infinite 0s forwards;
	animation: showMe 1.4s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.section4-img img:nth-child(1){
    z-index: 9;
    height: auto;
}

.section4-img img:nth-child(2){
    -webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
	z-index: 8;
}

.section4-img img:nth-child(3){
    -webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
	z-index: 7;
}

.section4-img img:nth-child(4){
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	z-index: 6;
}

.section4-img img:nth-child(5){
    -webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
	z-index: 5;
}

.section4-img img:nth-child(6){
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
	z-index: 4;
}

.section4-img img:nth-child(7){
    -webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
	z-index: 3;
}


.section4-img:hover img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}

.section4-txt h1 {
    font-size: 5vh;
    font-weight: bold;
    color: #666;
}

.section4-txt p {
    font-size: 1.2em;
}

.section4-txt span {
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 2px solid #0317E5;
    padding-bottom: 5px;
}

/* SECCION 5 */
#section5 a{
    text-decoration: none;
}

#section5 .uk-text-center >h1{font-size: 5vh;/* word-break: break-all; */}

#section5 a:hover{
    opacity: 0.5;
}

.section5-inline {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section5-inline h3 {
    width: 100%
}


.owl-dots {
    counter-reset: dots;
    margin-top: -8px;
    margin-bottom: 13px !important;
}

.owl-dots .owl-dot span{
    display: none !important;
}

.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);

    float: left;
    margin: 6px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #BCBCBC;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-dot:hover::before {
    background: #0317E5 !important;
}

.owl-dots button.active::before {
    background: #0317E5 !important;
}

.section5-carrousel {
    text-align: center;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.section5-carrousel .slides {
    width: 700%;
    left: 0;
    padding-left: 0;
    padding-top: 1em;
    overflow: hidden;
    list-style: none;
    position: relative;
  
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

.section5-carrousel .slides li {
    width: 14.2857%;
    position: relative;
    float: left;
  }

.section5-carrousel .slidesNavigation {
    display: block;
    list-style: none;
    text-align: center;
    bottom: 1em;
    /*--- Centering trick---*/
    /* Absolute positioning*/
    position: relative; 
    /* Abosulte positioning*/
    width: 100%; /*This width  is the addition of the width of all the navigations dots - So in this case is   104 because the navigation dots are 26px (width:10px and 6px marginleft + 6 px marginright) and there are 4 dots so 4x26=104 */
}

.section5-carrousel input {
    display: none;
}

.section5-carrousel .slidesNavigation label {
    float: left;
    margin: 6px;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #BCBCBC;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#radio-1:checked ~ .slides {
    transform: translateX(0%);
}

#radio-2:checked ~ .slides {
    transform: translateX(-14.2857%);
}

#radio-3:checked ~ .slides {
    transform: translateX(-28.5714%);
}

#radio-4:checked ~ .slides {
    transform: translateX(-42.8571%);
}

#radio-5:checked ~ .slides {
    transform: translateX(-57.1428%);
}

#radio-6:checked ~ .slides {
    transform: translateX(-71.4285%);
}

#radio-7:checked ~ .slides {
    transform: translateX(-85.7142%);
}

.section5-carrousel .slidesNavigation label:hover {
    cursor: pointer;
}

/* You have to repeat this with each slide/dot */
.section5-carrousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.section5-carrousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.section5-carrousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3,
.section5-carrousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4,
.section5-carrousel #radio-5:checked ~ .slidesNavigation label#dotForRadio-5,
.section5-carrousel #radio-6:checked ~ .slidesNavigation label#dotForRadio-6,
.section5-carrousel #radio-7:checked ~ .slidesNavigation label#dotForRadio-7 {
  background: #0317E5;
}

.slide-linea {
    height: 10vh;
    position: relative;
    display: flex;
    align-items: center;
    width: 49vw;
    margin-top: 4vh;
    margin-left: 68px;
}

.slide-linea .slide-linea-full {
    width: 120vh;
    height: 10px;
    background: #0317E5;
    position: absolute;
    /* margin-left: 49px; */
}

.slide-linea .slide-numero {
    position: absolute;
    background: #0317E5;
    color: white;
    font-size: 2.5em;
    border-radius: 50%;
    height: 8vh;
    width: 9vh;
    margin: 0 -47px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

/* SECCION6 */

#section6 img {
    width: 200px !important;
}

#form-contacto
{
	width: 64%;
	margin: 0 18% !important;
	margin-bottom: 3% !important;
}
.section6-formulario {
    /* background: url(../img/plecacontacto.png);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
    /* border-radius: 10px; */
    background: #f3f2f1;
    border-radius: 50px !important;
    margin: 1px 70px !important;
    -webkit-box-shadow: 0px 13px 44px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 13px 44px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 13px 44px 0px rgba(0,0,0,0.4);
}

.section6-formulario-input{
    display:flex;
    flex-direction: row;
    align-items: center;
    /* white-space: pre; */
    /* margin: 0 auto !important; */
    margin-bottom: 10px !important;
}

.section6-formulario-input input, .section6-formulario-input textarea{
    max-width: 100% !important;
    background: #BCBCBC;
    height: 4vh;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.section6-formulario-input input:hover, .section6-formulario-input input:focus, 
.section6-formulario-input textarea:hover, .section6-formulario-input textarea:focus{
    background: #D8D8D8;
    border: 1px solid #BCBCBC;
}

.section6-formulario button {
    background: #0317E5;
    color: white;
    margin-left: 11vh;
    width: 100%;
    border-radius: 12px;
    font-size: 1.2em;
}

.section6-formulario button:hover {
    background: #0012C8;
    
}

.section6-formulario-input label{
    display: inline;
    margin-right: 2.2vw;
    font-size: 2.2vh;
    font-weight: bold;
    /* width: 50px; */
    box-sizing: content-box;
    /* width: 33%; */
}

#section6-form >.uk-grid div:nth-child(1) label {width: 11vh;margin-right: 0px;color: #666;}
#section6-form >.uk-grid div:nth-child(2) label {
    width: 26vh;
    margin-right: 0px;
    }
#section6-form >.uk-grid div:nth-child(3) label {
    width: 11vh;
    margin-right: 0px;
}
#section6-form >.uk-grid div:nth-child(4) label {
    width: 11vh;
    margin-right: 0px;
}
#section6-form >.uk-grid div:nth-child(5) label {
    width: 28vh;
    margin-right: 0px;
    }
    #section6-form >.uk-grid div:nth-child(6) label {
        width: 11vh;
        margin-top: -37px;
        margin-right: 0px;
        }
       

.section6-info {
    display:flex;
    flex-direction: row;
    /* margin-top: 15px !important; */
}

.section6-info:nth-child(2),.section6-info:nth-child(3),.section6-info:nth-child(4),.section6-info:nth-child(5) {
    margin-top: 3vh !important;
}
.section6-info:nth-child(1),.section6-info:nth-child(2),.section6-info:nth-child(3),.section6-info:nth-child(4),.section6-info:nth-child(5) {font-size: 2.2vh;word-break: break-all;}
.section6-icono {
    margin-right: 5px;
}

.section6-texto {
    font-weight: bold;
}


.footer {
    background: url(../img/6vPIEPAGINA.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    margin-left: 0px !important;
    width: 100%;
}

.footer-informacion {
    padding-top: 10px !important;
}

.footer-informacion div {
    display:flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-informacion div:nth-child(2) h1 {
    color: white;
    font-size: 1.5em;
}

.footer-icono span {
    color: white;
    padding: 5px;
}

.footer-linea {
    text-align: center !important;
}

.footer-linea hr {
    width: 85%;
    margin: auto;
    font-size: 5em;
    border:2px solid #ffffff;
}

.footer-privacidad div {
    display:flex;
    flex-direction: row;
    margin: 20px 5%;
}

.footer-privacidad div span {
    width: calc(100% / 4);
    color: white;
    font-size: 1em;
    text-align: center;
}

.grecaptcha-badge {
    z-index: 100000;
}





@media (min-width: 1200px) { 

    .consultoria-section2-img img {
        position: absolute !important;
        display: block;
        width: 32vw;
        /* background: red !important; */
        height: 12vw !important;
        left: 0;
        right: 0;
        overflow: hidden;
        /* bottom: 0; */
        margin: 0;
        background: white;
        -webkit-animation: showMe2 0.4s linear infinite 0s forwards;
        -moz-animation: showMe2 0.4s linear infinite 0s forwards;
        -o-animation: showMe2 0.4s linear infinite 0s forwards;
        -ms-animation: showMe2 0.4s linear infinite 0s forwards;
        animation: showMe2 0.4s linear infinite 0s forwards;
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        -o-animation-play-state: paused;
        -ms-animation-play-state: paused;
        animation-play-state: paused;
    }
}   

   
/* Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1199px) {

    #section1 {
        display: none !important;
    }
    .grid-carrousel div:last-child img {
        /* background: red; */
        width: 55vh !important;
        height: 28vh;
        margin-top: 4vh;
    }

    .section1-mobile {
        display: block !important;
        text-align: center;
    }

    .section1-mobile img {
        width: 60% !important;
    }

    .section2-img span {
        font-size: 1.5em !important;
    }

} 
/* MÃƒÆ’Ã‚Â³viles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
@media (max-width: 767px) {
    #section1 {
        display: none !important;
    }

    .section1-mobile {
        display: block !important;
        text-align: center;
    }

    .section1-mobile img {
        width: 80% !important;
    }

    .section4-img img{
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        -ms-animation-play-state: running;
        animation-play-state: running;
    }
}

/* VISTA SOPORTE Y TI */

/* .soporte-navbar {
    background: rgb(3,23,229);
    background: linear-gradient(67.2deg, rgba(3,23,229,1) 41.9%, rgba(230,59,37,1) 41.9%);
} */

@media(min-width: 1200px) {
    .soporte-navbar a {
        /* color: white !important; */
    }
    
    .soporte-navbar-dropdown ul.uk-navbar-dropdown-nav a {
        color: white !important;
    }

    .soporte-navbar-dropdown {
        background: none !important;
        box-shadow: none !important;
    }
}

@media(max-width: 1200px) {
    #logonavbar {
        content: url(../img/logo.png);
    }
}

.soporte-accordion {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    height: 700px;
    overflow: hidden;
    top: 0 !important; 
    margin-top: -100px !important;
    padding-bottom: 130px !important;
}

.soporte-accordion ul {
    width:100%;
    display:table;
    table-layout:fixed;
    margin:0;
    padding:0;
}

.soporte-accordion ul li {
    display:table-cell;
    vertical-align:bottom;
    position: relative;
    width: calc(100% / 2);
    background-repeat:no-repeat;
    background-position:center center;
    height: 670px;
    transition:all 500ms ease;
    /* z-index: -1; */
}

.soporte-accordion ul li div {
    display:block;
    overflow:hidden;
    width:100%;
}

.soporte-accordion ul li div span {
    display:block;
    height:700px;
    width:100%;
    position:relative;
    z-index:3;
    /* vertical-align:bottom; */
    box-sizing:border-box;
    color:#fff;
    text-decoration:none;
    /* font-family:Open Sans, sans-serif; */
    
    transition:all 200ms ease;
}

.soporte-accordion ul li div span .soporte-accordion-grid {
    opacity:0;
}

.soporte-accordion ul li div span div {
    /* opacity:0; */
    margin:0;
    width:100%;
    /* text-overflow:ellipsis; */
    position:relative;
    z-index:5;
    /* white-space:nowrap; */
    /* overflow:hidden; */
    /* -webkit-transform:translateX(-20px); */
    /* transform:translateX(-20px); */
    -webkit-transition:all 400ms ease;
    transition:all 400ms ease;
}

.soporte-accordion ul li:nth-child(1) { 
    background: rgb(3,23,229);
    background: linear-gradient(67.2deg, rgba(3,23,229,1) 90%, rgba(230,59,37,1) 90%);
}

.soporte-accordion ul li:nth-child(2) { 
    background: rgb(3,23,229,1);
    background: linear-gradient(67.2deg, rgba(3,23,229,1) 10%, rgba(230,59,37,1) 10%);
    background-color: #E63B25; 
}

.soporte-accordion ul li .soporte-accordion-elementos {
    width: 95%;
    height: 100%;
    position: relative;
    top:0;
    right:0;
    padding-top: 100px !important;
}

.soporte-accordion ul li:nth-child(1) .soporte-accordion-elementos {
    float: left;
}

.soporte-accordion ul li:nth-child(2) .soporte-accordion-elementos {
    float: right;
}

.soporte-accordion ul li .soporte-accordion-grid {
    width: 80%;
    height: 82%;
    float: left;
    display: block;
}

.soporte-accordion ul li .soporte-accordion-img {
    width: auto !important;
    height: 82% !important;
    float: left !important;
    max-width: 20% !important;
}

.soporte-accordion ul li:nth-child(1) .soporte-accordion-img img {
    max-width:none !important;
    width: 224px !important;
    /* position: absolute; */
    max-height: none !important;
    height: 419px !important;
}
.soporte-accordion ul li:nth-child(2) .soporte-accordion-img img {
    max-width:none !important;
    width: 165px !important;
    /* position: absolute; */
    max-height: none !important;
    height: 423px !important;
}

.soporte-accordion ul li .soporte-accordion-texto {
    width: 100%;
    height: 17%;
    float: left;
    text-align: center;
    display: flex !important;
    justify-content: space-between;
}

.soporte-accordion-texto span {
    margin: 0 auto !important;
    width: 50% !important;
    opacity: 0;
    text-align: left !important;
    padding-left: 30px !important;
}

.soporte-accordion ul li .soporte-accordion-texto h1 {
    color: white;
    font-size: 2.9em;
    font-weight: bold;
    margin: 0 !important;
}

.soporte-accordion ul:hover li {
    width: 0%;
}
 
.soporte-accordion ul li:focus {
    outline: none;
} 

.soporte-accordion ul:hover li:hover
{
    width:100%;

}

.soporte-accordion ul:hover li:hover span * {
    opacity:1;
    -webkit-transform:translateX(0);
    transform:translateX(0);
}

.soporte-accordion-grid-texto {
    max-height: 180px;
    width: 100%;
}

.soporte-accordion-grid-texto h1{
    color: white;
    font-weight: bold;
    font-size: 2.4em;
}

.soporte-accordion-grid-texto span{
    text-indent: 0;
    color: white;
    font-size: 1.2em;
    margin: 0 !important;
}

.soporte-accordion-grid-elementos {
    /* text-align: center !important; */
    margin: 0 auto !important;
    padding: 0 !important;
}

.soporte-accordion-grid-elementos div.soporte-accordion-grid-elementos-primer {
    width: 25% !important;
    float: left !important;
    -webkit-box-shadow: -15px 15px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -15px 15px 10px 0px rgba(0,0,0,0.25);
    box-shadow: -15px 15px 10px 0px rgba(0,0,0,0.25);
    padding: 30px 0 0 30px !important;
    margin-left: calc(25% / 3) !important;
    /* position: relative; */
    margin-top: 0 !important;
}

.soporte-accordion-grid-img {
    width: 100% !important;
    height: 210px !important;
    max-width: 100%;
    position: relative !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow:auto;
    margin-left: 10px !important;
}

.soporte-accordion-grid-img img{
    position: absolute !important;
    max-width: 100% !important;
    /* transition-delay: 1s; */
}

.soporte-accordion-grid-img-soporte:hover .soporte-accordion-grid-img-extra {
    opacity: 1 !important;
}

.soporte-accordion-grid-img-soporte:hover img{
    opacity: 0 !important;
}

.soporte-accordion-grid-img-extra {
    width: 100% !important;
    opacity: 0 !important;
    font-size: 0.8em !important;
    position: absolute !important;
    padding: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: 100% !important;
}

.soporte-accordion-grid-img-extra-res {
    width: 100% !important;
    color: white;
    /* opacity: 0 !important; */
    font-size: 0.8em !important;
    /* position: absolute !important; */
    padding: 10px 10px !important;
    margin: 0 auto !important;
    text-align: center !important;
    height: 100% !important;
}

.soporte-accordion-grid-img-extra-btn {
    padding: 2px !important;
    margin: 2px auto !important;
    /* background: linear-gradient(#0317E5, #E63B25); */
    background: rgb(3,23,229);
    background: linear-gradient(65deg, rgba(3,23,229,1) 30%, rgba(230,59,37,1) 70%);
    /* border: 1px solid black !important; */
    /* background: #0317E5; */
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.7); 
    box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.7);
    border: none;
    width: 70%;
    color: white;
    border-radius: 10px;
    cursor: pointer !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    position: absolute !important;
    top: auto !important;
}

.soporte-accordion-grid-img-extra-btn-res {
    padding: 8px !important;
    margin: 8px auto !important;
    background: rgb(3,23,229);
    background: linear-gradient(65deg, rgba(3,23,229,1) 30%, rgba(230,59,37,1) 70%);
    /* border: 1px solid black !important; */
    /* background: #0317E5; */
    -webkit-box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.7); 
    box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.7);
    /* background: #0317E5; */
    border: none;
    width: 50%;
    color: white;
    border-radius: 10px;
    cursor: pointer !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    /* position: absolute !important; */
    top: auto !important;
}

.soporte-accordion-grid-img-extra-btn:focus,
.soporte-accordion-grid-img-extra-btn-res:focus {
    outline: none;
} 

.soporte-accordion-grid-img-res {
    width: 100% !important;
    position: relative !important;
    height: 250px !important;
    /* border: 1px solid black; */
}

.soporte-accordion-grid-img-res img{
    position: absolute !important;
    width: 250px;
    display:block;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    /* max-width: 70% !important; */
    /* left: 25%; */
    /* margin-left: calc(100% - 150%); */
    /* margin-left: 50%; */
    /* top: 50%; */
    /* margin-top: -85px; */
}

.soporte-accordion-grid-img-move img{
    -webkit-animation: showMe 1.2s linear infinite 0s forwards;
	-moz-animation: showMe 1.2s linear infinite 0s forwards;
	-o-animation: showMe 1.2s linear infinite 0s forwards;
	-ms-animation: showMe 1.2s linear infinite 0s forwards;
	animation: showMe 1.2s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.soporte-accordion-grid-img-move img:nth-child(1) { z-index: 100 !important; }
.soporte-accordion-grid-img-move img:nth-child(2) { 
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
    z-index: 90 !important; 
}
.soporte-accordion-grid-img-move img:nth-child(3) { 
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: 80 !important; 
}
.soporte-accordion-grid-img-move img:nth-child(4) { 
    -webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
    animation-delay: 0.9s;
    z-index: 70 !important; 
}


.soporte-accordion-grid-img-move:hover img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}


.soporte-accordion-grid-img-move-res img{
    -webkit-animation: showMe 1.2s linear infinite 0s forwards;
	-moz-animation: showMe 1.2s linear infinite 0s forwards;
	-o-animation: showMe 1.2s linear infinite 0s forwards;
	-ms-animation: showMe 1.2s linear infinite 0s forwards;
	animation: showMe 1.2s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.soporte-accordion-grid-img-move-res img:nth-child(1) { z-index: 100 !important; }
.soporte-accordion-grid-img-move-res img:nth-child(2) { 
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
    z-index: 90 !important; 
}
.soporte-accordion-grid-img-move-res img:nth-child(3) { 
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    z-index: 80 !important; 
}
.soporte-accordion-grid-img-move-res img:nth-child(4) { 
    -webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
    animation-delay: 0.9s;
    z-index: 70 !important; 
}


.soporte-accordion-grid-img-move-res img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}

.soporte-accordion-grid-elementos-primer span {
    text-align: center !important;
    font-size: 1.1em !important;
    color: white !important;
}

@media (min-width: 768px) and (max-width: 1199px) { 
    .soporte-accordion-grid-texto h1{
        color: white;
        font-weight: bold;
        font-size: 2em;
    }
    
    .soporte-accordion-grid-texto span{
        text-indent: 0;
        color: white;
        font-size: 1em;
        margin: 0 !important;
    }
}

.modalInteresa-body {
    background: url(../img/servicios/soporteventanaeme.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 90vh !important;
    width: 70vh !important;
    border-radius: 67px 67px 67px 67px;
    -moz-border-radius: 67px 67px 67px 67px;
    -webkit-border-radius: 67px 67px 67px 67px;
}

.modalInteresa-body-integracion {
    background: url(../img/ventanaINR.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    /* height: 82vh !important; */
    margin-top: 31vw;
    width: 65vh !important;
    border-radius: 67px 67px 67px 67px;
}

.modal-enviado-body {
    background: url(../img/servicios/ventanaemergente2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 315px !important;
    width: 49vh !important;
    border-radius: 67px 67px 67px 67px;
    -moz-border-radius: 67px 67px 67px 67px;
    /* -webkit-border-radius: 167px 67px 67px 67px; */
}


.modal-enviado-body-soporte {
    background: url(../img/servicios/ventanLISTOSS.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
    height: 380px !important;
    /* width: 536px !important; */
    border-radius: 67px 67px 67px 67px;
    -moz-border-radius: 67px 67px 67px 67px;
    -webkit-border-radius: 67px 67px 67px 67px;
}

.modalInteresa-div {
    /* height: 500px; */
    /* margin-top: 20vh !important; */
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.modalInteresa-div-titulo {
    color: white !important;
    width: 100% !important;
    font-size: 5vh !important;
    /* margin-bottom: 5px !important; */
    margin-top: 14vh !important;
    /* display: block !important; */
    padding-top: 10px !important;
}

.modalInteresa-div-sub {
    color: white !important;
    width: 80% !important;
    font-size: 2.4vh !important;
    /* margin-bottom: 5px !important; */
    margin: 1vw auto !important;
    font-weight: bold !important;
}

.modalInteresa-form {
    width: 90% !important;
    position: relative;
    margin: 0px auto !important;
    text-align: left;
    /* padding: 0 5vh; */
    /* height: 36vh; */
    padding-left: 5vh;
    padding-right: 5vh;
    padding-bottom: 40px;
}

.modalInteresa-form label {
    color: white;
    /* width: 10vw; */
}

.modalInteresa-btn {
    margin: 0 auto !important;
    width: 17vh !important;
    border-radius: 20px !important;
    /* margin: 7px 15vh !important; */
}

.modalInteresa-div-footer {
    width: 100% !important;
    margin: -47px auto !important;
    font-size: 2vh !important;
    color: white !important;
    position: relative;
    padding-bottom: 25vh;
}

/* Servicio-consultoria */

#consultoria-section1 {
    /* border: 1px solid black; */
    padding-top: 0px !important;
}

.consultoria-section1-imagenes {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.consultoria-section1-imagenes *,
.consultoria-section1-texto * {
    margin: 0 !important;
    padding: 0 !important;
}

.consultoria-section1-texto {
    /* height: 28.5vh; */
    margin: 0 !important;
    /* padding: 0 !important; */
    font-size: 40px !important;
    font-weight: bold;
}

.consultoria-section1-imagenes-img {
    position: absolute !important;
    /* max-width: 10%; */
}

.consultoria-section1-imagenes-principal {
    margin-top: 130px !important;
    width: 702px !important;
    height: 447px !important;
    /* width: 50% !important; */
}

@media(max-width: 1170px) {
    #graficoC {right: 75% !important;}
    #nubeazulC {right: 75% !important;}
    #dialogoC {right: 65% !important;}
    #checkC {right: 42% !important;}
    #internetC {right: 29% !important;}
    #plumaC {right: 10% !important;}
    #escudoC {right: 10% !important;}
}

.consultoria-section2 {
    display: flex;
}

.consultoria-section2-img {
    position: relative !important;
    width: 41vh;
    height: 33vh;
    /* border: 1px solid black; */
}

.section-2-size {padding: 0 10vh;}

@-webkit-keyframes showMe2 {
    0% { visibility: visible; z-index: 100; }
	/* 12.5% { visibility: visible; z-index: 100; } */
	/* 25% { visibility: hidden; z-index: 0; } */
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe2 {
    0% { visibility: visible; z-index: 100; }
	/* 12.5% { visibility: visible; z-index: 100; } */
	/* 25% { visibility: hidden; z-index: 0; } */
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe2 {
    0% { visibility: visible; z-index: 100; }
	/* 12.5% { visibility: visible; z-index: 100; } */
	/* 25% { visibility: hidden; z-index: 0; } */
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe2 {
    0% { visibility: visible; z-index: 100; }
	/* 12.5% { visibility: visible; z-index: 100; } */
	/* 25% { visibility: hidden; z-index: 0; } */
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe2 {
    0% { visibility: visible; z-index: 100; }
	/* 12.5% { visibility: visible; z-index: 100; } */
	/* 25% { visibility: hidden; z-index: 0; } */
    100% { visibility: hidden; z-index: 0; }
}


.consultoria-section2-img img {
    position: absolute !important;
    display:block;
    width: 32vw;
    /* background: red !important; */
    height: 20vw;
    left:0;
    right:0;
    /* bottom: 0; */
    margin: 0;
    background: white;
    -webkit-animation: showMe2 0.4s linear infinite 0s forwards;
    -moz-animation: showMe2 0.4s linear infinite 0s forwards;
    -o-animation: showMe2 0.4s linear infinite 0s forwards;
    -ms-animation: showMe2 0.4s linear infinite 0s forwards;
    animation: showMe2 0.4s linear infinite 0s forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.consultoria-section2-img:hover img {
    -webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}

@media(max-width:768px) {
  .consultoria-section2-img img {
        /* -webkit-animation-play-state: running; */
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        -ms-animation-play-state: running;
        height: 18vh;
        width: 56vw;
        /* animation-play-state: running; */
    }
}

.consultoria-section2-img img:nth-child(1) {
    z-index: 2;
}

.consultoria-section2-img img:nth-child(2) {
    -webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
	-ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    z-index: 1;
}


.consultoria-section2-texto {
    width: 100%;
}

.consultoria-section2-texto h2 {
    /* font-weight: bold; */
    margin: 0 !important;
}


.consultoria-section2-texto h4 {
    /* font-weight: bold; */
    margin-top: 0 !important;
}

#consultoria-section3 {
    background: #D8D8D8 !important;
    width: 100% !important;
    margin: 20px 0 !important;
    /* padding: 20px 0 !important; */
    position: relative;
}

#consultoria-section3 h3 {
    font-weight: bold;
    font-size: 4vh;
    margin: 4px 0;
}

#consultoria-section3 button {
    width: 30vh;
    height: auto;
    color: white;
    background: #0317E5;
    border: none;
    border-radius: 20px;
    font-size: 3.6vh;
    background: linear-gradient(65deg, #0317E5 20%, #E63B25 80%);
    font-weight: bold;
    margin-bottom: 4vh;
    cursor: pointer;
    transition: transform .2s;
}

#consultoria-section3 button:hover {
    transform: scale(1.2);
}

#consultoria-section3 button:focus {
    outline: none;
}

#consultoria-section3 img {
    position: absolute;
    /* border: 1px solid black; */
    margin: auto;
    right: 0;
    left: 0;
    /* bottom: 0; */
    top: -80px;
}

.consultoria-section4-texto {
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.consultoria-section4-grafico {
    margin: 0 auto !important;
    padding: 0 !important;
}

.consultoria-section4-grafico-img img {
    opacity: 0;
}

@keyframes img1 {
    /* 0% { opacity: 0; } */
    20% { opacity: 1; }
}

@keyframes img2 {
    /* 0% { opacity: 0; } */
    40% { opacity: 1; }
}

@keyframes img3 {
    /* 0% { opacity: 0; } */
    60% { opacity: 1; }
}

.consultoria-section4-grafico-img-1 { animation: img1 6s infinite; }
.consultoria-section4-grafico-img-2 { animation: img2 6s infinite; }
.consultoria-section4-grafico-img-3 { animation: img3 6s infinite; }

.consultoria-section5-div {
    position: relative !important;
}

.imgintermitente {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite; 
    -webkit-animation-iteration-count: infinite;
}

.imgintermitente:hover {
    -webkit-animation: 0;
    animation: 0;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }
   @keyframes flash {
    0%, 50%, 100% {
    opacity: 1;
    }
   25%, 75% {
    opacity: 0;
    }
   }

   .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
   }

/* .consultoria-section5-div .consultoria-section5-div-img{
    position: absolute !important;
    display:block !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    margin:auto !important;
    background: white !important;
} */

#consultoria-section5 h2 {
    height: 70px !important;
    font-size: 1.5em !important;
}

.consultoria-section5-div {
    /* height: 400px !important; */
    /* border: 1px solid black !important; */
    margin: 0 !important;
    padding: 0 !important;
}

.consultoria-section5-div-img img{
    max-width: 200px !important;
}

.consultoria-section5-div:hover .consultoria-section5-div-texto {
    opacity: 1 !important;
}

.consultoria-section5-div:hover .consultoria-section5-div-img {
    opacity: 0 !important;
}

.consultoria-section5-div .consultoria-section5-div-texto {
    position: absolute !important;
    /* display:block !important;  */
    left:0 !important;
    right:0 !important;
    /* bottom: 50% !important; */
    margin:auto !important;
    background: white !important;
    top: 50% !important;
    margin-top: -100px !important;
    opacity: 0 !important;
    font-size: 1.2em !important;
}

/* DESARROLLO */

.desarrollo-inicio {
    height: 800px;
    position: relative;
}

.desarrollo-inicio-texto {
    position: absolute;
    font-size: 4.5em;
    width: 50%;
    color: black;
    text-align: center;
    margin-left: 40px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: -120px;
    font-weight: bold;
}

.desarrollo-inicio-fondo {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.desarrollo-inicio-fondo-elemento {
    width: 100%;
    /* border: 1px solid black; */
    position: absolute;
    background: white;
    height: 100%;
}

.desarrollo-inicio-fondo-elemento img {
    position: absolute;
    right: 50px;
    top: 100px;
}

.img-develop-type
{
    /* background: red; */
}

@media(max-width: 768px) {
    .desarrollo-inicio {
        height: 80vh;
    }
    .desarrollo-inicio-texto {
        font-size: 1.4em;
        width: 70% !important;
        /* top: -150px !important; */
        height: 40%;
        top: 10px;
    }

    .desarrollo-inicio-fondo-elemento img {
        position: absolute;
        right: 0px;
        top: 100px;
    }
}

.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento {
    -webkit-animation: showMe 3.8s linear infinite 0s forwards;
	-moz-animation: showMe 3.8s linear infinite 0s forwards;
	-o-animation: showMe 3.8s linear infinite 0s forwards;
	-ms-animation: showMe 3.8s linear infinite 0s forwards;
	animation: showMe 3.8s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
}

.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(2){
    -webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(3){
    -webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(4){
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(5){
    -webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(6){
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(7){
    -webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(8){
    -webkit-animation-delay: 1.4s;
	-moz-animation-delay: 1.4s;
	-o-animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(9){
    -webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	-ms-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(10){
    -webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
	-o-animation-delay: 1.8s;
	-ms-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(11){
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(12){
    -webkit-animation-delay: 2.2s;
	-moz-animation-delay: 2.2s;
	-o-animation-delay: 2.2s;
	-ms-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(13){
    -webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	-ms-animation-delay: 2.4s;
    animation-delay: 2.4s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 90%, rgba(230,59,37,1) 90%);
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(14){
    -webkit-animation-delay: 2.6s;
	-moz-animation-delay: 2.6s;
	-o-animation-delay: 2.6s;
	-ms-animation-delay: 2.6s;
    animation-delay: 2.6s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 75%, rgba(230,59,37,1) 75%);
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(15){
    -webkit-animation-delay: 2.8s;
	-moz-animation-delay: 2.8s;
	-o-animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
    animation-delay: 2.8s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(230,59,37,1) 60%);
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(16){
    -webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
    animation-delay: 3s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(230,59,37,1) 45%);
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(17){
    -webkit-animation-delay: 3.2s;
	-moz-animation-delay: 3.2s;
	-o-animation-delay: 3.2s;
	-ms-animation-delay: 3.2s;
    animation-delay: 3.2s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 30%, rgba(230,59,37,1) 30%);
}
.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(18){
    -webkit-animation-delay: 3.4s;
	-moz-animation-delay: 3.4s;
	-o-animation-delay: 3.4s;
	-ms-animation-delay: 3.4s;
    animation-delay: 3.4s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(230,59,37,1) 15%);
}

.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento:nth-child(19){
    -webkit-animation-delay: 3.6s;
	-moz-animation-delay: 3.6s;
	-o-animation-delay: 3.6s;
	-ms-animation-delay: 3.6s;
    animation-delay: 3.6s;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(230,59,37,1) 0%);
}

.desarrollo-inicio-fondo .desarrollo-inicio-fondo-elemento{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
    animation-play-state: running;
}

.desarrollo-img-parent {
    position: relative !important;
    /* display: block !important; */
    /* height: 310px !important; */
    /* display: flex; */
    height: 310px !important;
    /* padding-left: 0 !important; */
}

@media(max-width: 768px) {
    .desarrollo-img-parent {
        position: static !important;
    }
}

.desarrollo-img {
    position: absolute !important;
    width: 70% !important;
    overflow: hidden;
    height: 55vh !important;
    margin: 0 13vh;
    background: white !important;
    -webkit-animation: showMe 1s linear infinite 0s forwards;
    -moz-animation: showMe 1s linear infinite 0s forwards;
    -o-animation: showMe 1s linear infinite 0s forwards;
    -ms-animation: showMe 1s linear infinite 0s forwards;
    animation: showMe 1s linear infinite 0s forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.desarrollo-img img {
    position: absolute !important;
    display:block !important;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.desarrollo-img-parent div.desarrollo-img img:nth-child(1) {z-index: 10 !important;width: 364px;height: 214px;}
.desarrollo-img-parent div.desarrollo-img img:nth-child(2) { z-index: 8 !important; }
.desarrollo-img-parent div.desarrollo-img img:nth-child(3) { z-index: 8 !important; }


.desarrollo-img-parent div.desarrollo-img:nth-child(2) img:nth-child(2) {
    left: 0 !important;
    right: 100% !important;
    top: 50% !important;
    bottom: 50% !important;
}

.desarrollo-img-parent div.desarrollo-img:nth-child(2) img:nth-child(3) {
    left: 75% !important;
    right: 0 !important;
    top: 50% !important;
    bottom: 50% !important;
}

.desarrollo-img-parent div.desarrollo-img:nth-child(3) img:nth-child(2) {
    left: 0 !important;
    right: 60% !important;
    top: 50% !important;
    bottom: 50% !important;
}

.desarrollo-img-parent div.desarrollo-img:nth-child(3) img:nth-child(3) {
    left: 55% !important;
    right: 0 !important;
    top: 50% !important;
    bottom: 50% !important;
}

.desarrollo-img-parent div.desarrollo-img:nth-child(1) { z-index: 10 !important; }
.desarrollo-img-parent div.desarrollo-img:nth-child(2) { 
    -webkit-animation-delay: 0.25s;
	-moz-animation-delay: 0.25s;
	-o-animation-delay: 0.25s;
    -ms-animation-delay: 0.25s;
    z-index: 9 !important; 
}

.desarrollo-img-parent div.desarrollo-img:nth-child(3) { 
    -webkit-animation-delay: 0.50s;
	-moz-animation-delay: 0.50s;
	-o-animation-delay: 0.50s;
    -ms-animation-delay: 0.50s;
    z-index: 8 !important; 
}

.desarrollo-img-parent div.desarrollo-img:nth-child(4) { 
    -webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    z-index: 7 !important; 
}

.desarrollo-img-parent-parent:hover div.desarrollo-img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
    animation-play-state: running;
}

@media(max-width:768px) {
    .desarrollo-img-parent-parent div.desarrollo-img {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        -ms-animation-play-state: running;
        animation-play-state: running;
        margin: 0;
    }
}

.desarrollo-subtitulo {
    font-size: 1.4em;
    /* padding-right: 5vw; */
    font-weight: bold;
    display: flex;
    /* padding: 0 63px; */
    margin-top: 12vh !important;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px) {
    .desarrollo-subtitulo {
        font-size: 2vh;
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.desarrollo-titulo {
    font-size: 3.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:768px) {
    .desarrollo-titulo {
        font-size: 2.3em;
    }
}

.desarrollo-sectionofrecemos {
    position: relative !important;
    height: 390px !important;
    width: 223vh !important;
    padding: 0 11vw !important;
}




.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img {
    position: absolute !important;
    width: 80% !important;
    background: white !important;
    height: 390px !important;
}
 
@media(max-width: 768px) {
    .desarrollo-sectionofrecemos {
        /* position: relative !important; */
        height: 280px !important;
    }
    
    .desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img {
        height: 280px !important;
    }

    .desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img {
        /* width: 90% !important; */
        height: 250px;
    }
}

@-webkit-keyframes showMe3 {
    0% { visibility: visible; z-index: 100; }
	25% { visibility: visible; z-index: 100; }
	75% { visibility: hidden; z-index: 100; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe3 {
    0% { visibility: visible; z-index: 100; }
	25% { visibility: visible; z-index: 100; }
	75% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe3 {
    0% { visibility: visible; z-index: 100; }
	25% { visibility: visible; z-index: 100; }
	75% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe3 {
    0% { visibility: visible; z-index: 100; }
	25% { visibility: visible; z-index: 100; }
	75% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe3 {
    0% { visibility: visible; z-index: 100; }
	25% { visibility: visible; z-index: 100; }
	75% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(1) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(2) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(4) img {
    -webkit-animation: showMe3 1s linear infinite 0s forwards;
	-moz-animation: showMe3 1s linear infinite 0s forwards;
	-o-animation: showMe3 1s linear infinite 0s forwards;
	-ms-animation: showMe3 1s linear infinite 0s forwards;
	animation: showMe3 1s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}

.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(3) img {
    -webkit-animation: showMe 2s linear infinite 0s forwards;
	-moz-animation: showMe 2s linear infinite 0s forwards;
	-o-animation: showMe 2s linear infinite 0s forwards;
	-ms-animation: showMe 2s linear infinite 0s forwards;
	animation: showMe 2s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}

.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(6) img {
    -webkit-animation: showMe 1.5s linear infinite 0s forwards;
	-moz-animation: showMe 1.5s linear infinite 0s forwards;
	-o-animation: showMe 1.5s linear infinite 0s forwards;
	-ms-animation: showMe 1.5s linear infinite 0s forwards;
	animation: showMe 1.5s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}


.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(5) img {
    -webkit-animation: showMe 5.5s linear infinite 0s forwards;
	-moz-animation: showMe 5.5s linear infinite 0s forwards;
	-o-animation: showMe 5.5s linear infinite 0s forwards;
	-ms-animation: showMe 5.5s linear infinite 0s forwards;
	animation: showMe 5.5s linear infinite 0s forwards;
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;
}

.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(1) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(2) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(3) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(4) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(5) img,
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img:nth-child(6) img{
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
    animation-play-state: running;
}


.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img {
    position: absolute !important;
    display:block !important;
    left:0;
    right:0;
    bottom:0;
    /* width: 42vw; */
    /* margin:auto; */
    background: white !important;
}


.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(1) { z-index: 11 !important; }
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(2) { 
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    z-index: 10 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(3) { 
    -webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    z-index: 9 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(4) { 
    -webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    z-index: 8 !important; 
}

.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(5) { 
    z-index: 7 !important; 
    -webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
    -ms-animation-delay: 2s;
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(6) { 
    -webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    z-index: 6 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(7) { 
    -webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    z-index: 5 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(8) { 
    -webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
    z-index: 4 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(9) { 
    -webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    z-index: 3 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(10) { 
    -webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
    -ms-animation-delay: 4.5s;
    z-index: 2 !important; 
}
.desarrollo-sectionofrecemos .desarrollo-sectionofrecemos-img img:nth-child(11) { 
    -webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    z-index: 1 !important; 
}

.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(1) { z-index: 10; }
.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(2) { z-index: 9; }
.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(3) { z-index: 8; }
.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(4) { z-index: 7; }
.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(5) { z-index: 6; }
.desarrollo-sectionofrecemos div.desarrollo-sectionofrecemos-img:nth-child(6) { z-index: 5; }

.desarrollo-sectionofrecemos-btn {
    /* width: 2255vw !important; */
    font-size: 1.4em;
    font-weight: bold;
    transition: transform 0.2s;
    margin-bottom: 38px !important;
    /* margin: 0 138px !important; */
    cursor: pointer;
}

@media(max-width: 768px) {
    .desarrollo-sectionofrecemos-btn {
        font-size: 1.1em;
        font-weight: bold;
        transition: transform 0.2s;
        cursor: pointer;
    }
}

.desarrollo-sectionofrecemos-btn:hover {
    transform: scale(1.2);
}

/* INTREGRACION */

.integracion-inicio {
    position: relative;
    height: 530px;
}

@media(max-width: 900px) {
    .integracion-inicio {
        height: 395px;
    }
}

@media(max-width: 768px) {
    .integracion-inicio {
        height: 450px;
    }
}

@media(max-width: 580px) {
    .integracion-inicio {
        height: 265px;
    }
}

@media(max-width: 480px) {

	.modalInteresa-btn {
    /* margin: 0 auto !important; */
    width: 17vh !important;
    border-radius: 20px !important;
    margin: 7px 9vh !important;
}
    .integracion-inicio {
        height: 42vh;
    }
}

#modalInteresa-form :first-child *:not(:last-child)  {
    display: block !important;
    /* background: red; */
}
.integracion-inicio img {
    position: absolute;
    display:block !important;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background: white !important;
    -webkit-animation: showMe 1.5s ease-out infinite 159s forwards;
    -moz-animation: showMe 1.5s ease-out infinite 159s forwards;
    -o-animation: showMe 1.5s ease-out infinite 159s forwards;
    -ms-animation:showMe 1.5s ease-out infinite 159s forwards;
    animation: showMe 1.5s ease-out infinite 159s forwards;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused;
}

.integracion-inicio:hover img {
    -webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
    animation-play-state: running;
}


@media(max-width: 768px) {
    .integracion-inicio img {
        -webkit-animation-play-state: running;
        -moz-animation-play-state: running;
        -o-animation-play-state: running;
        -ms-animation-play-state: running;
        animation-play-state: running;
    }
}

.integracion-inicio img:nth-child(1) { z-index: 20; }
.integracion-inicio img:nth-child(2) { 
    -webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	-o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    z-index: 19; 
}

.integracion-inicio img:nth-child(3) { 
    -webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    z-index: 18; 
}

.integracion-inicio img:nth-child(4) { 
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    z-index: 17; 
}

.integracion-inicio img:nth-child(5) { 
    -webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    z-index: 16; 
}

.integracion-inicio img:nth-child(6) { 
    -webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    z-index: 15; 
}

.integracion-inicio img:nth-child(7) { 
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    z-index: 14; 
}

.integracion-inicio img:nth-child(8) { 
    -webkit-animation-delay: 0.7s;
	-moz-animation-delay: 0.7s;
	-o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    z-index: 13; 
}

.integracion-inicio img:nth-child(9) { 
    -webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    z-index: 12; 
}

.uk-titulo {
    font-size: 3.5em;
}

.uk-blog-active-category {
    color: #F07700; 
}

.uk-blog-active-date {
    color: rgb(59, 59, 59);
}

.uk-accordion-title::before{
    background-image: url('../img/blog/down-arrow.svg') !important;
    width: 1em !important;
    height: 1em !important;
}
.uk-open > .uk-accordion-title::before{
    background-image: url('../img/blog/right-chevron.svg') !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 262px;
    margin-top: -16px;
    /* height: 31vh; */
}
.grid-carrousel {
    display: flex;
    flex-flow: row-reverse;
    margin: 0 11% !important;
    /* width: 36vh !important; */
}

.blog-size {
    max-width: 88% !important;
}