@charset "utf-8";
@font-face {
  font-family: raleway;
  src: url(../fonts/Raleway-Medium.ttf);
}

*{
	margin:0px;
	padding:0px;
	border:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html, body{
	width:100%;
	height:100%;
}

body {
	color: #000000;
	background-color: #fff;
  font-family: raleway;
} 
a {
  text-decoration: none;
  color: #afafaf;
}


/* CSS para la animación y localización de los DIV de cookies */
@keyframes desaparecer
{
0%    {bottom: 0px;}
80%   {bottom: 0px;}
100%    {bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%    {bottom: 0px;}
80%   {bottom: 0px;}
100%    {bottom: -50px;}
}
 
@keyframes aparecer
{
0%    {bottom: -38px;}
10%   {bottom: 0px;}
90%   {bottom: 0px;}
100%    {bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%    {bottom: -38px;}
10%   {bottom: 0px;}
90%   {bottom: 0px;}
100%    {bottom: -38px;}
}
#cookie1 {
  font-size: 14px;
  text-align: center;
}
#cookiesms1:target {
    display: none;
}
.cookiesms{ 
  width:100%;
  height:43px;
  margin:0 auto;
  padding:5px 5%;
  font-size: 1.2em;
  clear:both;
  font-weight: strong;
color: #333;
bottom:0px;
position:fixed;
left: 0px;
background-color: #FFF;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
z-index:999999999;
}
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}
.aqui {
  color: #d6336c;
}
.boton_cookies {
  width: 80px;
  background-color: #d6336c;
  color: #fff;
  height: 20px;
  margin-left: 20px;
}
/* Fin del CSS para cookies */


#container {
	width: 90%;
	margin: 3em auto;
}
/* menú + logo */
#cabecera {
  overflow: auto;
}
#menu {
  width: 160px;
  float: left;
  margin-right: calc(50% - 280px);
  padding-top: 70px;
}
  #menu ul {
    overflow: auto;
  }
  #menu li {
    display: inline;
  }
  #menu li a {
    float: left;
    font-size: 20px;
  }
  #menu li:first-child a {
    margin-right: 30px;
  }
  #menu li a:hover, .active  {
    color: #000000;
  }
#logo {
  float: left;
}


/* texto presentación */
#presentacion, #hello {
  width: 60%;
  margin: 10% auto 0 auto;
	font-size: 30px;
  line-height: 1.3em;
  text-align: center;
}


/* contenidos */
section {
	margin-top: 10%;
}
.row {
	width: 100%;
  overflow: auto;
  clear: both;
}
.half {
  width: 50%;
  float: left;
}
.full {
  width: 100%;
}
.video {
  width: 100%;
  height: 100%;
  padding-top: 56.25%; /* calculado sobre el formato 16:9 */
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tiny_legend {
  display: none;
}


@media screen and (max-width: 390px) {
  .tiny_legend {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    top: 0;
    position: absolute;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1em;
    opacity: 0.5;
    background: #000000;
    color: #fff;
  }
  .tiny_legend h2 {
    letter-spacing: 2px;
  }
}

/* máscara de imágenes */
.view {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: normal;
}
.view img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

/*
.view .mask {
	display:block;
	
	
   width: 100%;
   height: auto;
   position: absolute;
   overflow: hidden;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: rgba(0, 0, 0, 0.2);  0.6 
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.5s ease-in-out;
}
*/
.view .mask {
	display: block;
	width: 100%;
	height: 30%;
	position: absolute;
	overflow: hidden;
	top: 35%;
	bottom: 0;
	left: 0;
	right: 0;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.5s ease-in-out;
	
	padding-top:2%;
}


.view .masktable {
  width: 100%;
  height: 100%;
  display: table;
}
.view .mask .legend {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  top: 50%;
  padding: 0 15%;
  text-align: center;
  color: #fff;
}
.view .mask .legend h2 {
    height: 50px;
    font-size: 1.4vw; /* 29px; */
    font-weight: normal;
    letter-spacing: 2px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   
   text-transform:uppercase;
   
}
.view .mask .legend p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  -o-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover .mask_no {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 0;
}
.view-first:hover .legend h2, .view-first:hover .legend p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}



