/* TODO EL DOCUMENTO*/

*{
    margin: 0; 
}


a, p, label, textarea, input{
    font-family: 'Salsa';
    text-decoration: none; 
}

/* HEAD */
#head{
    height: 15vh;
    /*display:grid;*/
    justify-content: center;
    grid-template-columns: repeat(3, 33%);
    background-color: RGB(243, 243, 243);
    
}
#head #title{
    width: 100%;
    height: 15vh;
    grid-column: 2/3;
    display: grid;
    text-align: center;
    grid-template-rows: repeat(2, 50%);
    /*background-color: RGB(243, 243, 243);*/
    font-family: 'Salsa', cursive;
}
#head #title div{
    
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    /*background-color: RGB(243, 243, 243);*/
}
/* LOGOTIPO EN LA CABECERA*/

#logo{
    padding-top: 30px;
    padding-bottom: 5px;
    width: auto;
    height: 12vh;
    background-color: RGB(243, 243, 243);

}

#logotipo {
    background-color: RGB(243, 243, 243);
    color: black;
    padding-top: 5px;
}


#index_body{
    overflow: hidden;
    background-color: RGB(124, 186, 237);

}

#head h1{
    /*grid-row: 2/3;*/
    width: 100%;
    text-align: center;
    color: black;
    
}


/*MENU*/

#menu{
    height: 6vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: RGB(4, 74, 159);
}
#menu a{
    color: RGB(165, 214, 245);
    text-decoration: none;
    font-size: 1em;
}
#menu a:hover{
    color: #fff7fa;
    /*text-decoration: overline;*/
}
#menu #catalogo{
    position: relative;
    display: inline-block;
}
#menu #catalogo #sections{
    display: none;
    position: absolute;
    color: #2e1a35;
}
#menu #catalogo #sections .section{
    margin-top: 5px;
    height: auto;
}
#menu #catalogo #sections .subsections{
    display: none;
    position: absolute;
    color: #2e1a35;
}
#menu #catalogo #sections .subsections a{
    margin-top: 5px;
    height: auto;
}
#menu #catalogo:hover #sections{
    display:grid;
    padding-top: 1vh 0vw;
    width: 200px;
    background-color: RGB(4, 74, 159);

    border: 3px solid black;
    border-radius: 10px;
}
#menu #catalogo #section a:hover{
    color: #fff7fa;
    /*text-decoration: double underline overline;*/
}
#menu #catalogo #sections .s2:hover .ss2{
    display:grid;
    padding-top: 1vh 0vw;
    width: 100%;
    margin-left: 70%;
    background-color: RGB(4, 74, 159);
    border: 3px solid black;
    border-radius: 10px;
}
#menu #catalogo #sections .s3:hover .ss3{
    display:grid;
    padding-top: 1vh 0vw;
    width: 100%;
    margin-left: 70%;
    background-color: RGB(4, 74, 159);
    border: 3px solid black;
    border-radius: 10px;
}
#menu #catalogo #sections .s4:hover .ss4{
    display:grid;
    padding-top: 1vh 0vw;
    width: 100%;
    margin-left: 70%;
    background-color: RGB(4, 74, 159);
    border: 3px solid black;
    border-radius: 10px;
}


/*BODY*/

div.scroll-container {
    margin: 0;
    height: 70vh;
    background-color: #fff;
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
  }
  
  div.scroll-container img {
    height: 65vh;
    width: auto;
    justify-content: center;
    align-items: center;
  }
  


/*PIE*/

#footer{
    /*height: 4vh;*/
    padding-top: 5px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: RGB(4, 74, 159);
}
#footer label {
    color: whitesmoke;  
}

#footer a {
    color: yellow;
}

/* CONTACT PART*/
p {
    font-family: 'Salsa';
}

h2 {
    font-family: 'Salsa';
    color: RGB(4, 74, 159);

}

#contacto_body{
    background-color: white;
    display: grid;
    justify-content: center;
    margin-top: 10px;
}

#contacto_body textarea{
    resize: none;
    font-size: 17px;
    border: 1px solid #2e1a35;
    border-radius: 5px;
}
#contacto_body form #form_content{
    display: grid;
    justify-content: center;
    font-size: 18px;
}
#contacto_body form #form_content label{
    margin-left: 20px;
}
#contacto_body form .inputs{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    width: 100%;
}
#contacto_body form .inputs input{
    width: 99%;
    margin-bottom: 20px;
    font-size: 17px;
    border: 1px solid #2e1a35;
    border-radius: 5px;
}
#contacto_body #form_content #button_input{
    margin-top: 35px;
    width: 100%;
    display: grid;
}
#contacto_body #button_input #button{
    font-size: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2e1a35;
    border-radius: 5px;
    background-color: RGB(4, 74, 159);
}
#contacto_body #button p{
    color: #fff7fa;
    cursor:pointer; cursor: hand

}
textarea, input{
    color: RGB(4, 74, 159);
    background-color: #fff7fa;
}
::placeholder { 
    color: RGB(4, 74, 159); }

#contacto_body #button_input #button:hover p{
    animation: font_change 2s infinite normal ease-in-out;
    cursor:pointer; cursor: hand

}

/*COOKIES*/

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo, .aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

