/*=================================================================
	  Slider
==================================================================*/

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/*=================================================================
	  Us
==================================================================*/

.improve {
    background: #2B2450 url(../img/Improve/Forma_brand_mejoramos.png) top right no-repeat;
    background-size: 35% auto;
}

@media screen and (max-width: 1050px) {
    .improve {
        background-size: 350px auto;
        background-repeat: repeat-y;
        text-align: center;
    }
}

.table-improve {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    margin-left: 20%;
    margin-top: 25vh;
    margin-bottom: 25vh;
}

td, th {
    text-align: left;
    padding: 50px;
}

.table-content-improve-title-one {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.table-content-improve-title-two {
    color: #1F5BA1;
    font-family: Circular_Std_Bold;
    font-size: 2.5vw;
    text-align: left;
    display: inline-block;
    width: 150%;
    margin-bottom: 0;
    margin-top: -38px;
}

.table-content-improve-title-three {
    color: #ffffff;
    display: inline-block;
    font-family: Circular_Std_Bold;
    font-size: 2vw;
    text-align: left;
    margin-bottom: 0;
    margin-top: -29px;
}

.table-content-improve-text {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 30px;
    text-align: justify;
    width: 170%;
}

.table-content-improve-info img {
    width: 15vw;
}

@media screen and (max-width: 800px) {
    .improve {
        background: #2B2450;
    }
    .table-improve {
        margin-left: 3%;
        margin-top: 10vh;
    }
    .image-title-form {
        height: auto;
    }
    .table-content-improve-title-one {
        font-family: Circular_Std_Bold;
        font-size: 8vw;
        margin-top: 1.5vh;
    }
    .table-content-improve-title-two {
        font-family: Circular_Std_Bold;
        font-size: 4vw;
        width: 100%;
    }
    .table-content-improve-title-three {
        font-size: 2.7vw;
        width: 100%;
    }
    .table-content-improve-text {
        color: #ffffff;
        font-family: Baskerville_Rugular;
        font-size: 3.2vw;
        text-align: justify;
    }
    .table-content-improve-info img {
        width: 35vw;
    }
}

/*=================================================================
	 Digitization
==================================================================*/

.digitization {
    background: #1d59a8 url(../img/Digitization/forma_azul.png) top right no-repeat;
    background-size: 50% auto;
}

.imageCorner img {
    float: right;
}

.titleDigitization {
    text-align: center;
    display: inline-block;
    margin-top: auto;
    margin-left: auto;
}

.titleDigitization h2 {
    font-family: Circular_Std_Bold;
    font-size: 2.5vw;
    margin-top: 8%;
}

.titleDigitization h1 {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.summaryDigitization {
    font-family: Circular_Std_Bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.summaryDigitization p {
    display: inline-block;
    font-size: 2vw;
    text-align: center;
    width: 75%;
}

#separatorBar {
    width: 12vw;
    height: 0.75vh;
}

.summaryDigi {
    text-align: center;
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.summaryDigi p {
    font-family: Baskerville_Rugular;
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    text-align: center;
    width: 79%;
}

.textQuality {
    background-color: #2D294F;
    color: #ffffff;
    font-size: 1.5vw;
    padding: 12px 15px;
    display: inline-block;
    width: 25vw;
}

.iconWaranty img {
    width: 20vw;
    position: relative;
}

.btnDigitalization {
    padding: 70px 0;
    text-align: center;
}

.btnDigitalization img {
    width: 20vw;
}

@media screen and (max-width: 571px) {
    .digitization {
        background: #1d59a8;
    }
    .titleDigitization h2 {
        font-family: Circular_Std_Bold;
        font-size: 5vw;
        margin-top: 8%;
    }
    .titleDigitization h1 {
        font-family: Circular_Std_Bold;
        font-size: 4.5vw;
    }
    .summaryDigitization {
        text-align: center;
        display: inline-block;
        margin-top: auto;
        margin-left: auto;
    }
    .summaryDigitization p {
        font-size: 2vh;
        width: 100%;
    }
    .summaryDigi p {
        font-size: 2vh;
        width: 94%;
    }
    .textQuality {
        font-size: 2.7vh;
        width: 100%;
    }
    .iconWaranty img {
        margin: 3% 0 3% 0;
        width: 50vw;
    }
    .btnDigitalization img {
        width: 40vw;
    }
}

/*=================================================================
	 d.doc 
==================================================================*/

.buttonDdoc {
    text-align: center;
    display: block;
    padding: 50px 0;
}

.ima {
    padding: 100px 0;
}

.buttonDdoc button {
    border-color: #ffffff;
    border-radius: 10px;
}

.summaryDdoc {
    padding: 5% 0;
}

.summaryDdoc p {
    font-size: 20px;
    font-family: Baskerville_Rugular;
    padding: 15px 0;
    text-align: justify;
    width: 95%;
}

#btnddoc {
    width: 15vw;
}

.forma-azul-pico img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 570px) {
    .imagen-ddoc {
        display: none;
    }
    .logo-d-doc {
        height: auto;
        width: 25%;
    }
    .summaryDdoc p {
        font-size: 2.1vh;
        width: 100%;
    }
    #btnddoc {
        width: 35vw;
    }
}

