
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0E4380;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#myBtn:hover {
  background-color: #0E4380;
}
.enlace:hover{ 
  background-color: #ae0392;
  color: #0E4380;
  border-radius: 20%;
}
html, body {
  margin: auto;
	font-family: arial; 
	background: #ffffff;
	vertical-align: middle;
	text-align: justify;
}
h1{
  font-size: 50px;
  font-family: arial;
  text-shadow: 3px 3px 6px #0E4380, 7px 7px 12px #FFEA4A;
	margin-left: 25%;
	margin-right: 25%;

	}
h2{font-family: arial;
	text-shadow: 1.5px 1.5px #989696; 
  font-size: 25;
}
.different4 {text-align: justify;
	border: 5px solid #0E4380;
	padding: 10px;
	color: black;
  background: #8F93FF;
  margin-left: 5%;
  margin-right: 5%;
}

summary{border-radius: 20px;
  height: 100%;
  width: 20%;
  background: #8F93FF;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
table{ border: 2px solid black;
  background-color: #8F93FF;
  margin-left: 10%;
  margin-right: 10%;
  cursor: url(images/);
  }
table, th,td{ Background-color: #a5a6da;
  border: 3px solid black;
  border-collapse: collapse;
  padding: 15px;
  text-align:left;
  }
th{ font-size:15px;
  text-align: left
  }
th, tr:hover{
  background-color: #0E4380;
}
tr{
  Background-color: grey;
}
td:hover{
  background-color: #FFEA4A;
}
tr:nth.child{
    Background-color: yellow
  }
.different3{text-align: justify;
	background: #8F93FF;
	border-left: 8px solid #0E4380;
	padding: 10px;
  margin-left: 5%;
  margin-right: 5%;
	vertical-align: middle;  
}
.different:hover{
  background-color: #0E4380;
  color: #fff;
}
.right-section {
  float: right;
  width: 55%;
  text-align: justify;
	padding: 10px;
	color: black;
  padding-right: 1%;
  margin-left: -1%;
}
.left-section {
  float: left;
  margin-right: 3%;
}
.different{	border: 5px solid #0E4380;
  padding: 2%;
  margin-left: 10%;
  margin-right: 5%;
}
.container {
  display: flex;
  align-items: center;
}
.different2{text-align: justify;
	border: 5px solid #0E4380;
	padding: 10px;
  margin-left: 5%;
  margin-right: 5%;
	color: black;}
.different2:hover{background-color: #0E4380;
  color: #fff
}
footer{font-size: 12px}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: arial;
}

a{
  color: #000;
  text-decoration: none;
}

ul{
  list-style: none;
}


header {
  border-radius: 20px;
  height: 50px;
  width: 100%;
  background: #0E4380;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  color: #fff;
}

