/*FONTS*/
.yesteryear-regular {
    font-family: "Yesteryear", cursive;
    font-weight: 400;
    font-style: normal;
}

.yesteryear-regular {
    font-family: "Yesteryear", cursive;
    font-weight: 100;
    font-style: normal;
}

.lobster-regular {
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bellota-text-light {
    font-family: "Bellota Text", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.bellota-text-regular {
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bellota-text-bold {
    font-family: "Bellota Text", sans-serif;
    font-weight: 1000;
    font-style: normal;
}

.bellota-text-light-italic {
    font-family: "Bellota Text", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.bellota-text-regular-italic {
    font-family: "Bellota Text", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.bellota-text-bold-italic {
    font-family: "Bellota Text", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/*---FIN FONTS---*/
/*---LINKS---*/
.active-package {
    background-color: lightgray;
}

a.link-package {
    width: 100%;
    text-decoration: none;
    color: #333;
}

.p-4r {
    padding: 4rem;
}

.pt-15px {
    padding-top: 15px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

a.link-language {
    padding: 13px 8px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

a.link-top {
    padding: 13px 8px;
    color: black !important;
    font-size: 16px;
    text-decoration: none;
}

a.link-language:hover {
    color: #e5b6c6;
}

a.link-top:hover {
    color: #bf8296;
}

a.link-active {
    color: #bf8296;
}

a.btn-dark-pink {
    background-color: black;
    color: #bf8296;
}

a.btn.btn-dark-pink {
    padding: 8px 30px;
}

a.btn-dark-pink:hover {
    background-color: rgb(16, 16, 16);
    color: #bf8296;
}

/*---FIN LINKS---*/

/*--UTILS---*/
.hidden {
    display: none;
}
/*---FIN UTILS---*/

/*---Backgrounds--*/
.bg-black-alpha {
    background-color: black;
    opacity: 0.55;
}

.bg-white {
    background-color: #fff;
}

#faq-accordion .accordion-button:not(.collapsed) {
    color: black;
    background-color: lightgray;
}

/*---Fin Backgrounds--*/

.facebook-icon-top {
    padding: 3px 7px;
    border-radius: 50%;
    background-color: black;
    color: #fff;
    font-size: 10px;
}

.instagram-icon-top {
    padding: 3px 5px;
    border-radius: 50%;
    background-color: black;
    color: #fff;
    font-size: 11px;
}

.top-data {
    margin-top: 3px;
    font-size: 14px;
}

.link-menu {
    color: #fff;
    text-decoration: none;
}

.link-menu:hover {
    color: #e5b6c6;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 3px solid #e5b6c6;
}

.active-menu {
    color: #e5b6c6;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 3px solid #e5b6c6;
}

.underline-text {
    color: #e5b6c6;
    padding-bottom: 8px;
    border-bottom: 3px solid #e5b6c6;
}

.color-pink-template {
    color: #e5b6c6;
}

.w-adjust {
    width: 100%;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

body {
    background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);
}

.margin-bottom--20 {
    margin-bottom: -20px !important;
}

.margin-left-10 {
    margin-bottom: 10px !important;
}

.margin-top--48 {
    margin-top: -48px;
}

.container {
    max-width: 960px;
}

.padding-right-1r {
    padding-right: 1rem !important;
}

.pricing-header {
    max-width: 700px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.whatsapp {
    background-color: #0dc143 !important;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* Colors */

.text-primary-studio77 {
    color: #fec63f !important;
}

.bg-primary-studio77 {
    background-color: #fec63f !important;
}

.margin-top-between-section,
.margin-top-service {
    margin-top: 6rem;
}

.title-primary-studio77 {
    margin-top: 6rem !important;
}

.list-none-disc li {
    list-style-type: none;
    margin-left: -30px;
}

.fs-mini {
    font-size: 0.8rem;
}
/*
  BUTTONS
 */
/*** ESTILOS BOTÓN SLIDE LEFT ***/
.button-rounded {
    border-radius: 50px;
    padding: 6px 10px;
}

.border-primary-studio-77 {
    border: 1px solid #fec63f;
}

.botton-primary-studio-77 {
    font: 0.8rem;
    background: #fec63f; /* color de fondo */
    color: #333; /* color de fuente */
    font-weight: bold;
    border: 2px solid #fec63f; /* tamaño y color de borde */
    padding: 8px 32px;
    border-radius: 8px; /* redondear bordes */
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    text-decoration-line: none;
}
.botton-primary-studio-77:hover {
    color: #fff; /* color de fuente hover */
}
.botton-primary-studio-77::after {
    content: "";
    background: #b8840d; /* color de fondo hover */
    position: absolute;
    z-index: -1;
    padding: 16px 20px;
    display: block;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.botton-primary-studio-77:hover::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.border-left-button {
    top: 40px;
    position: relative;
    background: #b8840d;
    color: #b8840d;
    padding: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 1.8px;
    font: 0.8rem;
    z-index: 1000;
}

@media (min-width: 1301px) {
    #nuestros-clientes {
        text-align: left;
    }

    #nuestros-servicios {
        text-align: right;
    }

    .about-us-content {
        margin-top: -60px;
    }

    .img-tres-fotos {
        margin-top: -130px;
    }

    .label-nuestro-servicios {
        text-align: right;
    }

    .margin-top-service {
        margin-top: 6rem;
    }

    .title-service {
        text-align: right;
        font-size: 2rem !important;
    }

    .img-tres-imagenes {
        width: 230px;
        height: auto;
    }
    .clientes-1 {
        display: block;
    }

    .clientes-1 img {
        width: 80%;
        height: auto;
    }

    .img-tres-imagenes-2 {
        display: none;
    }

    .img-tres-imagenes-container-2 {
        display: none;
    }

    .web {
        display: block;
    }

    .movil {
        display: none;
    }

    #gallery-own {
        display: block;
    }

    #gallery-bootstrap {
        display: none;
    }

    #button-whatsapp {
        display: block;
        position: fixed;
        bottom: 40px;
        left: 95%;
    }

    #button-inicio {
        display: block;
        position: fixed;
        bottom: 40px;
        left: 90%;
    }
}

/* Responsive */
@media (min-width: 831px) and (max-width: 1300px) {
    #nuestros-clientes {
        text-align: left;
    }

    #nuestros-servicios {
        text-align: right;
    }

    .about-us-content {
        margin-top: 60px;
    }

    .img-principal {
        height: 250px;
        width: auto;
    }

    .img-tres-fotos {
        height: 500px;
        width: auto;
        margin-top: -110px;
    }

    .label-nuestro-servicios {
        text-align: right;
    }

    .title-service {
        text-align: right;
        font-size: 1rem !important;
    }

    .margin-top-service {
        margin-top: 3rem;
    }

    .img-tres-imagenes {
        width: 180px;
        height: auto;
    }

    .clientes-2 img {
        width: auto;
        height: 300px;
    }

    .clientes-1 {
        display: block;
    }

    .img-tres-imagenes-2 {
        display: none;
    }

    .img-tres-imagenes-container-2 {
        display: none;
    }

    .web {
        display: block;
    }

    .movil {
        display: none;
    }

    #gallery-own {
        display: block;
    }

    #gallery-bootstrap {
        display: none;
    }

    #button-whatsapp {
        display: block;
        position: fixed;
        bottom: 120px;
        left: 93%;
    }

    #button-inicio {
        display: block;
        position: fixed;
        bottom: 40px;
        left: 93%;
    }
}

