@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Expanded');
@import url('https://fonts.googleapis.com/css?family=Lato');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

/* Estilos para etiquetas.*/
.h2select
{
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}

/*------------ Header -------------*/

.h2header {
  font-size: 24px;
  font-family: lato, sans-serif;

}

.link__h2
{
  font-size: 24px;
  font-family: lato, sans-serif;
  text-decoration: none;
  color: white;
}

.divH2Header {
  margin-top: -150px;
}

.banner__div {

}

/*------------ Styles banner.-------------*/

.banner {
  position: relative;
  width: 100%;
  height: 390px;
  color: #fff;
}

.banner .container {

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(+100%);
  width: 100%;

}

.banner .banner__div {
  background: radial-gradient(transparent 8%, black), url('./../../assets/img/banner.jpg') no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;

}

.banner .banner__div1 {
  width: 13%;
  height: auto;
  margin-left: 43%;
}

/*------------ Styles Footer.-------------*/

.footer {
  background: #000000 !important;
  color: #fff;
  position: relative;
  width: 100%;
  height: 220px;
  padding-bottom: 30px;
  /*padding-right: 30px;*/
  padding-top: 30px;
  z-index: 103;
}

.content {
  margin-left: 10%;
}

ul {
  list-style: none;
}

.footer > li:hover {
  color: lightsteelblue;
}

.footer > li {
  display: inline;
  cursor: pointer;
  margin-left: 20px;
}

.email {
  padding: 0 0 15px 0;
}

.email > a {
  font-size: 18px;
  color: white;
  font-family: lato, sans-serif;
}

.email > a:hover {
  color: #5e5e5e;
}

.section2 {
  margin-top: 15px;
}

.politics {
  font-size: 12px;
  color: white;
  font-family: lato, sans-serif;
}

.politics:hover, .termin:hover {
  color: #5e5e5e;
}

.termin {
  font-size: 12px;
  color: white;
  float: right;
  font-family: lato, sans-serif;
}

.love {
  font-size: 10px;
  padding: 0 35px 0 0;
  font-family: lato, sans-serif;
}

.love > img {
  font-size: 30px;
  padding: 0 4px 0 4px;
}

.author {
  font-size: 12px;
  font-family: lato, sans-serif;
}

.logoFooter {
  /*margin-bottom: 80px;*/
  width: 200px;
  height: auto;
  cursor: pointer;
}

.icon-facebook, .icon-twitter, .icon-instagram, .icon-pinter {
  font-size: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 461px) {
  .email > a {
    font-size: 13px;
  }
.author{
  margin-top: -10px;
}

  .icon-facebook, .icon-twitter, .icon-instagram, .icon-pinter
  {
      display: inline;
      cursor: pointer;
      margin-left: -5px
  }
  .box__dragndrop,
  .box__uploading,
  .box__success,
  .box__error
  {
      display: none;
  }

  .box.has-advanced-upload {
    background-color: white;
    outline: 2px dashed black;
    outline-offset: -10px;
  }
  .box.has-advanced-upload .box__dragndrop {
    display: inline;
  }
}

.validations
{
    color: orangered;
    text-align: center;
}

.validations_month
{
    color: orangered;
    text-align: center;
}

.validations_year
{
    color: orangered;
    text-align: center;
}




/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {



}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {



}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {



}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .banner .banner__div1 {
    width: 50%;
    height: auto;
    margin-left: 23%;

    /*background-color: red;*/
  }
}
