.resize{
  width: 150px;
  height: auto;
  padding: .5em;
}
header {
    background: #1c1c1c;
    padding: 15px 20px;
 
}
body {
  font-family: Courier;
  padding: 3% 10% 0% 10%;
  background-color: #800000;
  color: black;
}
h1 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 2%;
  color: black

}
.name{

  font-size: 130%;
  font-weight: bold;
  margin-bottom: 2%;
  color: white;

}
h2 {
  margin-bottom: 5%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  page-break-before: always;
}
p {
  margin: 6% 0% 6% 0%;
}
p a {
  color: goldenrod;
  font-weight: bold;
}
a {
  color: white;
  text-decoration: none;
  font-size: 110%;
}
img {
   max-width: 100%;
}

main {
  background-color: #96e4ae;
  padding: 4%;
  column-count: 3;
}
@media (max-width:1000px) {
  main {
    column-count: 2;
  }
}
@media (max-width:700px) {
  main {
    column-count: 1;
  }
 
}
a.to_nav {
    
    color: #fff;
    background: #1c1c1c;
    text-decoration: none;
    padding: 0 10px;
    font-size: 25px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  border: .1px solid white;
  
}
 
a.to_nav:hover,
a.to_nav:focus {
    color: #1c1c1c;
    background: #FFFF66;
}
/* navigation */
#primary_nav ul{
  list-style: none;
  background: #1c1c1c;
  padding: 3em 0;
}
#primary_nav li a{
  display: block;
  padding: 1em 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
  line-height: 2em;
  border-bottom: 1px solid #383838;
}
#primary_nav li: last-child a{
  border-bottom: none;
}
#primary_nav li a:hover, 
#primary_nav li a:focus{
  color: #1c1c1c;
  background: #FFFF66;
}
select.frecuency {
    border: none;
    font-style: italic;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
    border-bottom: none;
}
select.frecuency:focus {
    outline: none;
    border-bottom: 5px solid #39b3d7;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: -webkit-transform .35s ease-in;
    transition: -webkit-transform .35s ease-in;
}
.free {
    text-transform: uppercase;
}
.input-group {
    margin: 20px auto;
    width: 100%;
}
input.btn.btn-lg,
input.btn.btn-lg:focus {
    outline: none;
    width: 60%;
    height: 60px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input.btn.btn-lg-2,
input.btn.btn-lg-2:focus {
    outline: none;
    width: 100%;
    height: 200px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

button.btn {
    width: 40%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.promise {
    color: #999;
}

.div-div{
    text-align: center;
    padding-top: 2.7em;
}

footer{
 
  color: white;
  background-color: #1c1c1c;
  min-width: 100%;
  padding-left: .1em;
  padding-top: .5em;
  min-width: 80%;

}
iframe{
  max-width: 360px;
 
}
.opt{
  background: white;
  width: 150px;
  text-align: center;
}

/* media query start */
@media only screen and (min-width: 768px){
  a.to_nav{
    display: none;
  }
 /* #primary_nav li a.disappear{
    display: none;
  } */
  #primary_nav{
    position: absolute;
    top: 250px;
    min-width:79%;
    background: none; 
    padding: 0;
   
  }
  #primary_nav li{
   display: inline-block;
    padding: 0
  }
  #primary_nav li a{
   
    border: none;
    padding: 0 10px;
    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
  }
  #primary_nav ul{
    padding: .1em;
  }
    iframe{
    max-width: 260px;
    height: 400px;
  }
  h1 {
  font-size: 175%;
  font-weight: bold;
  margin-bottom: 2%;
  color: black

}
.name {
  font-size: 175%;
  font-weight: bold;
  margin-bottom: 2%;
  color: white;
}
h2 {
  margin-bottom: 5%;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  page-break-before: always;
}
}
  