@import url(https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Poppins:wght@700&display=swap);

*,
body,
html {
    box-sizing: border-box
}

.preload,
.preload .cont {
    height: 100vh;
    width: 100%
}

*,
p {
    margin: 0;
    padding: 0
}

.card-custom .card-title,
.description-section,
.footer,
.order1 .order-info,
.section-2,
.title-section,
.two-column {
    text-align: center
}

html {
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden !important
}

.preload .cont {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff
}

.hidden {
    overflow: hidden
}

.contenedor {
    width: 100%;
    max-width: 1600px;
    overflow: hidden;
    margin: auto
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.banner,
.box-img,
.box-img-2,
.list-pagina,
.section-1,
.section-2,
.section-3 {
    position: relative
}

footer a {
    color: #fde293 !important
}

a {
    text-decoration: none;
    color: #1eb1e7
}

.btn-custom-general {
    font-size: .9rem;
    color: #fff !important;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    min-width: 100px
}

.btn-custom-general.gradient {
    background: line-sectionar-gradient(90deg, #1ca9e0 0, #0073a2 100%) no-repeat padding-box
}

.btn-custom-general span {
    margin-right: 5px
}

.title-section {
    font-size: 1.8rem;
    color: #0072aa;
    font-weight: 700
}

.title-section:hover~.line-section::before,
.two-column .column-1:hover .line-section::before,
.two-column .column-2:hover .line-section::before {
    transform: translateX(0);
    transition: transform .3s ease-in-out
}

@media only screen and (min-width:600px) {
    .title-section {
        font-size: 2rem
    }
}

.description-section {
    font-size: 1rem;
    color: #717070
}

.p-list,
.two-column .column-1 .info,
.two-column .column-2 .info {
    font-size: .9rem;
    color: #717070
}

.box-img {
    display: flex;
    align-items: center;
    justify-content: center
}

.box-img img {
    width: 70%;
    z-index: -3
}

.box-img-2 {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.box-img-2 img {
    width: 90%
}

.line-section {
    display: block;
    background: #efefef;
    width: 100%;
    height: 2px;
    margin-top: 15px;
    overflow: hidden
}

.line-section::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    transform: translateX(-100%);
    transition: transform .3s ease-in-out
}

.banner::before,
.p-list::before {
    background-repeat: no-repeat;
    content: ''
}

.two-column {
    display: flex;
    justify-content: center
}

.two-column .column-1,
.two-column .column-2 {
    width: 48%;
    padding: 10px 0
}

.two-column .column-1 .icon,
.two-column .column-2 .icon {
    width: 65px
}

.two-column .column-1 h3,
.two-column .column-2 h3 {
    font-size: 1rem;
    font-weight: 700
}

.p-list {
    margin-left: 55px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.banner,
.p-list::before {
    display: flex;
    justify-content: center
}

.p-list::before {
    background-image: url("../img/seccion2/iconList.svg");
    background-position: center;
    align-items: center;
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    margin-right: 10px
}

.banner {
    width: 100%;
    height: 200px;
    background: no-repeat padding-box #153557E0;
    padding: 40px 0;
    color: #fff !important;
    align-items: center;
    margin-top: 60px
}

.banner.banner3::before {
    background-image: url("../img/banner3.webp")
}

.banner h1 {
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: uppercase
}

.banner::before {
    display: block;
    background-image: url("../img/banner2.webp");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.container-list-pagina {
    padding-left: 10px
}

.list-pagina {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    row-gap: 10px;
    padding-left: 20px;
    min-height: 320px
}

.list-pagina.list-pagina-3 {
    grid-template-rows: 1fr 1fr 1fr
}

.list-pagina.list-pagina-3 .line {
    height: 70%
}

.list-pagina.list-pagina-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr
}

.list-pagina.list-pagina-5 .line {
    height: 83%
}

.list-pagina .line {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    height: 81%;
    border-left: 2px dashed #e8e8e8;
    z-index: -1
}

.list-pagina .info {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    transition: .3s
}

.list-pagina .info h3::before,
.play,
.play::after,
.play::before {
    position: absolute;
    border-radius: 50%
}

.list-pagina .info:hover {
    transform: translateY(-2px);
    box-shadow: 5px 5px 10px #0000000A
}

.contact-form button:hover,
.footer .link-footer a:hover span,
.list-pagina .info:hover h3::before {
    background-color: #1eb1e7;
    transition: .3s
}

.list-pagina .info h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #717070;
    position: relative
}

.list-pagina .info h3::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0072aa;
    left: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s
}

#modalCustom .card-modal1 p,
.card-custom .card-text,
.list-pagina .info p {
    font-size: .8rem;
    color: #717070
}

.owl-carousel-2 {
    padding-left: 33px
}

.owl-carousel-2 .owl-item,
.partners .owl-carrusel-1 .owl-item {
    padding-top: 20px;
    padding-bottom: 20px
}

.owl-carousel-2 .item .content-img {
    padding: 0;
    position: relative;
    overflow: hidden
}

.owl-carousel-2 .item .content-img img {
    width: 90px;
    height: 100px
}

.btn:focus {
    box-shadow: none !important
}

.btn {
    transition: .3s
}

.btn:hover {
    filter: brightness(105%);
    transition: .3s
}

.play {
    background: #1eb1e7;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    color: #ffff !important;
    width: 60px;
    height: 60px;
    padding: 5px;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.play::after,
.play::before {
    content: '';
    height: 100%;
    width: 100%;
    background: #1eb1e7;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    z-index: -1;
    opacity: .7
}

.play::before {
    animation: 2s ease-in-out infinite play
}

.play::after {
    animation: 1s ease-in-out infinite play
}

@keyframes play {
    100% {
        transform: scale(2.5);
        opacity: 0
    }
}

#Modalplay,
#modalCustom {
    z-index: 100000000000 !important
}

#Modalplay .modal-dialog {
    min-width: 60%;
    margin: auto;
    position: relative
}

