html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
    font-family: 'Raleway', sans-serif;
    margin:0;
    color:#2625FF;
    background:#e6f0ff;
    }
/* Accept cookies popup */
.showCookies{
    display:block;
    width:100%;    
    background:gray;
}
.cookiesAccepted{
    display:none;
}
.cookie_container{
    width:85%;
    margin:0 auto;
    padding:3px;
    font-family: 'Raleway', sans-serif;
    
}
.cookie_text{
    display:inline-block;
    color:white;
    width:65%;
    vertical-align:middle;
    margin:0;
    padding:0;
    font-size:11px;
    text-align:left;
}
.cookie_button{
    display:inline-block;
    width:80px;
    vertical-align:middle;
    border-radius:5px;
    background:#DF01D7;
    color:white;
    cursor: pointer;
    border-color: #00AA66;
    border-style: none;
    margin-left:20px;
    padding:2px;
}
/*header section styling*/
.grad-header {
    background:#e6f0ff;
    height:100vh; 
}
.grad-header .header-top,
.grad-header .header-middle,
.grad-header .header-bottom,
.grad-header .flechita{
    display: block;
	vertical-align: top;
}
.grad-header .header-top{
    padding:2.75vh 0vw 2.75px 2.72vw;
}
.GBL-logo-link{
    display: inline-block;
}
header .GBL-logo-link .GBL-logo{
    height:80px;
}
.social{
    height: 20px;
    vertical-align: middle;
    margin-right:6px;
}
.header-right{
    margin-right: 10px;
    text-align: right;
    display: inline-block;
    float:right;
}
.header-right2{
    display: none;
}
a{
    text-decoration: none;
}
select.select_lang{
      /* make arrow and background */

  background-image:url('../images/abajo_SF.png');
    
  background-position:
    calc(100% - 4px) calc(0.5em + 1px),
    100% 0;
  background-size:
    15px 15px,
    2em 2em;
  background-repeat: no-repeat;
  background-color: transparent;

  /* styling and reset */

  border: thin solid #2625FF;
  font: 300 0.9em/100% "Helvetica Neue", Arial, sans-serif;
  color: #2625FF;
  line-height: 1.5em;
  padding: 0.3em 1em 0.3em 0.1em;

  /* reset */

  border-radius: 3px;
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
}
.iniciar{
    text-decoration: none;
    margin-right: 10px;
    color:#2625FF;
    background-color: transparent;
    border:none;
    font-size: 16px;
}
img.carrito,
img.persona{
    width: 25px;
    margin-right: 5px;
    vertical-align: middle;
}
img.arrow_abajo{
    width: 10px;
}
.drop{
    display: none;
    position: absolute;
    background-color:#2625FF;
    border-bottom: solid #2625FF 1px;
    border-left: solid #2625FF 1px;
    border-right: solid #2625FF 1px;
    margin-top: 2px;
    font-size: 18px;
    padding: 10px;
    border-radius:0px 0px 6px 6px;
    right: 30px;
}
.drop a{
    text-decoration: none;
    color:#e9f7fc;
}
.drop a:hover{
    color:#A45AB5;
}
.drop:hover{
    border: solid 1px #A45AB5;
}
.down{
    display: block;
}
.drop form button{
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    text-decoration: none;
    color:#e9f7fc;
    border:solid 1px #2625FF;
    font-size:18px;
    background-color: transparent;
    margin-top:10px;
    cursor: pointer;
}
.drop{
	cursor:auto;
}
.drop form button:hover{
	color:#A45AB5;
}
.iniciar{
    display: inline-block;
    cursor: pointer;
}

h2.hola{
    display: inline;
    font-size:18px;
    color:#e9f7fc;
    margin:0;
    margin-right:15px;
    vertical-align: middle;
}
.header-right form{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;   
}
.header-right form button{
    font-family: 'Raleway', sans-serif;
}
.iniciar:hover{color:#A45AB5;}

/*Menu (nav) section styling*/

nav{
    display:block;
}
ul.topnav{
    list-style-type: none;
    margin:0;
    padding:0;
    overflow:hidden;
}
ul.topnav li{
    float: left;
}
ul.topnav li a{
    display: inline-block;
    color: #2625FF;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
}
a.icon{
    color:#2625FF;
    vertical-align: middle;
    display: none;
    font-size: 24px;
}
ul.topnav li a:hover,
a.icon:hover{
    color:#A45AB5;
}
@media screen and (max-width:710px) {
    nav{
        display: block;
        float: none;
    }
    ul.topnav li {
      display: none;
    }
    ul.topnav.responsive {
      position: absolute;
      background-color: #2625FF ;
      border-bottom: solid #2625FF 1px;
      border-left: solid #2625FF 1px;
      border-right: solid #2625FF 1px;
      width:90%;
      margin-left:10%;
      border-radius: 6px 0px 0px 6px;
      height: 40vh;
      box-shadow: 0px 3px 2px #0e4458
    }
  ul.topnav.responsive li {
    float: none;
    display: block;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
    color: #e9f7fc;
    font-size:20px;
  }
    ul.topnav li a:hover{
    color:#A45AB5;
    }
}
/*MAsseage top*/

.grad-header .header-middle{
    height:66vh;
    vertical-align: middle;
}
.header-middle .main-text{
    float: left;
    width: 50%;
    vertical-align: middle;    
}
.header-middle .main-text h1{
    vertical-align: middle;
    text-align:center;
    font-size:40px;
    color:#2625FF;
    margin-bottom: 70px;
    margin-top:70px;
}
.header-middle .main-text .accion2{
    text-align: center;
    width:80%;
    margin: 0 auto;
}
.header-middle .main-text a{
    display: block;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
    border-radius: 6px;
    font-weight: 800
}
video{
    border-radius:5px;
    height:450px;
    width:450px;
}
#mue{
    background: #d4bee5;
    color: snow;
}
#com{
    background-color: #F10310;
    color:white;
}
.header-middle .main-foto{
    float: right;
    width:50%;
    text-align: center;
}
.header-middle .main-foto .ampolleta{
    height:63vh;  
}
.flechita img{
    height: 35px;
}
.flechita{
    text-align: center;
}
@media screen and (max-width:710px) {
    .cookie_container{
        width:100%;
    }
    .cookie_text{
        width:70%;
        font-size:9px;
    }
    .cookie_button{
        width:70px;
        font-size:11px;
        padding:10px;
        text-align:center;
    }
    header .GBL-logo-link .GBL-logo{
        height:70px;
    }
    a.icon,
    a.GBL-logo-link{
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    .header-right{
        display: inline-block;
        float:right;
        margin-right: 20px;
        margin-top: 26px;
        
    }
    .social{
        display: none;
    }
    .header-middle .main-foto{
        display: none;
    }
    .header-middle .main-text{
        float: none;
        display: block;
        width: 100%;
    }
    .header-middle .main-text h1{
        text-align: center;
        width: 100%;
    }
    select.select_lang{
    padding: 0.3em 1.3em 0.3em 0.1em;
  }
}