/*=================================================================
	 Solutions
==================================================================*/

.forma-soluciones-superior img{
    background-color: #ffffff;
    display: block;
    width: 100%;
}


.titleSolutions {
    text-align: center;
    padding: 15px 0px;
    background-color: #2B2450;
    display: block;
}

.titleSolutions h1 {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 50px;
    padding-top: 50px;
}

.textSolutions {
    text-align: center;
    padding: 15px 0px;
    background-color: #2B2450;
    display: block;
}

.textSolutions p {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.textSolutions h1 {
    color: #3A59A3;
    font-family: Baskerville_Rugular;
    font-size: 2vw;
}

.navigateSolutions {
    background: #DFE0E1 url(../img/Solutions/EsquinaSolucionesVerticales.png) bottom left no-repeat;
    background-size: 15%;
    height: 100vh;
}

.custom-navbar {
    background-color: #205AA4;
    margin: 50px 20%;
}

.custom-navbar ul {
    width: 460%
}

.custom-navbar ul li {
    width: 50%
}

.custom-navbar ul li a {
    font-size: 17px;
    cursor: pointer;
}

/* -------------- tab1 and tab2  articles -------------------- */

.rigister-public .first-bullet {
    list-style: none;
}

.rigister-public ul {
    margin-left: 0;
    padding-left: 2.5em;
    text-indent: -1em;
}

.rigister-public ul li {
    color: #000000;
    font-family: Baskerville_Rugular;
    font-size: 22px;
    padding-left: 20px;
}

.rigister-public p {
    color: #000000;
    font-family: Baskerville_Rugular;
    font-size: 18px;
}

/* -------------- tab4 and tab5  articles -------------------- */

.summaryPayments {
    padding: 20px 0;
}

.summaryPayments {
    color: #000000;
    font-family: Baskerville_Rugular;
    font-size: 18px;
}

.buttonSolution a {
    margin: 0 auto;
}

.youtube-video-payments{
    display: block;
    width: 560px; 
    height: 330px;
    margin: 0 0 0 25%;
}

@media screen and (max-width: 700px) {

    .titleSolutions h1 {
        font-size: 5vh;
    }
    .textSolutions p {
        font-size: 2.5vh;
        margin-top: -5%;
        width: 100%;
    }
    .rigister-public ul li {
        font-size: 3vw;
    }
    .rigister-public p {
        font-size: 3.5vw;
    }
    .summaryPayments {
        margin: 0 0 0 5%;
        font-size: 3.5vw;
        width: 90%;
    }
    .buttonSolution a img {
        margin: 0 10% 0 25%;
        width: 50%;
    }
    .navigateSolutions {
        background-size: 20%;
        height: 105vh;
    }

    .youtube-payments{
        width: 450px; 
        height: 250px;
        margin: 0 0 0 1%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .navigateSolutions {
        height: 120vh;
    }
    .custom-navbar {
        margin-left: 10%;
        margin-right: auto;
        width: 80%;
    }
    .custom-navbar ul {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .custom-navbar {
        margin-left: 1%;
        margin-right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .custom-navbar {
        margin-left: 1%;
        margin-right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .custom-navbar {
        margin: 5% auto 10% 2%;
        width: 95%;
        
    }
    .navigateSolutions {
        height: 110vh;
    }
}

/*=================================================================
	 Comcercial Alliances
==================================================================*/

.alliance {
    background: url(../img/Alliance/Forma_alianzas_superior.png) top right no-repeat, url(../img/Alliance/forma_alianzas_inferior.png)bottom left no-repeat;
    background-size: 37%;
}

.titleAlliance h1 {
    text-align: center;
    color: #3A59A3;
    font-family: Circular_Std_Bold;
    font-size: 55px;
    padding: 8% 0;
}

.textAlliance {
    margin: auto;
    text-align: center;
    width: 65%;
}

.textAlliance p {
    font-size: 30px;
    font-family: Baskerville_Rugular;
    margin-top: -13%;
}

.last-container {
    margin-bottom: 15%;
}

.forma-soluciones-inferior img{
    background-color: #DFE0E1;
    display: block;
    width: 100%;
}

#azure{
    text-align: center;
    /* width: 100%; */
}

@media screen and (max-width: 570px) {
    .textAlliance {
        width: 100%;
    }
    
    .titleAlliance h1 {
        font-size: 3vh;
    }

    .textAlliance p {
        font-size: 2.1vh;
        margin-top: -7%;
    }
}

@media screen 
    and (min-width: 250px) 
    and (max-width: 579px) {

    .titleAlliance h1 {
        font-size: 3vh;
        padding: 12% 0;
    }

    #alaris{
        display: inline-block;
        padding: 10px;
        width: 33%;
    }

    #alaris a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #azure{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #azure a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #microfocus{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #microfocus a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #dtsearch{
        display: inline-block;
        padding: 10px;
        width: 33%;
    }

    #dtsearch a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #kofax{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #kofax a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #opex{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #opex a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #cvision{
        display: inline-block;
        padding: 10px;
        width: 33%;
    }

    #cvision a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #people{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #people a img{
        margin-left: -1.5vh;
        width: 30vw;
    }

    #bdata{
        float: left;
        padding: 10px;
        width: 33%;
    }

    #bdata a img{
        margin-left: -1.5vh;
        width: 30vw;
    }
        
}

