/*----------------COLORES----------------*/
/*marron claro: rgb(247, 221, 164)
/*marron oscuro: rgb(184, 144, 104)
/*azul claro: rgb(86, 117, 130)
/*azul oscuro: rgb(70, 77, 92)





/*----------------TITULO----------------*/
.title{
    display: grid;
    place-items: center;
    margin-left:5%;
    background-color: rgb(184, 144, 104);
    color:chocolate;
    width:90%;
    height: 30%;
    font-size:3vw;
    border:5px solid rgb(70, 77, 92);
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}

.new{

    width:60vh;
}

a.teta{
    color:rgb(255, 212, 212);
}

a.teta{
    color:rgb(255, 212, 212);
}

.subtitle{
    text-shadow:1px 1px 0px white;
    text-align: center;
    margin-left:5%;
    margin-right:5%;
    border:5px solid rgb(70, 77, 92);
    background-color:aliceblue;
    background-attachment: fixed;
    color:rgb(184, 144, 104);
    width:90%;
    font-size: 1.5em;
    border:5px solid rgb(255, 228, 152);
    padding-right: 0px;
    
}
em{
    font-size: 1.40em;
    font-weight: bold;
    font-style:normal ;
}
.subtitle h2{
    font-size:1.50em;
    font-weight: bold;
    font-style: normal;
}
/*-------------CONTENIDO--------------*/
.intro{
    border:5px solid rgb(70, 77, 92);
    background-color: rgb(184, 144, 104);
    color:aliceblue;
    width: 90%;
    margin-left:5%;
    margin-top:1em;
    display:inline-flex;
    align-items: center;
    
    
}

.introvid{
    border:5px solid rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color:rgb(184, 144, 104);
    margin-left:5%;
    margin-top:1em;
    width: 90%;
    display:flex;
    flex-direction: column;
    align-items: center;
}


.introtexto{
    display:inline-flex;
    flex-direction: column;
    width:100%;
    
    
    
}

video{
    align-content: start;
   height:50vh;
   margin:0px;

}


.intro h2{
    text-align: center;
    
}
.intro p{
    padding-left:1em;
    padding-right:1em;
    text-align:justify;
}

.intro img{
   align-content: end;
   height:50vh;
   margin:0px;
   border-left:5px solid rgb(70, 77, 92);
   

}

@media screen and (max-width: 1080px) {
    .intro{
        display:flex;
        flex-direction: column;
        
    }
    .introvid{
        display:flex;
        flex-direction: column;
        
    }

    .intro p{
        padding-left:1em;
        padding-right:1em;
    }
    .intro img{
        
        width:100%;
        margin:0px;
        height:100%;
        border-left:none;
        border-top:5px solid rgb(70, 77, 92);
    }

}









section{
    margin-top: 1em;
    width:90%;
    margin-left:5%;
    background-color: rgb(86, 117, 130);
    border:5px solid rgb(70, 77, 92);
    margin-bottom: 1em;

}

header{
    border-bottom:5px solid rgb(70, 77, 92);
    font-size:180%;
    background-color:  rgb(70, 77, 92);
    color: aliceblue;
    margin-bottom: 0.5em;
    text-align: center;
}

.fines{
    text-align: center;
    color:aliceblue;
    font-size: 150% ;
    padding:0 1em 0 1em;
       
}

.fin{
    background-color: rgb(247, 221, 164);
    color: black;
    margin-left: 5%;
    margin-right:5%;
    padding: 1em;
    border:3px solid rgb(184, 144, 104);
    margin-bottom:0.5em;
   
    
}
.heart{
    text-align: center;
    font-size: 2em;
    padding:0px;
    margin:0px;
    text-shadow:0px 0px 2px rgb(70, 77, 92);
    
}


.finex{
    padding:1em 0 1em 1em;
    margin-top:0%;
    margin-bottom:0%;
    color: rgb(247, 221, 164);
    background-color: rgb(184, 144, 104);
    color:rgb(200, 190, 130);
    border:3px solid rgb(70, 77, 92);
    color:white;
    width:calc(85% - 6px - 1em);
    margin-left:10%;
    margin-bottom:calc(0.5em + 3px);

    
}

#asosection{
    background-color: rgb(247, 221, 164);
    border-color:rgb(184, 144, 104);
    
    
}

#asoheader{
    background-color: rgb(184, 144, 104);
    color:rgb(70, 77, 92);
    border-bottom-color:rgb(184, 144, 104);
    
}

