*{
  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Montserrat', sans-serif;
}
section{
  background: white;
}
.sin-padding{
    padding: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 2px;
}

.table p{
  margin: 0 !important;
}
#video video{
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('../video/poster.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade {
  opacity: .5;
}
p{
    text-align: justify;
}
a:hover, a:focus, a:visited, a:active{
  text-decoration: none;
}
#inicio{
  height: 100vh;
  background: rgba(255,255,255,.1);
  position: relative;
}
header p{
  margin: 0;
}
.fijo{
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important;
  transition: .5s ease-in;
  margin-top: 0 !important;
}
header .menu{
  position: fixed;
  width: 90%;
  margin: auto;
  background: #fff;
  color: white;
  z-index: 10;
  display: flow-root;
  top: 0;
  left: 5%;
  right: 5%;
  margin-top: 55px;
  padding: 15px 0;
  transition: .5s ease-in;
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,.3)
}
.menu img{
  margin: auto;
  height: 60px;
}
.menu .llama{
  margin: auto;
  border-radius: 5px;
  color: #0075FD;
  height: 60px;
}
.menu .llama p{
    text-align: center;
}
.menu .llama b{
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 24px;
    line-height: 21px;
}
.menu .llama i{
  margin-right: 6px;
  font-size: 28px;
}
.menu .llama a{
  color: #0075FD;
  font-size: 24px;
  line-height: 28px;
  vertical-align: top;
}
.menu nav{
  line-height: 60px;
  text-align: center;
}
.menu nav a{
  color: #0075FD;
  padding: 5px 8px;
  transition: .4s ease-in-out;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  border-right: solid 1px #0075FD;
}
.menu nav a:last-of-type{
    border-right: none;
}
.menu nav a:last-child{
    border-right: none;
}
.menu nav a:hover{
  color: #0075FD;
}
h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  text-shadow: 3px 3px 3px rgba(0,0,0,.5)
}
h1 small{
  color: white;
  font-weight: 300;
}
h2{
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
h2 small{
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em;
}
#contacto{
  background: #333B4D;
  padding: 100px 0;
  color: white;
}
#contacto h2 small{
  color: white;
}
#slogan{
    padding: 80px 0;
}
#slogan h2{
    color: #333B4D;
}
#slogan h3{
    text-transform: inherit;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    margin: auto;
    color: #333B4D;
}
#slogan h3:after{
    margin: 15px auto;
    width: 200px;
    height: 1px;
}
#contacto input[type="radio"], #contacto input[type="checkbox"]{
    margin: 0 !important;
}
#contacto label{
    font-size: 16px;
    padding: 10px 0;
    font-weight: 300;
    margin-bottom: 20px;
}
#contacto label .bot{
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    padding: 0;
}
#contacto label .bot:checked{
    border-color: #fff;
}
#contacto label .bot:checked:after {
    content: " ";
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 8px;
    height: 8px;
    border-color: #fff;
    border: 1px solid #fff;
}
#contacto input, #contacto textarea{
  background: transparent;
  border: solid 2px white;
  border-radius: 10px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}
