@font-face 
{
    font-family: 'n27regular';
    src: url('./fonts/n27-regular-webfont.eot');
    src: url('./fonts/n27-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/n27-regular-webfont.woff2') format('woff2'),
         url('./fonts/n27-regular-webfont.woff') format('woff'),
         url('./fonts/n27-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'PramukhRounded-SemiboldItalic';
    src: url('./fonts/PramukhRounded-SemiboldItalic.eot');
    src: url('./fonts/PramukhRounded-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
         url('./fonts/PramukhRounded-SemiboldItalic.woff2') format('woff2'),
         url('./fonts/PramukhRounded-SemiboldItalic.woff') format('woff'),
         url('./fonts/PramukhRounded-SemiboldItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*
{
    box-sizing: border-box;
}

html, body
{
    border: 0;
    padding: 0;
    margin: 0;
}

#animationContainer
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    z-index: 4;
    background-color: #1A1A1A;
    transition: opacity 0.5s ease-out;
}

#svgContainer
{
    width: auto;
    height: 50%;
}

.fade-out
{
    opacity: 0;
}

body
{
    overflow-y: hidden;
}

.d-flex
{
    display: flex;
}

.c
{
    flex-direction: column;
}

.r 
{
    flex-direction: row;
}

.wrap
{
    flex-wrap: wrap;
}

.center
{
    justify-content: center;
    align-items: center;
}

.bg-grey
{
    background-color: #ABABAB;
}

.bg-light-grey
{
    background-color: #F1F1F1;
}

.bg-orange
{
    background-color: #E84C24;
}

.bg-black
{
    background-color: #1D1D1B;
}

.bg-yellow
{
    background-color: #F1FC5C;
}

.c-white
{
    color: #F1F1F1;
}

.c-grey
{
    color: #ABABAB;
}

.n-text-xs
{
    font-family: 'n27regular';
    font-size: 1em;
}

.n-text-s
{
    font-family: 'n27regular';
    font-size: 1.2em;
}

.n-text-m
{
    font-family: 'n27regular';
    font-size: 1.5em;
}

.t-text-xs
{
    font-family: 'PramukhRounded-SemiboldItalic';
    font-size: 2em;
    line-height: 0.9em;    
}

.t-text-s
{
    font-family: 'PramukhRounded-SemiboldItalic';
    font-size: 4em;
    line-height: 0.9em;   
}

.t-text-m
{
    font-family: 'PramukhRounded-SemiboldItalic';
    font-size: 8em;
    line-height: 0.9em;
    /* Orbidi */
    max-width: 100%;
    overflow-wrap: break-word;    
    word-wrap: break-word;         
    white-space: normal;          
    box-sizing: border-box;
}

details{
  background: #f2f2f2;
  padding: 1rem;
  margin: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  min-width: 90%;
  max-width: 90%;
}
    
details > p{
    font-family: sans-serif;
}

details > summary{
    font-family: sans-serif;
}

.preguntas-frecuentes {
    padding: 40px 0;
}

.preguntas-frecuentes > div {
    flex-direction: column;
}

.p-2
{
    padding: 2em;
}

.p-4
{
    padding: 4em;
}

.mt-05
{
    margin-top: 0.5em;
}

.mt-1
{
    margin-top: 1em;
}

.mt-2
{
    margin-top: 2em;
}

.button
{
    cursor: pointer;
}

.button:hover
{
    color: rgba(241,241,241,0.6);
}

.marquee, .marquee2
{
    height: 2em;
    overflow: hidden;
}

.marquee span, .marquee2 span
{
    white-space: nowrap;
    display: block;
}

header
{
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 6%;
}

header img
{
    width: 21em;
    height: auto;
}

.main-container
{
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 6%;
    padding-right: 6%;
    justify-content: flex-start;
    align-items: flex-start;
}

.main
{
    display: inline-flex;
    white-space: nowrap;
    z-index: 1;
}

.main-aside
{
    display: inline-flex;
    /* transform: translateX(-17em); */
}

.main-aside img
{
    width: 100%;
    min-width: 35vw;
    height: auto;
}

.training-types
{
    justify-content: space-evenly;
    align-items: flex-start;
    padding-top: 4em;
    padding-left: 6%;
    padding-right: 6%;
    padding-bottom: 2em;
}

.training-prices
{
    padding-bottom: 4em;
    flex-direction: column;
    text-align: center;
}

.training-prices > div
{
    width: 12em;
    height: 3em;
    border-radius: 30px;
    white-space: nowrap;
}

.training-prices > div:hover, .circle:hover
{
    background-color: #C73E1B;
}

.map
{
    flex: 50%;
}

.map:hover
{
    opacity: 0.8;
}

.map img
{
    width: 100%;
    height: auto;
}

.location
{
    padding-top: 4em;
    padding-bottom: 4em;
    padding-left: 6%;
    padding-right: 6%;
    justify-content: flex-start;
    align-items: center;
}

.location-aside
{
    flex: 50%;
    justify-content: center;
    align-items: flex-start;
    padding-left: 6em;
}

.location-aside > div
{
    padding-top: 2em;
    padding-bottom: 2em;
}

footer
{
    align-items: flex-start;
    justify-content: flex-start;
}

footer > div:nth-of-type(1)
{
    margin-left: 25%;
}

footer > div:nth-of-type(2)
{
    margin-left: 10%;
}

footer > div:nth-of-type(3)
{
    margin-left: auto;
    align-items: flex-end;
    justify-content: center;
}

.logo img
{
    width: 9em;
    height: auto;
}

.circle
{
    width: 3em;
    height: 3em;
    border-radius: 50%;
}

.circle img 
{
    filter: invert(100%) sepia(7%) saturate(25%) hue-rotate(249deg) brightness(112%) contrast(89%);
}

.modal
{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1em;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}

.modal img
{
    width: auto;
    height: 100%;
}

.close
{  
    font-size: 4em;
    position: fixed;
    top: 0.25em;
    right: 5%;
    cursor: pointer;
}

.inscriptions
{
    border-radius: 50%;
    position: fixed;
    bottom: 2%;
    left: 6%;
    width: 8.5em;
    height: 8.5em;
    cursor: pointer;
    z-index: 2;
    transform: rotate(4deg);
}

.inscriptions > a
{
    text-decoration: none;
}

.inscriptions:hover
{
    transform: rotate(-6deg);
    background-color: #E5ED73;

}

.inscriptions > a:hover
{
    text-decoration: none;
    color: #1D1D1B;
}

a
{
    text-decoration: none;
}

a:link 
{
    color: #1E1E1E;
}

a:visited 
{
    color: #1E1E1E;
}

a:hover 
{
    color: #E84C24;
}

a:active 
{
    color: #E84C24;
}

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

    .location
    {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 6%;
    }

    .location-aside
    {
        padding-left: 0em;
    }

    .location-aside > div:nth-of-type(2)
    {
        margin: 0;
    }

    .main-container
    {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main
    {
        margin-top: 0px;
        flex: 50%;
    }

    .main-aside
    {
        transform: translateX(0em);
        justify-content: center;
        align-items: flex-start;
        flex: 50%;
    }
    .main-aside img
    {
        content:url(./img/climbing169.jpg);
        width: 100%;
        height: auto;
        margin-top: 4em;
    }

    .training-types > div
    {
        margin-top: 1.5em;
        width: 100% !important;
    }

}

@media only screen and (max-width: 800px) 
{
    .n-text-xs
    {
        font-size: 1em;
    }

    .n-text-s
    {
        font-size: 1.2em;
    }

    .n-text-m
    {
        font-size: 1.4em;
    }

    .t-text-m
    {
        font-size: 6em;
    }

    .t-text-s
    {
        font-size: 4em;
    }

    .t-text-xs
    {
        font-size: 1.7em;
    }

    header
    {
        padding-left: 1em;
        padding-top: 2em;
        padding-bottom: 2em;
    }

    header img
    {
        width: 17em;
    }

    .main-container
    {
        padding-top: 1em;
        padding-left: 1em;
        padding-bottom: 1em;
    }

    .main
    {
        white-space: initial;
    }

    .main-aside img
    {
        margin-top: 2em;
    }

    .training-types
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .location
    {
        padding-left: 1em;
        padding-top: 2em;
        padding-bottom: 2em;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .location-aside
    {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 0.9em;
    }

    .footer
    {
        padding: 4em 2em;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer > div:nth-of-type(1),.footer > div:nth-of-type(2),.footer > div:nth-of-type(3)
    {
        margin: 0;
    }

    .footer > div:nth-of-type(2)
    {
        margin-top: 1.5em;
    }

    .footer > div:nth-of-type(3)
    {
        margin-top: 3em;
        align-items: flex-start;
    }

    .inscriptions
    {
        width: 8em;
        height: 8em;
        bottom: 3%;
        left: auto;
        right: 3%;
    }
    .modal img
    {
        width: 100%;
        height: auto;
    }

}
