* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.2;
    color: var(--color-texto);
    background-color: white;
    margin: 0;
    padding: 0;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: all .3s ease;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}
.container--small {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}

.modal {
    display: none;
    background: rgba(56, 119, 199, .9);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: hiddden;
}
.modal[aria-hidden="false"] {
    display: block;
}
.modal button {
    appearance: none;
    border: none;
    background: none;
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer;
}
.modal .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.swiper {
    margin-bottom: 80px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    display: none;
}

main.page {
    padding: 0px 0 50px;
    background-image: url('../img/bars.svg');
    background-repeat: repeat-y;
    background-position: center;
    background-attachment: scroll;
}

.swiper-button-next {
    width: 50px;
    height: 50px;
    background: black url('../img/right-white.svg') no-repeat center center;
    border-radius: 100px;
    right: 50px !important;
    transition: all .3s ease;
}
.swiper-proyectos .swiper-button-next,
.swiper-entradas .swiper-button-next {
    top: 37% !important;
}
.swiper-button-next:hover {
    background: white url('../img/right.svg') no-repeat center center;
    opacity: 1 !important;
}
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: black url('../img/left-white.svg') no-repeat center center;
    border-radius: 100px;
    left: 50px !important;
    transition: all .3s ease;
}
.swiper-proyectos .swiper-button-prev,
.swiper-entradas .swiper-button-prev {
    top: 37% !important;
}
.swiper-button-prev:hover {
    background: white url('../img/left.svg') no-repeat center center;
    opacity: 1 !important;
}
.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none;
}

p {
    margin: 0 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    font-weight: 600;
    font-family: var(--font-secondary);
}

h1 {
    font-size: 3.125rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: 2.25rem;
    line-height: 1;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}

img {
	max-width: 100%;
	height: auto;
}

.btn {
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 18rem;
    width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    height: 3.5rem;
    color: white;
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    line-height: 1;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn:hover {
    background: var(--color-secondary);
    color: white
}
.btn:hover svg path {
    fill: white
}

.btn-white {
    background: white;
    color: var(--color-primary);
}

#body-int {
    background-image: url('../img/bars.svg');
    background-repeat: repeat-y;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 100px;
}

#hero-int {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url('../img/proyectos.jpg') no-repeat bottom center;
    background-size: cover !important;
    height: 400px;
}
#hero-int::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
#hero-int > figure img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
}
#hero-int .box {
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    margin-bottom: 50px;
    padding: 1.5rem 2rem 2rem;
    color: white;
    display: inline-block;
}
#hero-int .box span {
    text-transform: uppercase;
    font-weight: 500;
}

#hero-dest {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 70px;
}
#hero-dest::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
#hero-dest .box {
    position: relative;
    z-index: 1;
    background: var(--color-primary);
    margin-bottom: 50px;
    padding: 1.5rem 2rem 2rem;
    color: white;
    display: inline-block;
}
#hero-dest .box span {
    text-transform: uppercase;
    font-weight: 500;
}
#hero-dest figure {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}
#hero-dest figure img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.pagination ul {
    margin: 20px 0 0 0;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media ( max-width: 1200px ) {

    #hero-dest .box,
    #hero-int .box {
        padding: 1rem 1.5rem 1.5rem;
    }

}

@media ( max-width: 768px ) {

    .has-large-font-size {
        font-size: 1.5rem !important;
    }

}
