



 /*DEFINICION DE VARIABLES imagen 2-------------*/

 :root{
     
    --ff-primary: 'Montserrat Alternates', sans-serif;
    --ff-secundary: 'Lobster', cursive;
    --ff--base:'Orbitron', sans-serif;


    --cl-primary: #596A14;
    --cl-secundary: #904C05;
    --cl-base:#821B5E;
    --cl-basee: #C46D7E;
  
    }


p {
    font-size: 18px;
}

.row {
    margin-top: 5px;
}

 h1, h3, h4, h5 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: var(--cl-primary);
    font-weight: bolder;
 }
 

 h2 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: var(--cl-secundary);
    font-weight: bolder;
 }

.purp {
   color:var(--cl-base);
font-family: 'Times New Roman', Times, serif;
    font-style: italic;

}

 nav .h1 { 
    font-family:'Tangerine', cursive;
    color: var(--cl-primary);
    font-weight: 900;
 }

/*texto animado*/

header{
    width: 100%;
    height: 650px;
   background: url("img/7.png") no-repeat fixed top;
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: right;
    
}

.idioma{
    background-color: var(--cl-primary);
    text-align: right;
    color: #fff;      
}

.idioma img{
    margin-left: 10px;
}

.idioma p{
    display: inline;
}

.portada {
     background-color: #fff;
}

.logo {
width: 100px;
}

nav a {   
    font-size: 20px;   
}



.nav2{
    visibility: hidden;
    z-index: 100;
    background-color: var(--cl-primary);
}

.languaje{
    width: 30px;
    border-radius: 50%;
}
.languaje :hover{cursor: pointer;}

/*header .portada{margin-left: 220px;}*/


.bb1 {
    position: relative;
    margin-top: 100px;
    margin-right: 100px;
    color: black;
    text-align: right;
    display: block;
}


.buttons .btnlight {
    font-size: 20px;
    width: 180px;
    background-color: var(--cl-primary);
    color: white;
}

.buttons .btn-brown { 
      background-color: var(--cl-secundary);
    font-size: 20px;
    width: 180px;
}


.card{
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.purple{
    color: white;
    background-color: hsla(323, 92%, 35%, 0.733);
}

span {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: var(--cl-basee); 
  }

.ml6 span{
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    font-weight: 600;
    font-size: 50px;
    }

.ml6 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
    }

.ml6 .letter {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    display: inline-block;
    line-height: 1em;
    }
    
/*text*/

.lg {
    display: inline;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(192, 0, 134, 0.781);
    width: 100%;
    height: 0;
    transition: 0.5s esay;
    overflow: hidden;
}

.overlay h2 {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen {
    position: relative;
    width:100%;
}

.imagen-t {
    width:70%;
    border-radius: 100%;
}



.imagen:hover .overlay {
    height: 100%;
    cursor: pointer;
}
.buttons .boton{ 
    font-size: 14px;
    background-color: var(--cl-primary);
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 80%;
}

.image{
    transform: rotate(-20deg);
}

.imagenes{
    width: 800px;
} 

.fab{ color: var(--cl-primary); }

/*footer*/
.contact li {
    text-decoration: none;
    color: black;
    font-size: 35px;
    font-family: 'Tangerine', cursive;
}



#Regels{
    text-align: justify;
}
.contact {
    color: black;
}

 footer { 
        background:var(--cl-secundary);
          }
          
@media only screen and (max-width: 700px) {

    .bb1 {
     margin-top: 250px;
    margin-right: 0px;
    text-align: center;
    
}


        
       .image{
          transform: rotate(0);
             }

             .ml6 span{
                 font-size: 40px;
                } 
                
    .contact h2{
           font-size: 20px; 
         }
      }
    
