.wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
}

nav {
    background: #1c5391;
    text-align: center;
    padding: 20px;
}

nav > img { width: 180px; }

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home {
/*     background: url(../images/home.jpg) no-repeat center -50px;
    background-size: cover; */
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
    overflow: hidden;
    padding: 250px 0 200px;
}

#home::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(-1px) scale(1.55);
  /* Force the background image to fill the whole element. */
  background-size: cover;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}

.bg1::after {
  background-image: url('../images/home.jpg');
}

#potenciar { padding: 50px 0; }

#potenciar h2 {
    color: #1c5391;
    font-size: 42px;
    font-weight: 100;
    margin: 0;
}

#potenciar p {
    color: #3b7fc3;
    font-size: 21px;
    font-weight: 100;
    text-align: center;
    padding: 0 90px;
}

#potenciar strong { font-weight: 600; }

#porque {
    background: url(../images/porque.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

#contacto {
    background: url(../images/contacto.jpg);
    background-size: cover;
}

.home-text-center {
	color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.fulltext {
    margin: 0px 0 20px;
    width: 100%;
    text-align: center;
}

.sub-hr-orange {
    background: #ff8500;
    display: table;
    margin: 20px auto;
    width: 55px;
    height: 10px;
}

.marginAuto-left {
    margin: 20px auto 50px 0 !important;
}

.margin-bot70 { margin-bottom: 70px; }

.box-elegir {
    padding: 0 15px;
}

.box-elegir p {
    margin-top: 35px;
    color: #dcdcdc;
    font-size: 14px;
    font-weight: 100;
    line-height: 16px;
}

.box-elegir strong {
    color: #fff;
    font-weight: 500;
}

.texto-divisor {
    color: #1c5391;
    padding: 140px 40px;
    line-height: 40px;
}

.texto-divisor ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.texto-divisor h2 {
    font-weight: 600;
    font-size: 2.5rem;
}

.texto-divisor h3 {
    font-size: 32px;
    font-weight: 600;
}

.texto-divisor p,
.texto-divisor ul {
    font-size: 18px;
    font-weight: 100;
}

.textos-form h3 { margin-bottom: 50px; }

.btn_orange {
    background: #ef853f;
    border: solid 2px #ef853f;
    color: #fff;
    display: table;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 0;
    border-radius: 50px;
    padding: 8px 32px;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
}

.btn_orange:hover {
    background: transparent;
    border: solid 2px #ef853f;
    text-decoration: none;
}

.full-img {
    width: 100%;
    display: block;
}

.paddTop15 { padding-top: 15px; }

.paddRight0 { padding-right: 0px; }
.paddLeft0 { padding-left: 0px; }

.textos-form h2, .textos-form h3 { color: #fff; }

/* cols personalizadas */

.col-25 {
    float: left;
    position: relative;
    width: 20%;
}

.fullheight { height: 100%; }

.borderRight-white {
    height: 100%;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
}

.form-control {
    border-radius: 10px;
    color: #1c5391;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    height: 50px;
}

.greybg {
    background: #f7f7f7;
}

/* fin cols */

/* redes sociales */

footer {
    background-color: #205f98;
    text-align: center;
}

.footernum {
    display: none;
    background-color: #2A2B2D;
    padding: 20px 10px;
}

.footernum a {
    color: #fff;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 20px;
}

footer ul li {
    display: inline;
    margin: 0 14px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

.i-social {
    display: inline-block;
    margin-right: 10px;
    width: 27px;
    height: 27px;
    vertical-align: bottom;
}

.socialTexto {
    display: inline-block;
}

.twitter {
    background: url('../images/twitter.png') no-repeat center center;
    background-size: cover;
}

.face {
    background: url('../images/facebook.png') no-repeat center center;
    background-size: cover;
}

.ig {
    background: url('../images/instagram.png') no-repeat center center;
    background-size: cover;
}

.ln {
    background: url('../images/linkedin.png') no-repeat center center;
    background-size: cover;
}

.view-mobil { display: none; }
.view-desktop { display: block; }

/* fin redes sociales */

/*forms y modales */

.modal-enviando {
    background: #00000063;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
}

.mensajeError {
    background-color: #ff7373;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    padding: 0px 16px;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1;
}

.cont-modal {
    display: table-cell;
    vertical-align: middle;
}

h2.enviando {
    text-align: center;
    border-radius: 10px;
    color: #383838;
    background: #fff;
    padding: 50px 100px;
    display: table;
    margin: 0 auto;
}

@media (max-width: 1503px) {

    .texto-divisor { padding: 50px 40px; line-height: 40px; }
    .marginAuto-left { margin: 15px auto 25px 0 !important; }

}

@media (max-width: 1024px) {

    .texto-divisor p, .texto-divisor ul { font-size: 14px; }

}

@media (max-width: 622px) {

    .view-mobil { display: block; }
    .view-desktop { display: none; }

    .footernum {
        display: block;
    }
    .slogan {
    margin-top: 20px;
    display: none;
    }
    .numfooter { display: none; }

    footer ul { padding: 10px; }
    footer ul li {
        display: inline-block;
        margin: 0 4px;
    }

    .home-text-center { padding: 0 20px; }

    #home h1 { font-size: 24px; }

    .sub-hr-orange {
        width: 45px;
        height: 5px;
    }

    #potenciar { padding: 50px 25px; }

    #potenciar p {
        padding: 0;
        font-size: 16px;
        margin: 0;
    }

    .col-25 { width: 100%; }
    .margin-bot70 { margin-bottom: 50px; }

    #porque {
        padding: 50px 25px;
    }

    #potenciar h2,
    #porque h2 {
        font-size: 24px;
    }

    .borderRight-white {
        height: 1px;
        width: 100%;
        background: #e6e6e6;
        position: relative;
        margin: 20px 0 30px 0;
        bottom: 0;
        right: 0;
    }

    /* utiles */

    .paddTop15 {
        padding-top: 0;
    }

    .texto-divisor {
        line-height: 26px;
        padding: 50px 25px;
    }

    .texto-divisor h2 {
        font-size: 1.5rem;
    }

    .texto-divisor h3 {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .btn_orange {
        display: block;
        font-size: 15px;
        padding: 10px 5px;
        text-align: center;
        width: 100%;
    }

    .paddRight0 {
        padding: 0;
    }

    .padd0Mob { padding: 0px; }

    .paddMob { padding: 50px 10px; }

    #contacto .texto-divisor {
        padding: 50px 10px;
    }

    .bg1::after {
      background-image: url('../images/home-mob.jpg');
    }

    /* fin utiles */

}

/* BTN FIXED */

.btn_fixed {
    position: fixed;
    left: 50%;
    bottom: 15px;
    margin-left: -160px;
    width: 100%;
    max-width: 320px;
    transition: ease .6s;
    -moz-transition: ease .6s;
    -webkit-transition: ease .6s;
    transform: translate(0px, 0px);
}

.btn_fixed .btn_orange:hover {
    background: #ef853fd9;
    color: #fff;
    border: solid 2px #ef853f;
    text-decoration: none;
}

.btn_fixedOff {
    transform: translate(0px, 100px);
}

/* FIN BTN FIXED */