#Modalplay .modal-content {
    background-color: transparent
}

#Modalplay .btn-close {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 5;
    display: none
}

#Modalplay .play-box {
    position: relative;
    width: 100%;
    height: 500px
}

#Modalplay .play-box iframe {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%
}

.contact-form input[type=email],
.contact-form input[type=text],
.contact-form textarea {
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 0
}

.contact-form input[type=email]::placeholder,
.contact-form input[type=text]::placeholder,
.contact-form textarea::placeholder {
    font-size: .8rem;
    color: #848484
}

.contact-form .container-twoInput,
.footer .info-footer .icon {
    display: flex;
    justify-content: flex-start
}

.contact-form .container-twoInput input[type=email] {
    width: 50%
}

.contact-form .container-twoInput input[type=text] {
    width: 40%;
    margin-left: auto
}

.contact-form button {
    width: 100%;
    padding: 20px 10px;
    background-color: #0072aa;
    color: #fff !important;
    cursor: pointer;
    transition: .3s;
    border-radius: 0
}

#modalCustom .modal-dialog {
    min-width: 60%
}

#modalCustom .modal-content {
    margin: auto
}

#modalCustom .modal-header {
    background: #0072aa;
    position: relative
}

#modalCustom .modal-header h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.5rem;
    margin: auto
}

#modalCustom .modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0) invert(1)
}

#modalCustom .imgModal {
    height: 120%;
    position: absolute;
    bottom: 0;
    left: 20px
}

#modalCustom .card-modal1 {
    padding: 10px 10px 5px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 4px 3px 10px #00000012
}

#modalCustom .card-modal1::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #0072aa;
    position: absolute;
    top: 0;
    left: 0
}

#modalCustom .card-modal1 h4 {
    font-size: 1rem
}

#modalCustom .card-modal1 a {
    font-size: .8rem;
    color: #0072aa;
    float: right;
    transition: .3s
}

#modalCustom .card-modal1 a span {
    margin-left: 3px;
    transition: .3s
}

#modalCustom .card-modal1 a:hover,
.footer .contact-footer a:hover,
.footer .contact-footer a:hover span,
.footer .link-footer a:hover {
    color: #1eb1e7;
    transition: .3s
}

#modalCustom .card-modal1 a:hover span {
    margin-left: 5px;
    transition: .3s
}

.footer {
    color: #d9d9d9;
    padding-top: 5px;
    position: relative;
    overflow: hidden;
    margin-top: 80px !important
}

.footer .container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    z-index: -5
}

.footer .Copyright {
    padding-bottom: 10px;
    font-size: .7rem;
    color: #d9d9d9
}

