*{
   margin: 0px;
    padding: 0px;
    box-sizing: border-box;
   }

html,body{
    width: 100%;
    height: 100%;
}

img{
    width: 100%;
}

.container{  
    max-width: 1920px;
    margin: 0px auto;}
    
h1{
font-family: 'Oswald', sans-serif;
line-height: 120px;
font-size: 130px;
margin: 20px 0px;
}

h2{
font-family: 'Oswald', sans-serif;
font-weight: 800;
font-size: 70px;
line-height: 66px;
}

h3{
font-family: 'Oswald', sans-serif;
font-weight: 600;
font-size: 30px;
line-height: 20px;
margin: 20px 0px;
}

h4{
font-family: 'Oswald', sans-serif;
font-weight: 1200;
font-size: 21px;
line-height: 40px;
margin-top: 20px;
}

.pa{
padding-right: 50px;
}

p{
font-family: 'Montserrat', sans-serif;
font-size: 18px;
line-height: 22px;
}



/*.........MENU DESPLEGABLE.........*/
#menu{
    background-color: white;
    width: 300px;
    position: fixed;
    z-index: 1000;
    left: -300px;
    height: 90%;
    top: 80px;
}

#menu ul{
    font-family: 'Oswald', sans-serif;
    display: block;
    list-style-type: none;
    margin-left: 70px;
    margin-top: 40px;
    margin-right: 30px;
}

#menu ul li{
    display: block;
}

#menu ul li a{
    text-decoration: none;
    color: #161616;
    font-size: 40px;
    font-weight: 800;
    line-height: 45px;
}

#menu ul li a:hover{
    color: #E6003E;
}

#menu ul li ul{
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#menu ul li ul li a{
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

#solapita{
    position: fixed;
    left: 80px;
    cursor: pointer;
    top: 38px;
    width: 25px;
    z-index: 100;
}




/*.........HEADER.........*/

#menumigdala{
width: 100%;
margin: 0px auto;
background-color: white;
position: fixed;
z-index: 10;
}

#movil{
    display: none;
}


.logotipo{
margin-left: 110px;
margin-top: 15px;
}

.logo{
width: 200px;

}

.hambur{
    width: 25px;
    margin-top: 22px;
    position: absolute;
    margin-left: 0px;
}

.menu1{

display: flex;
text-align: right;
}

.menu{
margin-top: 20px;
}
    
.menu ul{
display: flex;
justify-content:flex-end;
list-style: none;
}

.menu1 ul li a{
display: block;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 25px;
width: 100px;
text-align: left;
padding: 10px;
margin-right: 10px;
text-decoration: none;
color: #161616;
}
    
.menu a:hover{
color: #E6003E;
}

.redes{
margin-left: 80px;
margin-top: 10px;
}

.redes a{
top: 10px;
padding: 5px;}

.redes img{
width: 25px;
}

.es{
    margin-right: 10px;
}

.texto-portada{
position: absolute;
top: 15%;
color: white;
max-width: 700px;
padding: 20px;
left: 5%;
}

.texto-articulo{
position: absolute;
top: 60%;
color: white;
max-width: 660px;
padding: 0px;
left: 5%;
}



.c{
font-family: 'Oswald', sans-serif;
line-height: 110px;
font-size: 120px;
color: white;
}

.slider{
padding-top: 100px;
height: 100%;
width: 100%;
position: relative;
display: block; 
    }
    




/*.........INDEX.........*/

.portadanovias{
padding-top: 100px;
height: 100%;
width: 100%;
position: relative;
}

.portada{
padding-top: 100px;
height: 100%;
width: 100%;
position: relative;
}

.blanco{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #F4F4F4;
    
}

.rosado{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #E3DCDE;
}

.verde{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #E5E5E2;
}



#apartados{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #F4F4F4;
}

#submenu{
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
    
}

#submenu ul{
display: flex;
justify-content:flex-end;
list-style: none;
}

#submenu ul li a{
display: block;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 18px;

text-align: center;
padding: 10px;
margin-left: 25px;
text-decoration: none;
color: #161616;
}
    
#submenu a:hover{
color: #E6003E;
}




#ropanovias{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
    
}

.imagen{
    position: relative;
}

.r{
  position: absolute;
  bottom: 65px;
  background-color: rgba(100,100,100,0.6);
  padding: 30px;
  color: white;
}


.imagen:hover {
filter: grayscale(100%);}



.pizquierda{
  padding-right: 30px;  
}

.pderecha{
  padding-left: 30px;  
}


.negro{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #161616;
}

