*{
  margin: 0;
  padding: 0;
  outline: none;
}
body{
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
a:hover, a:focus, a:active, a:visited{
  text-decoration: none;
}
#mainMenu {
  position: fixed;
  background: #fff;
  width: 80%;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: .7s ease;
  z-index: 1000;
  height: 70px;
  padding: 3px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 25px 15px rgba(0,0,0,.08)}
#mainMenu img{
  height: 64px;
}
#mainMenu .llama{
  background: #2c4a98;
  color: #fff;
  height: 64px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 23px;
  text-transform: uppercase;
}
#mainMenu .llama p{
  margin: 0;
}
#mainMenu .llama a{
  color: #fff;
}
#mainMenu nav{
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 700;
}
#mainMenu nav a{
  margin: 0 8px;
  color: #2c4a98
}
#mainMenu.affix {
  top: 0px;
  width: 100%;
  position: fixed;
  margin: 0;
  height: 70px;
}
#principal{
  width: 100%;
  height: 100vh;
}
#principal .gde{
  background: linear-gradient(rgba(44, 74, 152, 0.5),rgba(44, 74, 152, 0.5)), url('../img/fondo-p.jpg') top no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  color: #fff;
}
#principal .gde h1{
  font-weight: 700;
  font-size: 60px;
  text-transform: uppercase;
  position: absolute;
  top: 250px;
  left: 10%;
}
#principal #smll{
  background: url('../img/fondo-f.jpg') center no-repeat;
  background-size: cover;
  z-index: 100;
  width: 33.33%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  transition: 1s ease;
}
#principal #smll.affix{
  right: -100%;
}
.formulario{
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding:  0 30px ;
}
.formulario h2{
  color: #2c4a98;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 25px;
  margin-top: 0;
}
.formulario input, .formulario textarea{
  width: 100%;
  border: none;
  margin-bottom: 20px;
  padding: 8px 15px;
  border-radius: 6px;
  resize: none;
  box-shadow: 0 0 5px 5px rgba(0,0,0,.04)
}
.formulario textarea{
  height: 70px;
}
.formulario .left{
  text-align: left;
}
.formulario button{
  background: #2c4a98;
  color: #fff;
  text-transform: uppercase;
  width: 110px;
  padding: 5px 0;
  border-radius: 6px;
  border: none;
  margin-top: 15px;
}
#segunda{
  background: #2c4a98;
  display: flow-root;
}
#segunda .gde{
  float: left;
  width: 66.66%;
  padding: 85px 50px;
  background: #fff;
  z-index: 90;
