@charset "UTF-8";

html, body {
overflow-x: hidden;
font-size: 16px;
background-color: #fefefe;
color: #111;
margin: 0;
font-family: "Rethink Sans", sans-serif;
}
.page {
margin: 0 !important;
}
p {
margin: 0 !important;
}
#logo {
width: 200px;
}
#page {
padding: 5rem 0;
min-height: 100vh;
}
.btn-primary {
background-color: #2452A0;
border: 1px solid #2452A0;
}
.btn-primary:hover {
background-color: #c1292f;
border: 1px solid #c1292f;
}
.btn-primary:visited {
color: white;
}
.logos-footer {
background-color: brown;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 0;
margin-left: 0;
}
.row:hover .info a img {
opacity: 0.5;
filter: grayscale(100%);
transition: all 0.3s ease;
}
.row:hover .info a img:hover {
opacity: 1;
filter: grayscale(0%);
}
.accordion {
position: relative;
z-index: 11;
}
.accordion .info-naranja h2 button,
.accordion .info-azul h2 button,
.accordion .info-verde h2 button,
.accordion .info-morado h2 button,
.accordion .info-rojo h2 button,
.accordion .info-gris h2 button,
.accordion .info-uni h2 button,
.accordion .info-otros h2 button {
font-family: "Rethink Sans", sans-serif;
text-transform: uppercase;
font-weight: bold;
}
.accordion .info-naranja h2 button:focus,
.accordion .info-azul h2 button:focus,
.accordion .info-verde h2 button:focus,
.accordion .info-morado h2 button:focus,
.accordion .info-rojo h2 button:focus,
.accordion .info-gris h2 button:focus,
.accordion .info-uni h2 button:focus,
.accordion .info-otros h2 button:focus {
box-shadow: none;
}
.accordion .info-naranja h2 button:not(.collapsed),
.accordion .info-azul h2 button:not(.collapsed),
.accordion .info-verde h2 button:not(.collapsed),
.accordion .info-morado h2 button:not(.collapsed),
.accordion .info-rojo h2 button:not(.collapsed),
.accordion .info-gris h2 button:not(.collapsed),
.accordion .info-uni h2 button:not(.collapsed),
.accordion .info-otros h2 button:not(.collapsed) {
background-color: #fdfdfd;
}
.accordion .info-naranja .accordion-collapse,
.accordion .info-azul .accordion-collapse,
.accordion .info-verde .accordion-collapse,
.accordion .info-morado .accordion-collapse,
.accordion .info-rojo .accordion-collapse,
.accordion .info-gris .accordion-collapse,
.accordion .info-uni .accordion-collapse,
.accordion .info-otros .accordion-collapse {
background-color: #fdfdfd;
}
.accordion .info-naranja .accordion-collapse .accordion-body,
.accordion .info-azul .accordion-collapse .accordion-body,
.accordion .info-verde .accordion-collapse .accordion-body,
.accordion .info-morado .accordion-collapse .accordion-body,
.accordion .info-rojo .accordion-collapse .accordion-body,
.accordion .info-gris .accordion-collapse .accordion-body,
.accordion .info-uni .accordion-collapse .accordion-body,
.accordion .info-otros .accordion-collapse .accordion-body {
padding-top: 0;
}
.accordion .info-naranja {
border-left: 5px solid #f08100;
}
.accordion .info-naranja h2 button {
color: #f08100;
}
.accordion .info-azul {
border-left: 5px solid #009fe3;
}
.accordion .info-azul h2 button {
color: #009fe3;
}
.accordion .info-morado {
border-left: 5px solid #b697cf;
}
.accordion .info-morado h2 button {
color: #b697cf;
}
.accordion .info-verde {
border-left: 5px solid #3ea185;
}
.accordion .info-verde h2 button {
color: #3ea185;
}
.accordion .info-rojo {
border-left: 5px solid #e57567;
}
.accordion .info-rojo h2 button {
color: #e57567;
}
.accordion .info-gris {
border-left: 5px solid #6e6e6d;
}
.accordion .info-gris h2 button {
color: #6e6e6d;
}
.accordion .info-uni {
border-left: 5px solid #2b2524;
}
.accordion .info-uni h2 button {
color: #2b2524;
}
.accordion .info-otros {
border-left: 5px solid #2e2c79;
}
.accordion .info-otros h2 button {
color: #2e2c79;
}
.logo-wrapper {
position: relative;
width: 100%;
max-width: 345px;
aspect-ratio: 345/500;
padding: 10px; box-sizing: border-box;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
}
.logo-img {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.logo-border {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
.logo-border rect {
stroke-dasharray: 1;
stroke-dashoffset: 1;
animation: draw-border 2.8s ease forwards;
}
@keyframes draw-border {
to {
stroke-dashoffset: 0;
}
}
.object-fit-cover {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.autoplay-progress {
position: absolute;
right: 16px;
bottom: 16px;
z-index: 10;
width: 48px;
height: 48px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: white;
}
.autoplay-progress svg {
--progress: 0;
position: absolute;
left: 0;
top: 0px;
z-index: 10;
width: 100%;
height: 100%;
stroke-width: 2px;
stroke: white;
fill: none;
stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
stroke-dasharray: 125.6;
transform: rotate(-90deg);
}
.swiper-button-next, .swiper-button-prev {
color: white;
}
.swiper-pagination-bullet-active {
background-color: #c1292f;
}
.claimer {
position: absolute;
top: 52%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
color: white;
padding: 1rem 2rem;
text-align: center;
line-height: 1.4;
white-space: pre-wrap;
width: 100% !important;
opacity: 0;
transition: opacity 0.6s ease;
pointer-events: none; font-family: "Rethink Sans", sans-serif;
font-weight: 700;
}
.claimer.visible {
opacity: 1;
pointer-events: auto;
}
.claimer span {
display: inline-block;
opacity: 0;
transform: translateY(10px);
transition: transform 0.6s ease, opacity 0.6s ease;
will-change: transform, opacity;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.claimer.show span {
opacity: 1;
transform: translateY(0);
}
.claimer.animate span {
opacity: 0;
transform: translateY(10px) scale(0.95);
}
#claimer-subtext {
font-family: "Jost", sans-serif;
text-transform: uppercase;
color: #ddd;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
svg.olas {
position: fixed;
top: 0;
width: 100%;
height: 200%;
pointer-events: none;
z-index: 10;
opacity: 0;
}
.home svg.olas {
opacity: 1;
}
.st0 {
fill: none;
stroke: #c1292f;
stroke-width: 6;
stroke-dasharray: 4000; stroke-dashoffset: 4000;
stroke-linecap: round;
stroke-miterlimit: 10;
}
.st1 {
fill: #fcfcfc;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Rethink Sans", sans-serif;
font-weight: 400;
}
h1, h2 {
font-weight: 700;
}
h2 {
position: relative;
z-index: 11;
}
h4 {
font-size: 1rem;
color: #ccc;
}
h5 {
font-size: 0.9rem;
}
h6 {
font-size: 0.8rem;
}
.toptitle {
z-index: 11;
position: relative;
text-transform: uppercase;
color: #c1292f;
letter-spacing: 1px;
border: 2px solid #c1292f;
padding: 5px 15px;
display: inline-block;
margin-bottom: 10px;
border-radius: 7px;
border-bottom-left-radius: 0px;
font-weight: 600;
}
.subtitle {
font-size: 1rem;
line-height: 1.6rem;
z-index: 11;
position: relative;
}
.description {
font-size: 1rem;
z-index: 11;
position: relative;
}
.bg-grey {
background-color: #f8f9fa;
color: #555;
}
#flotante_desktop {
position: fixed;
bottom: 45%;
right: 0px;
z-index: 9999;
padding: 20px 15px 20px 20px;
background-color: #c1292f;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
transition: all 0.5s ease;
}
#flotante_desktop.hide {
opacity: 0;
right: -100px;
}
#flotante_desktop li a i {
color: white;
font-size: 1rem;
transition: all 0.5s ease;
}
#flotante_desktop li a:hover i {
color: #111;
}
.filters h3 {
margin-right: 10px !important;
}
.btn-filter {
display: inline-block;
margin: 0 5px;
padding: 10px 25px;
background-color: white;
border: 1px solid #c1292f;
border-radius: 5px;
text-decoration: none;
transition: all 0.5s ease;
}
.btn-filter a {
color: #c1292f;
text-decoration: none;
transition: color 0.5s ease;
}
.btn-filter.active, .btn-filter:hover {
background-color: #c1292f;
}
.btn-filter.active a, .btn-filter:hover a {
color: white;
}
#table_1.hide, #table_2.hide {
display: none;
}
#moreviv_2.hide {
display: none;
}
.stlogo0 {
fill: #C1292F;
}
.stlogo1 {
fill: #3C3C3B;
}
.stlogo0.flipping {
animation: flip-and-pause 5.5s infinite ease-in-out;
transform-origin: center;
}
@keyframes flip-and-pause {
0%, 94% {
transform: scaleX(1); }
96% {
transform: scaleX(-1); }
100% {
transform: scaleX(1); }
}
.team-items {
width: 100%;
}
.slick-prev:before,
.slick-next:before {
color: #c1292f !important;
display: none !important;
} .slick-prev, .slick-next {
font-size: 0; width: 40px;
height: 40px;
z-index: 1;
background: transparent;
border: none;
cursor: pointer;
} .slick-prev {
left: -30px;
}
.slick-next {
right: -30px;
} .slick-prev i, .slick-next i {
font-size: 24px; color: #c1292f; transition: color 0.3s;
} .slick-prev:hover i, .slick-next:hover i {
color: #2452A0;
}
.slick-dots {
bottom: -30px;
}
.slick-dots li button:before {
font-size: 10px;
color: #cccccc;
opacity: 1;
}
.slick-dots li.slick-active button:before {
color: #c1292f;
opacity: 1;
}
.brochure {
display: flex;
justify-content: start;
border: 0px !important;
box-shadow: 0px 0px 10px 0px #999;
transition: all 0.5s ease;
background-color: transparent !important;
}
.brochure .brochure__img {
background-color: #c1292f;
padding: 10px 20px;
text-align: center;
}
.brochure .brochure__img img {
width: 120px;
}
.brochure .brochure__content {
width: 100%;
background-color: #f2f1f2;
padding-left: 20px;
padding-right: 20px;
display: flex;
align-items: start;
justify-content: center;
flex-direction: column;
transition: all 0.5s ease;
}
.brochure .brochure__content h3 {
font-size: 1.2rem;
text-transform: uppercase;
font-weight: bold;
padding-bottom: 5px;
}
.brochure .brochure__content p {
font-size: 1.2rem;
color: #666;
}
.brochure .brochure__download {
background-color: #f8f9fa;
padding: 10px 20px;
text-align: center;
display: flex;
align-items: center;
transition: all 0.5s ease-in;
}
.brochure .brochure__download a {
color: #fff;
font-weight: bold;
text-transform: uppercase;
transition: all 0.5s ease-in;
}
.brochure .brochure__download a i {
font-size: 2rem;
color: #c1292f;
transition: all 0.5s ease-in;
}
.brochure .brochure__download a:hover i {
color: white;
}
.brochure .brochure__download:hover {
background-color: #c1292f;
}
.brochure .brochure__download:hover a {
color: white;
}
.brochure .brochure__download:hover a i {
color: white;
}
.form-check {
position: relative;
padding-left: 10px;
}
.form-check-input {
position: absolute;
margin-top: 0.25rem;
}
.form-check-label {
padding-left: 5px;
font-size: 0.9rem !important;
line-height: 1.4;
}
.form-check-label a {
text-decoration: underline;
}
.form-check-label a:hover {
color: #c1292f;
}
.formulario input[type=text],
.formulario input[type=email] {
height: 40px;
text-indent: 15px;
}
.formulario textarea {
text-indent: 5px;
}
.formulario input[type=checkbox] {
height: 20px;
width: 20px;
}
.formulario .wpcf7-list-item-label {
display: block;
padding-left: 10px;
font-size: 1rem !important;
line-height: 1.4;
}
.formulario input[type=submit] {
height: 40px;
background-color: #2452A0;
color: white;
padding: 10px 0;
text-transform: uppercase;
transition: all 0.5s ease;
}
.formulario input[type=submit]:hover {
background-color: #c1292f;
}
.content_telefono .iti.iti--allow-dropdown {
width: 100%;
}
header {
position: fixed;
top: 0;
left: 0;
min-height: 100px;
width: 100%;
background-color: rgb(255, 255, 255);
padding: 10px;
z-index: 12;
display: flex;
align-items: center;
transition: all 0.5s ease;
}
header.transparent-bg {
background-color: transparent !important;
}
header a {
color: #111;
font-size: 1.1rem;
font-weight: 600;
text-decoration: none;
position: relative;
transition: all 0.5s ease;
font-family: "Bricolage Grotesque", sans-serif;
}
header a:visited {
color: #111;
}
header a:hover, header a.active {
color: #c1292f;
}
header a:after {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 8px;
background: none;
background-repeat: no-repeat;
background-position: center;
background-size: 100% 100%;
transition: all 0.5s ease;
opacity: 0;
}
header a:hover:after, header a.active:after {
background-image: url("data:image/svg+xml,%3Csvg width='100' height='8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4 Q 25 0 50 4 T 100 4' stroke='%23c1292f' fill='transparent' stroke-width='2' /%3E%3C/svg%3E");
opacity: 1;
}
header a.logo-link {
transition: all 0.5s ease;
}
header a.logo-link:hover:after {
background-image: none;
}
.complete-logo {
position: absolute;
top: -40px;
left: -20px;
width: 140px;
z-index: 20;
background-color: white;
padding: 5px;
}
.hamburger-menu {
position: absolute;
right: 0px;
}
#contenido-mobile-menu {
width: 50%;
height: 300px;
background-color: white;
border: 1px solid #c1292f;
border-right: 0;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
position: fixed;
top: 90px;
right: -100%;
z-index: 9999999;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
transition: all 0.5s ease;
}
#contenido-mobile-menu.open {
right: 0;
}
#contenido-mobile-menu ul li {
padding-bottom: 10px;
}
#contenido-mobile-menu ul li a {
color: #c1292f;
font-size: 1.2rem;
text-decoration: none;
}
.ham {
cursor: pointer;
-webkit-tap-highlight-color: transparent;
transition: transform 400ms;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.hamRotate.active-menu {
transform: rotate(45deg);
}
.hamRotate180.active-menu {
transform: rotate(180deg);
}
.line {
fill: none;
transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
stroke: #c1292f;
stroke-width: 5.5;
stroke-linecap: round;
}
.ham7 .top {
stroke-dasharray: 40 82;
}
.ham7 .middle {
stroke-dasharray: 40 111;
}
.ham7 .bottom {
stroke-dasharray: 40 161;
}
.ham7.active-menu .top {
stroke-dasharray: 17 82;
stroke-dashoffset: -62px;
}
.ham7.active-menu .middle {
stroke-dashoffset: 23px;
}
.ham7.active-menu .bottom {
stroke-dashoffset: -83px;
}
footer {
position: relative;
width: 100%;
background-color: #c1292f;
color: white;
padding: 20px;
text-align: center;
z-index: 11;
}
footer ul {
list-style-type: none;
}
footer ul li a {
color: white;
text-decoration: none;
transition: all 0.5s ease;
}
footer ul li a:visited {
color: white;
}
footer ul li a:hover {
color: #2452A0;
}
footer .bottom-footer {
background-color: #f8f9fa;
color: #111;
}
#intro-cover {
display: none;
}
body.home #intro-cover {
display: block;
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: white;
display: flex;
justify-content: center;
align-items: center;
z-index: 19;
transition: opacity 1s ease !important;
}
body.home #intro-cover.fade-out {
opacity: 0;
pointer-events: none;
}
#cover {
position: relative;
width: 100%;
height: 100vh;
background-color: #111;
color: white;
overflow: hidden;
z-index: 11;
}
#ubicacion {
color: black;
}
#proyecto {
color: black;
}
#viviendas {
color: black;
}
#viviendas #tabla_tipo-1 tr td,
#viviendas #tabla_tipo-2 tr td {
padding: 15px 0;
}
#viviendas #tabla_tipo-1 tr td a,
#viviendas #tabla_tipo-2 tr td a {
text-decoration: none;
color: #2452A0;
position: relative;
transition: all 0.5s ease;
}
#viviendas #tabla_tipo-1 tr td a span,
#viviendas #tabla_tipo-2 tr td a span {
opacity: 1;
position: relative;
bottom: 0;
display: inline-block;
transition: all 0.3s ease;
}
#viviendas #tabla_tipo-1 tr td a:after,
#viviendas #tabla_tipo-2 tr td a:after {
content: "";
position: absolute;
bottom: -20px;
right: 85%;
transition: all 0.5s ease;
}
#viviendas #tabla_tipo-1 tr td a:hover,
#viviendas #tabla_tipo-2 tr td a:hover {
color: #c1292f;
}
#viviendas #tabla_tipo-1 tr td.no_disponible,
#viviendas #tabla_tipo-2 tr td.no_disponible {
color: #c1292f;
}
#viviendas #tabla_tipo-1 tr.hide,
#viviendas #tabla_tipo-2 tr.hide {
display: none;
}
#table_1 a.more,
#table_2 a.more {
color: #c1292f;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border: 1px solid #c1292f;
padding: 10px 15px;
border-radius: 5px;
transition: all 0.5s ease;
}
#table_1 a.more:hover,
#table_2 a.more:hover {
color: white;
border-radius: 0px;
background-color: #c1292f;
}
#table_1 a.more.hide,
#table_2 a.more.hide {
display: none;
}
#galeria {
color: black;
}
#galeria a:hover {
cursor: pointer;
}
#contacto {
color: black;
}
#contacto a {
color: #c1292f;
text-decoration: none;
text-transform: uppercase;
transition: all 0.5s ease;
}
#contacto a:visited {
color: #c1292f;
}
#contacto a:hover {
color: #2452A0;
}
#contacto a h3 {
font-size: 1rem;
}
#contacto ul {
position: relative;
z-index: 11;
}
#footer {
min-height: 400px;
color: black;
background-color: cadetblue;
}
ul.nav-pills {
margin-bottom: 40px !important;
}
ul.nav-pills li.nav-item {
margin: 0 20px;
}
ul.nav-pills li.nav-item .nav-link {
width: 200px;
height: 150px;
border: 1px solid #333;
display: flex;
justify-content: center;
align-items: center;
}
ul.nav-pills li.nav-item .nav-link img {
max-width: 180px;
}
ul.nav-pills li.nav-item .nav-link.active {
background-color: white !important;
border: 2px solid #c1292f !important;
}
.puntos {
opacity: 1;
}
.puntos.hide {
opacity: 0;
}
.content_telefono .iti.iti--allow-dropdown {
width: 100%;
}
.accordion-item.esconder {
height: 10px;
}
.accordion-item.esconder h2,
.accordion-item.esconder .accordion-collapse {
display: none;
}
#abrir_accordion {
position: absolute;
top: -30px;
right: 0;
width: 20px;
height: 20px;
}
#abrir_accordion:hover {
cursor: pointer;
}
#abrir_accordion:hover i {
color: #c1292f;
}
#abrir_accordion.hide {
display: none;
}
.contesto {
font-size: 0.7rem;
width: 20px;
height: 20px;
position: fixed;
bottom: 0px;
right: 0px;
background-color: red;
text-align: center;
z-index: 999;
}
.contesto:after {
content: "sm";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.1rem;
}
#banner-info-mobile {
position: fixed;
bottom: -100%;
left: 0;
width: 100%;
z-index: 9999999;
height: 50px;
background-color: #c1292f;
color: white;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.8s ease;
}
#banner-info-mobile.show {
bottom: 0;
}
#banner-info-mobile i {
font-size: 1.2rem;
}
#banner-info-mobile a {
color: white;
}
.mySwiper {
height: 100%;
}
.mySwiper .claimer {
font-size: 1.6rem;
width: 80%;
}
.mySwiper .claimer #claimer-subtext {
font-size: 1rem;
}
#viviendas #tabla_tipo-1 tr td,
#viviendas #tabla_tipo-2 tr td {
font-size: 0.8rem;
}
.slick-list {
background-color: white;
border: 1px solid #ccc;
padding: 50px 0;
}
.slick-next {
right: -20px;
background-color: white;
border: 1px solid #c1292f;
}
.slick-next:hover {
background-color: white;
}
.slick-prev {
left: -20px;
background-color: white;
border: 1px solid #c1292f;
}
.slick-prev:hover {
background-color: white;
}
header a.logo-link svg {
width: 160px;
height: auto;
}
ul.nav-pills li.nav-item {
margin: 0 10px;
}
ul.nav-pills li.nav-item .nav-link {
width: auto;
height: 100px;
}
ul.nav-pills li.nav-item .nav-link img {
max-width: 60px;
}
.brochure {
width: 100%;
}
@media screen and (max-width: 812px) and (max-height: 480px) and (orientation: landscape) {
.contesto {
width: 30px;
height: 30px;
position: fixed;
bottom: 80px;
right: 25px;
background-color: rgb(110, 0, 0);
text-align: center;
}
.contesto:after {
content: "sm H";
color: white;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.logo-wrapper {
max-width: 404px;
aspect-ratio: 400/280;
}
.logo-wrapper img {
padding: 10px; }
}
@media (max-width: 576px) {
.logo-wrapper {
max-width: 404px;
aspect-ratio: 400/280;
}
.logo-wrapper img {
padding: 10px; }
}
@media (min-width: 768px) {
.contesto {
background-color: orange;
}
.contesto:after {
content: "md";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
@media (min-width: 992px) {
.contesto {
background-color: yellow;
}
.contesto:after {
content: "lg";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
h2 {
font-size: 2rem;
}
.mySwiper {
height: 100%;
}
.mySwiper .claimer {
font-size: 3.5rem;
width: 90%;
}
.mySwiper .claimer #claimer-subtext {
font-size: 1.5rem;
}
#viviendas #tabla_tipo-1 tr td,
#viviendas #tabla_tipo-2 tr td {
font-size: 1rem;
}
.slick-list {
background-color: transparent;
border: 0;
padding: 0;
}
.slick-next {
right: -30px;
background-color: transparent;
border: 0;
}
.slick-next:hover {
background-color: transparent;
}
.slick-prev {
left: -30px;
background-color: transparent;
border: 0;
}
.slick-prev:hover {
background-color: transparent;
}
header a.logo-link svg {
width: 220px;
height: auto;
}
ul.nav-pills li.nav-item {
margin: 0 20px;
}
ul.nav-pills li.nav-item .nav-link {
width: 200px;
height: 150px;
}
ul.nav-pills li.nav-item .nav-link img {
max-width: 180px;
}
.brochure {
width: 80%;
}
}
@media (min-width: 1200px) {
.contesto {
background-color: purple;
}
.contesto:after {
content: "xl";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
}
h1 {
font-size: 3rem;
}
h2 {
font-size: 2.5rem;
}
h3 {
font-size: 1.6rem;
}
}
@media (min-width: 1366px) {
.contesto {
background-color: aqua;
}
.contesto:after {
content: "xl";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: black;
}
}
@media (min-width: 1440px) {
.contesto {
background-color: blue;
}
.contesto:after {
content: "xl";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
}
}
@media (min-width: 1920px) {
.contesto {
background-color: black;
}
.contesto:after {
content: "xxl (1920)";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
}
}
@media (min-width: 2050px) {
.contesto {
background-color: rgb(95, 95, 95);
}
.contesto:after {
content: "xxl (2050)";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: white;
}
}