#servicios{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #161616;
}

#servicios a{
  text-decoration: none;
}



#servicios h2{
color: white;
font-family: 'Oswald', sans-serif;
font-size: 60px;
text-align: center;
line-height: 55px;
font-weight: 700;
margin-bottom: 40px;
}

#servicios h3{
color: white;
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-align: center;
line-height: 34px;
font-weight: 600;
}

#servicios h3:hover{
color: #C9BBBF;
}

#servicios article{
padding: 30px;
}

#ultimanoticia{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
    
}


/*.........EQUIPO.........*/

.portadaequipo{
height: 100%;
width: 100%;
position: relative;
}

#equipo{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
    
}

#equipo p{
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 30px;
line-height: 40px;
}

.bot{
    padding-top: 60px;
}

#blac{
    color: black;
}
/*.........SERVICIOS todos.........*/
.blan:hover {
filter: grayscale(100%);}


#servi{
  width: 90%;
  margin: 0px auto;
  padding-top: 120px;
  padding-bottom: 80px;
    
}

#servi p{
  font-size: 20px;
    line-height: 28px;
    
}

#servi h2{
font-size: 56px;
line-height: 56px;
    
}

#equipo p{
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 30px;
line-height: 40px;
}

.bot{
    padding-top: 60px;
}

/*.........EVENTOS.........*/

#eventos{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #E3DCDE;
}

#eventos a{
  text-decoration: none;
}



#eventos h2{
color: #1C1B1C;
font-family: 'Oswald', sans-serif;
font-size: 60px;
text-align: center;
line-height: 55px;
font-weight: 700;
margin-bottom: 40px;
}

#eventos h3{
color: #1C1B1C;
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-align: center;
line-height: 34px;
font-weight: 600;
}

#eventos h3:hover{
color: #8B7078;
}

#eventos article{
padding: 30px;
}

/*.........CONTACTO.........*/

#contacto{
width: 90%;
margin: 0px auto;
padding-top: 120px;
padding-bottom: 60px;
    color: white;
}


/*.........NOVIAS.........*/

#novias{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.novia{
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 60px;
}

.v{
padding-top: 60px;


}

.ve{
padding-bottom: 60px;

}

.c{
padding-top: 80px;
padding-bottom: 0px;
}

/*.........ROPA.........*/

#ropa{
  width: 90%;
  margin: 0px auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

/*.........BLOG.........*/
#b{
width: 100%;
margin: 0px auto;
padding: 0px;
background-color: white;
}

.botonblog{
    width: 190px;
    display: block;
    text-align: center;
    float: left;
    border-radius: 50px;
    border: solid 2px #161616;
    color: #161616;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    margin-top: 30px;
}

.botonblog:hover{
background-color: #161616;
color: white;
}


.blog{
/*background-color: white;*/
padding-bottom: 50px;
padding-top: 50px;
}

.blog h1{
color: black;
font-family: 'Oswald', sans-serif;
font-size: 40px;
font-weight: 800;
}


.columnablog{
padding: 0px;
max-width: 1900px;
margin: auto;
}

#bl{
padding: 0px;
width: 100%;
margin: auto;
}

.fechablog{
color: black;
font-family:'Oswald', sans-serif;
font-weight: 700;
width: 220px;
}

.contenido{
display: flex;
}

.btn{
display:none;
cursor: pointer;
}

.colorn{
    background-color: black;
    color: white;
}

.colorb{
    background-color: white;
}

#primeranoticia{
    margin-top: 40px;
}

/*--Suscriptores--*/
#newsletter{
  width: 100%;
  margin: 0px auto;
  padding: 50px;
  text-align: center;
  border-bottom: 2px solid white;
  background-color: black; 
}

#newsletter h2{
font-family: 'Oswald', sans-serif;
font-weight: 800;
font-size: 60px;
line-height: 65px;
letter-spacing: 1px;
color: white;
}

#newsletter p{
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 20px;
line-height: 70px;
letter-spacing: 1px;
color: white;
}

#newsletter form{
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-color: black; 
}

#newsletter form label{
    
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: white;
padding-bottom: 20px;
    
}

#newsletter form input{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: black;
padding: 5px;
text-align: center;
    
}

#newsletter form input #sus{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 20px;
line-height: 28px;
text-decoration: none;
color: black;
text-align: center;
    
}

p.info{
    background-color: #00A33F;
    border: 2px solid white;
}

p.infono{
    background-color: #C90039;
    border: 2px solid white;
}

.ocultardestok{
        display: none;
    }
