*{
  margin: 0px;
  padding: 0px;
}

a{
      color: #0070bf;
}

#pago iframe{
  position: absolute;
  height: 100%;
  width: 100%;
}

#contenedor{
}

body{
  font-family: 'Montserrat', sans-serif;
}
p {
    font-size: 17px;
}
#contenedor{

}
#nav{
  background: #1d1d1d;
  padding: 10px;
}
div#logo img{
  width: 190px;
}
div#logo{
  max-width: 1000px;
  padding-left: 20px;
  margin: auto;
}
#head {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.49);
}
div#titulo{
max-width: 1000px;
padding: 20px;
margin: auto;
}
div#mas{
  max-width: 1000px;
  padding: 20px;
  margin: auto;
}
#titulo h1 {
    margin-top: 50px;
    font-weight: 900;
    font-size: 2.45em;
    color: #ffffff;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}
#titulo h2{
  color: #ffffff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}
video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    -webkit-filter: blur(3px); /* Safari */
  filter: blur(3px);
}

#infomacion {
    margin-top: 20px;
    padding: 10px;
    background: #33363b;
    width: 148px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 45px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}
#infomacion:hover{
background: #1d1e21;
}
#as{
  text-decoration: none;
}
#text{
  width: 100%;
}
#historia{
  max-width: 1000px;
  padding: 20px;
  margin: auto;
  background: #ffffff;
  margin-top: 10px;
  color: #353535;
}

#servicios{
  width: 100%;
  margin: auto;
  background: #0088cc;
  overflow: hidden;
  padding-bottom: 45px;
}
#servicios img{


}
#conServicios{
  max-width: 1000px;
  padding: 20px;
  margin: auto;
  color: #ffffff;
}
div#uno {
  float: left;
  margin-left: 29px;
}
div#dos {
    float: right;
}
#precios{
  width: 100%;
  background: red;
}
#footer{
  width: 100%;
  height: 100px;
  background: #33363b;
}

#contacto{
  max-width: 1000px;
  padding: 20px;
  margin: auto;
  padding-top: 20px;
  color: #ffffff;
}

/*COMPRAR*/
.flex-container-planes {
    display: flex;
    max-width: 1200px;
    margin: auto;
}
.flex-comprar-1 {
    background-color: #efefef;
    width: 400px;
    height: 325px;
    margin: 2px;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #c7c7c7;
    border-radius: 2px;
}
.flex-itemm-2 {
    background-color: #FAFAFA;
    width: 400px;
    height: 345px;
    margin-top: -10px;
      margin-left: -5px;
  margin-right: -5px;
    text-align: center;
    box-shadow:0px 0px 7px 1px #737373;
      z-index: 10;
        border-radius: 2px;
}
.flex-itemm-3 {
    background-color: #efefef;
    width: 400px;
    height: 325px;
    margin: 2px;
    text-align: center;
    box-shadow: 0px 0px 1px 1px #c7c7c7;
      border-radius: 2px;
}

#precio{
  font-size: 120px;
  font-weight: bold;
  color: #0088cc;
}

#comprar{
  background: #0088cc;
  color: #ffffff;
  width: 200px;
  margin: auto;
  padding: 15px;
  font-weight: bold;
 border-radius: 2px;
     margin-top: 10px;
}
#comprar:hover{
  background: #01689b;
}
.flex-container-planes a{
  text-decoration: none;
  color: #ffffff;
}

.tituloPrecio{
  margin: 20px;
}

img#pais {
    width: 20px;
    height: 20px;
    border-radius: 48px;
}

p#ben{
    display: initial;
    background: #0480ff;
    margin-left: 13px;
    margin-top: 20px;
    padding: 10px;
    width: 148px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 45px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

p#ben:hover {
    background: #064a90;
}
div#otrosPaises {
    float: left;
    margin-top: -54px;
    background: #FF9800;
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label{
  cursor: pointer;
}

input[type="checkbox"]:checked + label {
    background: rgba(202, 120, 2, 0.53);
    padding: 6px;
    /* padding-left: 6px; */
    /* margin: 0px; */
}