@media (min-width: 768px) and (max-width: 830px) {
    #nuestros-clientes,
    #nuestros-servicios {
        text-align: center;
    }

    .label-nuestro-servicios {
        text-align: right;
    }

    .about-us-content {
        margin-top: 0px;
    }

    .img-principal {
        height: 150px;
        width: auto;
    }

    .img-tres-fotos {
        height: 400px;
        width: auto;
        margin-top: -70px;
    }

    .logo-principal-about-us {
        margin-top: -40px;
    }

    .clientes-1 {
        display: block;
    }

    .img-tres-imagenes-1 {
        display: none;
    }

    .img-tres-imagenes-2 {
        display: block;
    }

    .img-tres-imagenes-container-2 {
        display: none;
    }

    .web {
        display: block;
    }

    .movil {
        display: none;
    }

    #gallery-own {
        display: block;
    }

    #gallery-bootstrap {
        display: none;
    }

    #button-whatsapp {
        display: block;
        position: fixed;
        bottom: 80px;
        left: 90%;
    }

    #button-inicio {
        display: none;
    }
}

@media (max-width: 767px) {
    #nuestros-clientes,
    #nuestros-servicios {
        text-align: center;
    }

    .about-us-content {
        margin-top: 0px;
    }

    .img-principal {
        display: none;
    }

    .img-tres-fotos {
        height: auto;
        width: 100%;
        margin-top: 0px;
    }

    .logo-principal-about-us {
        margin-top: -40px;
    }

    .clientes-1 {
        display: block;
    }

    .img-tres-imagenes-container {
        display: none;
    }

    .img-tres-imagenes-container-2 {
        display: block;
    }

    .web {
        display: none;
    }

    .movil {
        display: block;
    }

    #gallery-own {
        display: none;
    }

    #gallery-bootstrap {
        display: block;
    }

    #button-whatsapp {
        display: block;
        position: fixed;
        bottom: 5%;
        left: 80%;
    }

    #button-inicio {
        display: none;
    }
}

/* font */
.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

/*---------------style dashboard-----------*/
main {
    height: 100vh;
    height: -webkit-fill-available;
    max-height: none;
    overflow-x: none;
    overflow-y: none;
}

/*main {
    height: -webkit-fill-available;
    overflow: auto;
}*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.bg-corporativo {
    background-color: #1d264d;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff !important;
}

/*----------------*/
.modal-sheet .modal-dialog {
    width: 380px;
    transition: bottom 0.75s ease-in-out;
}
.modal-sheet .modal-footer {
    padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
    width: 380px;
}

.modal-tour .modal-dialog {
    width: 380px;
}

.nav-item.active > a {
    background-color: lightblue;
    color: #1d264d !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff !important;
}