/*................*/

/*--footer--*/
footer{
    width: 100%;
    background-color: black;
}

#pie{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 25px;
}

footer h4{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 19px;
line-height: 29px;
letter-spacing: 1px;
margin-top: 0px;
}

#pie a{
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 19px;
line-height: 29px;
text-decoration: none;
letter-spacing: 1px;
color: white;
}

#linea{
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-decoration: none;
color: white;
padding-top: 10px;
}

#pie img{
width: 200px;
}

#candado img{
    width: 20px;
    opacity: 0.0;
}


/*............ADMIN LOGIN.........*/
#loginc{
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: black;
    
}

#logear{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    padding-top: 300px;
    background-color: black;
    color: white;
}

#logear form{
    width: 25%;
    margin: 0px auto;
    padding: 40px;
    border: 4px solid white;
    border-radius: 20px;
    background-color: black;
    text-align: center;
    color: white;
}

#logear form label{
    
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: white;
padding-bottom: 20px;
    
}

#logear form input{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: black;
padding: 5px;
text-align: center;
    
}


/*..................*/


.flexi{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.col-1{width: 8.33%;}
.col-2{width: 16.66%;}
.col-3{width: 25%;}
.col-4{width: 33.33%;}
.col-5{width: 41.66%;}
.col-6{width: 50%;}
.col-7{width: 58.33%;}
.col-8{width: 66.66%;}
.col-9{width: 75%;}
.col-10{width: 83.33%;}
.col-11{width: 91.66%;}
.col-12{width: 100%;}




/*.......TABLET.....*/

/*..............Menus..................*/
@media screen and (max-width:1200px){
    
    
    .col-t-1{width: 8.33%;}
    .col-t-2{width: 16.66%;}
    .col-t-3{width: 25%;}
    .col-t-4{width: 33.33%;}
    .col-t-5{width: 41.66%;}
    .col-t-6{width: 50%;}
    .col-t-7{width: 58.33%;}
    .col-t-8{width: 66.66%;}
    .col-t-9{width: 75%;}
    .col-t-10{width: 83.33%;}
    .col-t-11{width: 91.66%;}
    .col-t-12{width: 100%;}
    
    #menurestaruante{z-index: 1000;}
    header{
        display: block;
        position: relative;
        width: 100%;
        max-width: 1920px;
        margin: 0px auto;
         z-index: 10000;
    }

.btn{display: block;
            position: absolute;
                top: 20px;
                right: 50px;
                background-color: lightseagreen;
                border-radius: 5px;
                padding: 5px;
                width: 40px;
    height: 40px;
            }
    
    #movil{
    display: block;
}
    
.mitadx img{margin-top: 20px;
    width: 30px;
    margin-right: 15px;
     }


    .menu{height: auto;
            position: absolute;
            right: 0px;
            display: none;
            width: 30%;
            background-color: white;
            margin-top: 60px;
            padding: 20px;
           
            
           
        
        
    }
    
    .mitad2{
         z-index: 1;
    }
    
    .menu ul{display: block;
    justify-content:flex-end;
    list-style: none;
        background-color: white;
    width: 100%;}
    
    
    
    .menu a{
        display: block;
    }
    
}
    
    
/*....................MOVIL.............*/


@media screen and (max-width:640px){
    
    .col-m-1{width: 8.33%;}
    .col-m-2{width: 16.66%;}
    .col-m-3{width: 25%;}
    .col-m-4{width: 33.33%;}
    .col-m-5{width: 41.66%;}
    .col-m-6{width: 50%;}
    .col-m-7{width: 58.33%;}
    .col-m-8{width: 66.66%;}
    .col-m-9{width: 75%;}
    .col-m-10{width: 83.33%;}
    .col-m-11{width: 91.66%;}
    .col-m-12{width: 100%;}
    
    /*......Menus.....*/
    .menu{width: 100%;
    
    }
    
        #movil{
    display: block;
    }
    
   .logo{
        margin-left: 0PX;}
    
    .mitad1{
        margin-left: 0PX;}

h1{
font-family: 'Oswald', sans-serif;
line-height: 50px;
font-size: 50px;
margin: 20px 0px;
}

h2{
font-family: 'Oswald', sans-serif;
font-weight: 800;
font-size: 40px;
line-height: 40px;
}

h3{
font-family: 'Oswald', sans-serif;
font-weight: 600;
font-size: 18px;
line-height: 20px;
margin: 20px 0px;
}

h4{
font-family: 'Oswald', sans-serif;
font-weight: 1200;
font-size: 21px;
line-height: 40px;
margin-top: 20px;
}

