/*
Fuente:
    Assistant

Colores
    Azul: 598fed
    Celeste: ecf6fd
    Fondo en los iconos: 202020
    
*/
/*
@font-face { font-family: "Assistant"; src: url("../fonts/Assistant-Regular.ttf") format("opentype"); }
@font-face { font-family: "Assistant"; src: url("../fonts/Assistant-SemiBold.ttf") format("opentype"); font-weight: 600; }
@font-face { font-family: "Assistant"; src: url("../fonts/Assistant-Bold.ttf") format("opentype"); font-weight: 700; }
*/
@import url('https://fonts.googleapis.com/css?family=Assistant');
html, body { font-family: 'Assistant', sans-serif; font-size: 16px; color: #000; height: 100%; width: 100%; margin: 0px; padding: 0px; }
input.invalid:invalid { border: 1px solid red; }
.pd0 {padding: 0px;}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*               Header                         */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
header {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
    min-height: 100px;
}
header .izq {
    text-align: left;
    padding: 15px 0px;
}
header .izq img {
    height: 70px;
}
header .der {
    text-align: right;
    padding: 15px 0px;
}
header .der img {
    height: 30px;
    margin: 0 20px;
}
header .der a {
    color: #161616;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
} 
.whatsapp {
    width: 40px;
    margin-left: 20px;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*              footer and Copy                 */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
footer {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background: #1a1a1a;
    padding: 50px 0px;
}
footer .nav {
    text-align: right;
    margin-top: 20px;
}
footer .nav img {
    height: 50px;
}
footer .logo-b {
    height: 70px;
}

/**/
.copy {    
    display: inline-block;
    text-align: center;
}
.copy h6 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
}
.copy .futurite {
    color: #35499b;
}
.copy .metodika {
    color: #35499b;
}
/*  End Copy  */

/****************************************/
/*            gracias                   */
/****************************************/
.body-gracias {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(23,85,159,1) 80%, rgba(23,85,159,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(80%, rgba(23,85,159,1)), color-stop(100%, rgba(23,85,159,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(23,85,159,1) 80%, rgba(23,85,159,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(23,85,159,1) 80%, rgba(23,85,159,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(23,85,159,1) 80%, rgba(23,85,159,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(23,85,159,1) 80%, rgba(23,85,159,1) 100%);
    padding-right: 20%;
}
.gracias {
    padding: 150px 0px 50px;
    text-align: center;
}
.gracias img {
    height: 100px;
    margin-bottom: 50px;
}
.gracias h5 {
    font-weight: 300;
    color: #565656;
    font-size: 35px;
    margin-bottom: 50px;
}
.gracias h5 span {
    color: #35499b;
}
.gracias p {
    font-weight: 300;
    color: #565656;
    font-size: 25px;
    margin-bottom: 70px;
}
.gracias a {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    background-color: #35499b;
    padding: 10px 40px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}
.gracias a:hover {   
    background-color: #568ec7;
}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
/*             Secciones de Pagina              */
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

/****************************************/
/*                Home                  */
/****************************************/
/* h-sec1 */
.h-sec1 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 600px;
    padding: 50px 0px;
    background: url(../img/banner_principal.png) center center no-repeat;
    background-size: cover;
}
.h-sec1 h1 {
    color: #fff;
    margin-top: 100px;
    font-size: 50px;
    max-width: 550px;
}
.h-sec1 h2 {
    color: #fff;
    font-size: 30px;
    max-width: 550px;
}
.h-sec1 .contacto {
    background: rgba(255, 255, 255, 0.80);
    border-radius: 10px;
    padding: 30px;
}
.h-sec1 .contacto h4 {
    font-size: 30px;
    font-weight: 600;
}
.h-sec1 .contacto h5 {
    font-weight: 600;
}
.h-sec1 .contacto input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    border: none;
    background: rgba(255, 255, 255, 0.50);
    outline: none;
}
.h-sec1 .contacto textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
    min-height: 150px;
    border: none;
    background: rgba(255, 255, 255, 0.50);
    outline: none;
}
.h-sec1 .contacto button {
    background: #35499b;
    color: #fff;
    border: none;
    padding: 5px 30px;
    outline: none;
}
.h-sec1 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  font-weight: 600;
}
.h-sec1 ::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: 600;
}
.h-sec1 :-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  font-weight: 600;
}
.h-sec1 :-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: 600;
}


