@import url('https://fonts.googleapis.com');
css
:root {
    color-scheme: light dark;
}
main {
    display: grid;
    text-align: center;
    color:rgb(0, 0, 0);
    background: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    flex: 1;
    justify-content: center;
    align-content: center;
}
main h1{
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 2%;
    align-self: center;
}
main p{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    font-family: Arial, Helvetica, sans-serif;
}
main ul{
    margin-top: 0;
    text-align: start;
    align-content: center;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 1%;
    justify-self: center;
    font-family: Arial, Helvetica, sans-serif;
}
main ul li{
    margin-top: 2%;
}
main ul p{
    text-align: start;
    padding-left: 0%;
}
main iframe{
    justify-self: center;
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
}
html{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    margin: 0;
}
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}
header{
    align-self: center;
}
.primera{
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    background: rgb(0 0 0 / 14%);
    border-radius: 10px 10px 10px 10px;
}
.primera p{
    text-align: justify;
}
.tercera p{
    text-align: justify;
}
.segunda{
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    background: rgb(0 0 0 / 14%);
    border-radius: 10px 10px 10px 10px;
}
.segunda img{
    height: 300px;
    width: 300px;
    margin-left: 2%;
    margin-right: 2%;
}
.segunda2{
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    background: rgba(59, 59, 59, 0.14);
    border-radius: 10px 10px 10px 10px;
}
.segunda2 h2{
    margin-left: 2%;
    margin-right: 2%;
}
.tercera img{
    height: 250px;
    width: 250px;
}
.tercera .imag{
    height: 100px;
    width: 100px;
}
.tercera .imag2{
    height: 100px;
    width: 100px;
    background: rgba(49, 49, 49, 0.219);
    padding-top: 0.5%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    margin-bottom: 1.5%;
    border-radius: 25% 25% 25% 25%;
}
.archivo-black-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}
nav{
    display: flex;
    /* background: linear-gradient(to bottom,rgb(204, 27, 27), rgb(151, 17, 17)); */
    background: linear-gradient(to bottom,rgb(255, 235, 56), rgb(101, 202, 18));
    color: rgb(255, 255, 255);
    width: 100%;
    font-family: "Archivo Black", sans-serif;
    align-items: stretch;
    position: sticky;
    top: 0;
    z-index: 1000;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
nav h1{
    font-size: 20px;
    padding-left: 0px;
    padding-right: 4px;
    justify-self: start;
    font-weight: 700;
    align-self: center;
    display: flex;
    white-space: nowrap;
    margin: 0;
}
nav ul{
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: 0;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    justify-self: end;
}
nav ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    width: 100%;
}
nav ul li div {
    align-self: stretch;
    align-content: center;
}
nav ul li div p{
    align-self: stretch;
}
nav ul li div button{
    padding:inherit;
}
nav ul li:hover{
    /* background: linear-gradient(to bottom,rgba(41, 43, 202, 0.925), rgba(23, 25, 168, 0.925)); */
    background-color: rgba(23, 25, 168, 0.925);
}
nav ul li a{
    font-family: "Archivo Black", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
}
nav img{
    height:90px;
    width: 90px;
    align-self: center;
}
nav a{
    font-family: "Archivo Black", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}