#contacto textarea{
  height: 150px;
  resize: none;
}
#contacto input:-ms-input-placeholder{
  color: white;
}
#contacto textarea:-ms-input-placeholder{
  color: white;
}
#contacto input:-moz-placeholder{
  color: white;
}
#contacto textarea:-moz-placeholder{
  color: white;
}
#contacto input::-webkit-input-placeholder{
  color: white;
}
#contacto textarea::-webkit-input-placeholder{
  color: white;
}
#contacto button{
  margin-left: 15px;
  margin-top: 30px;
  background: transparent;
  padding: 5px 50px;
  border: solid 2px #0075FD;
  border-radius: 8px;
  color: #0075FD;
  transition: .7s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
}
#contacto button:hover{
  background: #0075FD;
  color: #333B4D;
}
#ubicacion{
  padding: 100px 0;
}
#ubicacion p{
  font-size: 16px;
  margin-bottom: 20px;
}
#ubicacion p b{
    text-transform: uppercase;
    font-size: 12px;
}
#ubicacion img{
  margin: 20px 0;
  background: #333B4D;
  transition: .7s ease-in-out;
}
#ubicacion figure{
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: .7s ease-in-out;
}
#ubicacion figcaption{
  position: absolute;
  width: 100%;
  transition: .7s ease-in-out;
  top: 0px;
  left: 0px;
  height: 100%;
  color: white;
  transform: scale(1.9);
  opacity: 0;
}
#ubicacion figure figcaption p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,.8);
  transition: .7s ease-in-out;
  text-align: center;
}
#ubicacion figure:hover img{
  opacity: .5;
}
#ubicacion figure:hover figcaption{
  transform: scale(1.3);
  opacity: 1;
}
#gruas{
  padding: 100px 0;
  background: #e9e9e9;
}
#gruas figure{
    text-align: center;
}
#gruas figure a{
    color: #222;
}
#gruas figure img{
    border-bottom: solid 8px #0075FD;
    margin-bottom: 30px;
}
#gruas figure figcaption{
    padding: 0 30px;
}
#gruas h4{
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 15px;
}
#gruas p{
  font-size: 16px;
  margin-bottom: 20px;
}
#fisicas, #virtuales, #compartidas{
    padding: 100px 0;
}
#virtuales{
    background: #e9e9e9;
}
#fisicas h2, #virtuales h2, #compartidas h2{
    font-weight: 400;
    text-align: left !important;
    font-size: 30px;
}
#fisicas h2 small, #virtuales h2 small, #compartidas h2 small{
    text-transform: capitalize;
    font-size: 15px;
}
#fisicas .imagenes, #fisicas .info-ofi, #virtuales .imagenes, #virtuales .info-ofi, #compartidas .imagenes, #compartidas .info-ofi{
    margin-bottom: 30px;
}
#fisicas p, #virtuales p, #compartidas p{
    text-align: left !important;
}
h3{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h3:after{
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #0075FD;
  margin: 5px 10px;
}

#start{
  padding: 100px 0;
}
#start p, #exe p{
  font-size: 16px;
  margin-bottom: 20px;
}
#start img, #exe img{
  margin: 40px 0;
  box-shadow: 3px 3px 6px rgba(0,0,0,.4);
  width: 100%;
}
#exe{
  padding: 100px 0;
  background: #e9e9e9;
}
#exe hr{
  margin-bottom: 40px;
  border-top: 1px solid #fff;
}
footer{
  background: #333B4D;
  color: white;
}
footer p{
  margin: 0;
  padding: 30px 0;
  font-weight: 300;
  letter-spacing: .1em;
  text-align: center;
}
footer p i{
  color: #0075FD;
}
@media (max-width: 1079px){
    header .menu{
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      margin-top: 0;
    }
}
@media (max-width: 970px){
.menu .llama b{
  font-size:16px;
}
.menu .llama i{
  margin-right: 2px;
  font-size: 25px;
}
.menu .llama a{  font-size: 14px;
  line-height: 25px;
}
 .menu nav a{
    padding: 5px 4px;
    font-size: 12px;
  }
}
@media (max-width: 767px){
  .menu nav{
    line-height: 10px;
    margin-top: 15px;
  }
  header .menu{
    width: 100%;
    margin-top: 0;
    left: 0;
  }
}
@media (max-width: 400px){
  .menu .llama b{
    font-size: 12px;
  }
  .menu .llama i{
    font-size: 18px;
  }
  .menu .llama a{
    font-size: 11px;
    line-height: 18px;
  }

}
.btn-mas-info {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 24px; /* MÁS PEQUEÑO */
  font-size: 14px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background-color: #0075FD; /* azul rey */
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover */
.btn-mas-info:hover {
  background-color: #0075FD;
  color: #ffffff;
  text-decoration: none;
}
