/* ===========  general  ======================= */
body {
    position: relative;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

/* @font-face {
    font-family: Sttorylink-regular;
    src: url('../data/Fuente/sttorylink/Sttorylink-regular.otf');
}; */
@font-face {
    font-family: Sttorylink;
    src: url('../data/Fuente/sttorylink/Sttorylink.otf');
}

/* .font-sttorylink-regular {
    font-family: Sttorylink-regular!important;
} */
.font-sttorylink {
    font-family: Sttorylink !important;
}

.font-lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.font-lato-italic {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.font-lato-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.font-lato-italic-bold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-style: italic;
}

.color-ff {
    color: #fff;
}

.color-0e {
    color: #D67A0E;
}

.text-bold {
    font-weight: 600;
}

/* ===========  loading  ======================= */
#loading {
    z-index: 12323;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #D67A0E;
}

#loading .img-wrapper {
    height: 100%;
    width: 100%;
}

#loading-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 30%;
}

/* ===========  navbar  ======================= */
.grey-nav {
    color: #707070;
    background: #f3f3f3;
}

nav {
    position: relative;
}
nav .nav-wrapper {
    height: 100%;
    padding: 10px 20px 10px 37px;
    display: table;
}

.nav-wrapper .nav {
    /*position: relative;*/
    display: table-cell;
    vertical-align: middle;
    top: 170px;
}

.nav-link {
    color: #707070;
    border-bottom: 1px solid #707070;
    padding: .5rem .5rem .3rem .5rem;
    font-size: 16px;
}

.nav-item {
    padding: .7rem .7rem 0rem 0rem;
}

.nav-link:focus, .nav-link:hover, .nav-link.active {
    color: #707070;
    background: #CFCFCF;
}

/* ===========  footer  ======================= */
footer {
    padding: 20px;
    margin-bottom: 0px;
}

.footer-logo {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 35px;
}

.bg-grey-const {
    background: #CFCFCF;
}

#spuches-logo {
    height: 30px;
    margin-top: 10px;
}

.text-footer {
    color: #3451A3;
    font-size: 14px;
    font-weight: 600;
}

.bg-grey-const .text-footer {
    color: #707070;
}

