body{
    font-family: 'Poppins', sans-serif;
}
/* ESTILOS GENERALES */
.color-1{
    color: #fff !important;
}
.color-2{
    color: #000;
}
.color-3{
    color: #23b774;
}
.color-4{
    color: #1c3b7e !important;
}
.bold-3{
    font-weight: 900;
    color: #23b774;
}
.bg-1{
    background: #fff;
}
.bg-2{
    background: #000;
}
.bg-3{
    background: #23b774;
}
.center {
    text-align: center;
}
.b-t{
    border-top: 2px dashed black;    
}
.title-section {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
.desc-section {
    font-size: 17px;
    color: #666666;
    margin-bottom: 5px;
}
.s-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-decoration: none !important;
}
.s-btn:hover {
    background: #1c3b7e;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.btn-conoce-mas:hover {
    background: white;
    color: black !important;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.btn-pruebalo:hover {
    color: white !important;
    background: black;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
section{
    padding: 55px 0;
}
/* END ESTILOS GENERALES */
/* HEADER */
header nav {
    top: 0;
    margin-top: 0;
    padding: 12px 0;
    background: white;
    box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    position: relative;
}
.navbar-brand img{
    width: 170px;
}

header .container{
    display: flex;
    justify-content: space-between;
}
header ul{
    flex-direction: row !important;
}
.navbar-nav > li {
    margin: 0 0 0 20px;
}
.nav-link {
    position: relative;
    padding-top: 15px;
    padding-bottom: 0px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-link:hover{
    color: #7fbfa2;
}
.nav-link.active:after {
    width: 100%;
}
.nav-link:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: #7fbfa2;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
/* END HEADER */
/* BARS BUTTON */
.navbar-toggler {
    display: none;
    border: none;
    padding: 10px 6px;
    outline: none !important;
}
.navbar-toggler span {
    background: #000;
}
.navbar-toggler span + span + span {
    width: 10px;
}
.navbar-toggler span + span {
    margin-top: 4px;
    width: 18px;
}
.navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
/* END BARS BUTTON */
main{
    padding-top: 64px;
}
/* SECTION PRINCIPAL */
.s-principal{
    padding: 0;
    min-height: calc(100vh - 64px);
    background-image: url('../img/bg/banner2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.principal-titulo{
    padding: 0 15px;
    margin-top: 100px;
}
.principal-titulo h1{
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1c3b7e;
    margin: 0;
}
.principal-titulo p{
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}
/* END SECTION PRINCIPAL */
/* SECTION CONOCENOS */
.s-conocenos img {
    width: 78%;
    margin-top: 55px;
}
/* END SECTION CONOCENOS */
/* SECTION SOLUCIONES */
.soluciones-text h3{
    font-weight: bold;
}
.soluciones-text p{
    margin-bottom: 3px;
}
.s-soluciones {
    padding-bottom: 0px;
}
.div-soluciones {
    margin-top: 50px;
}
.s-soluciones .col-xl-4 {
    padding: 2px;
}
.img-solucion img {
    width: 100%;
}
.desc-solucion {
    width: 100%;
    color: black;
    font-weight: 700;
    padding: 10px;
    background: #f6f5f6;
}
.w-1{
    width: 50px;
}
.w-2{
    width: 20px;
}
.w-3{
    width: 22px;
}
.w-4{
    width: 27px;
}
.div-ondas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
}
.ondas {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -90px;
    top: -120px;
    z-index: 2;
    float: right;
}
.icon-onda {
    background: #23b774;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 29px;
    color: #fff;
    padding-left: 7px;
    border-radius: 100%;
    line-height: 2.1;
    z-index: 9;
    top: -30px;
    position: relative;
}
.anim-waves{
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(35, 183, 116, 0.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: ondasanim 3s ease-in-out infinite;
    animation: ondasanim 3s ease-in-out infinite;
}
.onda-1{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.onda-2{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.onda-3{
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes ondasanim {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
@keyframes ondasanim {
  0% { -webkit-transform: scale(0.2, 0.2); transform: scale(0.2, 0.2); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  50% { opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  100% { -webkit-transform: scale(0.9, 0.9); transform: scale(0.9, 0.9); opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
}
/* END SECTION SOLUCIONES */
/* SECTION CONTACTO */
.contact-box{
    margin: 50px 5% 0px;
    position: relative;
    background: #fff;
    box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.contact-img, .contact-form{
    padding: 8%;
}
.contact-form{
    border-left: 1px dashed #ddd;
}
.s-contacto .s-btn{
    margin-top: 9px;
}
.s-contacto img{
    width: 290px;
}
/* END SECTION CONTACTO */
/* FOOTER */
footer{
    text-align: center;
    background: black;
}
footer .container{
    padding: 25px 0;
}
footer img{
    width: 170px;
    margin-bottom: 5px;
}
footer p {
    color: #666666;
    font-size: 14px;
    margin: 0;
}
/* END FOOTER */
