@import url('fonts/fonts.css');
@import url('css/hover.css');
html {
  height: 100%;
}
body{
  background-color: #fff;
  font-family: 'Gibson';
  font-weight: normal;
  font-style: normal;
}
.page1{
  /* The image used */
  background-image: url("img/bg.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clientes{
  /* The image used */
  background-image: url("img/clientes.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page3{
  /* The image used */
  background-image: url("img/industria.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page4{
  /* The image used */
  background-image: url("img/practica.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page6{
  /* The image used */
  background-image: url("img/contacto.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page2{
  height: 100%;
}
.page5{
  height: auto;
  background-color: #e6e7e8;
}
.white{
  background-color: white !important;
}
#page2 .row{

}
#leftHome2{
  /* The image used */
  background-image: url("img/home-2.jpg");
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row{
  margin: 0;
}
.navbar{
  padding: 2.5rem 1rem;
  height: 55px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f1f2f2;
}
#collapsingNavbar{
  margin-right: 1%;
}
.bodyContainer{
  max-width: 100%;
  margin: 0 auto;
}
#logoNav{
  width: 235px;
}
.nav-item a{
  color: #949598;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-left: 0.9rem !important;
  padding-right: 0.8rem !important;
  font-size: 12px;
}
.nav-item a:hover{
  color: #054a7b;
}
.cien{
  width: 100%;
}
#homeValor{
  background-color: #054a7b;
  padding: 25px 10px;
  color: #FFF;
}
.padding-0{
    padding-right:0;
    padding-left:0;
}
.secondHome{
  background-color: #f1f2f2;
  width: 90%;
}
.homeText{
  position: relative;
  top: 47%;
  transform: translateY(-54%);
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  color: #054a7b;
}
.homeText h2{
  font-size: 3em;
  font-weight: 100;
}
.equipoText{
  padding-top: 115px;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  color: #054a7b;
}
.equipoText h2{
  font-size: 3em;
  font-weight: 100;
}
#homeIntro p{
  text-align: justify;
}
#homeIntro{
  position: absolute;
  bottom: 20px;
  color: #FFF;
}
#homeIntro h2{
  font-size: 2em;
}
#IndustryIntro p{
  text-align: justify;
}
#IndustryIntro{
  position: absolute;
  bottom: 20px;
  color: #FFF;
}
#IndustryIntro h2{
  font-size: 2em;
}
.areaIntro p{
  text-align: justify;
}
.areaIntro{
  position: absolute;
  bottom: 20px;
  color: #FFF;
}
.areaIntro h2{
  font-size: 2em;
}
.bulletsHome{
  margin-top: 55px;
}
.bulletsHome .item{
  
  max-width: 350px;
  margin-bottom: 45px;
}
.bulletsHome .item > img{
  float: left;
  margin-right: 15px;
}
.bulletsHome .item > h3{
  line-height: 0.8;
}
.trabajo{
  color: #00395a;
  padding: 55px 25px;
  background-color: #FFF;
}
.conozca{
  text-align: center;
  margin-top:45px;
}
.conozca a, .conozca a:hover, .conozca a:active{
  text-transform: uppercase;
  color: #054a7b;
  letter-spacing: 2px;
  outline: none;
  text-decoration: none;
}
/***************MENU****************/
.main {
    margin: 0 auto;
    display: block;
    height: calc(100% - 5rem);
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    right: 0;
    width: 320px;
    transform: translateX(320px);
    transition: transform 250ms ease-in-out;
    background-color: #f1f2f2;
    z-index: 10;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #58595b;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 32px;
    right: 15px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #054a7b;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

.line{
  border-bottom: 1px solid #c0d2de;
  width: 100%;
}

.current{
  display: block;
}

.none{
  display:none;
}

.extra{
  width: 100%;
  height: 55px;
}

.resize-img{
  padding-left: 40px
}

#christian{
  margin-left: -15px;
}

.actuales{
  margin-left: 15px;
  color: #054a7b;
  padding-top: 10px;
}

.no-margin{
  margin: 0px
}

.employment{
  color: #40a8dd !important;
  font-size: 20px !important;
}

.custom-line{
  line-height: 48px;
}

#banner-r{
  /* The image used */
  background-image: url("img/practica.jpg");
  /* Full height */
  height: auto;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#middle{
  background-color: #e6e7e8;
}

.top{
  vertical-align: top;
}

.spacing{
  padding-left: 18px;
}

.justify{
  text-align: justify;
}

.img-w{
  width: 65px;
}

.areas-text{
  color: #054a7b;
}

.areas-text tr td{
  padding-top: 35px;
}

.title{
  font-weight: 600;
}

.practicas-logo{
  max-width:400px; 
  margin: 0 auto;
}

.table-top{
  padding-top: 125px !important;
}

.col-md-3 .thumbFooter{
  width: 100%;
  bottom: 0;
  background-color: #073a5a;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  padding-left: 5px;
}
.top-p{
  padding-top: 50px;
}

.text h2{
  font-size: 3em;
  font-weight: 100;
  color: #054a7b;
}

.text p{
  color: #003a5c;
}

.scrollD{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: 35px;
}
.scrollD .container {
  position: relative;
  width: 24px;
  height: 24px;
}