position: relative;
box-shadow: 5px 10px 20px 5px rgba(0,0,0,.3)
}
#segunda .gde h2{
  text-transform: uppercase;
  color: #2c4a98;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 35px
}
#segunda .gde p{
  font-size: 18px;
  margin-bottom: 25px;
  text-align: justify;
}
#segunda .smll{
  float: left;
  width: 33.33%;
  background: #2c4a98;
  padding: 85px 50px;
}
#segunda .smll h2{
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 35px
}
#segunda .smll p{
  font-size: 18px;
  margin-bottom: 25px;
  text-align: justify;
  color: #fff;
}
#info{
  padding: 85px 0;
  background: #2c4a98;
  color: #fff;
}
#info h2{
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 35px;
}
#info .logro{
  text-align: center;
  border-left: solid 4px #fff;
  padding: 20px 0;
}
#info .logro b{
  font-size: 110px;
  font-weight: 800;
  line-height: 110px;
}
#info .logro p span{
  text-transform: uppercase;
  font-size: 18px;
}
#desarrollo{
  padding: 80px 0;
  text-align: center;
}
#desarrollo h2{
  font-size: 35px;
  color: #2c4a98;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#desarrollo h3{
  font-size: 21px;
  color: #2c4a98;
  margin: 0;
  margin-bottom: 30px;
}
#desarrollo img{
  margin: auto;
  max-width: 85%;
}
#desarrollo table{
  width: 100%;
  text-align: center;
  font-size: 20px;
  max-width: 500px;
  margin: 30px auto;
  box-shadow: 0 0 15px 5px rgba(44, 74, 152, 0.08);
}
#desarrollo table th{
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
#desarrollo table p{
  padding: 10px 0;
  margin: 0;
}
#tabla>tbody>tr:nth-of-type(odd){
  background: #f0f0f0;
}
#video{
  padding: 150px 0;
  background: linear-gradient(#fff 40%, #2c4a98 40%);
}
#video img{
  margin: auto;
}
#precios{
  background: #2c4a98;
  padding: 50px 0 100px;
  color: #2c4a98;
}
#precios h2{
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 0 100px 0;
}
#precios .pricings{
  background: #fff;
  text-align: center;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 20px 8px rgba(0,0,0,.3)
}
#precios .pricings .titulo{
  padding: 50px 0 70px;
}
#precios .pricings .titulo h3{
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  text-shadow: 3px 3px 8px rgba(0,0,0,.5);
}
#bronce .titulo, #bronce .precio{
  background: -webkit-linear-gradient(left, #ba7b43, #e8a568);
  background: -o-linear-gradient(left, #ba7b43, #e8a568);
  background: linear-gradient(to right, #ba7b43, #e8a568);
}
#plata .titulo, #plata .precio{
  background: -webkit-linear-gradient(left, #7a7f84, #a3aeba);
  background: -o-linear-gradient(left, #7a7f84, #a3aeba);
  background: linear-gradient(to right, #7a7f84, #a3aeba);
}
#oro .titulo, #oro .precio{
  background: -webkit-linear-gradient(left, #dbb027, #ffdb66);
  background: -o-linear-gradient(left, #dbb027, #ffdb66);
  background: linear-gradient(to right, #dbb027, #ffdb66);
}
#plata{
  transform: scale(1.05);
  position: relative;
  z-index: 10;
}
#precios .secciones{
  background: #ccc;
  border: solid 6px #fff;
  color: #fff;
  position: relative;
  height: 160px;
  width: 160px;
  margin: -50px auto 0;
  border-radius: 100%;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.2)
}
#precios .secciones h4{
  font-size: 65px;
  font-weight: 800;
  line-height: 100px;
}
#precios .secciones p{
  text-transform: uppercase;
  font-size: 18px;
  margin: -35px 0 0;
}
#precios .puntos{
  padding: 50px 15px;
}
#precios .puntos ul li{
  list-style: none;
  padding: 10px 0 10px 30px;
  color: #444;
  font-size: 16px;
  text-align: left;
  border-bottom: solid 1px #f3f3f3
}
#precios .puntos ul li small{
  font-size: 11px;
  font-weight: 700;
}
#precios .puntos ul li p{
  margin: 0;
}
.precio{
  padding: 40px 0;
  color: #fff;
}
.precio h4{
  font-weight: 800;
  font-size: 40px;
  text-shadow: 3px 3px 8px rgba(0,0,0,.5)
}
#precios a{
  padding: 150px 0 50px;;
  text-align: center;
  margin: auto;
  display: block;
}
#precios a button{
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  color: #2c4a98;
  padding: 25px 35px;
  border: none;
  border-radius: 10px;
  transition: .8s ease;
}
#precios button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px 10px rgba(0,0,0,.3)
}
footer{
  background: #FFF;
  color: #2c4a98;
  text-align: center;
  padding: 40px 0;
}
footer p{
  margin: 0;
  font-weight: 700;
}
footer img{
  height: 32px;
}
@media (max-width: 1300px){
  #info h2{
    font-size: 40px;
    padding-left: 0px;
  }
  #info .logro b {
    font-size: 90px;
  }
}
@media (max-width: 1200px){
  #precios .puntos ul li{
    padding: 10px 0 10px 10px;
  }
}
@media (max-width: 1130px){
  #mainMenu .llama{
    font-size: 20px;
  }
  #segunda .smll h2{
    font-size: 25px;
  }
 #segunda .smll{
       padding: 85px 20px
 }
}
@media (max-width: 992px){
  #mainMenu {
    position: fixed;
    width: 100%;
    top: 0;
    height: inherit !important;
}
#mainMenu nav{
  line-height: 25px;
  margin-top: 5px;
}
#principal .gde h1{
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
#principal .gde{
  background-attachment: inherit;
  background-position: left;
  margin-top: 90px;
}
#principal{
  height: inherit;
}
#principal #smll{
  position: relative !important;
  left: 0 !important;
}
.formulario{
  width: 80%;
  margin: auto;
  top: 0px;
  padding: 30px;
}
#segunda .gde{
  float: none;
  width: 100%;
  box-shadow: none;
}
#principal #smll, #segunda .smll{
  float: none;
  width: 100%;
}
#segunda .smll{
  padding: 40px 20px;
}
#segunda .smll h2{
  font-size: 35px;
}
#info{
  padding: 40px 0;
}
#info h2{
  text-align: center;
  border-left: solid 4px #fff;
}
#info .logro{
  margin-bottom: 15px;
}
#desarrollo{
  padding: 40px 0;
}
#desarrollo .col-md-6:last-of-type{
  margin-top: 20px;
}
#video{
  padding: 150px 0;
  background: linear-gradient(#fff 50%, #2c4a98 50%);
}
#precios .puntos{
  padding: 40px 10px;
}
#plata{
  transform: scale(1);
}
#precios .pricings{
  margin-bottom: 40px;
}
#precios .puntos ul li{
  padding: 10px 0;
  font-size: 14px;
}
.precio h4{
  font-size: 35px;
}
}
@media (max-width: 767px){
  #info .logro, #info h2{
    border: none;
  }
#mainMenu img{
  height: auto;
  width: 100%;
}
#video{
  padding: 50px 0;
}
}
@media (max-width: 600px){
  .formulario{
    width: 100%;
  }
}
@media (max-width: 500px){
  #mainMenu img{
    margin-top: 12px;
  }
  #mainMenu nav a{
    font-size: 12px;
  }
}