/* slider */
#wowslider-container1 { 
  display: table;
  zoom: 1; 
  position: relative;
  width: 100%;
  max-width: 1762px; /* 904px;  100%; */
  max-height:506px; /* 754px; */
  margin:0px auto 0px;
  z-index:90;
  text-align:left; /* reset align=center */
  font-size: 10px;
  text-shadow: none; /* fix some user styles */

  /* reset box-sizing (to boostrap friendly) */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; 
}
* html #wowslider-container1{ width:1920px }
#wowslider-container1 .ws_images ul{
  position:relative;
  width: 10000%; 
  height:100%;
  left:0;
  list-style:none;
  margin:0;
  padding:0;
  border-spacing:0;
  overflow: visible;
  /*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
  position: relative;
  width:1%;
  height:100%;
  line-height:0; /*opera*/
  overflow: hidden;
  float:left;
  font-size:0;
  padding:0 0 0 0 !important;
  margin:0 0 0 0 !important;
}
#wowslider-container1 .ws_images{
  position: relative;
  left:0;
  top:0;
  height:100%;
  max-height:754px;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
  width:100%;
  height:100%;
  max-height:754px;
  display:block;
  color:transparent;
}
#wowslider-container1 img{
  max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
  width:100%;
  border:none 0;
  max-width: none;
  padding:0;
  margin:0;
}
#wowslider-container1 .ws_images > div > img {
  max-height:754px;
}
#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}
#wowslider-container1 .ws-title > div {
  display: inline-block !important;
}
#wowslider-container1 a{ 
  text-decoration: none; 
  outline: none; 
  border: none; 
}
#wowslider-container1  .ws_bullets { 
  float: left;
  position:absolute;
  z-index:70;
}
#wowslider-container1  .ws_bullets div{
  position:relative;
  float:left;
  font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
  line-height: 0;
}
#wowslider-container1  .wsl{
  display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
  position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}
#wowslider-container1 .ws_photoItem {
  background: #fff;
}
#wowslider-container1 .ws_photoItem > div {
  left: 2em;
  right: 2em;
  top: 2em;
  bottom: 2em;
}

#wowslider-container1.ws_gestures {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets {
  display: none;
}
#wowslider-container1.ws_video_playing:hover .ws_bullets {
  display: block;
}
/* IE fix because it don't show controls on hover if frame visible */
#wowslider-container1.ws_video_playing_ie .ws_bullets,
#wowslider-container1.ws_video_playing_ie a.ws_next,
#wowslider-container1.ws_video_playing_ie a.ws_prev {
  display: block;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}
#wowslider-container1 .ws_video_btn div {
  position: absolute;
  background-image: url(./playvideo.png);
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}
#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}
#wowslider-container1  .ws_bullets { 
  padding: 5px; 
}
#wowslider-container1 .ws_bullets a { 
  font:12px/20px 'Istok Web',Arial,Helvetica,sans-serif; 
  color:#FFFFFF;
  text-align:center;
  margin-left:4px;
  width:20px;
  height:20px;
  background: url(./bullet.png) left top;
  float: left; 
  position:relative;
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
  background-position: 0 100%;  
  color:#000000;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
  background-size: 200%;
  position:absolute;
  top:50%;
  margin-top:-1.8em;
  z-index:60;
  width: 2.6em; 
  height: 3.6em;
  background-image: url("../images/arrows.png");
  background-size: 200%;
}
#wowslider-container1 a.ws_next{
  background-position: 100% 0;
  right:2%;
}
#wowslider-container1 a.ws_prev {
  left:2%; 
  background-position: 0 0;
}
#wowslider-container1 a.ws_next:hover{
  background-position: 100% 100%;
}
#wowslider-container1 a.ws_prev:hover {
  background-position: 0 100%; 
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 2.1em;
    height: 3.6em;
    position: absolute;
    top: 50%;
  margin-top:-1.8em;
    left: 50%;
    z-index: 59;
}