.pa{
padding-right: 50px;
}

p{
font-family: 'Montserrat', sans-serif;
font-size: 18px;
line-height: 22px;
}
    
.texto-portada{
position: absolute;
top: 25%;
color: white;
max-width: 700px;
padding: 20px;
background-color: rgba(0,0,0,0.4);
left: 5%;
}
    
 .c{
font-family: 'Oswald', sans-serif;
line-height: 40px;
font-size: 40px;
color: white;
}

.slider{
display: none; 
    }
    
.pizquierda{
  padding-right: 0px;
margin-bottom: 30px;
}

.pderecha{
  padding-left: 0px;
}    
    
    
.portadanovias{
padding-top: 60px;
height: 100%;
width: 100%;
position: relative;
}    
    
.r{
  position: absolute;
  bottom: 65px;
  background-color: rgba(100,100,100,0.6);
  padding: 20px;
  color: white;
}    
    
 #servicios{
  width: 90%;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #161616;
}

#servicios a{
  text-decoration: none;
}



#servicios h2{
color: white;
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-align: center;
line-height: 40px;
font-weight: 700;
margin-bottom: 40px;
}

#servicios h3{
color: white;
font-family: 'Oswald', sans-serif;
font-size: 18px;
text-align: center;
line-height: 28px;
font-weight: 600;
}

#servicios h3:hover{
color: #C9BBBF;
}

#servicios article{
padding: 0px;
}
    
#ultimanoticia{
  width: 90%;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 30px;
    
}
    
.botonblog{
    width: 120px;
    display: block;
    text-align: center;
    float: left;
    border-radius: 50px;
    border: solid 2px #161616;
    color: #161616;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
 #newsletter{
  width: 100%;
  margin: 0px auto;
  padding: 30px;
  text-align: center;
  border-bottom: 2px solid white;
  background-color: black; 
}

#newsletter h2{
font-family: 'Oswald', sans-serif;
font-weight: 800;
font-size: 30px;
line-height: 40px;
letter-spacing: 1px;
color: white;
}

#newsletter p{
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 30px;
letter-spacing: 1px;
color: white;
}

#newsletter form{
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  background-color: black; 
}

#newsletter form label{
    
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: white;
padding-bottom: 20px;
    
}

#newsletter form input{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 18px;
line-height: 28px;
text-decoration: none;
color: black;
padding: 5px;
text-align: center;
    
}

#newsletter form input #sus{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 20px;
line-height: 28px;
text-decoration: none;
color: black;
text-align: center;
padding: 30px;
    
}
   
footer{
    width: 100%;
    background-color: black;
}

#pie{
    width: 90%;
    margin: 0px auto;
    padding: 0px;
    background-color: black;
    color: white;
    text-align: center;
    padding: 25px;
}

footer h4{
font-family: 'Oswald', sans-serif;
font-weight: 200;
font-size: 16px;
line-height: 26px;
letter-spacing: 1px;
margin-top: 0px;
}

#pie a{
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 20px;
line-height: 29px;
text-decoration: none;
letter-spacing: 1px;
color: white;
}

#linea{
font-family: 'Oswald', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-decoration: none;
color: white;
padding-top: 10px;
}

#pie img{
width: 200px;
}

#candado img{
    width: 20px;
    opacity: 0.0;
    display: none;
}
    
.texto-articulo{
position: absolute;
top: 20%;
color: white;
max-width: 200px;
padding: 0px;
left: 5%;
}

#apartados{
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-color: #F4F4F4;
}
    
#submenu{
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-top: 20px;
    
}

#submenu ul{
display: flex;
justify-content: flex-start;
list-style: none;
}

#submenu ul li a{
display: block;
font-family: 'Oswald', sans-serif;
font-weight: 700;
font-size: 16px;

text-align: center;
padding: 0px;
margin-left: 20px;
text-decoration: none;
color: #161616;
}
    
#submenu a:hover{
color: #E6003E;
}

.novia{
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 30px;
}
    
#novias{
  width: 90%;
  margin: 0px auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
    
.bot{
    padding-top: 30px;
}
    
#servi{
  width: 90%;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 40px;
    
}

#servi p{
  font-size: 16px;
    line-height: 26px;
    
}

#servi h2{
font-size: 30px;
line-height: 30px;
    
}
    
.salto{
        margin-bottom: 30px;
    }

#equipo p{
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 25px;
line-height: 30px;
}   
 
    .ocultarmovil{
        display: none;
    }
    
}
