html,
body {
height: 100%;
margin: 0;
font-family: 'News Cycle', sans-serif;
font-weight: : 300;
background-color:white
}
section {
  height: auto;
  min-height: 100vh;
  width: 100vw;
  max-width:100%;
  position: relative;
}
section>div.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100vw;
    max-width:100%;
    background-color: transparent;
    text-align: center;
}

@media (max-width: 800px) {
  section>div.content {
      position: relative;
      transform: none;
      height: auto;
      width: 100vw;
      max-width:100%;
      padding: 15px;
      background-color: transparent;
      text-align: center;
      box-sizing: border-box;
      left: 0;
      top: 0
  }
}

section:nth-child(1) {
  background: #f7960f;
  color: white;
  -webkit-border-bottom-right-radius: 100%;
  -webkit-border-bottom-left-radius: 100%;
  -moz-border-radius-bottomright: 100%;
  -moz-border-radius-bottomleft: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  box-sizing: border-box;
  height: 90vh;
  margin-bottom: 10vh
}

@media (max-width: 800px) {
  section:nth-child(1) {
    background: #f7960f;
    color: white;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-sizing: border-box;
    height: auto;
    min-height: 100vh;
    margin-bottom:0vh
  }
}

section:nth-child(2) {
background: white;
color: #4d4d4d
}

section:nth-child(2) h2 {
 font-weight: normal;
 font-size: 3.5vh;
 line-height: 3.5vh;
}

section:nth-child(2) h3 {
  display: inline-block;
  float: left;
  font-size: 2.5vh;
  line-height: 2.8vh;
  font-weight: normal;
  margin-bottom: 3vh;
}

section:nth-child(2) h4 {
  display: inline-block;
  float: left;
  width: 15vw;
  text-align: left;
  font-size: 4vh;
  padding-bottom: 0.5vh;
}

.dots3 {
  background-position: bottom left;
  background-size: auto 1.2vh;
  background-image: url(/images/3dots.png);
  background-repeat: no-repeat;
}

.dots2 {
  background-position: bottom left;
  background-size: auto 1.2vh;
  background-image: url(/images/2dots.png);
  background-repeat: no-repeat;
}

section:nth-child(2) ul, section:nth-child(2) ul li  {
  display: inline-block;
  width: 20vw;
  float: left;
  text-align: left
}

@media (max-width: 800px) {
  section:nth-child(2) h4 {
    width: 100vw;
    max-width: 100%
  }

  section:nth-child(2) ul, section:nth-child(2) ul li  {
    width: 100vw;
    max-width: 100%
  }

}

section:nth-child(2) img  {
  max-height: 65vh;
}

section:nth-child(3) {
  background: #f7960f;
  color: white
}
section:nth-child(3) div.col {
  width: 50vw;
  max-width: 50%;
  display: inline-block;
  text-align: center;
  float: left;
  font-size: 3vh;
  font-weight: normal;
}

@media (max-width: 800px) {
  section:nth-child(3) div.col {
    width: 100vw;
    max-width: 100%;
    display: inline-block;
    float: none;
  }
}

section:nth-child(3) div.col img  {
  max-height: 65vh;
  max-width: 90%
}

section:nth-child(3) div.col img.logo3  {
  max-width: 20vh;
  height: auto;
  margin-bottom: 3vh
}

section:nth-child(3) div.col img.imgventa {
  margin:2vh auto;
  height: 20vh
}

section:nth-child(4) {
  background: white;
  color: #333;
  text-align: left
}
section:nth-child(4) h2{
  font-size: 5vh;
    color:#ff8200;
    font-weight: normal;
    margin-bottom: 2vh
}
section:nth-child(4) strong {
  color:#ff8200
}

section:nth-child(4) .content {
  width: 80vw;
  text-align: left;
}
@media (max-width: 800px) {
  section:nth-child(4) .content {
    width: 100vw;
    max-width: 100%;
    text-align: left;
  }
}

section:nth-child(4) .content p {
  font-size: 2.5vh;
  margin-bottom: 2vh
}

section:nth-child(5) {
  background: #ff8200;
  color: #333;
  text-align: left
}

section:nth-child(5) .blockLeft {
  display: inline-block;
  box-sizing: border-box;
  float: left;
  max-width: 60%
}

section:nth-child(5) .blockRight {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  max-width: 35%
}

section:nth-child(5) h2{
  font-size: 5vh;
    color:white;
    font-weight: normal;
    margin-bottom: 2vh;
    text-align: left;
}
section:nth-child(5) strong {
  color:white
}

section:nth-child(5) .content {
  width: 80vw;
  text-align: left;
}

section:nth-child(5) .content p {
  font-size: 2.5vh;
  margin-bottom: 2vh
}

section:nth-child(5) img  {
  max-height: 65vh;
}

@media (max-width: 800px) {
  section:nth-child(5) .blockLeft {
    display: inline-block;
    box-sizing: border-box;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: left
  }

  section:nth-child(5) .blockRight {
    display: inline-block;
    box-sizing: border-box;
    float: none;
    width: auto;
    max-width: 100%;
  }

  section:nth-child(5) .content {
    width: 100vw;
    text-align: center;
  }

  section:nth-child(5) img  {
    max-width: 100%;
    width: auto;
    height: auto;
  }

}

footer {
  background-color: #333;
  color:white;
  width: 100vw;
  max-width: 100%;
  text-align: center;
  font-size: 2vh;
  padding:3% 0;
  box-sizing: border-box;
}

footer a {
  color: white;
  text-decoration: none;
  transition:all 0.5s
}

footer a:hover {
    color: #ff8200
}

cite {
  clear: both;
  display: inline-block;
  float: none;
  padding: 3em 3em 2em 3em;
  max-width: 60vw;
  font-size: 2vh
}
img {
  max-width: 100%;
  max-height: 100vh
}
h1,h2,h3,h4,h5,h6,p {
  margin: 0;
  padding: 0
}
ul, ul li {
  list-style: none;
  margin: 0;
  padding: 0
}
ul {
  margin-bottom: 2em
}
ul li {
  font-size: 2.5vh
}
h1 {
  font-size: 6vh;
  font-weight: normal;
}
.logo{
  max-height: 25vh;
  max-width: 80vw;
  clear: both;
  margin: 0 auto;
  display: block;
}
/*alineacion*/
.aRight {
  text-align: right;
}
.aLeft {
  text-align: left;
}
.aCenter {
  text-align: center;
}
.blockNoFloat {
  display: inline-block;
  padding-left: 5vw;
  box-sizing: border-box;
}

.clearfix {
  display: block;
  width: 100%;
  clear: both;
}

.orange{
  color:#f7960f
}

.bloquemayus {
  font-size: 3vh;
  line-height: 3vh;
}

.mt2vh {
  margin-top: 2vh
}

@media (max-width: 800px) {
  .nomobile {
    display: none
  }
}