/* ================== Home =========================== */
.bg-orange {
    background-color: #D67A0E;
    background-image: url('../data/logos/Flor-Fondo-edit.png');
    background-position: 99% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-home {
    font-size: 70px;
}

.text-home {
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.bg-violeta {
    background-color: #6F5580;
}

.slide-equipo {
    width: 385px;
    height: auto;
}

.slick-prev, .slick-next {
    display: inline-block !important;
    top: -11%;
    position: absolute;
    z-index: 100;
    width: 80px;
    height: 35px;
    border: 0;
    font-size: 14px;
    background: #efefef80;
}

.slick-prev:hover, .slick-next:hover {
    background: #efefef;
}

.slick-next {
    right: 0px;
}

.slide-equipo {
    width: 350px !important;
    height: 350px !important;
    position: relative;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    margin-right: 15px;
}

.card__face {
    position: absolute;
    height: 350px;
    width: 100%;
    /* backface-visibility: hidden;
    overflow: hidden; */
}

.card__face--front {
    transform: scale(1);
}

.card__face--back {
    background: #fff;
    transform: scale(0);
}

.is-flipped {
    transform: scale(1);
    transition: transform 1s;
}

.text-cards {
    color: #707070;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    margin-top: 110px;
}

.mt-cards-1 {
    margin-top: 110px;
}

.mt-cards-2 {
    margin-top: 105px;
}

.mt-cards-3 {
    margin-top: 75px;
}

.div-text {
    width: 100%;
    max-height: 304px;
    overflow-y: scroll;
}

.span-close {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #707070;
    font-size: 30px;
}

/* .slick-list {
    overflow: visible;
} */

.color-4b {
    color: #4B4B4B;
}

.bg-29 {
    background-color: #00000029;
    height: 100%;
}

.color-89 {
    color: #258989;
}

.title-agenda {
    font-size: 18px;
    font-weight: 600;
}

.color-60 {
    color: #606060;
}

.text-agenda {
    font-size: 18px;
}

.bg-89 {
    background-color: #258989;
    background-image: url('../data/logos/Flor-Fondo-edit-2.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-contacto {
    font-size: 30px;
    font-weight: 600;
}

.flor-loto {
    width: 70px;
}

.text-enviar {
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
}

.form-custom {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: .5rem .75rem;
    border: 1px solid #ced4da00;
    border-radius: 0;
}

.form-custom:focus {
    color: #707070;
    background-color: #fff;
    border-color: #258989;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(37 137 137 / 25%);
}

.va-middle {
    vertical-align: middle;
}

.btn-mas-info {
    float: right;
    margin-top: 10px;
}

.btn-mas-info > button {
    background-color: #D67A0E;
    padding: 10px 20px;
    border-radius: 0;
}

.btn-mas-info > button:hover {
    filter: opacity(.9);
}

.btn-mas-info > button:focus {
    box-shadow: none;
}

.btn-mas-info > button > p {
    font-size: 18px;
    font-weight: 600;
}

.span-name {
    z-index: 20;
    position: absolute;
    background: #fff;
    color: #707070;
    display: block;
    right: 0px;
    bottom: 20px;
    padding: .2rem 1rem;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
}

/* .h-85 {
    height: 85vh;
}
.slick-list {
    overflow: visible!important;
} */
.a-no-decoration {
    text-decoration: none;
}

.a-no-decoration:hover, .a-no-decoration:active, .a-no-decoration.active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.img-carousel {
    width: 100%;
}

.carousel-item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*========================Quienes somos===================*/
.color-6a {
    color: #6B6B6A;
}

.border-b-70 {
    border-bottom: 1px solid #707070;
}

.font-16 {
    font-size: 16px;
}

/*===================Constelaciones familiares=====================*/
.btn-orange {
    background-color: #D67A0E;
    width: 100%;
    height: 90px;
    display: block;
    border: 1px solid #D67A0E;
}

.btn-orange > p {
    color: #fff;
    font-size: 16px;
    padding: 21px 7px 0px 7px;
}

.btn-orange:hover, .btn-orange:active, .btn-orange.active {
    background-color: #fff!important;
    /*border: 1px solid #D67A0E!important;*/
}

.btn-orange:hover > p, .btn-orange:active > p {
    /*color: #D67A0E!important;*/
}
.bg-258989:hover > p, .bg-258989:active > p {
    color: #258989!important;
}
.bg-d23f2a:hover > p, .bg-d23f2a:active > p {
    color: #d23f2a!important;
}
.bg-d67a0e:hover > p, .bg-d67a0e:active > p {
    color: #d67a0e!important;
}
.bg-6f5580:hover > p, .bg-6f5580:active > p {
    color: #6f5580!important;
}


.btn-green {
    background-color: #258989;
    width: 100%;
    height: 70px;
    display: block;
    border: 1px solid #258989;
}

.btn-green > p {
    color: #fff;
    font-size: 18px;
    padding: 21px 7px 0px 7px;
}

.btn-green:hover, .btn-green:active, .btn-green.active {
    background-color: #fff;
    border: 1px solid #258989;
}

.btn-green:hover > p, .btn-green:active > p, .btn-green.active > p {
    color: #258989;
}

.btn-purple {
    background-color: #6F5580;
    width: 100%;
    height: 70px;
    display: block;
    border: 1px solid #6F5580;
}

.btn-purple > p {
    color: #fff;
    font-size: 18px;
    padding: 21px 7px 0px 7px;
}

.btn-purple:hover, .btn-purple:active, .btn-purple.active {
    background-color: #fff;
    border: 1px solid #6F5580;
}

.btn-purple:hover > p, .btn-purple:active > p, .btn-purple.active > p {
    color: #6F5580;
}

.btn-red {
    background-color: #CF331C;
    width: 100%;
    height: auto;
    min-height: 70px;
    display: block;
    border: 1px solid #CF331C;
}

.btn-red > p {
    color: #fff;
    font-size: 18px;
    padding: 21px 7px 7px 7px;
}

.btn-red:hover, .btn-red:active, .btn-red.active {
    background-color: #fff;
    border: 1px solid #CF331C;
}

.btn-red:hover > p, .btn-red:active > p, .btn-red.active > p {
    color: #CF331C;
}

.pt-btns {
    padding-top: 21px !important;
}

.pt-btns-2 {
    padding-top: 21px !important;
}

.pt-btns-3 {
    padding-top: 21px !important;
}

.pt-btns-4 {
    padding-top: 9px !important;
}

.pt-btns-5 {
    padding-top: 21px !important;
}

.pt-btns-6 {
    padding-top: 21px;
}

.pt-btns-7 {
    padding-top: 21px;
}

.font-22 {
    font-size: 22px;
}

.font-14 {
    font-size: 14px;
}

.arrow {
    width: 20px;
}

.color-80 {
    color: #6F5580;
}

.font-25 {
    font-size: 25px;
}

.title-talleres {
    background-color: #D67A0E;
}

.color-70 {
    color: #707070;
}

.btn-purple-2 {
    color: #fff;
    background-color: #6F5580;
    width: 100%;
    height: 50px;
    display: block;
    border: 1px solid #6F5580;
}

.btn-purple-2 > p {
    color: #fff;
    font-size: 18px;
    padding: 3px 5px 0px 5px;
}

.btn-purple-2:hover, .btn-purple-2:active, .btn-purple-2.active {
    color: #fff;
    background-color: #fff;
    border: 1px solid #6F5580;
    opacity: .9;
}

.btn-purple-2:hover > p, .btn-purple-2:active > p, .btn-purple-2.active > p {
    color: #fff;
}

.btn-green-2 {
    color: #fff;
    background-color: #258989;
    width: 100%;
    min-height: 50px;
    display: block;
    border: 1px solid #258989;
    margin-bottom: 20px;
}

.btn-green-2 > p {
    color: #fff;
    font-size: 18px;
    padding: 8px 5px 5px 5px;
}

.btn-green-2:hover, .btn-green-2:active, .btn-green-2.active {
    color: #fff;
    background-color: #fff;
    border: 1px solid #258989;
    opacity: .9;
}

.btn-green-2:hover > p, .btn-green-2:active > p, .btn-green-2.active > p {
    color: #fff;
}

.btn-red-2 {
    background-color: #D23F2A;
    width: 100%;
    min-height: 50px;
    display: block;
    border: 1px solid #D23F2A;
}

.btn-red-2 > p {
    color: #fff;
    font-size: 18px;
    padding: 11px 5px 5px 5px;
}

.btn-red-2:hover, .btn-red-2:active, .btn-red-2.active {
    background-color: #fff;
    border: 1px solid #D23F2A;
}

.btn-red-2:hover > p, .btn-red-2:active > p, .btn-red-2.active > p {
    color: #D23F2A;
}

.bg-red-2 {
    background-color: #D23F2A;
}

.btn-blue-2 {
    background-color: #3451A3;
    width: 100%;
    min-height: 50px;
    display: block;
    border: 1px solid #3451A3;
}

.btn-blue-2 > p {
    color: #fff;
    font-size: 18px;
    padding: 11px 5px 5px 5px;
}

.btn-blue-2:hover, .btn-blue-2:active, .btn-blue-2.active {
    background-color: #fff;
    border: 1px solid #3451A3;
}

.btn-blue-2:hover > p, .btn-blue-2:active > p, .btn-blue-2.active > p {
    color: #3451A3;
}

.bg-red-2 {
    background-color: #D23F2A;
}

.items {
    width: 90%;
    margin: auto auto;
}

.slick-slide {
    margin: 10px
}

/* .slick-slide img {
    width: 100%;
    border: 0px solid #fff
} */
.slick-prev, .slick-next {
    display: inline-block !important;
    top: 50%;
    position: absolute;
    z-index: 100;
    width: 30px;
    height: 30px;
    border: 0;
    font-size: 14px;
    background: #efefef00;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 34px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover, .slick-next:hover {
    background: #efefef00;
}

.border-l-white {
    border-left: 2px solid #fff;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0;
}

.span-wh {
    float: right;
    right: 20px;
    bottom: 25px;
    position: fixed;
    z-index: 3000;
}

.a-wh {
    box-shadow: 3px 3px 6px #00000029;
    display: block;
    background-color: #fff;
    padding: 12px;
    border-radius: 50%;
}

.img-wh {
    width: 40px;
    transform: scale(1);
    transition: transform .5s ease;
}

.img-wh:hover {
    transform: scale(1.15);
    transition: transform .5s ease;
}

.scrollbar-dynamic {
    overflow-x: hidden !important;
}

.menu-flotante {
    max-width: 160px;
    background: #fff;
    position: fixed;
    z-index: 10000;
    top: 80px;
    left: 0px;
}

.navbar-toggler {
    width: 55px;
    height: 55px;
    background-color: #fbfcfa00;
    border: none;
    margin-left: 0px;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 3px;
    background-color: #666666;
    margin-bottom: 5px;
    border-radius: 2px;
}

.sidenav {
    min-height: 335px;
    /* width: 250px; */
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 70px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 0px;
    /* background: #fff; */
    /* box-shadow: 7px 6px 6px #00000029; */
}

.height-menu-open {
    height: 387px;
    min-width: 300px;
    /* transition: 0.5s; */
    box-shadow: 3px 3px 6px #00000029;
}

.height-menu-closed {
    height: 55px;
    /* transition: 0.5s; */
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.logo-instagram-menu, .logo-facebook-menu {
    width: 35px;
}

.nav-item-menu-flotante {
    padding: 0;
}

.nav-item-menu-flotante > a {
    border-bottom: 0;
    padding: .5rem !important;
}

.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.variable-width > .slick-prev {
    left: 2px;
}

.variable-width > .slick-next {
    right: 6px;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.height-100 {
    height: 100vh !important;
}

.span-text-carousel {
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 15px;
    left: 0px;
    padding-left: 35px;
    padding-right: 35px;
}

.active-inicio:hover, .active-inicio:active, .active-inicio.active {
    background-color: #edcc1e;
    color: #fff;
}

.active-1:hover, .active-1:active, .active-1.active {
    background-color: #D67A0E;
    color: #fff;
}

.active-2:hover, .active-2:active, .active-2.active {
    background-color: #6F5580;
    color: #fff;
}

.active-3:hover, .active-3:active, .active-3.active {
    background-color: #CF331C;
    color: #fff;
}

.active-4:hover, .active-4:active, .active-4.active {
    background-color: #3451A3;
    color: #fff;
}

.active-5:hover, .active-5:active, .active-5.active {
    background-color: #258989;
    color: #fff;
}

.active-6:hover, .active-6:active, .active-6.active {
    background-color: #606060;
    color: #fff;
}

.color-1c {
    color: #CF331C;
}

.bg-8989 {
    background-color: #258989;
}

.circulo {
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 13px;
    margin-bottom: -3px;
}

.bg-a3 {
    background-color: #3451A3;
}

.bg-0e {
    background-color: #D67A0E;
}

.bg-00 {
    background-color: #EAC400;
}

.back-to-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 15px 15px 12px 15px;
}

.back-to-top:hover {
    background-color: #cccccc5c;
}

.logos-redes {
    transform: translateY(0px);
    transition: transform .5s ease;
}

.logos-redes:hover {
    transform: translateY(-4px);
    transition: transform .5s ease;
}

.phrase-banner {
    font-size: 48px;
}


@media screen and (max-width: 991px) {
    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 13px;
    }

    nav .nav-wrapper {
        height: 100%;
        padding: 10px 20px 10px 10px;
    }

    .vh-100 {
        height: 100% !important;
    }

    .pt-btns {
        padding-top: 8px !important;
    }

    .pt-btns-2 {
        padding-top: 8px !important;
    }

    .pt-btns-3 {
        padding-top: 8px !important;
    }

    .pt-btns-5 {
        padding-top: 9px !important;
    }

    .pt-btns-6 {
        padding-top: 9px !important;
    }

    .pt-btns-7 {
        padding-top: 9px !important;
    }
}

@media screen and (max-width: 986px) {
    .border-l-white {
        border-left: 2px solid rgba(255, 255, 255, 0);
    }

    .slick-slide {
        margin: auto;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }
}

@media screen and (max-width: 900px) {
    .nav-link {
        padding: .5rem .5rem .3rem .1rem;
        font-size: 12px;
    }

    .btn-mas-info > button > p {
        font-size: 16px;
    }
}

@media screen and (max-width: 820px) {
    .nav-link {
        padding: .5rem .5rem .3rem .1rem;
        font-size: 11px;
    }
}

@media screen and (max-width: 767px) {
    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 15px;
    }


    nav .nav-wrapper {
        padding: 10px;
        width: 100%;
        text-align: center;
    }

    .nav-wrapper .nav {
        position: relative;
        display: block;
        bottom: 40px;
        top: 40px;
        text-align: left;
    }

    .text-home {
        font-size: 18px;
    }

    .bg-orange {
        background-size: cover;
    }

    .btn-mas-info {
        float: none;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .pt-btns-3 {
        padding-top: 21px !important;
    }

    .items {
        width: 80%;
        margin: 0px auto;
    }

    .slick-next {
        right: -40px;
    }

    .slick-prev {
        left: -40px;
    }

    .height-100 {
        height: 75vh !important;
    }

    .vh-100 {
        height: 110vh !important;
    }
    .carousel-item .vh-100 {
        height: 300px !important;
    }
    .carousel-item {
        background-size: contain!important;
    }
}

@media screen and (max-width: 655px) {
    .slick-next {
        right: -30px;
    }

    .slick-prev {
        left: -30px;
    }

    .navbar-toggler {
        width: 50px;
    }

    .sidenav {
        left: 50px;
    }
}

@media screen and (max-width: 575px) {
    .text-home {
        font-size: 17px;
    }

    .title-home {
        font-size: 60px;
    }

    .pt-btns {
        padding-top: 21px !important;
    }

    .pt-btns-2 {
        padding-top: 21px !important;
    }

    .font-25 {
        font-size: 23px;
    }

    .btn-purple-2 > p {
        font-size: 16px;
    }

    .btn-green-2 > p {
        font-size: 16px;
    }

    .font-22 {
        font-size: 20px;
    }

    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
    }

    .slick-next {
        right: -20px;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 25px;
    }

    .img-wh {
        width: 30px;
    }

    .height-menu-open {
        height: 375px;
        min-width: 265px;
    }

    .pt-btns-5 {
        padding-top: 21px !important;
    }

    .pt-btns-6 {
        padding-top: 21px !important;
    }

    .pt-btns-7 {
        padding-top: 21px !important;
    }

    .px-mob {
        padding-left: 55px !important;
        padding-right: 15px !important;
    }
    .height-100 {
        height: 65vh !important;
    }
}

@media screen and (max-width: 450px) {
    .height-100 {
        height: 50vh !important;
    }
}

@media screen and (max-width: 400px) {
    .slide-equipo {
        width: 317px !important;
        height: 317px !important;
        margin-top: 10px;
    }

    .span-name {
        font-size: 14px;
    }

    .card__face {
        height: 317px;
    }

    .div-text {
        max-height: 290px;
    }

    .btn-orange > p {
        font-size: 17px;
    }

    .btn-green > p {
        font-size: 17px;
    }

    .btn-purple > p {
        font-size: 17px;
    }

    .title-home {
        font-size: 55px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }
    .height-100 {
        height: 45vh !important;
    }
    .text-cards {
        font-size: 18px;
    }
    .mt-cards-1 {
        margin-top: 110px;
    }
    .mt-cards-2 {
        margin-top: 98px;
    }
    .mt-cards-3 {
        margin-top: 82px;
    }
}

@media screen and (max-width: 391px) {
    .btn-purple-2 {
        height: 70px;
    }

    .btn-green-2 {
        height: 70px;
    }

    .btn-purple-2 > p {
        padding: 10px 5px 0px 5px;
    }

    .btn-green-2 > p {
        padding: 10px 5px 0px 5px;
    }
    .height-100 {
        height: 40vh !important;
    }
}

@media screen and (max-width: 360px) {
    .slide-equipo {
        width: 280px !important;
        height: 280px !important;
        margin-right: 12px;
    }
    .span-name {
        font-size: 13px;
        /* bottom: 60px; */
    }
    .card__face {
        height: 280px;
    }
    .div-text {
        max-height: 255px;
    }
    .title-home {
        font-size: 50px;
    }
    .font-22 {
        font-size: 18px;
    }
    .text-cards {
        margin-top: 91px;
    }
    .mt-cards-1 {
        margin-top: 91px;
    }
    .mt-cards-2 {
        margin-top: 74px;
    }
    .mt-cards-3 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 347px) {
    .pt-btns-5 {
        padding-top: 9px !important;
    }
}

@media screen and (max-width: 343px) {
    .pt-btns {
        padding-top: 21px !important;
    }
}

@media screen and (max-width: 325px) {
    .pt-btns {
        padding-top: 9px !important;
    }
    .slide-equipo {
        width: 230px !important;
        height: 230px !important;
    }
    .card__face {
        height: 230px;
    }
    .text-cards {
        margin-top: 58px;
    }
    .mt-cards-1 {
        margin-top: 64px;
    }
    .mt-cards-2 {
        margin-top: 48px;
    }
    .mt-cards-3 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 296px) {
    .pt-btns-7 {
        padding-top: 9px !important;
    }
}

@media screen and (max-width: 291px) {
    .pt-btns-2 {
        padding-top: 10px !important;
    }

    .pt-btns-4 {
        padding-top: 21px !important;
    }

    .pt-btns-6 {
        padding-top: 9px !important;
    }
}

@media screen and (max-width: 282px) {
    .pt-btns-4 {
        padding-top: 8px !important;
    }
    .height-100 {
        height: 35vh !important;
    }
    .slide-equipo {
        width: 210px !important;
        height: 210px !important;
    }
    .card__face {
        height: 210px;
    }
    .text-cards {
        margin-top: 50px;
        font-size: 16px;
    }
    .mt-cards-1 {
        margin-top: 59px;
    }
    .mt-cards-2 {
        margin-top: 44px;
    }
    .mt-cards-3 {
        margin-top: 13px;
    }

}

@media screen and (min-width: 760px) {
    .mov-absolute {
        position: absolute;
    }
}
@media screen and (min-width: 992px) {
    nav .nav-wrapper {
        height: 100%;
        padding: 10px 20px 10px 10px;
    }

    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 14px;
    }

    .vh-100 {
        height: 100% !important;
    }

    .pt-btns {
        padding-top: 8px !important;
    }

    .variable-width > .slick-next {
        right: 8px;
    }

    .pt-btns-5 {
        padding-top: 9px !important;
    }
}

@media screen and (min-width: 1100px) {
    nav .nav-wrapper {
        height: 100%;
        padding: 10px 20px 10px 30px;
    }

    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 14px;
    }

    .vh-100 {
        height: 100vh !important;
    }

    .variable-width > .slick-next {
        right: -40px;
    }

    .variable-width > .slick-prev {
        left: -43px;
    }

}

@media screen and (min-width: 1200px) {
    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 15px;
    }

    nav .nav-wrapper {
        height: 100%;
        padding: 10px 20px 10px 37px;
    }

    .pt-btns {
        padding-top: 21px !important;
    }

    .variable-width > .slick-next {
        right: -25px;
    }

    .pt-btns-5 {
        padding-top: 21px !important;
    }
}

@media screen and (min-width: 1300px) {
    .nav-link {
        padding: .5rem .5rem .3rem .5rem;
        font-size: 15px;
    }
}
