@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
/*Cabecera Web (HEADER)*/
header {
    background-color: white;
    width: 100%;
    padding: 20px;
}
header .nevegacion {
    display: grid;
    grid-template-columns: auto 2fr auto;
    justify-content: center;
    align-items: center;
}
header .nevegacion .logo {
    padding: 0px;
    margin: 0px;
}
header .nevegacion .logo img {
    height: 50px;
}
header .nevegacion ul {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
header .nevegacion ul li {
    margin-right: 15px;
    padding: 10px;
    list-style: none;
}
header .nevegacion ul li a {
    text-decoration: none;
    color: black;
    font-size: 13.5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    padding-bottom: 15px;
    border-bottom: 2px transparent solid;
}

/*ul Navegacion*/
header .nevegacion .ul_navegacion li a:hover {
    border-bottom: 2px #3498db solid;
    color: #3498db;
    padding-bottom: 8px;
}

/*ul Auth*/
header .nevegacion .ul_auth li:nth-child(0n + 2) {
    background-color: #3498db;
    justify-content: center;
    align-items: center;
}
header .nevegacion .ul_auth li:nth-child(0n + 2) a {
    color: white;
}

/********************************************
 * section-1
********************************************/
.section-1 {
    margin-top: 20px;
}
.section-1 .textos {
    width: 100%;
    padding-right: 100px;
    margin: auto;
    padding-left: 27%;
    margin-top: 25px;
    font-size: 17px;
    line-height: 29px;
}
.section-1 .textos ul {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 17px;
    padding: 0px;
}
.section-1 .textos ul li {
    margin-top: 20px;
}
/********************************************
 *END section-1
********************************************/

/********************************************
 *section-2
********************************************/
.section-2 {
    background-color: #efefef;
    padding: 20px;
    margin-top: 25px;
}
.section-2 .columns {
    width: 90%;
    margin: auto;
    display: grid;
    margin-top: 25px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.section-2 .columns .list {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 30px;
}
.section-2 .columns .row-3 img {
    width: 100%;
    margin-bottom: 30px;
}
.section-2 .columns .list span {
    font-size: 19px;
}
.section-2 .columns .list svg {
    color: #3498db;
    height: 30px;
    margin-right: 15px;
}
/********************************************
 *END section-2
********************************************/

/********************************************
 *section-3
********************************************/
.section-3 {
    margin-top: 30px;
}
.section-3 .opciones_descargas {
    margin-top: 30px;
    background-color: #efefef;

    padding: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.section-3 .opciones_descargas button {
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border: none;
    background-color: #3498db;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.section-3 .opciones_descargas button .icono_descargar {
    background-color: white;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.section-3 .opciones_descargas button .icono_descargar svg {
    height: 32px;
    color: #3498db;
}

/********************************************
 *END section-3
 ********************************************/

/********************************************
 *section-4
********************************************/
.section-4 {
    width: 90%;
    margin: auto;
    margin-top: 100px;
    font-size: 17px;
}
.section-4 .columns {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 425px;
    grid-gap: 25px;
}
.section-4 .columns .row-2 img {
    width: 100%;
}

.section-4 .opciones_descargas button {
    margin-top: 30px;
    padding: 10px;
    padding-right: 40px;
    padding-left: 40px;
    border: none;
    background-color: #3498db;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    outline: none;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.section-4 .opciones_descargas button .icono_descargar {
    background-color: white;
    margin-right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.section-4 .opciones_descargas button .icono_descargar svg {
    height: 32px;
    color: #3498db;
}
/********************************************
 *END section-4
********************************************/

/********************************************
 *section-5
********************************************/
.section-5 {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}
.lists {
    max-width: 650px;
    margin: auto;
    margin-top: 50px;
}
.lists .titulo_lists {
    font-size: 19px;
    margin-bottom: 40px;
    color: rgb(53, 53, 53);
}
.section-5 .lists .list {
    display: grid;
    grid-template-columns: auto 1fr;
    margin-bottom: 30px;
}

.section-5 .lists .list span {
    font-size: 19px;
}
.section-5 .lists .list svg {
    color: #3498db;
    height: 30px;
    margin-right: 15px;
}
.section-5 .btn_pagar {
    background: #3498db;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 12.5px;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    font-size: 19px;
    justify-content: center;
    align-items: center;
}
.section-5 .btn_pagar svg {
    height: 25px;
    margin-left: -20px;
    opacity: 0;
    transition: 0.3s;
}
.section-5 .btn_pagar:hover,
.section-5 .btn_pagar:hover > svg {
    cursor: pointer;
    opacity: 1;
    margin-left: 0px;
}

/********************************************
 *END Section-5
********************************************/

/********************************************
 *section-6
********************************************/
.section-6 {
    margin-top: 50px;
    background-color: #efefef;
    padding: 25px;
}
/********************************************
 *END section-6
********************************************/

.titulo-section {
    margin: 0px;
    text-align: center;
    font-size: 23px;
    color: rgb(53, 53, 53);
    margin-bottom: 5px;
}
.linea_titulo {
    background-color: #3498db;
    width: 100px;
    height: 2.2px;
    margin: auto;
}
f .menu-toggle {
    display: none;
}

/*footer*/
footer {
    margin-top: 75px;
    color: white;

    background-color: #181818;
}
footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #232323;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer nav ul li {
    list-style: none;
    margin-bottom: 15px;
}
footer nav ul .logo {
    height: 60px;
}
footer nav ul li a {
    color: white;
    text-decoration: none;
}
.todo_los_derechos {
    text-align: center;
    padding: 15px;
}
/*END footer*/

/*END Cabecera Web (HEADER)*/
.menu-toggle {
    display: none;
}
/***************************************
              *Responsive*
***************************************/
@media (max-width: 1270px) {
    header {
        padding: 5px;
        padding-top: 10px;
    }
    header .nevegacion ul li {
        margin-right: 5px;
        padding: 10px;
    }
    header .nevegacion ul {
        padding: 0px;
        margin: 10px;
    }
    header .nevegacion {
        display: block;
        text-align: center;
    }
}

@media (max-width: 980px) {
    .section-1 .textos {
        width: 90%;
        margin-top: 40px;
        padding: 0px;
    }
    .linea_titulo {
        height: 2px;
    }

    /********************************************
 *section-2
********************************************/
    .section-2 .row-1 {
        max-width: 550px;
        margin: auto;
    }
    .section-2 .row-2 {
        max-width: 550px;
        margin: auto;
    }
    .section-2 .columns {
        width: 100%;
        margin-top: 50px;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    /********************************************
  *section-4
  ********************************************/
    .section-4 .columns {
        margin-top: 40px;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .section-4 .columns > .row-1 {
        position: relative;
        order: 1 !important;
    }
}

@media (max-width: 775px) {
    header .nevegacion .logo {
        margin-left: 10px;
    }
    header .nevegacion {
        display: block;
        text-align: left;
        padding: 10px;
    }
    header .nevegacion ul {
        position: relative;
        margin: auto;
        display: block;
        width: 100%;
        margin-top: 10px;
        display: none;
    }
    header .nevegacion .ul_auth {
        border-top: 1px solid rgba(14, 13, 13, 0.1);
        padding-top: 10px;
        margin-bottom: 10px;
    }

    .abrir_nevegacion {
        display: block !important;
    }

    /*ICONO Menu Toggle*/
    .menu-toggle {
        transform-origin: center center;
        transform: translate(-50%, -50%) rotate(0deg);
        height: 20px;
        width: 30px;
        margin-top: -30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        float: right;
        cursor: pointer;
        transition: transform 300ms ease;
    }
    .menu-toggle span {
        height: 2px;
        width: 120px;
        background-color: black;
        transition: width 200ms ease;
    }
    .menu-toggle span:nth-child(1) {
        width: 80%;
        transition-delay: 200ms;
    }
    .menu-toggle span:nth-child(2) {
        width: 100%;
    }
    .menu-toggle span:nth-child(3) {
        width: 60%;
        transition-delay: 400ms;
    }
    .menu-toggle span:nth-child(4) {
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 2px;
        height: 0;
        transition: height 400ms;
    }
    .menu-toggeled {
        transform: translate(-50%, -50%) rotate(45deg);
        transition-delay: 400ms;
    }
    .menu-toggeled span:nth-child(1) {
        width: 0;
        transition: 200ms ease;
    }
    .menu-toggeled span:nth-child(3) {
        width: 0;
        transition: 200ms ease;
        transition-delay: 150ms;
    }
    .menu-toggeled span:nth-child(4) {
        height: 30px;
        transition: height 200ms ease;
        transition-delay: 200ms;
    }
    /*END ICONO Menu Toggle*/
}
@media (max-width: 450px) {
    footer nav {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
/***************************************
            *END Responsive*
***************************************/

/***************************************
     Boton chat whatsapp flotante
***************************************/
a {
    text-decoration: none;
}
.floating_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.floating_btn svg {
    height: 30px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

/***************************************
     END Boton chat whatsapp flotante
***************************************/



/***************************************
            Styles Galeria
***************************************/
.cont {
    text-align: center;
}

.page-head {
    padding-top: 10px;
    text-align: center;
    max-width: 1300px;
    margin: auto;
}

.page-head .lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 50px;
    margin-top: 0;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.btn-lg {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}

.btn-primary:hover {
    background-color: #fff;
    color: #152836;
}

.btn-primary {
    background-color: #152836;
    border-color: #0e1a24;
    color: #ffffff;
}

.btn-primary {
    border-color: #eeeeee;
    color: #eeeeee;
    transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
    font-size: 42px;
    margin: 0 0 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.page-head h1 .version {
    bottom: 0;
    color: #ddd;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    width: 58px;
    right: -58px;
}

.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.demo-gallery > ul > li {
    margin-bottom: 15px;
    max-width: 300px;

    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}

.demo-gallery > ul > li a {
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
/***************************************
        END Styles Galeria
***************************************/