#wowslider-container1 .ws_pause {
  background-size: 100% 200%;
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
  background-size: 100% 200%;
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
  left:50%;
}
#wowslider-container1  .ws_bullets div{
  left:-50%;
}
#wowslider-container1 .ws-title{
  position: absolute;
  bottom:3em;
  left: 0;
  margin-right:0.5em;
  z-index: 50;
  color: #000000;
  text-transform:none;
    font-family: 'Istok Web', Arial, Helvetica, sans-serif;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
  display:inline-block;
  padding:0.5em;
  background:#FFFFFF;
  border-radius:0 0.2em 0.2em 0; 
  -moz-border-radius:0 0.2em 0.2em 0;
  -webkit-border-radius:0 0.2em 0.2em 0;
  opacity:0.6;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); 
}
#wowslider-container1 .ws-title div{
  display:block;
  margin-top:0.5em;
  font-size: 1.6em;
  background:#000000;
  color:#FFFFFF;
}
#wowslider-container1 .ws-title span{
  font-size: 2.2em;
}#wowslider-container1 .ws_images > ul{
  animation: wsBasic 16s infinite;
  -moz-animation: wsBasic 16s infinite;
  -webkit-animation: wsBasic 16s infinite;
}
@keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-moz-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }

#wowslider-container1 .ws_bullets  a img{
  text-indent:0;
  display:block;
  bottom:25px;
  left:-61px;
  visibility:hidden;
  position:absolute;
    border: 3px solid #ffffff;
  max-width:none;
}
#wowslider-container1 .ws_bullets a:hover img{
  visibility:visible;
}

#wowslider-container1 .ws_bulframe div div{
  height:48px;
  overflow:visible;
  position:relative;
}
#wowslider-container1 .ws_bulframe div {
  left:0;
  overflow:hidden;
  position:relative;
  width:122px;
  background-color:#ffffff;
}
#wowslider-container1  .ws_bullets .ws_bulframe{
  display:none;
  bottom:30px;
  overflow:visible;
  position:absolute;
  cursor:pointer;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
    border: 3px solid #ffffff;
}
#wowslider-container1 .ws_bulframe span{
  display:block;
  position:absolute;
  bottom:-10px;
  margin-left:-1px;
  left:61px;
  background:url(./triangle.png);
  width:15px;
  height:8px;
}#wowslider-container1 .ws_bulframe div div{
  height: auto;
}

@media all and (max-width:400px){
  #wowslider-container1 .ws_controls,
  #wowslider-container1 .ws_bullets,
  #wowslider-container1 .ws_thumbs{
    display: none
  }
}


/* footer */
#rss {
  width: 135px;
  height: 45px;
  margin: 5% auto;
  position: relative;
}
#rss a {
  display: block;
}
#rss img {
  width: 35px;
  height: 35px;
}
.lin img:first-child, .lin img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.lin img:first-child {
  visibility: hidden;
}
a.lin:hover img:first-child, a.inst:hover img:first-child {
  visibility: visible;
}
a.lin:hover img:nth-child(2), a.inst:hover img:nth-child(2) {
  opacity: 0;
}
.inst img:first-child, .inst img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 90px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.inst img:first-child {
  visibility: hidden;
}
#txt_legal {
  width: 500px;
  margin: 0 auto;
  font-size: 12px;
  overflow: auto;
}
#txt_legal .aviso, #txt_legal .copyright {
  float: left;
  margin-right: 20px;
}
.aviso::after {    
  content: "|";
  margin-left: 20px;
}


/********** CONTACTO ***********/
#sec_contact {
  margin-top: 5%;
}
#hello {
  font-size: 50px;
}