.dropdown {
    position:relative;
    /* float: left; */
    overflow: hidden;
    font-family: "Archivo Black", sans-serif;
    font-weight: 600;
    display: inline-block;
    color: white;
    width: 100%;
    margin: 0;
}
.dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    padding-top:25%;
    padding-bottom: 25%;
    justify-content: left;
    width: 100%;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(23, 25, 168, 0.925);
}
.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    text-align: start;
    width: 100%;
    justify-content: start;
    margin: 0;
}
.dropdown-content a:hover {
    background-color: rgba(23, 25, 168, 0.925);
}
.arrow{
    height: 14px;
    width: 14px;
    filter: invert(100%);
}
button{
    font-family: "Archivo Black", sans-serif;
    font-weight: 600;
}
.dropdown-content {
    display: none;
    background-color:  rgba(41, 43, 202, 0.925);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: 0;
    justify-self: inherit;
    position: fixed;
    width: 100%;
    min-width: unset;
    color: white;
    align-content: center;
    text-align: center;
}
.dropdown:hover .dropdown-content {
    display: block;
}
footer{
    display: flex;
    color: rgb(255, 255, 255);
    /* background: linear-gradient(to top, rgba(124, 17, 17, 0.884), rgba(184, 34, 34, 0.884)); */
    /* background: linear-gradient(to top,rgb(255, 235, 56),rgb(89, 207, 21), rgb(79, 165, 9)); */
    /* background: rgb(79, 165, 9); */
    background: rgb(172, 157, 21);
    font-family: "Archivo Black", sans-serif;
    width: 100%;
    justify-content: space-around;
    align-items: start;
    position: relative;
}
footer p{
    display: grid;
    font-weight: 600;
    align-self: center;
    font-size: 12px;
}
footer h1{
    font-size: 15px;
}
footer h2{
    font-size: 15px;
}
footer ul{
    justify-items: center;
    flex: 1;
    padding-left: 0;
}
footer ul div{
    display: grid;
    justify-self: stretch;
}
footer ul li{
    display:flex;
    justify-content: center;
}
footer ul div li{
    display:flex;
    justify-content: center;
}
footer img{
    height:24px;
    width: 24px;
}
footer address{
    row-gap: 0.5rem;
    font-style:normal;
    display: grid;
    width: 55%;
}
footer address a{
    display: grid;
    color: white;
    text-decoration: none;
    font-family: "Archivo Black", sans-serif;
    font-weight: 600;
    font-size: 12px;
    width: 100%;
    grid-template-columns: 1fr auto;
}
footer address a:hover{
    text-decoration: underline;
}
.foot{
    font-family: "Archivo Black", sans-serif;
    color: white;
    font-weight: 600;
    text-align: center  ;
    background-color: rgb(54, 104, 14);
    margin: 0;
    padding-top: 1%;
    padding-bottom: 1%;
}
.video{
    width: 900px;
    height: 506px;
}
.map{
    width: 800px;
}
.carousel .car-img img{
    width: 900px;
    height: 506px;        
}
.carousel2 .car-img img{
    width: 900px;
    height: 506px;        
}
.hola{
    width: 900px;
    height: 506px;        
}
.adios{
    max-height: 450px;
}
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.carousel, .carousel2, .carousel3 {
  max-width: 1000px;
  position: relative;
  margin: auto;
  background: rgba(37, 37, 37, 0.37);
}
/* Next & previous buttons */
.prev,.prev2,.prev3{
  cursor: pointer;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  justify-items: stretch;
}
.next,.next2,.next3 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  justify-items: stretch;
}
/* Position the "next button" to the right */
.next,.next2,.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .prev2:hover, .next2:hover, .prev3:hover, .next3:hover {
  background-color: rgba(0,0,0,0.8);
}
.dot,.dot2,.dot3 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover, .dot2:hover, .dot3:hover {
  background-color: #717171;
}
.slide:hover{
    animation-name: slide;
    animation-duration: 1.5s;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.dropbtn:hover > .rotate{
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
.dropdown-content:hover > .rotate{
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100%{
        transform: rotate(180deg);
    }
}
@media (prefers-color-scheme: dark) {
    main {
        background: rgb(32, 32, 32);
        color:rgb(255, 255, 255);
        /**/
    }
    html{
        background: rgb(255, 255, 255);
    }
    nav{
        /* background: linear-gradient(to bottom,rgb(255, 235, 56), rgb(101, 202, 18)); */
        /* background: linear-gradient(to bottom,rgb(156, 144, 35), rgb(56, 114, 9)); */
        background: rgb(19, 16, 223);
        /* color: rgb(255, 255, 255); */
        color: rgb(224, 224, 224);
    }
    footer{
        /* background: linear-gradient(to top,rgb(255, 235, 56), rgb(101, 202, 18)); */
        /* background: linear-gradient(to top,rgb(156, 144, 35), rgb(56, 114, 9)); */
        background: rgb(19, 16, 223);
        color: rgb(224, 224, 224);
    }
}
@media only screen and (max-width: 600px) and (orientation: landscape){
    nav{
        font-size: 15px;
        height:fit-content;
    }
    nav ul{
        height: 35px;
        justify-content: center;
        width: 100%;
    }
    nav h1{
        align-self: center;
    }
    .dropdown .dropbtn{
        height: 35px;
        padding: 0;
        width: 100%;
        font-size: 15px;
    }
    nav ul li{
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
    }
    footer{
        height: fit-content;
    }
    .dropdown{
        width: 100%;
        flex-shrink: 1;
    }
    .video{
        width: 454px;
        height: 255px;
    }
    .map{
        width: 354px;
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
    .hola{
        width: 454px;
        height: 255px;       
    }
    .adios{
        max-width: 454px;
        max-height: 255px; 
    }
}
@media only screen and (max-width: 600px) and (orientation: portrait){
    .video{
        width: 300px;
        height: 168px;
    }
    .hola{
        width: 300px;
        height: 168px;   
    }
    .map{
        width: 300px;
    }
    nav{
        font-size: 20px;
    }
    nav ul{
        height: 45px;
        justify-content: center;
        font-size: 18px;
        width: 100%;
    }
    nav ul li{
        height: inherit;
        justify-content: center;
        padding: 0;
        width: 100%;
    }
    .dropdown{
        width: 100%;
    }
    .dropdown .dropbtn{
        height: 45px;
        font-size: 18px;
        padding: 0;
        width: 100%;
    }
    .dropdown-content a{
        font-size: 18px;
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
    .segunda{
        display:grid;
        justify-items: center;
    }
    .adios{
        max-width: 300px;
        max-height: 168px; 
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: landscape){
    nav{
        font-size: 20px;
        height:fit-content;
        text-align: center;
        justify-items: center;
        position: relative;
    }
    nav ul{
        height: 35px;
        justify-content: center;
        width: 100%;
        flex-shrink: 1;
    }
    nav h1{
        align-self: center;
    }
    .dropdown .dropbtn{
        height: 35px;
        padding: 0;
        text-align: center;
        justify-self: center;
        justify-content: center;
        text-justify: center;
        width: 100%;
        font-size: 20px;
        flex-shrink: 1;
    }
    .dropdown-content a{
        justify-content: start;
    }
    nav ul li{
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
    }
    nav ul li a{
        width: 100%;
        justify-content: center;
    }
    footer{
        height: fit-content;
    }
    .dropdown{
        width: 100%;
        flex-shrink: 1;
    }
    .video{
        width: 584px;
        height: 328px;
    }
    .hola{
        width: 584px;
        height: 328px;
    }
    .adios{
        max-width: 584px;
        max-height: 328px; 
    }
    .map{
        width: 484px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 767px) and (orientation: portrait){
    .map{
        width: 300px;
    }
    .video{
        width: 300px;
        height: 168px;
    }
    .hola{
        width: 300px;
        height: 168px;
    }
    .adios{
        max-width: 300px;
        max-height: 168px;
    }
    nav{
        font-size: 20px;
    }
    nav ul{
        width: 100%;
        height: 35px;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }
    nav ul li{
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
    }
    nav ul li a{
        width: 100%;
        justify-content: center;
    }
    .dropdown{
        width: 100%;
        flex-shrink: 1;
    }
    .dropdown .dropbtn{
        height: 35px;
        padding: 0;
        text-align: center;
        justify-self: center;
        justify-content: center;
        text-justify: center;
        width: 100%;
        font-size: 20px;
        flex-shrink: 1;
    }
    .dropdown-content a{
        justify-content: start;
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
    .segunda{
        display:grid;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    nav{
        font-size: 20px;
        height:fit-content;
        text-align: center;
        justify-items: center;
        position: sticky;
    }
    nav ul{
        height: 35px;
        justify-content: center;
        width: 100%;
        flex-shrink: 1;
    }
    nav h1{
        align-self: center;
    }
    .dropdown .dropbtn{
        height: 35px;
        padding: 0;
        text-align: center;
        justify-self: center;
        justify-content: center;
        text-justify: center;
        width: 100%;
        font-size: 20px;
        flex-shrink: 1;
    }
    .dropdown-content a{
        justify-content: start;
    }
    nav ul li{
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
    }
    nav ul li a{
        width: 100%;
        justify-content: center;
    }
    footer{
        height: fit-content;
    }
    .dropdown{
        width: 100%;
        flex-shrink: 1;
    }
    .video{
        width: 624px;
        height: 351px;
    }
    .hola{
        width: 624px;
        height: 351px;
    }
    .adios{
        max-width: 624px;
        max-height: 351px; 
    }
    .map{
        width: 524px;
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
    .video{
        width: 524px;
        height: 294px;
    }
    .hola{
        width: 524px;
        height: 294px;
    }
    .adios{
        max-width: 524px;
        max-height: 294px;
    }
    .map{
        width: 424px;
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
    .segunda{
        display:grid;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape){
    nav{
        font-size: 20px;
        height:fit-content;
        text-align: center;
        justify-items: center;
        position: sticky;
    }
    nav ul{
        height: 35px;
        justify-content: center;
        width: 100%;
        flex-shrink: 1;
    }
    nav h1{
        align-self: center;
    }
    .dropdown .dropbtn{
        height: 35px;
        padding: 0;
        text-align: center;
        justify-self: center;
        justify-content: center;
        text-justify: center;
        width: 100%;
        font-size: 20px;
        flex-shrink: 1;
    }
    .dropdown-content a{
        justify-content: start;
    }
    nav ul li{
        width: 100%;
        justify-content: center;
        flex-shrink: 1;
    }
    nav ul li a{
        width: 100%;
        justify-content: center;
        flex-shrink: 1; 
    }
    main iframe{
        width: 100%;
        aspect-ratio: 16/9;
    }
    footer{
        height: fit-content;
    }
    .dropdown{
        width: 100%;
        flex-shrink: 1;
    }
    .video{
        width: 700px;
        height: 393px;
    }
    .hola{
        width: 700px;
        height: 393px;
    }
    .map{
        width: 600px;
    }
    .adios{
        max-width: 700px;
        max-height: 393px; 
    }
    .primera p{
        text-align: justify;
    }
    .tercera p{
        text-align: justify;
    }
}
