* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: Circular;
    background-color: #EFEFEF;
}

:root {
    --main-color: #798777;
    --text-color: #155263;
}

@import url('https://fonts.googleapis.com/css2?family=Quando&display=swap');

@font-face {
    font-family: 'Circular';
    src: url('../fonts/circular-std-medium-500.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSerif-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

.noto {
    font-family: 'Noto' !important;
}

.quando {
    font-family: 'Quando', sans-serif !important;
}

.circular {
    font-family: Circular !important;
}


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

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

.home {
    /* background-image: url('../icons/circle.svg');
    background-repeat: no-repeat; */
}

.team-container {}

.slick-list {
    height: 100% !important;
}

@media screen and (min-width: 1028px) {
    .slick-list {
        height: 100%;
    }

    .slick-slide {
        height: 100%;
    }

    .slick-slide div {
        height: 100%;
    }

    .slick-track {
        /* margin-top: 20%; */
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .team-container {
        height: calc(100vh - 68px);
    }
}

/* .title {
    color: var(--text-color);
    font-size: 120px;
    font-family: 'Noto';
} */

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

.text {
    color: var(--main-color);
    font-weight: 800;
    /* width: 600px; */
}

.text-color:focus {
    color: var(--text-color);
    font-weight: 600px;
    text-decoration: none;
}

.fontW600 {
    font-weight: 600px;
}

.fontcolor {
    color: var(--main-color);
}


.text-color {
    color: #D0D0D0;
    font-weight: 600px;
    text-decoration: none;
}

.text-color:hover {
    color: var(--main-color);
}

.text-primary-color {
    color: var(--text-color);
}

.text-secondary-color {
    color: var(--main-color);
}

.subtitulo {
    color: var(--text-color);
    font-size: 20px;
    font-family: Circular;
}

.footer {
    background-color: var(--main-color);
    /* padding: 1rem; */
    /* max-height: 300px; */

    min-height: 300px;
}

.footer-links {
    color: #FFF;
    text-decoration: none;
    padding-left: 5rem;
}

.footer-links:hover {
    color: #FFF;

}


.nosotros-footer {
    color: #FFF;
    padding-right: 5rem;
}

.contacto-footer {
    color: #FFF;
}


.logo {
    padding: 1rem;
    display: flex;
    align-items: center;

}

.main-img {
    margin-left: -10px;
}

.nuestra-title {
    color: var(--text-color);
    font-size: 80px;
    line-height: 120px;
}

.accordion-item {
    background: none !important;
    border: none;
}

.accordion-button {
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #155263;
}

.input-contacto {
    border-color: var(--main-color);
    border-radius: 10px !important;
    border-width: 2px;
}

.input-contacto:focus {
    border-color: var(--main-color) !important;
    box-shadow: 0px 0px 5px 5px var(--main-color) !important;
}

.textarea-contacto {
    border-color: var(--main-color);
    border-radius: 10px !important;
    border-width: 2px;
    resize: none;
}

.textarea-contacto:focus {
    border-color: var(--main-color) !important;
    box-shadow: 0px 0px 5px 5px var(--main-color) !important;
}

.img-contacto {
    height: 100%;
}

.primary-button {
    border-color: var(--main-color) !important;
    border-radius: 15px;
    border-width: 2px;
    color: var(--main-color) !important;
    min-width: 150px;
}

.primary-button:hover {
    background-color: var(--main-color) !important;
    color: #FFF !important;
}

.vh100 {
    height: 100vh;
}

@media screen and (max-width: 1660px) {
    .img-contacto {
        width: 90% !important;
        height: 100%;
    }
}

@media screen and (max-width: 1260px) {
    .castillo {
        font-size: 75px !important;
    }

    .font-60 {
        font-size: 60px !important;
    }

    .nuestra-title {
        font-size: 50px !important;
    }

    .text {
        font-size: 15px !important;
    }

    .footer {
        min-height: 200px;
    }
}

@media screen and (max-width: 990px) {
    .bkg {
        display: none;
    }

    .font-60 {
        font-size: 40px !important;
    }

    .home {
        background: none;
    }

    .text-container {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .espec-img {
        display: none;
    }

    .slide-spec {
        text-align: center;
    }

    .nav-spec {
        text-align: center;
    }


    .footer-text {
        font-size: 1rem !important;
    }

    .nosotros-footer {
        font-size: 1rem !important;
    }

    .logo {
        height: 12rem !important;
    }

    .nuestra-title {
        font-size: 3.5rem !important;
    }

    .text {
        font-size: 1rem !important;
    }

    .ali-img {
        margin-left: 20px;
    }

}

@media screen and (max-width: 770px) {

    body {
        font-size: 1rem !important;
    }

    .text-container {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .especializaciones {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .alianza {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .ali-img {
        height: 25rem !important;
    }

    .contacto {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .nuestra-firma {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .castillo {
        font-size: 4rem !important;

    }

    .footer-text {
        font-size: 1rem !important;
    }

    .nosotros-footer {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    .footer-links {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-top: 1.5rem !important;
    }

    .img-contacto {
        display: none;
    }

    .or-2 {
        order: 2;
        align-items: center !important;
    }

    .or-3 {
        order: 3;
        align-items: center !important;
    }

    .or-1 {
        order: 1;
        align-items: center !important;
    }
}

.menu {
    position: fixed;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: all 0.5s;
    z-index: 500;
    top: 0;
    left: 0;
}

.open {
    transform: translateX(0);
}

.menu-backdrop {
    width: calc(100% - 300px);
}

.menu-container {
    width: 300px;
    max-width: 100%;
    background: white;
    box-shadow: 0 0 0.5rem 0px #00000030;
}

.toggle-menu {
    margin: 1rem 0 1rem 1rem;
    padding: 0;
}

.toggle-menu svg {
    fill: currentColor;
}

.menu-navigation {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;


}

.menu-navigation p {
    margin: 0;
}

.menu-navigation a {
    display: block;
    text-decoration: none;
    font-size: 1.25rem;
}

.header__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.dd {
    display: flex;
    align-items: center;
    border: none;
    background: transparent;
    gap: 3px;
    margin: auto;
    font-size: 20px;
}

.textcontrast {
    background: inherit;
    background-clip: text;
    color: transparent;
    filter: invert(1) grayscale(1) contrast(9)
}
.textcontrasting {
    background: inherit;
    background-clip: text;
    color: transparent;
    filter: invert(1) grayscale(1) contrast(2)
    /* filter: invert(1) grayscale(1) contrast(9) */
}

.success{
    height: calc(100vh - 196px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.success h2{
    font-size: 38px;
    color: #155263;
}
.success p{
    font-size: 20px;
    color: black;
}
.success a{
    padding: 16px 40px;
    color: white;
}
/* 
.success a:hover{
    filter: brightness(.75);
} */