.banner-intro .container-contact-0:hover *,
.banner-intro .container-contact-1:hover *,
.callToAction,
.card-custom:hover,
.card-custom:hover .card-text {
    color: #fff !important
}

.footer .contact-footer,
.footer .info-footer,
.footer .link-footer {
    padding: 20px 0 0 0;
}

.footer .contact-footer h5,
.footer .info-footer h5,
.footer .link-footer h5 {
    text-transform: uppercase;
    font-size: 1rem
}

.footer .contact-footer p,
.footer .info-footer p,
.footer .link-footer p {
    font-size: .8rem
}

.footer .info-footer img {
    width: 230px
}

.footer .info-footer .icon a {
    font-size: .9rem;
    color: #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border: .5px solid #d9d9d9;
    transition: .3s
}

.footer .info-footer .icon a:hover {
    background-color: #1eb1e7;
    color: #fff;
    border: .5px solid #1eb1e7;
    transition: .3s
}

.footer .link-footer a {
    display: block;
    font-size: .8rem;
    color: #d9d9d9;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.footer .link-footer a span {
    display: block;
    width: 7px;
    height: 2px;
    background-color: #d9d9d9;
    margin-right: 5px;
    transition: .3s
}

.footer .contact-footer a {
    position: relative;
    display: block;
    font-size: .8rem;
    color: #d9d9d9;
    margin: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.footer .contact-footer a span {
    display: block;
    width: 10px;
    height: 100%;
    margin-right: 10px
}

.partners .container-partners-title {
    padding: 20px 0;
    display: flex;
    justify-content: center
}

.partners .container-partners-title .partners-title {
    min-width: 200px
}

.partners .container-partners-title .btn-owl {
    display: flex
}

.partners .container-partners-title .btn-owl .btn-next,
.partners .container-partners-title .btn-owl .btn-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c2c2c2;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.partners .container-partners-title .btn-owl .btn-next:hover,
.partners .container-partners-title .btn-owl .btn-prev:hover {
    background: #18499a;
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.partners .container-partners-title .btn-owl .btn-next.active,
.partners .container-partners-title .btn-owl .btn-prev.active {
    background: #18499a;
    color: #fff
}

.partners .container-partners-title .btn-owl .btn-prev {
    width: 60px;
    height: 40px;
    border: 1px solid #c2c2c2
}

.partners .container-partners-title .btn-owl .btn-next {
    width: 60px;
    height: 40px;
    border: 1px solid #c2c2c2;
    margin-left: 10px
}

.partners .owl-carrusel-1 {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
    padding-left: 15px
}

@media only screen and (min-width:576px) {
    .partners .container-partners-title {
        justify-content: space-between
    }

    .partners .owl-carrusel-1 {
        padding-left: 40px;
        padding-right: 10px
    }
}

.partners .owl-carrusel-1 .item .item-content {
    width: 160px;
    height: 80px;
    background: #fff;
    box-shadow: 5px 5px 10px #0000000A;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px
}

.partners .owl-carrusel-1 .item .item-content img {
    width: 100%;
    height: 70%
}

.callToAction {
    background: no-repeat padding-box #344F88E0;
    padding: 40px 0;
    position: relative
}

.callToAction::before {
    content: '';
    display: block;
    background-image: url("../img/foticos/pexels-killian-eon-2635595.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.callToAction .title {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase
}

.callToAction .description {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase
}

.card-container {
    display: grid;
    grid-template-columns: 1fr 1fr ;
   
    align-content: center;
    column-gap: 45px;
    row-gap: 20px
}
.card-container1 {
    display: grid;
    grid-template-columns: 1fr  ;
   
    align-content: center;
    column-gap: 15px;
    row-gap: 20px
}
.card-custom {
    background-color: #f2f8fd;
    border: none !important;
    box-shadow: 10px 10px 30px #0000001A;
    padding: 10px 0;
    width: 160px;
    min-height: 215px;
    border-radius: 15px;
    transition: .3s ease-out
}

.card-custom:hover {
    background: #18499a;
    transition: .3s ease-out
}

.card-custom:hover .icon {
    filter: brightness(0) invert(1)
}

@media only screen and (max-width:992px) {
    .card-custom {
        margin-left: auto;
        margin-right: auto
    }
}

.card-custom .icon {
    height: 40px;
    width: auto;
    margin: auto
}

.carousel-custom::after,
.carousel-custom::before {
    width: 100%;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    content: '';
    left: 0
}

.card-custom .card-title {
    font-size: 1rem;
    font-weight: 700
}

.carousel-custom {
    padding: 0;
    position: relative;
    margin-top: 60px;
    background-color: rgba(255, 255, 255, .742)
}

.carousel-custom::before {
    height: 100%;
    background-image: url("../img/heredero.webp");
    background-size: cover;
    background-position: bottom;
    top: 0;
    z-index: -10
}

.carousel-custom::after {
    height: 60px;
    background-image: url("../img/slider/forma1.png");
    background-size: 100% 60px;
    background-position: center;
    bottom: 0;
    z-index: -9
}

.carousel-custom .carousel-control-prev {
    width: 7%
}

.carousel-custom .carousel-control-next {
    width: 10%
}

.carousel-custom .carousel-control-next-icon,
.carousel-custom .carousel-control-prev-icon {
    background-color: #354b86;
    box-shadow: 5px 4px 8px #00000029;
    background-size: 60%
}

.carousel-custom .carousel-inner {
    width: 100% !important;
    position: relative;
    height: 500px
}

@media only screen and (min-width:767px) {
    .box-img img {
        width: 90%
    }

    .p-list {
        font-size: .9rem
    }

    .section-1::after,
    .section-1::before {
        content: '';
        display: block;
        position: absolute;
        width: 500px;
        height: 600px;
        background-repeat: no-repeat;
        background-size: auto 90%;
        z-index: -1000;
        opacity: .2
    }

    .section-1::after {
        top: -6%;
        right: 0;
        background-image: url("../img/formas/linea2.webp");
        background-position: 100% 0
    }

    .section-1::before {
        bottom: -100%;
        left: 0;
        background-image: url("../img/formas/linea1.webp");
        background-position: 0 100%
    }

    .section-2::after,
    .section-2::before,
    .section-3::after,
    .section-3::before {
        content: '';
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: auto 100%;
        z-index: -1000
    }

    .section-2::after {
        bottom: -85%;
        right: 0;
        width: 800px;
        height: 700px;
        background-image: url("../img/formas/Forma2.webp");
        background-position: 100% 0
    }

    .section-2::before {
        bottom: -95%;
        left: 0;
        width: 500px;
        height: 600px;
        background-image: url("../img/formas/Forma1.webp");
        background-position: 0 100%
    }

    .section-3::after {
        bottom: 10%;
        right: 0;
        width: 300px;
        height: 400px;
        background-image: url("../img/formas/Forma4.webp");
        background-position: 100% 0
    }

    .section-3::before {
        top: 10%;
        left: 0;
        width: 500px;
        height: 600px;
        background-image: url("../img/formas/forma3.webp");
        background-position: 0 100%
    }

    .banner,
    .carousel-custom {
        margin-top: 0
    }

    .banner h1 {
        font-size: 3rem
    }

    .owl-carousel-2 {
        padding-left: inherit
    }

    .play {
        left: 0
    }

    .footer::after,
    .footer::before {
        content: '';
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: auto 100%;
        z-index: -1
    }

    .footer::after {
        top: 0;
        right: 0;
        width: 600px;
        height: 400px;
        background-image: url("../img/formas/linea4.webp");
        background-position: 100% 0
    }

    .footer::before {
        bottom: 0;
        left: 0;
        width: 400px;
        height: 300px;
        background-image: url("../img/formas/linea3.webp");
        background-position: 0 100%
    }

    .card-custom {
        height: 215px;
        width: 175px
    }

    .carousel-custom .carousel-inner {
        height: 350px
    }
}

.carousel-custom .slider-contenido {
    width: 100%;
    height: 500px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (min-width:767px) {
    .carousel-custom .slider-contenido {
        display: grid;
        height: 350px
    }
}

.carousel-custom .slider-contenido .info {
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px
}

@media only screen and (min-width:767px) {
    .carousel-custom .slider-contenido .info {
        padding: 20px 20px 20px 70px;
        height: 350px
    }
}

.carousel-custom .slider-contenido .info h1 {
    text-transform: uppercase;
    text-align: center
}

.carousel-custom .slider-contenido .info h1 .title1 {
    font-size: 1.8rem;
    font-weight: 300;
    display: block
}

@media only screen and (min-width:767px) {
    .carousel-custom .slider-contenido .info h1 {
        text-align: left
    }

    .carousel-custom .slider-contenido .info h1 .title1 {
        font-size: 1.2rem
    }
}

.carousel-custom .slider-contenido .info h1 .title2 {
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
    color: #0072aa;
    margin-top: 10px
}

@media only screen and (min-width:767px) {
    .carousel-custom .slider-contenido .info h1 .title2 {
        font-size: 2.2rem
    }
}

@media only screen and (min-width:992px) {


    

    .card-custom.car-3 {
        margin-top: -15px
    }

    .card-custom.car-4 {
        margin-top: 15px
    }

    .carousel-custom .carousel-inner,
    .carousel-custom .slider-contenido {
        height: 450px
    }

    .carousel-custom .slider-contenido .info {
        padding: 20px 20px 20px 120px;
        height: 450px
    }

    .carousel-custom .slider-contenido .info h1 .title1 {
        font-size: 1.8rem
    }

    .carousel-custom .slider-contenido .info h1 .title2 {
        font-size: 3rem
    }
}

.carousel-custom .slider-contenido .img {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin-right: auto
}

.carousel-custom .slider-contenido .img img {
    width: auto;
    height: 100%
}

.nav-custom {
    background: linear-gradient(to right, #3a3f81, #2d608f);
    width: 100%
}

@media only screen and (max-width:767px) {
    .nav-custom {
        position: fixed;
        top: 0;
        z-index: 100000
    }

    .nav-custom .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px
    }

    .nav-custom .nav-custom-nav,
    .nav-custom .nav-custom-nav li,
    .nav-custom .nav-custom-nav ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .nav-custom .logo img {
        height: 50px
    }

    .nav-custom .nav-btn {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: .5s ease-in-out;
        border: 1px solid #e8e8e8;
        border-radius: 2px
    }

    .nav-custom .nav-btn-burger,
    .nav-custom .nav-btn-burger::after,
    .nav-custom .nav-btn-burger::before {
        width: 20px;
        height: 2px;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-btn-burger {
        background: #e8e8e8
    }

    .nav-custom .nav-btn-burger::after,
    .nav-custom .nav-btn-burger::before {
        content: '';
        position: absolute;
        background-color: #e8e8e8
    }

    .nav-custom .nav-btn-burger::before {
        transform: translateY(-8px)
    }

    .nav-custom .nav-btn-burger::after {
        transform: translateY(8px)
    }

    .nav-custom .nav-btn.open .nav-btn-burger {
        transform: translateX(-30px);
        background: 0 0;
        box-shadow: none
    }

    .nav-custom .nav-btn.open .nav-btn-burger::before {
        transform: rotate(45deg) translate(21px, -21px)
    }

    .nav-custom .nav-btn.open .nav-btn-burger::after {
        transform: rotate(-45deg) translate(21px, 21px)
    }

    .nav-custom .nav-custom-nav {
        background: linear-gradient(365deg, #4087df, #384784) !important;
        overflow-y: scroll;
        position: absolute;
        top: 60px;
        left: 0;
        width: 230px;
        height: 100vh;
        z-index: 100000;
        transform: translateX(-100%);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav.open {
        transform: translateX(0);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-link {
        display: block;
        padding: 15px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .125);
        color: #fff;
        font-size: 1rem
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-link span {
        float: right;
        margin-right: 5px;
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-dropdown {
        overflow: hidden;
        max-height: 0;
        transition: max-height .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown .nav-custom-dropdown .nav-custom-link {
        background-color: #2d323a;
        font-size: .9rem
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown.open .nav-custom-link span {
        transform: rotate(-90deg);
        transition: .25s ease-in-out
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown.open .nav-custom-dropdown {
        max-height: 500px;
        transition: max-height .25s ease-in-out
    }
}

@media only screen and (min-width:767px) {
    .carousel-custom .slider-contenido .img {
        display: flex;
        justify-content: flex-end
    }

    .nav-custom .btn-nav-link .btn-custom-nav,
    .nav-custom .btn-nav-link .btn-custom-nav.gradient {
        background: linear-gradient(to right, #3a3f81, #2d608f)
    }

    .nav-custom,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-link {
        position: relative
    }

    .nav-custom.sticky {
        position: fixed;
        top: 4.9rem;
        z-index: 100000
    }

    .banner-intro.sticky {
        position: fixed;
        top: 0;
        z-index: 100000
    }

    @media only screen and (max-width:991px) {

        .nav-custom.sticky {
            top: 0;
        }
        .card-container1{
            margin-left: 30px !important;
        }
    }

    .nav-custom .logo,
    .nav-custom .nav-custom-nav .nav-custom-item-dropdown {
        display: none
    }

    .nav-custom .container,
    .nav-custom .nav-custom-nav {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .nav-custom .btn-nav-link {
        margin-left: auto
    }

    .nav-custom .nav-custom-nav,
    .nav-custom .nav-custom-nav li,
    .nav-custom .nav-custom-nav ul {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important
    }

    .nav-custom .btn-nav-link .btn-custom-nav {
        margin: 0 0 0 20px;
        border: .5px solid #000;
        font-size: .7rem;
        color: #fff
    }

    .nav-custom .btn-nav-link .btn-custom-nav span {
        margin-right: 5px
    }

    .nav-custom .nav-custom-nav .nav-custom-link {
        text-align: center;
        position: relative;
        display: flex;
        padding: 13px 10px;
        color: #fff;
        font-size: .75rem;
        font-weight: 700;
        margin-right: 5rem;
        transition: .3s;
        cursor: pointer;
        user-select: none
    }

    .nav-custom .nav-custom-nav .nav-custom-link::before {
        content: '';
        background-color: #1eb1e7;
        display: block;
        width: 0%;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-link::before,
    .nav-custom .nav-custom-nav .nav-custom-link.active::before,
    .nav-custom .nav-custom-nav .nav-custom-link:hover::before {
        width: 100%;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-link:hover {
        color: #1eb1e7;
        transition: .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-dropdown {
        opacity: 1;
        transform: translateY(0);
        padding: 10px;
        height: auto;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open::before {
        opacity: 1;
        transform: translateY(0);
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg.open .nav-custom-link span {
        transform: rotate(-90deg);
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg::before {
        content: '';
        display: block;
        width: 50px;
        height: 22px;
        background-color: #fff;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        position: absolute;
        bottom: -22px;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 4px 3px 10px #00000012;
        opacity: 0;
        transform: translateY(10px);
        transition: transform .3s;
        z-index: 99999
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-link span {
        display: block;
        margin-left: 7px;
        float: right;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown {
        position: absolute;
        top: 57px;
        left: -130%;
        width: auto;
        background-color: #fff;
        box-shadow: 4px 3px 10px #00000012;
        z-index: 100000;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        height: 0;
        transform: translateY(10px);
        opacity: 0;
        transition: transform .3s
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav {
        padding: 20px;
        min-width: 200px;
        margin-right: 20px
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav.line {
        border-left: 1px solid #efefef
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav div {
        font-weight: 700;
        font-size: .8rem;
        margin-bottom: 10px;
        position: relative
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav div::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #1eb1e7;
        position: absolute;
        bottom: -5px;
        left: 0
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav a {
        background-color: #fff;
        padding: 5px;
        margin: 5px 0;
        font-size: .73rem;
        color: #959595;
        transition: .3s;
        display: block
    }

    .nav-custom .nav-custom-nav .nav-custom-item-dropdown-lg .nav-custom-dropdown .list-link-nav a:hover {
        color: #1eb1e7;
        transition: .3s;
        box-shadow: 4px 3px 10px #00000012
    }
}

.banner-intro {
    background: #f2f2f2;
    background: linear-gradient(0deg, #f2f2f2 0, #f2f0f1 100%);
    display: block;
    width: 100%
}

.banner-intro .container {
    display: grid;
    grid-template-columns: 200px repeat(3, 250px) 1fr
}

.banner-intro .logo img {
    width: 150px
}

.banner-intro .container-contact-0,
.banner-intro .container-contact-1,
.banner-intro .container-redes,
.banner-intro .logo {
    padding: 10px;
    display: flex;
    align-items: center
}

.banner-intro .container-contact-0,
.banner-intro .container-contact-1 {
    color: #717070;
    position: relative;
    overflow: hidden;
    transition: .5s
}

.banner-intro .container-contact-0 .icon,
.banner-intro .container-contact-1 .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: no-repeat padding-box #f2f2f2;
    box-shadow: 4px 3px 10px #00000012;
    border-radius: 7px;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: .5s
}

.banner-intro .container-contact-0 .title,
.banner-intro .container-contact-1 .title {
    display: block;
    font-size: 1rem
}

.banner-intro .container-contact-0 .info,
.banner-intro .container-contact-1 .info {
    font-size: .9rem
}

.banner-intro .container-contact-0 .icon,
.banner-intro .container-contact-0 p,
.banner-intro .container-contact-1 .icon,
.banner-intro .container-contact-1 p {
    z-index: 2
}

.banner-intro .container-contact-0::before,
.banner-intro .container-contact-1::before {
    content: '';
    display: block;
    position: absolute;
    background: #0072aa;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: .5s
}

.banner-intro .container-contact-0:hover::before,
.banner-intro .container-contact-1:hover::before {
    top: 0
}

.banner-intro .container-contact-0:hover .icon,
.banner-intro .container-contact-1:hover .icon {
    background: #0072aa
}

.banner-intro .container-redes {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.banner-intro .container-redes a {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    color: #848484;
    margin-left: 10px;
    box-shadow: 4px 3px 10px #00000012;
    border-radius: 50%;
    font-size: .9rem;
    transition: .3s
}

.banner-intro .container-redes a:hover {
    color: #1eb1e7;
    background: #fff;
    transform: translateY(-2px)
}

.iconosb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.order1 {
    position: fixed;
    bottom: 30px;
    left: 30px;
    min-width: 300px;
    padding: 12px 15px;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-con,
.order1 .order-gif a {
    position: relative;
    display: flex
}

.order1 .ordenar-1 {
    display: flex;
    align-items: center;
    justify-content: center
}

.order1 .order-gif a {
    width: 60px;
    height: 60px;
    margin-right: 25px
}

.order1 .order-gif img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 0
}

.order1 .order-info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: linear-gradient(to right, #3a3f81, #2d608f);
    
    border: 0;
    cursor: pointer
}

.order1 .order-info>a {
    padding: 0 50px;
    flex: 1;
    color: #fff
}

@media only screen and (max-width:1281px) {
    .banner-intro .container {
        display: grid;
        grid-template-columns: 200px repeat(3, 200px) 1fr
    }

    .carousel-custom .slider-contenido .img img {
        clip-path: polygon(37% 0, 100% 0, 100% 100%, 50% 100%)
    }
}

@media only screen and (min-width:1281px) {
    .carousel-custom .slider-contenido .img img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 21% 100%)
    }
}



@media only screen and (max-width:280px) {

    .cereal-bar,
    footer,
    section {
        width: 125%
    }

    .order1 {
        width: 70%
    }
}

.icon-con {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

@media only screen and (max-width:1199px) {
    
    .yari{
        padding: 0px 0px 0px 50px !important;
    }

}
@media only screen and (max-width:991px) {
    
    .yari{
        padding: 0px 50px 0px 0px !important;
    }

}
@media only screen and (max-width:571px) {
    
    .yari{
        padding: 0px 50px 0px 0px !important;
        padding: 0px 0px 0px 100px !important;
    }
    .pal12{
        justify-content: start !important;
            
    } 
    .card-container1{
        margin-left: 70px !important;
    }

}

@media only screen and (max-width:516px) {
    
    .yari{
        
        padding: 0px 0px 0px 50px !important;
    }
    

}
@media only screen and (max-width:444px) {
    
    .yari{
        padding: 0px 0px 0px 30px !important;
       
    }
    

}
@media only screen and (max-width:422px) {
    
    .yari{
        padding: 0px 0px 0px 20px !important;
       
    }
    

}
@media only screen and (max-width:390px) {
    
    .yari{
        padding: 0px 0px 0px 10px !important;
       
    }
    .card-container{
        row-gap: 20px;
       column-gap: 5px;
    }

}

@media only screen and (max-width:390px) {
    
    .yari{
        padding: 0px 0px 0px 10px !important;
       
    }
    .card-container{
        row-gap: 20px;
       column-gap: 25px;
    }

}
@media only screen and (max-width:360px) {
    
    .yari{
        padding: 0px 0px 0px 10px !important;
       
    }
    .card-container{
        row-gap: 20px;
       column-gap: 5px;
    }

}