/*=================================================================
	 Success Stories
==================================================================*/

.titleStories {
    text-align: center;
    margin: auto;
}

.titleStories h1 {
    color: #2D294F;
    font-family: Circular_Std_Bold;
    font-size: 50px;
    padding: 5% 0;
}

.textSuccess {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.textSuccess p {
    font-size: 30px;
    font-family: Baskerville_Rugular;
    margin-top: -3%;
}

.succes {
    background-color: #DFE0E1;
}

.logo-slider {
    background: #DFE0E1;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.logo-slider::before, .logo-slider::after {
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #DFE0E1 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 175px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.logo-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.logo-slider::before {
    left: 0;
    top: 0;
}

.logo-slider .logo-slide-track {
    -webkit-animation: logo-scroll 60s linear infinite;
    animation: logo-scroll 60s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(250px * 14);
    animation-duration: 50s;
    animation-iteration-count: infinite;
}

.logo-slider .slide {
    height: 150px;
    width: 250px;
    padding: 20px;
}

@-webkit-keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes logo-scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-500px * 7));
    }
}

@media screen and (max-width: 570px) {
    .textSuccess {
        width: 100%;
        margin-top: 5%;
    }
    .textSuccess p {
        font-size: 2.5vh;
    }
}

.fill-space-succes {
    background-color: #DFE0E1;
}

/*=================================================================
	Benefits
==================================================================*/

.benefits {
    background-color: #2D294F;
}

.titleBenefits {
    text-align: center;
    margin: auto;
    padding: 100px 0px;
}

.titleBenefits h1 {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 3vw;
}

.benefits .container img {
    width: 10vw;
}

@media only screen and (min-width: 1441px) {
    .benefits .container img {
        width: 7vw;
    }
    .titleIconsBenefits {
        font-size: 1.5vw !important;
    }
}

.benefitsBrand {
    width: 100%;
    text-align: right;
}

.benefitsBrand img {
    width: 20%;
}

.titleIconsBenefits {
    font-family: Baskerville_Bold;
    font-size: 2vw;
    color: #ffffff;
    padding: 5% 0;
}

.titleIconSafety {
    font-family: Baskerville_Bold;
    font-size: 26px;
    color: #ffffff;
    padding: 7% 0;
}

@media screen and (max-width: 570px) {
    .space-benefits {
        display: none;
    }
    .titleBenefits h1 {
        font-size: 6vh;
    }
    .benefits .container img {
        width: 20vw;
    }
    .titleIconsBenefits {
        font-size: 4.5vw;
        margin-bottom: 10%;
    }
}


