* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src:url(fuentes/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-Bold';
    src:url(fuentes/Montserrat-Bold.ttf);
}

@font-face {
    font-family: 'Montserrat-Italic';
    src:url(fuentes/Montserrat-Italic.ttf);
}

@font-face {
    font-family: 'Montserrat-Light';
    src:url(fuentes/Montserrat-Light.ttf);
}

body {
    font-family: 'Montserrat-Regular';
}

header {
    max-width: 1200px;
    margin: auto;
    font-size: 20px;
    height: 150px;
    padding-top: 25px;
}

.navbar {
    display: flex;
    align-items: center;
}

nav {
    flex: 1;
    text-align: right;
    padding-right: -20px;
}

nav ul {
    display: inline-block;
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav ul li a:hover {
    text-decoration: underline;
}

nav ul li a {
    text-decoration: none;
    color: black;
}

.menu-icon {
    display: none;
    width: 28px;
    margin-top: 40px;
    margin-right: 20px;
    display: none;
}

@media only screen and (max-width: 1024px) {
    nav ul {
        position: absolute;
        top: 150px;
        left: 0;
        background: rgb(136, 136, 136);
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
        z-index: 1;
    }

    nav ul li {
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a {
        color: #fff;

    }
    
    .menu-icon {
        display: block;
        cursor: pointer;
    }
}

.containerback1 {
    width: 100%;
    background-color: #003A70;
    padding-top: 50px;
}

.soluciones {
    width: 1200px;
    margin: 0 auto 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.column1, .column2 {
    flex-basis: 50%;
    min-width: 600px;
    vertical-align: middle;
}

.column1 h1 {
    color: white;
    font-size: 50px;
    margin-bottom: 50px;
    text-align: center;
    align-items: center;
}

.parrafo {
    color: white;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    align-items: center;
}

.column2 img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.boton1 {
    width: 100%;
    padding-top: 50px;
}

.button1 {
    width: 190px;
    height: 56px;
    display: inline-block;
    background: black;
    margin: 25px auto 50px auto;
    border-radius: 50px; 
    position: relative;
    left: 43.5%;
    transition: background 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button1 h2 {
    color: white;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 25px;
}

.button1 a {
    color: white;
    text-decoration: none;
}

.button1:hover {
    background: #7C878E;
}

@media screen and (max-width: 420px) {
    .containerback1 {
        width: auto;
    }

    .soluciones {
        width: 90%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .column1, .column2 {
        flex-basis: 100%;
        min-width: 600px;
        vertical-align: middle;
    }

    .column1 h1 {
        color: white;
        font-size: 35px;
        margin-top: 25px;
        margin-right: 35%;
        text-align: center;
        align-items: center;
    }

    .parrafo {
        color: white;
        font-size: 17px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 40.5%;
        text-align: center;
        align-items: center;
    }

    .column2 img {
        width: 57%;
        margin-right: 50%;
    }

    .boton1 {
        width: 100%;
        padding-top: 50px;
    }

    .button1 {
        width: 190px;
        height: 56px;
        display: inline-block;
        background: black;
        margin: 25px auto 50px auto;
        border-radius: 50px; 
        position: relative;
        left: 28%;
        transition: background 0.5s;
        box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    }
    
}

/*-------------------------------------nosotros---------------------------------------*/

.containerback2 {
    background-image: url(imagenes/background1.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 660px;
}

.containerback2:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.quienessomos {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
}

.quienessomos h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.quienessomos p {
    font-size: 25px;
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.valores {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;   
}

.mision, .vision, .valores2 {
    display: inline-block;
    width: 392px;
}

.valores h2 {
    font-size: 25px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
}

.valores p {
    font-size: 17.5px;
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.containerback3 {
    background-color: #005EB8;
    padding-top: 50px;
    width: 100%;
    height: 695px;
}

.certificaciones {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.certificaciones h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    color: #FFFAF0;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.certificaciones p {
    font-size: 25px;
    color: #FFFAF0;
    padding-top: 50px;
    text-align: center;
}

.diplomas {
    width: 1200px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;  
}

.diploma1 img {
    width: 190px;
    height: auto;
    display: inline-block;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.diploma2 img {
    width: 190px;
    height: auto;
    display: inline-block;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.diploma3 img {
    width: 190px;
    height: auto;
    display: inline-block;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 420px) {
    .containerback2 {
        flex-direction: column;
        width: 100%;
        height: auto;
    }
    
    .quienessomos {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .valores {
        flex-direction: column;
        width: 100%;
    }

    .valores p {
        padding: 50px 20px 50px 10px;
    }

    .containerback3 {
        background-color: #005EB8;
        padding-top: 50px;
        width: 100%;
        height: auto;
    }

    .certificaciones {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .certificaciones h1 {
        font-family: 'Montserrat-Bold';
        font-size: 37px;
        padding: 0px 20px 50px 10px;
        margin-bottom: 0;
        color: #FFFAF0;
        filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    }

    .certificaciones p {
        padding: 50px 20px 50px 10px;
    }

    .diplomas {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
        padding-top: 25px;  
    }

    .diploma1, .diploma2, .diploma3 {
        width: 190px;
        height: 147px;
        display: inline-block;
        margin-top: 25px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    }
}

/*----------------------------------------productos-------------------------------------------*/

.containertop {
    width: 100%;
    padding-top: 50px;
    background: #003A70;
}

.logocontpaq {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.logocontpaq img {
    width: 695px;
    height: 157px;
    margin: auto;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.logocontpaq p {
    font-size: 25px;
    color: #FFFAF0;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button2 {
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: #00C0F3;
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button2:hover {
    transform: translateY(-10px);
}

.button2 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button2 a {
    color: white;
    text-decoration: none;
}

.containermid {
    padding-top: 50px;
    padding-bottom: 50px;
}

.video {
    width: 1200px;
    margin: auto;
    position: relative;
}

.vid {
    width: 1200px;
    height: 660px;
}

.containerbottom {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #005EB8; 
}

.public {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.public p {
    color: #FFFAF0;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
}

.last {
    margin-bottom: 50px;
    font-family: 'Montserrat-Bold';
}

.button3 {
    width: 395px;
    height: 55px;
    align-items: center;
    display: inline-block;
    background: #00C0F3;
    margin-left: 0 auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button3:hover {
    transform: translateY(-10px);
}

.button3 h2 {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 13px;
    padding-bottom: 17px;
    font-size: 25px;
}

.button3 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    .logocontpaq {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .logocontpaq img {
        width: 100%;
        height: auto;
        padding: 0 25px 0 25px;
    }

    .logocontpaq p {
        padding: 0 25px 0 25px;
    }

    .containermid {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .vid {
        width: 350px;
        height: 192.5px;
        margin-right: 69%;
    }

    .public {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .public p {
        font-size: 17.5px;
        padding: 0 25px 0 25px;
    }
    
    .button2 h2 {
        font-size: 20px;
    }

    .button3 {
        width: 316px;
        height: 44px;
        align-items: center;
        display: inline-block;
        background: #00C0F3;
        margin: 0 auto;
        border-radius: 50px; 
        position: relative;
        transition: transform 0.5s;
        box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    }

    .button3 h2 {
        padding-left: 36px;
        padding-right: 36px;
        padding-top: 13px;
        padding-bottom: 17px;
        font-size: 15.5px;
    }
    
    .button3 a {
        color: white;
        text-decoration: none;
    }
}

/*-------------------------------------suite---------------------------------------*/

.containerback4 {
    width: 100%;
    background: #F8F8FF;
    padding-top: 50px;
}

.containerback4 h1 {
    font-family: 'Montserrat-Bold';
    font-size: 50px;
    text-align: center;
    margin-bottom: 50px;
    filter: drop-shadow(0px 5px 3px rgb(201, 200, 200));
}

.contables {
    width: 100%;
    height: 400px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to left, #003A70 0%, #005EB8 50%,  #009CDE 75%, #00C0F3 100%);
}

.contables h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
}

.submarcas {
    width: 811px;
    height: 181px;
    background: white;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 auto;
    border-radius: 25px;
}

.item1, .item2, .item3, .item4 {
    width: 190px;
    height: 165px;
    margin: 0 auto;
    display: inline-block;
}

.item1 img {
    height: 100%;
    margin: auto;
}

.item2 img {
    height: 100%;
    margin: auto;
}

.item3 img {
    height: 100%;
    margin: auto;
}

.item4 img {
    height: 100%;
    margin: auto;
}

.comerciales {
    width: 100%;
    height: 625px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to left, #005151 5%, #007473 50%, #009e9c 75%, #2CD5C4 100%);
}

.comerciales h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
}

.productividad {
    width: 100%;
    height: 400px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to left, #582C83 5%, #7A539A 50%, #9B7CB3 75%, #bca6cc 100%);
}

.productividad h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
}

.nube {
    width: 100%;
    height: 400px;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    border-radius: 25px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    background: linear-gradient(to left, #27255F 0%, #4541A9 20%, #4945B4 80%, #211ADD 100%);
}

.nube h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
}

@media screen and (max-width: 420px) {
    .submarcas {
        width: 75%;
        height: auto;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .contables {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .comerciales {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .productividad {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .nube {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
}

/*------------------------------------contabilidad---------------------------------------*/

.containerback9 {
    background-image: url(submarcas/Fondos/Contabilidad.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

.intro {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
}

.intro h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
    display: none;
}


.intro p {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    text-align: justify;
}

.beneficios {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.beneficios p {
    text-align: justify;
    color: white;
}

.containerback10 {
    background-color: #003A70;
    padding-top: 50px;
    width: 100%;
    height: 1550px;
}

.video {
    width: 1200px;
    margin: auto;
    position: relative;
}

.video h2 {
    font-size: 25px;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}

.video1 {
    width: 1200px;
    height: 600px;
}

.button4 {  
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: #00C0F3;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button4:hover {
    transform: translateY(-10px);
}

.button4 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button4 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .containerback9 {
        background-image: url(submarcas/Fondos/Contabilidad.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1100px;
    }

    .containerback9 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback9 .intro p {
        font-size: 17.5px;
    }

    .containerback9 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback10 {
        height: 750px;
    }

    .containerback10 .video {
        width: 95%;
    }

    .containerback10 .video h2 {
        font-size: 20px;
    }

    .containerback10 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Nóminas---------------------------------------*/

.containerback11 {
    background-image: url(submarcas/Fondos/Nominas.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback11 {
        background-image: url(submarcas/Fondos/Nominas.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1025px;
    }

    .containerback11 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback11 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------Bancos---------------------------------------*/

.containerback12 {
    background-image: url(submarcas/Fondos/Bancos.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback12 {
        background-image: url(submarcas/Fondos/Bancos.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1025px;
    }

    .containerback12 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback12 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------XML---------------------------------------*/

.containerback13 {
    background-image: url(submarcas/Fondos/XML.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback13 {
        background-image: url(submarcas/Fondos/XML.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 925px;
    }

    .containerback13 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback13 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------Factura---------------------------------------*/

.containerback14 {
    background-image: url(submarcas/Fondos/Factura.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

.intro {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
}

.intro h2 {
    font-size: 40px;
    color: white;
    margin-bottom: 50px;
    display: none;
}


.intro p {
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    text-align: justify;
}

.beneficios {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.beneficios p {
    text-align: justify;
    color: white;
}

.containerback15 {
    background-color: #005151;
    padding-top: 50px;
    width: 100%;
    height: 1550px;
}

.video {
    width: 1200px;
    margin: auto;
    position: relative;
}

.video h2 {
    font-size: 25px;
    color: white;
    margin-bottom: 50px;
    text-align: center;
}

.video1 {
    width: 1200px;
    height: 600px;
}

.button5 {  
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: #2CD5C4;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button5:hover {
    transform: translateY(-10px);
}

.button5 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button5 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .containerback14 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 825px;
    }

    .containerback14 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback14 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback15 {
        height: 750px;
    }

    .containerback15 .video {
        width: 95%;
    }

    .containerback15 .video h2 {
        font-size: 20px;
    }

    .containerback15 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------CFDI---------------------------------------*/

.containerback17 {
    background-image: url(submarcas/Fondos/Cfdi.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback17 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1100px;
    }

    .containerback17 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback17 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------START---------------------------------------*/

.containerback18 {
    background-image: url(submarcas/Fondos/START.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback18 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1025px;
    }

    .containerback18 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback18 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------PRO---------------------------------------*/

.containerback19 {
    background-image: url(submarcas/Fondos/PRO.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback19 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1025px;
    }

    .containerback19 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback19 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
    
    .containerback15 {
        height: 850px;
    }
}

/*------------------------------------PREMIUM---------------------------------------*/

.containerback20 {
    background-image: url(submarcas/Fondos/PREMIUM.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback20 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1025px;
    }

    .containerback20 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback20 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------Producción---------------------------------------*/

.containerback21 {
    background-image: url(submarcas/Fondos/Producción.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

.containerback22 {
    background-color: #005151;
    padding-top: 50px;
    width: 100%;
    height: 950px;
}

@media screen and (max-width: 420px) {
    .containerback21 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 725px;
    }

    .containerback21 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback21 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback22 {
    background-color: #005151;
    padding-top: 50px;
    width: 100%;
    height: 950px;
    }

    .containerback22 .video {
        width: 95%;
    }

    .containerback22 .video h2 {
        font-size: 20px;
    }

    .containerback22 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Punto de venta---------------------------------------*/

.containerback23 {
    background-image: url(submarcas/Fondos/Punto.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback23 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 825px;
    }

    .containerback23 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback23 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback22 {
        height: 850px;
    }

    .containerback22 .video {
        width: 95%;
    }

    .containerback22 .video h2 {
        font-size: 20px;
    }

    .containerback22 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Gastos---------------------------------------*/

.containerback24 {
    background-image: url(submarcas/Fondos/Gastos.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 825px;
}

@media screen and (max-width: 420px) {
    .containerback24 {
        background-image: url(submarcas/Fondos/Factura.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 725px;
    }

    .containerback24 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback24 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback22 {
        height: 670px;
    }

    .containerback22 .video {
        width: 95%;
    }

    .containerback22 .video h2 {
        font-size: 20px;
    }

    .containerback22 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Evalua---------------------------------------*/

.containerback25 {
    background-image: url(submarcas/Fondos/Evalua.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 850px;
}

.containerback26 {
    background-color: #582C83;
    padding-top: 50px;
    width: 100%;
    height: 950px;
}

.beneficios h2 {
    color: white;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button6 {  
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: #bca6cc;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button6:hover {
    transform: translateY(-10px);
}

.button6 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button6 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .containerback25 {
        background-image: url(submarcas/Fondos/Evalua.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1325px;
    }

    .containerback25 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback25 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback26 {
        height: 1050px;
    }

    .containerback26 .video {
        width: 95%;
    }

    .containerback26 .video h2 {
        font-size: 20px;
    }

    .containerback26 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Kursa---------------------------------------*/

.containerback27 {
    background-image: url(submarcas/Fondos/Kursa.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 850px;
}

@media screen and (max-width: 420px) {
    .containerback27 {
        background-image: url(submarcas/Fondos/Evalua.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 800px;
    }

    .containerback27 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback27 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback26 {
        height: 500px;
    }
}

/*------------------------------------Escritorio---------------------------------------*/

.containerback28 {
    background-image: url(submarcas/Fondos/Escritorio.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 850px;
}

.containerback29 {
    background-color: white;
    padding-top: 50px;
    width: 100%;
    height: 950px;
}

.title {
    color: white;
}

.beneficios h2 {
    color: white;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button7 {  
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: linear-gradient(to left, #27255F 0%, #4541A9 20%, #4945B4 80%, #211ADD 100%);
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button7:hover {
    transform: translateY(-10px);
}

.button7 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button7 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .containerback28 {
        background-image: url(submarcas/Fondos/Escritorio.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 925px;
    }

    .containerback28 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback28 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback29 {
        height: 450px;
    }

    .containerback29 .video {
        width: 95%;
    }

    .containerback29 .video h2 {
        font-size: 20px;
    }

    .containerback29 .video1 {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------Respaldos---------------------------------------*/

.containerback30 {
    background-image: url(submarcas/Fondos/Respaldos.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 850px;
}

.beneficios2 {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.beneficios2 p {
    text-align: justify;
    color: white;
}

.beneficios2 h2 {
    color: white;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.containerback31 {
    background-image: url(submarcas/Fondos/Fondo2.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 650px;
}

.beneficios3 {
    width: 550px;
    margin-left: 50%;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.beneficios3 p {
    text-align: justify;
    color: white;
}

.beneficios3 h2 {
    color: white;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

@media screen and (max-width: 420px) {
    .containerback30 {
        background-image: url(submarcas/Fondos/Escritorio.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 900px;
    }

    .containerback30 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback30 .beneficios2 {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback31 {
        background-image: url(submarcas/Fondos/Fondo2.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 700px;
    }

    .containerback31 .beneficios3 {
        padding-right: 200px;
        padding-left: 10px;
    }
}

/*------------------------------------Decide---------------------------------------*/

.containerback32 {
    background-image: url(submarcas/Fondos/Decide.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 850px;
}

.containerback33 {
    background-image: url(submarcas/Fondos/Fondo_Decide.png);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: 1150px;
}

.button8 {  
    width: 214px;
    height: 44px;
    align-items: center;
    display: inline-block;
    background: #2CD5C4;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px; 
    position: relative;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.button8:hover {
    transform: translateY(-10px);
}

.button8 h2 {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 25px;
}

.button8 a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 420px) {
    .containerback32 {
        background-image: url(submarcas/Fondos/Decide.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 900px;
    }

    .containerback32 .intro {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback32 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback32 .beneficios h2 {
        font-size: 15px;
    }

    .containerback33 {
        background-image: url(submarcas/Fondos/Fondo_Decide.png);
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-right: 100%;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        height: 1000px;
    }

    .containerback33 .beneficios {
        padding-right: 200px;
        padding-left: 10px;
    }

    .containerback33 .video {
        width: 80%;
    }

    .containerback33 .video1 {
        width: 100%;
        height: auto;
    }
    
    .button8 h2 {
        font-size: 20px;
    }
}

/*-------------------------------------fichas---------------------------------------*/

.containerback34 {
    width: 100%;
    height: 1100px;
    background-color: white;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    flex-wrap: wrap;
}

.ficha {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fichas {
    width: 1200px;
    height: 900px;
    margin-top: 100px;
}

@media screen and (max-width: 420px) {
    .containerback34 {
        width: 100%;
        height: 1100px;
        background-color: white;
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        flex-wrap: wrap;
    }

    .ficha {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .fichas {
        width: 90%;
        height: 900px;
        margin-top: 100px;
    }
}

/*-------------------------------------servicios---------------------------------------*/

.containerback5 {
    background-image: url(imagenes/Servicios.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 856px;
}

.containerback5:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.containerback5 h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.servicios {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
}

.servicio {
    background-color: rgba(0, 58, 112, 0.6);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 25px;
    width: 392px;
    height: 180px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.servicio h2 {
    font-size: 35px;
    font-family: 'Montserrat-Light';
    color: #FFFAF0;
    position: relative;
}

.servicio a {
    color: #FFFAF0;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    .containerback5 {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    
    .servicios {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .servicio {
        width: 294px;
        height: 135px;
    }

    .servicio h2 {
        font-size: 26.25px;
    }
}

@media screen and (max-width: 818px) {
    .containerback5 {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }
    
    .servicios {
        width: 100%;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .servicio {
        width: 294px;
        height: 135px;
    }

    .servicio h2 {
        font-size: 26.25px;
    }
}

/*-------------------------------------News---------------------------------------*/

.containerback6 {
    background-image: url(imagenes/News.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 700px;
}

.containerback6:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.containerback6 h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.containerback6 h2 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.containerback6 p {
    color: #FFFAF0;
    font-family: 'Montserrat-Regular';
    font-size: 25px; 
}

.containerback6 a {
    color: #FFFAF0;
    text-decoration: none;
    margin-bottom: 50px;
}

.slider {
    padding-top: 500px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slider__nav {
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-left: 12px;
    border-radius: 100%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  
.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
            animation: check 0.4s linear forwards;
}
  
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
}
  
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
}
  
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
}
  
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
}
  
.slider__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
  
.slider__contents {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  
.slider__caption {
    font-weight: 500;
    margin: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}
  
.slider__txt {
    max-width: 800px;
}
  
  
@-webkit-keyframes check {
    50% {
        outline-color: #00C0F3;
        box-shadow: 0 0 0 12px #00C0F3, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #00C0F3;
        box-shadow: 0 0 0 0 #00C0F3, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}
    
@keyframes check {
    50% {
        outline-color: #00C0F3;
        box-shadow: 0 0 0 12px #00C0F3, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #00C0F3;
        box-shadow: 0 0 0 0 #00C0F3, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@media screen and (max-width: 420px) {
    .containerback6 {
        width: 100%;
        height: auto;
    }

    .containerback6 h1 {
        margin-bottom: -100px;
        font-size: 40px;
    }
    
    .contenedor {
        padding-top: 300px;
    }

    .slider__contents p {
        font-size: 17.5px;
        padding: 0 25px 0 25px;
    }

    .slider__nav {
        margin-top: 200px;
        margin-bottom: 50px;
    }
}

/*-------------------------------------NOTA---------------------------------------*/

.containerback8 {
    background-image: url(imagenes/news2.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 1850px;
}

.containerback8:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.containerback8 h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.containerback8 h2 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8 h3 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8 p {
    color: #FFFAF0;
    font-family: 'Montserrat-Regular';
    font-size: 17.5px; 
    position: relative;
}

section {
    width: 1200px;
    margin: auto;
}

.containerback8 a {
    color: #FFFAF0;
    text-decoration: none;
    margin-bottom: 50px;
}

.nota {
    width: 600px;
}

.nota p {
    text-align: justify;
}

.containerback8 img {
    position: relative;
}

.containerback8b {
    background-image: url(imagenes/news2.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 1850px;
}

.containerback8b:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.containerback8b h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.containerback8b h2 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8b h3 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8b p {
    color: #FFFAF0;
    font-family: 'Montserrat-Regular';
    font-size: 17.5px; 
    position: relative;
}

.containerback8b a {
    color: #FFFAF0;
    text-decoration: none;
    margin-bottom: 50px;
}

.containerback8b img {
    position: relative;
}

.containerback8c {
    background-image: url(imagenes/news2.jpg);
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 1850px;
}

.containerback8c:before {
    content: ' ';
    position: absolute;
    background-color:rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.containerback8c h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    padding-top: 50px;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

.containerback8c h2 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8c h3 {
    color: #FFFAF0;
    font-family: 'Montserrat-Bold';
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.containerback8c p {
    color: #FFFAF0;
    font-family: 'Montserrat-Regular';
    font-size: 17.5px; 
    position: relative;
}

.containerback8c a {
    color: #FFFAF0;
    text-decoration: none;
    margin-bottom: 50px;
}

.containerback8c img {
    position: relative;
}

#tabla2 {
    width: 500px;
    cursor: pointer;
    transition: 0.3s;
}

#tabla2:hover {
    opacity: 0.7;
}

#tabla3 {
    width: 500px;
    cursor: pointer;
    transition: 0.3s;
}

#tabla3:hover {
    opacity: 0.7;
}

aside {
    float: right;
}

.bloque1 {
    margin-top: 20px;
    width: auto;
}

#paso1 {
    width: 300px;
}

#paso2 {
    width: 300px;
    cursor: pointer;
    transition: 0.3s;
}

#paso2:hover {
    opacity: 0.7;
}

#paso3 {
    width: 300px;
    cursor: pointer;
    transition: 0.3s;
}

#paso3:hover {
    opacity: 0.7;
}

#img1 {
    width: 400px;
    cursor: pointer;
    transition: 0.3s;
}

#img1:hover {
    opacity: 0.7;
}

#img2 {
    width: 400px;
    cursor: pointer;
    transition: 0.3s;
}

#img2:hover {
    opacity: 0.7;
}

#img3 {
    width: 400px;
    cursor: pointer;
    transition: 0.3s;
}

#img3:hover {
    opacity: 0.7;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 200px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.notas {
    display: none;
}

.notas2 {
    display: none;
}

@media screen and (max-width: 415px) {

    .containerback8 {
        background-image: url(imagenes/news2.jpg);
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 110%;
        height: 2300px;
    }

    .containerback8b {
        background-image: url(imagenes/news2.jpg);
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 2525px;
    }

    .containerback8c {
        background-image: url(imagenes/news2.jpg);
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        height: 3000px;
    }
    
    .containerback8b:before {
        content: ' ';
        position: absolute;
        background-color:rgba(0, 0, 0, 0.6);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .containerback8 h1 {
        font-size: 25px;
        font-family: 'Montserrat-Bold';
        justify-content: center;
        width: 70%;
        padding-right: 10%;
        color: #FFFAF0;
        position: relative;
        padding-top: 50px;
        filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    }

    .containerback8 h2 {
        color: #FFFAF0;
        font-family: 'Montserrat-Bold';
        font-size: 13px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 70%;
        padding-right: 10%;
        position: relative;
    }

    .containerback8b h1 {
        font-size: 25px;
        font-family: 'Montserrat-Bold';
        justify-content: center;
        width: 70%;
        padding-right: 10%;
        color: #FFFAF0;
        position: relative;
        padding-top: 50px;
        filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    }

    .containerback8b h2 {
        color: #FFFAF0;
        font-family: 'Montserrat-Bold';
        font-size: 17.5px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 70%;
        padding-right: 10%;
        position: relative;
    }

    .containerback8c h1 {
        font-size: 25px;
        font-family: 'Montserrat-Bold';
        justify-content: center;
        width: 70%;
        padding-right: 10%;
        color: #FFFAF0;
        position: relative;
        padding-top: 50px;
        filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
    }

    .containerback8c h2 {
        color: #FFFAF0;
        font-family: 'Montserrat-Bold';
        font-size: 17.5px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 70%;
        padding-right: 10%;
        position: relative;
    }

    .containerback8 p {
        flex-direction: column;
        width: 55%;
        padding-left: 2%;
    }

    .containerback8b p {
        flex-direction: column;
        width: 60%;
        padding-left: 2%;
    }

    .containerback8c p {
        flex-direction: column;
        width: 55%;
        padding-left: 2%;
    }

    #tabla1 {
        width: 80%;
        padding-right: 30%;
    }

    #tabla2 {
        width: 80%;
        padding-right: 30%;
    }

    #tabla3 {
        width: 80%;
        padding-right: 30%;
    }

    .notas {
        display: inline-block;
        position: relative;
    }

    .notas ul li{
        display: block;
        padding-right: 200px;
        margin-top: 10px;
        color: white;
        margin-bottom: 10px;
    }

    .notas2 {
        display: inline-block;
        margin-top: 50px;
        position: relative;
    }

    .notas2 ul li{
        display: block;
        padding-right: 200px;
        margin-top: 20px;
        color: white;
    }

    #paso1 {
        width: 80%;
        padding-right: 30%;
    }

    #paso2 {
        width: 80%;
        padding-right: 30%;
    }

    #paso3 {
        width: 80%;
        padding-right: 30%;
    }

    #img1 {
        width: 80%;
        padding-right: 30%;
    }

    #img2 {
        width: 80%;
        padding-right: 30%;
    }

    #img3 {
        width: 80%;
        padding-right: 30%;
    }
}

/*-------------------------------------Formulario de contacto---------------------------------------*/

.containerback7 {
    width: 100%;
    height: 1655px;
    padding-top: 50px;
    background: #003A70;
    text-align: center;
}

.containerback7 h1 {
    font-size: 50px;
    font-family: 'Montserrat-Bold';
    color: #FFFAF0;
    position: relative;
    filter: drop-shadow(0px 5px 3px rgb(36, 36, 36));
}

input {
    font-size: 15px;
    padding-left: 25px;
}

.contacto {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
    font-size: 12.5px;
}

.nombre {
    width: 600px;
    height: 70px;
    margin: auto;
    border-radius: 5px;
}

.correo {
    width: 291px;
    height: 70px;
    margin-top: 10px;
    margin-left: 2px;
    margin-right: 4px;
    border-radius: 5px;
    align-items: center;
}

.mensaje {
    width: 600px;
    height: 210px;
    margin-top: 10px;
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 25px;
    font-size: 15px;
}

button {
    width: 150px;
    height: 50px;
    align-items: center;
    display: block;
    background: black;
    margin-top: 25px;
    border-radius: 50px;
    border: none; 
    float: left;
    cursor: pointer;
    transition: transform 0.5s;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

button:hover {
    transform: translateY(-10px);
}

button h2 {
    font-size: 25px;
    font-family: 'Montserrat-Light';
    color: white;
}

@media screen and (max-width: 420px) {
    .containerback7 {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
    }

    .containerback7 h1 {
        font-size: 40px;
    }

    .contacto {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .nombre {
        width: 100%;
        margin-right: 100%;
    }

    .correo {
        margin-right: 100%;
        width: 100%;
    }

    .mensaje {
        margin-right: 40%;
    }

    button {
        margin-right: 100%;
    }
}

/*-------------------------------------mapa---------------------------------------*/

.containermap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 50px;
}

.map {
    width: 1200px;
    height: 600px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 400px) {
    .map {
        width: 350px;
        height: 192.5px;
        margin-right: 69%;
    }
}

/*-------------------------------------Info---------------------------------------*/

.info {
    width: 1200px;
    height: 290px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around; 
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
    background-color: rgba(255, 250, 240, 0.6);
}

.telefono, .correos {
    flex-basis: 50%;
    min-width: 400px;
    text-align: center;
}

.telefono {
    padding-left: 100px;
}

.correos {
    padding-left: 50px;
}

.telefono p {
    font-size: 30px;
    text-align: left;
    align-items: center; 
    line-height: 50px;
    position: relative;
}

.correos p {
    font-size: 30px;
    text-align: left;
    align-items: center; 
    line-height: 50px;
}

.jump {
    display: none;
}

@media screen and (max-width: 400px) {
    .info {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .telefono, .correos {
        flex-direction: column;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
    }

    .telefono {
        margin-right: 70%;
    }

    .telefono p {
        font-size: 20px;
        padding: 0;
    }

    .correos {
        margin-right: 75%;
    }

    .correos p {
        padding: 0;
        font-size: 20px;
    }

    .titulo {
        margin-left: 20%;
    }

    .uno {
        margin-left: -7%;
        margin-bottom: 25px;
    }

    .jump {
        display: inline;
    }
}

@media screen and (max-width: 818px) {
    .info {
        width: 100%;
        height: auto;
        flex-direction: column;
        margin: 0 auto 0 auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-around;
    }

    .telefono, .correos {
        flex-direction: column;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
    }

    .telefono {
        margin-right: 70%;
    }

    .telefono p {
        font-size: 20px;
        padding: 0;
    }

    .correos {
        margin-right: 75%;
    }

    .correos p {
        padding: 0;
        font-size: 20px;
    }

    .titulo {
        margin-left: 20%;
    }

    .uno {
        margin-left: -7%;
        margin-bottom: 25px;
    }

    .jump {
        display: inline;
    }
}

/*----------------------------------------footer-------------------------------------------*/

footer {
    background: #D3D3D3;
    color: black;
    font-size: 14px;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer p {
    color: black;
}

footer h3 {
    color: black;
    margin-bottom: 20px;
}

.container1 {
    max-width: 1200px;
    margin: auto;
}

.containerind {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.columnf1, .columnf2, .columnf3 {
    min-width: 250px;
    margin-bottom: 0px;
}

.columnf1, .columnf2, .columnf3 {
    flex-basis: 30%;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: space-around;
}

.columf1 img {
    margin-bottom: 0px;
}

.column2 {
    padding-top: 10px;
}

.columnf2 a {
    color: black;
    text-decoration: none;
}

.columnf3 a {
    color: black;
}

ul {
    list-style-type: none;
}

footer hr {
    border: none;
    background: rgb(150, 155, 179);
    height: 1px;
    margin: 10px 0;
    margin-right: 50px;
    margin-left: 30px;
}

.copyright {
    text-align: center;
    padding-bottom: 5px;
}

.copyright a {
    color: black;
    text-decoration: none;
}