/*-------------------------------------
      
	Project:	lmpasteur 
	Version:	1.4.11
    Update:     26/Jun/2020
	Author:     Erik Romero
	Website:    www.linkedin.com/in/erik1402

---------------------------------------*/

/*----------BODY GENERAL----------*/
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/*links*/
a:hover {
    text-decoration: none !important;
    cursor: pointer !important;
}

/*Scrolbar*/
::-webkit-scrollbar {
    width: 10px;
    border-radius: 0;
}

::-moz-scrollbar {
    width: 10px;
    border-radius: 0;
    opacity: 1;
}

::-ms-scrollbar {
    width: 10px;
    border-radius: 0;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    border-radius: 8px;
    border-radius: 0;
}

::-moz-scrollbar-track {
    background-color: #efefef;
    border-radius: 8px;
    opacity: 1;
    border-radius: 0;
}

::-ms-scrollbar-track {
    background-color: #efefef;
    border-radius: 8px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #0a1134;
    border-radius: 0;
}

::-moz-scrollbar-thumb {
    background-color: #0a1134;
    opacity: 1;
    border-radius: 0;
}

::-ms-scrollbar-thumb {
    background-color: #0a1134;
    border-radius: 0;
}

/*Display Desktop and movil*/
@media screen and (max-width: 798px) {
    .version_desktop {
        display: none;
    }
}

