/*

    Adding external fonts

*/

/* Clash Display */
@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url(../resources/fonts/clash-display/ClashDisplay-Bold.otf);
}
@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url(../resources/fonts/clash-display/ClashDisplay-Extralight.otf);
}
@font-face {
    font-family: 'ClashDisplay-Light';
    src: url(../resources/fonts/clash-display/ClashDisplay-Light.otf);
}
@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url(../resources/fonts/clash-display/ClashDisplay-Medium.otf);
}
@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url(../resources/fonts/clash-display/ClashDisplay-Regular.otf);
}
@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url(../resources/fonts/clash-display/ClashDisplay-Semibold.otf);
}

/* Remove margins and padding */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header styling */
.navbar{
    background-color: #17406D;
}
.navbar-toggler
{
    border: none;
}

.navbar-toggler-icon{

    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}
.nav-link{
    color: white;
    font-family: 'ClashDisplay-Light';
    display: flex;
    justify-content: right;
    font-size: 150%;
}

.navbar-brand img{
    width: 20vw;
}

/*
    Contact
*/

.contact h2{
    font-family: 'ClashDisplay-Semibold';
    padding-top: 5%;
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 5%;
    color: #0345AC;
}

.contact h3{
    font-family: 'ClashDisplay-Semibold';
    padding-top: 0%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 5%;
    color: #0345AC;
}


/* Map */
.map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 10%;
}

.map-container iframe {
    width: 80%;
    height: auto;
    max-width: 100%;
    border: 0;
}

.contact-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 5%;
}

.contact-info p{
    width: 70%;
    text-align: center;
    font-family: 'ClashDisplay-Regular';
}


.contact-info i{
    font-size: 1.5rem;
    padding: 5%;
}


/* Social media */
.social-media{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 5%;
}
.social-media h3{
    font-family: 'ClashDisplay-Semibold';
    text-align: center;
    font-size: 2rem;
    padding-top: 5%;
    
    color: #0345AC;
}
.social-button {
    font-family: 'ClashDisplay-semibold';
    background-color: #006DE4;
    color: white;
    font-size: 1.5em;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-bottom: 5%;
    margin-top: 5%;
}
.social-button i{
    font-family: 'ClashDisplay-regular';
    margin-right: 10px;
}
/* Footer styling */

footer{
    background-color: #17406D;
    color: white;
    font-family: 'ClashDisplay-Regular';
}
.footer-title li{

    font-size: 125%;
    font-family: 'ClashDisplay-Medium';
    margin-top: 5% ;
}
.social-media-elements{
    display: flex;
}

.footer-pages{

    margin-top: 10%;
}

.navbar-collapse{

    height: 100vh;
    transition: none !important;
}
.social-media-elements i{
    font-size: 160%;
    padding: 5%;
}

.social-media-elements a{
    color: white;
    text-decoration: none;
    font-family: 'ClashDisplay-Regular';
    font-size: 1.5rem;
    padding: 5%;
}

/* Estilos para pantallas más grandes (tablet y desktop) */
@media (min-width: 768px) {
    .map-container {
        width: 100%;
    }

    .map-container iframe {
        height: 450px; /* Fija la altura para pantallas más grandes */
        align-items: center; /* Centra el mapa en pantallas más grandes */
        align-content: center; /* Centra el contenido en pantallas más grandes */
        padding: 0 20px; /* Añade espacio a los lados del mapa */
    }
    .contact h2 {
        font-size: 3rem; /* Adjust font size for larger screens */
    }

    .contact h3 {
        font-size: 2rem; /* Adjust font size for larger screens */
    }

    .contact-info p {
        font-size: 1.5rem; /* Adjust font size for larger screens */
        text-align: center;

    }

    .contact-info i{
        font-size: 1.5rem;
        
    }

    .social-button {
        font-size: 1.75em; /* Adjust font size for larger screens */
    }

    .footer-title li {
        font-size: 150%; /* Adjust font size for larger screens */
    }
}

@media (min-width: 992px) {
    .navbar-collapse{

        height: 20vh;
    }
    .navbar-brand{
        width: 15%;
    }
    .navbar-brand img{
        width: 80%;
    }

    .social-button {
        font-family: 'ClashDisplay-semibold';
        background-color: #006DE4;
        color: white;
        font-size: 1.5em;
        border-radius: 50px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-bottom: 2%;
        margin-top: 2%;
    }

    .main-container{
        width: 100%;
        display: flex;
       
   }

   .map-container{
        width: 50%;
   }


   .contact-container{
        width: 50%;
   }

   .contact-info{
    width: 100%;
    margin-top: 20%;
   }

  .container{
    padding-top: 0;
    margin-top: 0%;
    
  }

   .social-media{
    display: block;
    flex-direction: row;
}



.social-media h3{
    font-family: 'ClashDisplay-Semibold';
    text-align: center;
    font-size: 3rem;
    color: #0345AC;
    padding-top: 0;
}
}

@media (min-width: 2560px) {
    
    .navbar-brand img{
        width: 13vw;
    }

    .nav-link{
        font-size: 300%;
    }

    .nav-item{
        padding: 5%;
    }

}