@media screen 
    and (min-width: 250px) 
    and (max-width: 579px) {

    .titleBenefits{
        margin: 0 0 -15% 0;
    }

    .titleBenefits h1{
        font-size: 9vw;
    }

    #div1 {
        display: inline-block;
        margin-left: 10%;
        padding: 10px;
        width: 33%;
    }
    #div1 img {
        margin-bottom: 5%;
        width: 16vw;
    }
    #div2 {
        float: left;
        padding: 11px;
        width: 40%;
    }
    
    #div2 img {
        margin-left: 25%;
        width: 14vw;
    }

    #div2 p{
        font-size: 4vw;
        margin-top: 4%;
        width: 130%;
    }

    #div3 {
        display: inline-block;
        margin: 15% 0;
        width: 33%;
    }

    #div3 img {
        width: 15vw;
    }

    #div3 p{
        font-size: 3.5vw;
    }

    #div4 {
        float: left;
        margin: 15% 0;
        width: 33%;
    }
    #div4 img {
        width: 15vw;
    }

    #div4 p{
        font-size: 3.5vw;
    }

    #div5 {
        float: left;
        margin: 15% 0;
        width: 33%;
    }
    
    #div5 img {
        width: 15vw;
    }

    #div5 p{
        font-size: 3.5vw;
    }
}

/*=================================================================
	Contact Modify
==================================================================*/

.contact {
    background: url(../img/Contact/Imagen_contacto.webp);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.contact-title h1 {
    color: #ffffff;
    font-family: Circular_Std_Bold;
    font-size: 5vh;
    text-align: center;
    margin: 25% 0 25% 0;
}

.info-location {
    text-align: left;
    margin-bottom: 17%;
}

.info-form {
    text-align: right;
}

table {
    border-collapse: collapse;
    width: 90%;
}

td, th {
    text-align: left;
    padding: 8px;
}

.table-content-info {
    color: #ffffff;
    font-family: Circular_Std_Book;
    font-size: 2.2vh;
}

.table-contact-email {
    font-family: Circular_Std_Book;
    font-size: 2.5vh;
}

.table-content-phone {
    font-family: Circular_Std_Book;
    font-size: 2.5vh;
}

.contactForm {
    text-align: center;
    margin: 0 0 40% 0;
}

.formItems {
    width: 85%;
    text-align: left;
    margin-left: 20%;
}

.notice label {
    color: #ffffff;
    font-family: Baskerville_Rugular;
    font-size: 2.2vh;
    width: 100%;
}

.notice a {
    color: #1C59A9;
    font-family: Baskerville_Rugular;
    font-size: 2.5vh;
}

.notice a:hover {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    /*  */
    #iframe-location {
        width: 300px;
    }
}

@media screen and (max-width: 700px) {
    #iframe-location {
        width: 300px;
    }
}

@media screen and (max-width: 570px) {
    #iframe-location {
        width: 360px;
    }
    .formItems {
        width: 100%;
        text-align: left;
        margin-left: 1%;
    }
    #btnContact img {
        margin: 0 32%;
        width: 30vw;
    }
}

@media screen and (max-width: 375px) {
    #iframe-location {
        width: 300px;
    }
}

.markdd{
    margin-top: 158px;
    margin-left: 121px;
    width: 604px;
    height: 224px;
    z-index: 9999;
    border-radius: 4px;
    border: #ccffcc 11px solid;
    position: absolute;
}

.table-improve-border-top{
    border-top: #ccffcc 11px solid;
    border-left: #ccffcc 11px solid;
    border-right: #ccffcc 11px solid;
}

.table-improve-border-left-right{
    border-left: #ccffcc 11px solid;
    border-right: #ccffcc 11px solid;
}

.table-improve-border-bottom{
    border-bottom: #ccffcc 11px solid;
    border-left: #ccffcc 11px solid;
    border-right: #ccffcc 11px solid;
}

.textdd{
    color: #ccffcc;
    font-family: Baskerville_Rugular;
    font-size: 30px;
    margin-left: 113px;
}
.table-improve {
    margin-top: 3vh !important;
}

.textsegurity{
    font-size: 22px !important; 
    color: #3959a4; 
    text-align: right; 
    width: 100% !important;
}

.fonttext{
    font-family: Circular_Std_Bold !important;
}