.chevron {
  position: absolute;
  width: 20px;
  height: 3px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.footer{
  background-color: #e0e2e2;
  width: 100%;
  height: auto;
}

.pad-footer{
  padding-top: 15px;
  padding-bottom: 5px;
}

.table-center{
  width: 100%;
  height: 100%;
}

.line-f{
  line-height: 17px;
  margin-top: 11px;
}

.right{
  text-align: right;
}

.one-line{
  margin-top: 40px;
  margin-bottom: 0px;
}

.inline{
  display: inline-block;
}
.nav-item{
  font-size: 15px !important;
}
@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.extra-container{
  padding-left: 40px;
  padding-right: 40px;
}

.azul{
  color: #004b7e;
}

.bold{
  font-weight: bold;
}

.text-pad{
  padding-top: 10px;
}

.custom-contacto{
  width: 475px;
}

.blue-block{
  background-color: #054a7b;
  width: 100%;
  height: 175px;
}
.white-txt{
  color: white;
}

.center{
  text-align: center;
}

.buttom{
  padding-bottom: 75px;
}

.map-container{
  background-color: #f1f2f2;
}

.top-pad{
  padding-top:60px
}

.pad-txt{
  padding-top: 21px;
  padding-left: 15px;
}

.contact-input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: #a5a6a7;
  width: 100%;
}

.form-padding{
  padding-top: 60px;
}

.multi-pad{
  padding-top: 45px;
}

select option {
  color: #a5a6a7;
}
select{
  color: #a5a6a7;
}
textarea{
  width: 100%;
  background-color: #f1f2f2;
  color: #a5a6a7;
}
.bttn{
  background-color: #073a5a;
  color: #FFF;
  border: unset;
  width: 100px;
  font-size: 20px;
}


/* .instructor:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border: 3px solid #fd3c3d;
  -webkit-transform:scale(1.08);
  -moz-transform:scale(1.08);
  -ms-transform:scale(1.08);
  -o-transform:scale(1.08); 
  transform:scale(1.08);
}*/

.instructor-container{
  display: inline-block;
  overflow: hidden; 
}

.mobile-footer{
  display: none;
}
.normal-footer{
  display: flex;
}
.pad-left{
  padding-left: 25px;
}
.ex{
  padding-top: 21px;
}
.extraText{
  text-align: justify;
  width: 77.5%;
  margin: 0 auto;
  color: #054a7b;
  padding-top: 9px;
}
.grey-block{
  width: 100%;
  background-color: #d1d3d4;
  height: auto;
}
.clientesT{
  font-size: 19px;
}
.between{
  padding-top: 80px;
}
.line-b{
  border-bottom: solid 1px #6b8fa8;
  height: 1px;
}
.space{
  padding-top: 35px
}
.bamc{
  padding-top: 20px;
}
.general{
  padding-top: 28px;
}
.mini-logo{
  height: 28px;
  width: 25px;
  margin-top: 29px;
}
#resultado{
  padding-top: 15px;
  font-size: 19px;
  color: #565654;
  width: 100%;
}
.bold-footer{
  font-family: 'AvenirLTStd';
  color: #004b7e;
  font-size: 14px
}
.bold-img{
  width: 40px;
}
/******************************MEDIA QUERIES******************************/
@media only screen and (min-width: 1870px) {
  .top-p{
    padding-top: 125px;
  }
  #homeIntro h2{
    font-size: 3.4em;
    line-height: 1;
  }
  #homeIntro p{
    font-size: 1.5rem;
    width: 86%;
  }
  #IndustryIntro h2{
    font-size: 3.4em;
    line-height: 1;
  }
  #IndustryIntro p{
    font-size: 1.5rem;
    width: 86%;
  }
  .areaIntro h2{
    font-size: 3.4em;
    line-height: 1;
  }
  .areaIntro p{
    font-size: 1.5rem;
    width: 86%;
  }
  .custom-line{
    line-height: 70px !important;
  }
  .homeText h2{
    font-size: 5em;
  }
  .equipoText h2{
    font-size: 5em;
  }
  .text h2{
    font-size: 5em;
  }
  .homeText p{
    font-size: 1.1rem;
  }
  .equipoText p{
    font-size: 1.1rem;
  }
  .text p{
    font-size: 1.1rem;
  }
  .homeText{
    max-width: 750px;
  }
  .equipoText{
    max-width: 750px;
  }
  .areas-text p{
    font-size: 1.3rem;
    width: 80%;
    margin: 0 auto;
  }
  .custom-contacto{
    width: 575px;
  }
}
@media only screen and (min-width: 870px) {
  
  .sidebarIconToggle{
    display: none;
  }
  .custom-contacto{
    width: 350px;
  }
  .Gridcategories{
     margin-bottom: 25px;
   }
   .navbar-nav .dropdownLi > a{
     margin-left: 20px;
   }

}
@media only screen and (max-width: 870px) {
  #collapsingNavbar{
    display: none !important;
    width: 100%;
  }
  .margin-row{
    margin-bottom: 0px !important;
  }
  .margin-row div{
    margin-bottom: 25px;
  }
  .navbar{
    width: 100%;
  }
  .logoSpacer{
    display: none !important;
    width: 0px !important;
  }
  #leftHome2{
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  #christian{
    margin-left: 0px;
  }
  .mobile-footer{
    display: flex;
  }
  .normal-footer{
    display: none;
  }
  #logoNav{
    width: 160px;
  }
  .homeText{
    margin-top: 35px;
  }
  .equipoText{
    margin-top: 35px;
  }
  .line-f {
    line-height: 17px;
    margin-top: 2px;
  } 
  .one-line {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .extra {
    width: 100%;
    height: 65px;
  }
  .resize-img {
    padding-left: 0px;
  }
  #banner-r {
    background-image: url(img/practica.jpg);
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .blue-table{
    height: 150px !important;
    text-align: justify;
  }
  .form-padding{
    padding-top: 0px;
  }
  .mobile-pad{
    padding-top: 20px;
  }
  .contact-input {
    outline: 0;
    border-width: 0px 0 0.5px;
    border-color: #a5a6a7;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .homeText{
    margin-top: 15px;
  }
  .equipoText{
    margin-top: 15px;
  }
}
@media only screen and (max-width: 320px) {

}