/* h-sec2 */
.h-sec2 {
    display: inline-block;
    width: 100%;
    vertical-align: top;

    padding: 50px 0px;
    background: rgba(53,73,155,1);
    background: -moz-linear-gradient(left, rgba(53,73,155,1) 0%, rgba(53,73,155,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,73,155,1)), color-stop(70%, rgba(53,73,155,1)), color-stop(70%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(53,73,155,1) 0%, rgba(53,73,155,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(53,73,155,1) 0%, rgba(53,73,155,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(53,73,155,1) 0%, rgba(53,73,155,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(53,73,155,1) 0%, rgba(53,73,155,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
}
.h-sec2 .titulo {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-left: 15px;
}
.h-sec2 .titulo h3 {
    color: #fff;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 50px;
}

.h-sec2 .descri {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.h-sec2 .descri p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.h-sec2 .descri li {
    color: #fff;
    font-size: 20px;
}

.h-sec2 .image {
    float: left;
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.h-sec2 .image img {
    width: 100%;
}

/* h-sec3 */
.h-sec3 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 50px 0px;
    background: url(../img/back.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.h-sec3 h3 {
    font-size: 35px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 700px;
}
.h-sec3 img {
    width: 70%;
    margin-bottom: 30px;
}
.h-sec3 h4 {
    margin: 0;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.h-sec3 p {
    max-width: 350px;
    margin: auto;
    margin-bottom: 30px;
}

/* h-sec4 */
.h-sec4 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0px;
    min-height: 400px;
    background: #fff;
}
.h-sec4 h3 {
    font-size: 40px;
    margin: 0;
    margin-bottom: 30px;    
}
.h-sec4 ul {
    list-style: none;
}
.h-sec4 li {
    background: url(../img/iconos-03.svg) 0% 5px no-repeat;
    background-size: 20px;
    padding-left: 40px;
    font-size: 20px;
}
.h-sec4 img {
    width: 100%;
    margin-top: 150px;
}
.h-sec4 p {
    color: #598fed;
    padding-left: 40px;
    font-size: 25px;
    max-width: 750px;
    margin-top: 30px;
}

/* h-sec5 */
.h-sec5 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
    min-height: 400px;
    background: #1a1a1a;
}
.h-sec5 h3 {
    font-size: 35px;
    margin: 0 0 30px;
}
.h-sec5 .servicio {
    min-height: 230px;
}
.h-sec5 .servicio img {
    width: 60%;
    margin-bottom: 30px;
}
.h-sec5 .servicio h4 {
    
}


/* h-sec6 */
.h-sec6 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    color: #fff;
    padding: 50px 0px;
    min-height: 250px;
    background: #35499b;
}
.h-sec6 h3 {
    font-size: 35px;
}


/* h-sec7 */
.h-sec7 {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0px;
    min-height: 500px;
    background: url(../img/contacto.png) center center no-repeat;
    background-size: cover;
}
.h-sec7 h3 {
    font-size: 25px;
    font-weight: 700;
    max-width: 450px;
    margin-top: 100px;
    margin-bottom: 30px;
}
.h-sec7 h4 {
    font-size: 25px;
    max-width: 450px;
    margin-bottom: 30px;
}
.h-sec7 p {
    font-size: 25px;
    max-width: 450px;
    margin-bottom: 30px;
}
.h-sec7 form {
    background: #ecf6fd;
    padding: 25px;
}
.h-sec7 form h5 {
    font-size: 35px;
    margin-bottom: 20px;
}
.h-sec7 form label {
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
}
.h-sec7 form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    background: #cfdae0;
    border: none;
    outline: none;
}
.h-sec7 form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    background: #cfdae0;
    border: none;
    outline: none;
}
.h-sec7 form button {
    background: #35499b;
    color: #fff;
    border: none;
    padding: 5px 30px;
    outline: none;
}


/* Medias query */
@media (max-width: 1200px) and (min-width: 990px) {
    .h-sec2 .titulo h3 {
        max-width: 650px;
    }
    .h-sec4 img {
        margin-top: 100px;
    }
}
@media (max-width: 989px) and (min-width: 768px) {
    .h-sec4 h3 {
        font-size: 30px;
    }
    .h-sec4 ul {
        padding-left: 20px;
    }
    .h-sec4 li {
        background-size: 18px;
        padding-left: 30px;
        font-size: 16px;
    }
    .h-sec4 img {
        margin-top: 150px;
    }
}
@media (max-width: 767px) and (min-width: 480px) {
    header .der {
        width: 70%;
    }
    header .izq {
        width: 30%;
    }
    .h-sec2 {
        background: rgba(53,73,155,1);
    }
    .h-sec2 .descri {
        float: right;
        width: 100%;
    }
    .h-sec2 .image {
        float: right;
        width: 100%;
    }
}
@media (max-width: 479px) and (min-width: 0px) {
    header .der, header .izq {
        width: 100%;
        text-align: center;
    }
    .h-sec1 h1 {
        margin-top: 0px;
        font-size: 30px;
    }
    .h-sec1 h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .h-sec2 {
        background: rgba(53,73,155,1);
    }
    .h-sec2 .descri {
        float: right;
        width: 100%;
    }
    .h-sec2 .image {
        float: right;
        width: 100%;
    }
    .h-sec3 h3 {
        font-size: 25px;
    }
    .h-sec4 h3 {
        font-size: 30px;
    }
    .h-sec4 p {
        font-size: 20px;
    }
    .h-sec5 h3 {
        font-size: 25px;
    }
    .h-sec6 h3 {
        font-size: 25px;
    }
    .h-sec7 h3 {
        font-size: 25px;
        margin-top: 0px;
    }
}


/* Medias query menu hamburguesa */
@media (max-width: 989px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