#asotexto{
    padding:1em;
    text-align: justify;
    
}

#asofirma{
    text-align: center;
    text-decoration: underline;
    
}



#asofig{
    width:40%;
    margin:30%;
    margin:1em auto 1em auto;
    font-style: italic;
    
}

#asoimg{
    width: 100%;
    
}


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

}
#heart1{
    color:red;
    animation: redu 4s ease-in-out infinite;
}
#heart2{
   
    animation: blacku 4s ease-in-out infinite;
    animation-delay: 1s;
}
#heart3{
    color:red;
    animation: redu 4s ease-in-out infinite;
    animation-delay: 2s;
}
#heart4{
    
    animation: blacku 4s ease-in-out infinite;
    animation-delay: 3s;
}


#sunny{
        animation: sunny 3s ease-in-out infinite;
    animation-delay: 0s;
}
#cloudy{
        animation: cloudy 3s ease-in-out infinite;
    animation-delay: 1s;
}
#rainy{
        animation: rainy 3s ease-in-out infinite;
    animation-delay: 2s;
}

#goldu{
    animation: goldu 3s ease-in-out infinite;
    font-weight:bold;
    color:pink;
}

@keyframes goldu {
    0%, 100% {
        color:black;
    }
    50% {
         color:aliceblue;   
    }
}

@keyframes fade {
    0%, 100% {
        border-color: rgb(184, 144, 104)
    }
    50% {
         border-color:  rgb(212, 77, 92)    
    }
}

@keyframes redu {
    0%, 100% {
        color:rgb(86, 117, 130);
    }
    50% {
        color: red;
    }
}

@keyframes blacku {
    0%, 100% {
        color: rgb(86, 117, 130);
    }
    50% {
        color: black;
    }
}

@keyframes sunny {
    0%, 100% {
        color: rgb(86, 117, 130);
    }
    50% {
        color: yellow;
    }
}

@keyframes cloudy {
    0%, 100% {
        color: rgb(86, 117, 130);
    }
    50% {
        color: gray;
    }
}

@keyframes rainy {
    0%, 100% {
        color: rgb(86, 117, 130);
    }
    50% {
        color: black;
    }
}









/*----------------MENU----------------*/

nav{
    margin:15px 5% auto 5%;
    width:calc(90% + 10px);
    height:10em;
    border: 5px rgba(255, 255, 255, 0) 
}

nav a{
    float:left;
    display:block;
    width:calc(25% - 11px);
    height:4em;
    line-height: 4em;
    background-color:  rgba(70, 77, 92, 0.8);
    color:rgb(255, 255, 255);
   
    text-align: center;
    font-size: 2em;
    border:5px solid rgb(255, 228, 152);
}

#eventos { 
    background-color:rgb(86, 117, 130);
    background-image: url('backgrounds/eventosBG.png');
    text-shadow:2px 2px black;
    background-position: 0% 0%;
    background-attachment: fixed;
}
#nosotros{
    background-color:aliceblue;
    background-image:url('backgrounds/nosotrosBG.png') ;
    text-shadow:2px 2px black;
    background-attachment: fixed;
    background-position: 0% 0%;
}
#media{
    background-color: rgb(70, 77, 92);
    background-image: url('backgrounds/mediaBG.png');
    text-shadow:2px 2px black;
    background-attachment: fixed;
    background-position: 0% 0%;
}
#foto{
    background-color:pink;
    background-image: url('backgrounds/fotografiaBG.png');
    text-shadow:2px 2px black;
    background-attachment: fixed;
    background-position: 0% 0%;
}
@media screen and (max-width: 1080px) {
    nav a {
      float: none;
      margin-left:0;
      margin-right:0;
      width: 100%;
      font-size:3em;
    }
    nav{
        width:90%;
    }
    
  }

/*----------------FOOTER----------------*/

footer{
    margin-top: 10px;
    text-align: right;
    width:90%;
    background-color:rgb(184, 144, 104) ;
    color: #ffeeff;
    font-size: 0.9em;
    margin-left:5%;
    padding-right:10px;
}

@media screen and (max-width: 1080px) {
    footer {
      margin-top:50em;
    }
  }

/*----------------HTML----------------*/  

html {
    background-color: black;
    background-image:url('backgrounds/bg.gif');
    background-repeat: repeat;
    font-size: large;
    font-family:'Times New Roman', Times, serif;
}