/* formulario */
#contact {
  width: 40%;
  margin:  0 auto;
}
.campo {       
  width: 100%;
  height: 85px;
  margin-bottom: 20px;
  padding: 25px;
  font-family: raleway;
  font-size: 22px;
  color: #6e6e6e;
  border: 1px solid #B1B2B0;
}
input type["email"] {
  padding:10px 30px;
}
.g-recaptcha {
  margin-bottom: 20px;
}
.boton {
  width: 180px;
  height: 85px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  background-color: #d6336c;
  border: 0;
  display: block;
  cursor: pointer;
}
.mensaje {
  width: 40%;
  margin: 0 auto 30px;
  border: 1px solid #d6336c;
  color: #d6336c;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  background-color: #fef3f7;
}


/* AVISO LEGAL */
#a_legal {
  max-width: 1280px;
  margin: 5% auto;
}
#a_legal h2 {
  margin-bottom: 30px;
}
#a_legal h3{
  margin-bottom: 10px;
}
#a_legal p {
  margin-bottom: 30px;
  line-height: 1.5em;
}
#a_legal br {
  margin-bottom: 10px;
}



/************** Responsive **************/
@media screen and (max-width: 1280px) {
  #presentacion, #hello {
    font-size: 20px;
  }
  .view .mask .legend {
    line-height: 1.1em;
  }
  .view .mask .legend h2 {
    height: 40px;
    font-size: 1.3vw; /* 24px; */
  }
  .view .mask .legend p {
    font-size: 22px;
  }

  #contact {
    width: 50%;
  }

}


@media screen and (max-width: 850px) {
  #presentacion {
    width: 75%;
  }
  #presentacion, #hello {
    font-size: 18px;
  }
  .view .mask .legend {
    line-height: 0.9em;
  }
  .view .mask .legend h2 {
    font-size: 20px;
  }
  .view .mask .legend p {
    font-size: 18px;
  }

  #contact {
    width: 70%;
  }

}


@media screen and (max-width: 767px) {
  #menu {
    float: none;
    margin: 0 auto;
    padding-top: 0;
  }
  #logo {
    float: none;
    width: 180px;
    margin: 30px auto 0;
  }
  #logo img {
    width: 100%;
  }
  #presentacion {
    width: 100%;
  }
  .half {
    width: 100%;
  }

  #contact {
    width: 90%;
  }
  
  
  .view .mask .legend h2 {
		font-size: 17px;
		line-height: 20px;
	}
  
  
  
  
  
  
  
  
}



@media screen and (max-width: 580px) {
  #txt_legal {
    width: 250px;
  }
  .aviso {
    margin-bottom: 8px;
  }
  .aviso::after {
    content: "";
  }
}



@media screen and (max-width: 480px) {
  #presentacion, #hello {
    font-size: 14px;
  }
  .view .mask .legend {
    line-height: 0.7em;
  }
  .view .mask .legend h2 {
    font-size: 16px;
	line-height:18px;
	
  }
  .view .mask .legend p {
    font-size: 14px;
  }
  .video .mask {
    display: none;
  }

  .campo {
    height: 60px;
    padding:18px;
    font-size: 18px;
  }
  .boton{
    height: 60px;
    font-size: 22px;
    font-weight: normal;
  }

  #txt_legal {
    font-size: 10px;
  }
  .cookiesms {
    height: 60px;
  }
}


@media screen and (max-width: 390px) {
  #cookie1 {
    font-size: 12px;
  }
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #myid {position: absolute; top: 10px;}
    .view .masktable {
      display: -webkit-box;
      -webkit-box-pack: center;
      -webkit-box-align: center;
      padding: 0 0%; /* 0 10% */
    }
    .view .mask .legend {
      display: contents; /* unset; */
      vertical-align: unset;
      padding: 0;
    }
    #rss {
      height: 100px;
    }
}

