@charset "UTF-8";
/*css file*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:700|Oswald');
body{
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100%;
  width: auto;
  height: auto;
  flex-direction: column;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: white;
  font-size: 18px;
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 400;
  background: url(../assets/imagenes/home_bg_xl.jpg);
}
header{
  margin-top: 25px !important;
  background-color: none !important;
}
main {
  flex: 1 0 auto;
}
#logo_foot{
  margin-top: 30px;
}
footer{
  background-color: #046E5F;
  height: auto;
}
.footer-copyright{
  background-color: #069480;
  padding-top: 20px;
  padding-bottom: 0px;
  height: auto;
}
#languages ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
#list-language {
  float: right;
  position: relative;
  top: -50px;
  margin-right: 6px;
  color: #656565;
}
#list-language a{
  display: block;
  color: #656565;
}
#list-language a:hover{
  color: #07ae96;
}
.menu_burguer{
  font-size: 3.5em !important;
  color: #07ae96 !important;
}
.menu_burguer02{
  font-size: 3.5em !important;
  color: white !important;
  text-shadow: 2px 2px  rgba(142, 145, 145, 0.7);
}
.menu_oculto{
  width: 128px !important;
  left: auto;
  margin-left: auto;
  margin-right: auto;
}
.side-nav li>a>i.material-icons{
  color: #07AE96 !important;
}
.icons_menu{
  width: 24px;
  height: 24px;
}
.icon-modify{
  line-height: 0px !important;
  margin-left: 17px !important;
}
.material-icons.md-18 {
  font-size: 1em;
  line-height: 0px;
}
.material-icons.md-54 {
  color: #07ae96;
  font-size: 3em;
  line-height: 0px;
}
.new{
  bottom: -280px;
  position: relative;
}
.side-nav .subheader{
  font-variant: italic !important;
  left: 0px !important;
  right: 0px !important;
}
.social{
  bottom: -280px;
  left: 85px;
  position: relative;
  padding: 0 0px !important;
  margin-left: 10px;
}
#fb{
  background: url(../assets/imagenes/facebook_icon.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
}
#fb:hover{
  background: url(../assets/imagenes/facebook_hover.png) no-repeat;
}
#insta{
  background: url(../assets/imagenes/instagram_icon.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
}
#insta:hover{
  background: url(../assets/imagenes/instagram_hover.png) no-repeat;
}
#you{
  background: url(../assets/imagenes/youtube_icon.png) no-repeat;
  width: 30px;
  height: 30px;
  float: left;
}
#you:hover{
  background: url(../assets/imagenes/youtube_hover.png) no-repeat;
}
#fb_foot{
  background: url(../assets/imagenes/facebook_icon_white.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
#you_foot{
  background: url(../assets/imagenes/youtube_icon_white.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
#insta_foot{
  background: url(../assets/imagenes/instagram_icon_white.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 10px;
}
h1{
  font-size: 1em !important;
  margin: 0 0 0 0 !important;
  line-height: normal !important;
}
h2{
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.4em;
  color: #656565;
  margin-left: auto;
  margin-right: auto;
}
h3{
  font-family: 'Oswald', sans-serif !important;
  font-size: 1em;
  color: #0eAE96;
  margin: 5px 0 5px 0;
  line-height: normal;
}
h4{
  font-size: 0.9em;
  color: #0eAE96;
  margin-left: auto;
  margin-right: auto;
  line-height: normal;
  font-style: italic;
}
h5{
  font-family: 'Oswald', sans-serif !important;
  font-size: 1.8em;
}
h6{
  font-size: 3em;
  color: #0EAE96;
}
p{
  font-size: 1em;
}
@-ms-keyframes hvr-push {
  50% {
    -ms-transform: scale(0.8);
  }
  100% {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -ms-animation-name: hvr-push;
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -ms-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@media only screen and (max-width: 1024px){
  .responsive-img{
    width: 90%;
    height: auto;
  }
  .new{
    bottom: -200px;
  }
  .social{
    bottom: -200px;
  }
}
@media only screen and (max-width: 992px) {
  body{
    background: url(../assets/imagenes/home_bg_md.jpg);
  }
}
@media only screen and (max-width: 768px){
  .new{
    bottom: -150px;
  }
  .social{
    bottom: -150px;
  }
}
@media only screen and (max-width: 600px){
  body{
    background: url(../assets/imagenes/home_bg_s.jpg);
  }
  .icon-modify{
    margin-left: 0px !important;
  }
  .new{
    bottom: -100px;
  }
  .social{
    bottom: -100px;
  }
}
@media only screen and (max-width: 480px){
  .responsive-img{
    width: 80%;
    height: auto;
  }
  .new{
    bottom: -50px;
  }
  .social{
    bottom: -50px;
  }
}
@media only screen and (max-width: 414px;) {
  body{
    background: url(../assets/imagenes/home_bg_xs.jpg);
  }
}