@media screen and (min-width: 799px) {
    .version_movil {
        display: none;
    }
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/*----------FONTS----------*/

@font-face {
    /*Titulos */
    font-family: Galano_Grotesque_Bold;
    src: url("../fonts/Galano_Grotesque_Bold.otf") format("opentype");
}

@font-face {
    /*Párrafos */
    font-family: Arial_regular;
    src: url("../fonts/Arial_regular.ttf") format("truetype");
}

.justify{
    text-align: justify;
}

.center{
    margin-left: auto;
    margin-right: auto;
}

/*----------NAVBAR----------*/
@charset "UTF-8";

.navigation {
    height: 90px;
    background: #fff;
    position: fixed;
    z-index: 99;
    font-family: 'Arial';
    -webkit-box-shadow: 0 10px 6px -6px #f6f6f6;
    -moz-box-shadow: 0 10px 6px -6px #f6f6f6;
    box-shadow: 0 10px 6px -6px #f6f6f6;


}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 90px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    float: right;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 90px;
    background: #fff;
    color: #000;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #13176a;
    color: #ffffff;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

nav li .active {
    background: #13176a!important;
    color: #ffffff!important;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    /*background: #14209d;*/
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 70px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #14209d;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}



/* old clases */

.navbarColor {
    /* old sintaxis (Opera y navegadores WebKit-based) */
    background: -prefix-linear-gradient(top, #fff, #fff);

    /* new sintaxis (IE 10 y Firefox 10 en adelante), sin prefijo */
    background: linear-gradient(to bottom, #fff, #fff);
}

.navbarLogo {
    width: 170px;
    padding: 7% 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
}


/*----------COVER----------*/

section {
    width: 100%;
    height: 100vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
    background-position: 50% 50%;
    background-size: cover;
}



.slide-title {
    font-size: 3vw;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Arial';
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 2px 2px 4px black;
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 3vw;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .slide-title {
        font-size: 5vw;
        max-width: none;
        padding-left: 10%;
        padding-right: 10%;
        word-break: normal!important;
    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

/*
.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}*/

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
    cursor: pointer;
    /*background: rgba(0, 0, 0, 0.5);*/
}

.slideshow-navigation-button.prev {
    left: 0;
}

.slideshow-navigation-button.next {
    right: 0;
}
.slideshow-navigation-button.next:focus,.slideshow-navigation-button.prev:focus {
   outline-width: 0px;
  outline-color: transparent;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Arial';
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

/*----------FOOTER----------*/


.SectionFooter {
    background: -prefix-linear-gradient(top, #0a1176, #004680);

    /* new sintaxis (IE 10 and Firefox 10 en adelante), sin prefijo */
    background: linear-gradient(to bottom, #004680, #0a1176);
    color: #868c96;

}

footer {
    background: -prefix-linear-gradient(top, #004680, #004680);

    /* new sintaxis (IE 10 and Firefox 10 en adelante), sin prefijo */
    background: linear-gradient(to bottom, #004680, #004680);
    color: #868c96;

}


.footerimg p {
    color: #868c96 !important;
    font-family: 'Arial';
    padding: 10px 0;
    margin-bottom: -10px;
    font-size: 12px !important;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
}

.footerimg img {
    width: 5%;
    min-width: 70px;
}


/* distribución */

.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;

    padding: 18px 40px;
    font-family: 'Arial';
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: middle;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 33%;
    text-align: center;

}



/* The company logo */

.footer-distributed .footer-left img {
    height: auto;
    width: 100%;
    max-width: 300px;
    padding: 0 1%;
}

.footer-distributed h3 span {
    color: #5383d3;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 33%;


}

.footer-distributed .footer-center i {
    /*background-color: #2f3cf3;*/
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #fff;
    text-decoration: none;
    ;
}


/* Footer Right */

.footer-distributed .footer-right {
    width: 33%;
    letter-spacing: 1pt;
    padding-left: 2%;
}

.footer-company-about h6 {
    line-height: 1.5;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;

}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 798px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}



/*----------TITLE----------*/

.title {
    font-family: 'Galano_Grotesque_Bold';
    text-align: center;
    color: #131735;
    text-transform: uppercase;
}


.section-title.center {
    text-align: center;
    margin: 0% 0 4% 0;
}

.section-title.center h2 {
    margin: 0;
    display: block;
}

.section-title.center .d-line {
    margin-top: 5px;
    margin-left: -10px;
    top: 0;
}

.section-title.center .d-line {
    margin-top: 5px;
    margin-left: -10px;
    top: 0;
}


.d-line {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 5px;
    background-color: #131735;
    border-radius: 10px;
}

.d-line:after {
    content: '';
    position: absolute;
    left: 30px;
    width: 10px;
    height: inherit;
    display: inline-block;
    background-color: inherit;
    border-radius: 10px;
}

.no-radius .d-line:after {
    border-radius: 0;
}



.section-title.center .d-line_fff {
    margin-top: 5px;
    margin-left: -10px;
    top: 0;
}

.section-title.center .d-line_fff {
    margin-top: 5px;
    margin-left: -10px;
    top: 0;
}


.d-line_fff {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
}

.d-line_fff:after {
    content: '';
    position: absolute;
    left: 30px;
    width: 10px;
    height: inherit;
    display: inline-block;
    background-color: inherit;
    border-radius: 10px;
}

.no-radius .d-line_fff:after {
    border-radius: 0;
}


/*----------TEXT----------*/

.TextSection p {
    font-family: 'Arial';
}

.center {
    text-align: center;
}

/*----------ABOUT US----------*/

.AboutUs {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(24, 43, 167, 0.02);
    /*background-image: url(../img/marca_agua.png);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 110% 10%;
    background-size: 650px;
    ;
}

.AboutUs .AboutUsDesk p {
    font-family: 'Arial';
    font-size: 20px;
    padding: 0 10%;
}

.AboutUs .AboutUsMovil p {
    font-family: 'Arial';
    font-size: 16px;
    padding: 0 1%;
}


.AboutUsBtn {
    font-family: 'Arial';
    width: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.AboutUsBtn {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #2f3cf3;
    border-radius: 25px;

    font-family: 'Arial';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.AboutUsBtni {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.AboutUsBtn:hover {
    background-color: #141865;
    cursor: pointer;
}

.AboutUsBtn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


.AboutUsPt2 {
    margin-top: -1%;
    padding-top: 5%;
    padding-bottom: 6%;
    background-color: rgba(24, 43, 167, 0.02);
    padding-left: 13%;
    padding-right: 13%;
}

.AboutUsPt2 p {
    font-family: 'Galano_Grotesque_Bold';
    font-size: 25px;
    line-height: inherit;
    text-align: center;
    margin: 35px 0;
}

.AboutUsPt2 .img1 {
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    width: 100%;
    max-width: 240px;
}

.AboutUsPt2 .img2 {
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    width: 100%;
    max-width: 450px;
}

.item:after {
    margin-left: 50%;
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 70%;
    z-index: -1;
    border-left: 2px dotted rgb(13, 22, 199);
    border-bottom: 2px dotted rgb(13, 22, 199);
}


.TextImg {
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}


/*----------SECTIONBLUE----------*/

.SectionBlue {
    background: linear-gradient(70deg, #004680, #2b36dd);

    -webkit-box-shadow: 0 10px 6px -6px #f6f6f6;
    -moz-box-shadow: 0 10px 6px -6px #f6f6f6;
    box-shadow: -3px 6px 15px 0 rgba(51, 51, 51, 0.3);

}

.SectionBlue p {
    padding: 5% 4%;
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Galano_Grotesque_Bold';
    letter-spacing: 2pt;

}

/*----------CONTACT----------*/

.contact {
    padding-top: 5%;
    padding-bottom: 0%;
    background-color: #fff;
}

.contact img {
    width: 100%;
    border-radius: 15px;
    -webkit-box-shadow: 0 10px 6px -6px #f6f6f6;
    -moz-box-shadow: 0 10px 6px -6px #f6f6f6;
    box-shadow: -3px 6px 15px 0 rgba(51, 51, 51, 0.3);
}



/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*Contact*/

.container-contact100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /*padding: 15px;*/
    background: transparent;
    position: relative;
    z-index: 1;
}

.contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}




/* Form */

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1% 0 1% 0;
   
}


/*Input*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 26px;
}

.label-input100 {
    display: none;
    font-family: 'Arial';
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    text-align: right;

    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;

}

/*---------------------------------------------*/
.input100 {
    font-family: 'Arial';
    font-size: 15px;
    color: #555555;
    line-height: 1.2;

    display: block;
    width: auto;
    background: transparent;
    padding: 0 5px;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;

    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;

    background: #57b846;
}


/*---------------------------------------------*/
input.input100 {
    height: 45px;
}


textarea.input100 {
    min-height: 115px;
    padding-top: 14px;
    padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}


/*Button*/
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.contact100-form-btn {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #2f3cf3;
    border-radius: 25px;

    font-family: 'Arial';
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background-color: #141865;
}

.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}


/*Alert validate*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    font-family: 'Arial';
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*----------OVERVIEW----------*/

.overview {
    margin-top: 170px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(24, 43, 167, 0.02);
    background-image: url(../img/marca_agua.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: -15% center;
    background-size: 594px;
}




.overview p {
    font-family: 'Arial';
    font-size: 16px;
    margin: 0 5%;
}


/*----------RDLab----------*/

.RDLab {

    padding-top: 5%;
    padding-bottom: 0%;
}

.RDLab p {
    font-family: 'Arial';
    font-size: 20px;
    margin: 0 5%;
}




/*----------Products----------*/

.products {
    padding-top: 0px;
    padding-bottom: 0%;
    background-image: url(../img/marca_agua2.png);

    background-repeat: no-repeat;
    background-position: top left;
    background-size: 650px;

}


.products .cucumaria {
    margin: 0% 0%;
    font-family: 'Arial';
    font-size: 20px;
    padding: 170px 10% 8% 10%;
    text-align: justify;
    background-color: rgba(24, 43, 167, 0.02);


}

.products .cucumaria .imgsect {
    margin: 8% 0 5% 0;
}

.products .cucumaria .imgsect p {

    text-align: left;
    margin-left: 25%;
    float: left;
}

.products .echinocaps {
    margin: 0 0;
    font-family: 'Arial';
    font-size: 20px;
    padding: 0% 10% 10% 10%;
    text-align: justify;

    background-color: rgba(24, 43, 167, 0.02);
    background-image: url(../img/marca_agua2.png);

    background-repeat: no-repeat;
    background-position: top left 120%;
    background-size: 650px;

}



/*----------Iconos----------*/

.valoresetica {
    text-align: center;
    background-color: #fff;
}

.valoresetica p {
    font-size: 20px;
    text-align: center;
}

.valoresetica h4 {
    font-size: 20px;
}

.valoresetica img {
    width: 60%;
    margin-bottom: 12%;
}

.circulos {
    margin: 5% 4% 0 4%;
    display: inline-block;
}

span.valorescircle {
    background-color: none;
    
    border-radius: 1.1em;
    -moz-border-radius: 1.1em;
    -webkit-border-radius: 1.1em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 2.1em;
    margin-right: 15px;
    text-align: center;
    width: 2.1em;
    transition: box-shadow .3s;
}

span.valorescircle:hover {
    box-shadow: 10px 10px 35px #aaaaaa;
    cursor: default;
}


/*Servicios */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #14209d!important;
}