.open, .close {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.menu{
  border-radius: 20px;
  height: 100%;
  width: 60%;
  background: #0E4380;
}

.menu ul{
  border-radius: 20px;
  height: 100%;
  width: 100%;
  background: #0E4380;
  display: flex;
  justify-content: space-around;
}

.menu ul li{
  border-radius: 20px;
  height: 100%;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.menu ul li:hover{
  background: rgba(0,0,0,0.3);
}

.menu ul li a{
  border-radius: 20px;
  color: #fff;
}

.submenu{
  position: relative;
}

.submenu a{
  padding-left: 5px;
}

.submenu i{
  font-size: 1.2rem;
}

.submenu > ul{
  height: 200px;
  width: 100%;
  background: #0E4380;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  transform: translateY(125px) scale(1, 0);
  transform-origin: top;
  transition: transform 0.2s linear .5s;
}

.submenu:hover > ul{
  transform: translateY(125px) scale(1, 1);
}

.submenu > ul li{
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 800px){
  .menu{
    width: 100%;
  }
}

@media only screen and (max-width: 600px){
  
  .open, .close {
    display: block;
    padding: 15px;
    position: absolute;
    transition: transform 0.5s linear;
  }
  
  .close{
    display: none;
  }
  
  .menu{
    height: auto;
    width: 100%;
    position: absolute;
    transform: translateY(125px) translateX(-100%);
    transition: transform 0.5s linear;
  }
  
  .menu ul{
    height: auto;
    width: 100%;
    flex-direction: column;
  }
  
  .menu ul li{
    height: 50px;
    width: 100%;
  }
 
}

@font-face {
  font-family: arial;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

:focus{
    outline: none;
}

body{
    background: #fff;
    font-family: arial;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.content-all{
  width: 210px;
  margin: auto;
  perspective: 800px;
  position: relative;
  margin-top: 50px;
}

.content-carrousel{
  width: 100%;
  position: absolute;
  animation: rotar 10s infinite linear;
  transform-style: preserve-3d;
}

.content-carrousel:hover{
  animation-play-state: paused;
  cursor: pointer;
}


.content-carrousel figure{
  width: 100%;
  height: 120px;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 0px 20px 0px black;
  transition: all 300ms;
  
}

.content-carrousel figure:hover{
  box-shadow: 0px 0px 0px 0px black;
  transition: all 300ms;
}

.content-carrousel figure:nth-child(1){transform: rotateY(0deg) translateZ(300px);}
.content-carrousel figure:nth-child(2){transform: rotateY(40deg) translateZ(300px);}
.content-carrousel figure:nth-child(3){transform: rotateY(80deg) translateZ(300px);}
.content-carrousel figure:nth-child(4){transform: rotateY(120deg) translateZ(300px);}
.content-carrousel figure:nth-child(5){transform: rotateY(160deg) translateZ(300px);}
.content-carrousel figure:nth-child(6){transform: rotateY(200deg) translateZ(300px);}
.content-carrousel figure:nth-child(7){transform: rotateY(240deg) translateZ(300px);}
.content-carrousel figure:nth-child(8){transform: rotateY(280deg) translateZ(300px);}
.content-carrousel figure:nth-child(9){transform: rotateY(320deg) translateZ(300px);}
.content-carrousel figure:nth-child(10){transform: rotateY(360deg) translateZ(300px);}

.content-carrousel img{
  width: 100%;
  transition: all 300ms;
}

.content-carrousel img:hover{
  transform: scale(1.2);
  transition: all 300ms;
}


@keyframes rotar{
  from{
      transform: rotateY(0deg);
  }to{
      transform: rotateY(360deg);
  }
}

.carrusel {
  width: 70%;
  height: 400px;
  overflow: hidden;
  float: left;
}

.carrusel img {
  width: 100%;
  height: 100%;
 float: left;
}
.carruselleft{
  float: left;
  width: 40%;
  text-align: justify;
	margin-top: 5%;
  margin-left: 5%;
}
.favorito{
  border-radius: 20px;
  height: 120%;
  width: 20%;
  background: #0E4380;
  color:#fff;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 450px;
  margin-right: 4px;
}
.right-enquesta {
  text-align: justify;
  font-size: 80%;
  
	
}

.eu2:hover, .e:hover{color: #d9ff00;
}
.left-enquesta {
  font-size: 80%;
  text-align: justify;
  margin-right: 5%;
  }

.slider {
  margin-left: 5%;
  width: 100%;
  height: 500px;
}

.slides {
  margin-left: -4%;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  display: flex;
}

.slide {
   width: 100%;
  height: 100%;
  display: none;
}

.slide:first-child {
  display: flex;
}

.slide img {
  width: 100%;
  height: 100%;
}


@font-face {
  font-family: arial;
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

:focus{
    outline: none;
}

/* FORMULARIO =================================== */

.form_wrap{
    width: 700px;
    height: 400px;
    margin: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/* Informacion de Contacto*/

.cantact_info::before{
    content: '';
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;

    background: #0E4380;
    opacity: 0.9;
}

.cantact_info{
    width: 38%;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background-image: url('../fondo.jpg');
    background-size: cover;
    background-position: center center;

}

.info_title,
.info_items{
    position: relative;
    z-index: 2;
    color: #fff;
   margin-left: 525;
}

.info_title{
    margin-bottom: 60px;
}

.info_title span{
    font-size: 100px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.info_title h2{
    font-size: 35px;
    text-align: center;
}

.info_items p{
    display: flex;
    align-items: center;
    margin-left: 1%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.info_items p:nth-child(1) span{
    font-size: 30px;
    margin-right: 10px;
}

.info_items p:nth-child(2) span{
    font-size: 50px;
    margin-right: 0px;
    margin-left: 4px;
}
.info_items p:nth-child(3) span{
  font-size: 30px;
  margin-right: 16px;
}


/* Formulario de contacto*/
form.form_contact{
    width: 62%;
    padding: 30px 40px;
    padding: 20px 30px;
    size: 70%;
}

form.form_contact h2{
	font-size: 25px;
	font-weight: 600;
	color: #303030;
	margin-bottom: 30px;
}

form.form_contact .user_info{
    display: flex;
    flex-direction: column;
}

form.form_contact label{
    font-weight: 800;
}

form.form_contact input,
form.form_contact textarea{
    width: 800%;
    padding: 8px 0px 5px;
    margin-bottom: 20px;

    border: none;
    border-bottom: 2px solid #D1D1D1;

    font-family: arial;
	color: black;
	font-size: 14px;
	font-weight: 400;
}

form.form_contact textarea{
    max-width: 100%;
    min-width: 100%;
    max-height: 90px;
}

form.form_contact input[type="button"]{
    width: 100px;
	background: #0E4380;
	padding: 10px;
	border: none;
	border-radius: 25px;

    align-self: flex-end;

    color: #fff;
	font-family: arial;
	font-size: 10px;
	font-weight: 600;
	cursor: pointer;
}

form.form_contact input[type="button"]:hover{
    background: #3371B6;
}

/* Ventana de errores*/
.modal_wrap{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal{
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    width: 800px;
    padding: 30px 20px 15px;
}

.mensaje_modal h3{
    text-align: center;
    font-family: arial;
	font-size: 40px;
	font-weight: 400;
}

.mensaje_modal h3:after{
    content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 10px 0px 15px;
}

.mensaje_modal p{
    font-size: 16px;
    color: #fff;
}

.mensaje_modal p:before{
    content: "\f00d";
    font-family: arial;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
}

#btnClose{
    display: inline-block;
	padding: 3px 10px;
	margin-top: 10px;

	background: #E25151;
	color: #fff;
	border: 2px solid #B14141;
	cursor: pointer;
	
}
.button{
  border-radius: 20%;
  background-color: #0E4380;
  color:#FFEA4A;
  margin-right: 10%;
  margin-left:90%;
  margin-bottom: 2000px;
}
.contacto{text-align: center;
}
body {
  background: linear-gradient(to right,#0E4380, #FFEA4A, #ae0392, #0E4380);
  background-size: 200% 200%;
  animation: gradient-bg 10s ease infinite;
}

@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Guanyadors_text{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 20px;
  text-align: justify;
  margin: 4%;
  border-color: #8A22B3;
  background-color: #00aaff;
  border: 5px;
}
.yo {
  border-radius: 50%;
}
.infogram-embed{margin-left: 10%;
margin-right: 10%;}
.spotify{margin-right: 5%;}
.mapa{margin-left: 10%;
margin-right: 10%;}
.container2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.text {
width: 70%;  
margin-left: 3%;
}
.tuit {
  padding-left: 4%;
  width: 90%;
  margin-right: 5%;
}

