@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;600;700&display=swap');
body{
    font-family: 'Signika', sans-serif;
}
.navbar{
    padding-left: 5%;
    padding-right: 5%;
}
.navbar-brand img{
    width: 100%;
}

.navbar-dark .navbar-brand {
    width: 10%;
    position: absolute;
}

.bd-placeholder-img{
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
    color: #2d2d2d;
    font-size: 15px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar .nav-item {
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar .collapse.navbar-collapse{
    margin-top: 35px;
    width: 80%;
}

.navbar .btn-success {
    color: #fff;
    background-color: #046b98;
    border-color: #016a97;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 26px;
}

.navbar-fixed {
    background: #FFF;
    border-bottom: 1px solid #CCC;
    height: 110px;
}

.navbar-fixed .navbar-brand img {
    width: 120px;
}

.navbar-fixed .collapse.navbar-collapse {
    margin-top: 0px;
    
}

.navbar-fixed .navbar-nav .nav-link {
    color: #2d2d2d;
}

.navbar-nav{
    width: 930px;
    margin-left: auto;
    margin-right: auto !important;
}
.navbar-fixed .nav-item {
    list-style: none;
    
}

.navbar-fixed #menu-contact {
    padding-top: 0px;
}

#menu-contact {
    padding-top: 0px;
    position: absolute;
    right: 0px;
}


#menu-contact {
    padding-top: 30px;
    width: 10%;
}
.fullsize{
    width: 100%;
}
.gray{
    background:#e8e8e8;
    
}
section{
    padding-top: 50px;
    padding-bottom: 50px;
}

img.hr{
    width:150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

h2.title{
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}
.carousel-indicators {
    bottom: -20px;
}

.carousel-indicators li {
    background-color: #ffffff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 2px solid #046b98;
    margin-right: 13px;
    margin-left: 13px;
}
.carousel-indicators .active {
    background: #046b98;
}
#quienes_somos{
    position: relative;
}
#quienes_somos h3{
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 67%;
    text-align: center;
    font-weight: 300;
}
#gotas {
    background: url(/img/gotas.png);
    height: 240px;
    position: absolute;
    top: -179px;
    z-index: 4;
    width: 100%;
    background-size: 100%;
    margin-bottom: -190px;
    background-repeat: no-repeat;
}

.photo{
    margin-bottom: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-position: center;
    background-size: 196%;
    position: relative;
}

.photo .hover {
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    background-color: rgb(4 107 152 / 91%);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: none;
    cursor: pointer;
}

.photo:hover .hover{
    display: block;
}

.photo h5{
    font-size: 80px;
    color: #FFF;
    font-weight: 100;
    margin-top: 35%;
    text-align: center;
}

.h190 h5{
    margin-top: 12%;
}


.h300 .photo{
    height: 300px;
}

.h190 .photo{
    height: 190px;
}

.radius{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.item-industria img{
    width: 100px;
}

.item-industria {
    font-size:20px;
}

.tetra {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #016a97;
    margin-bottom: 30px;
}
footer {
    background: #02648e;
    height: 120px;
    padding-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
}
footer #logo-footer{
    width: 200px;
}
footer ul li img{
    width: 80px;
}
footer ul{
    width: 440px;
    float: right;
}
footer ul li{
    float: left;
    list-style: none;
    margin-left: 10px;
    margin-right: 10px;
}

#caracteristicas {
    background: #02648e;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 100px;
    position: absolute;
    width: 110%;
    left: -40px;
}

#caracteristicas ul{
    padding-left: 10px;
    padding-right: 10px;
}
#caracteristicas ul li{
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    color:#FFF;
}
#caracteristicas ul li img {
    width: 51%;
    margin-left: 5%;
    margin-right: 5%;
}

#caracteristicas ul li p{
    font-size:12px;
}

.btn-primary {
    color: #fff;
    background-color: #299016;
    border-color: #299016;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 14px 40px;
    text-transform: uppercase;
    font-size: 18px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #299016;
    border-color: #299016;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #299016;
    border-color: #299016;
    box-shadow: 0 0 0 0.2rem #299016;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #299016;
    border-color: #299016;
}

#modal-gallery .modal-dialog{
    width: 70%;
    max-width: 100%;
}

.fancybox-image, .fancybox-spaceball {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF;
    background: #046b98;
    border-radius: 30px;
}

.navbar-fixed .navbar-nav .nav-link {
    font-size: 15px;
}

.navbar-toggler {
    padding: 0px;
}

.navbar-toggler img{
    width: 40px;
}

.persona{
    position: relative;
    margin-bottom: 80px;
    padding:10px;
}
.persona img{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.persona .text {
    position: absolute;
    bottom: -40px;
    background: #02648e;
    width: 80%;
    right: -20px;
    color: #FFF;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 12px;
}

.persona h3{
    font-size: 13px;
    margin-bottom: 4px;
}
.persona p{
    margin-bottom: 4px;
    font-weight: 100;
    font-size:13px;
}

#FormContact {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

#FormContact .form-control{
   margin-top: 30px;
   background:#abd2e2;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   border:0px;
   padding:20px;
   font-size: 12px;
}

#FormContact .form-control.error {
    background: #ff00001f;
}

#FormContact label.error {
    margin-bottom: 0px;
    color: red;
}

#FormContact button[type=submit]{
    background: #02648e;
    color: #FFF;
    padding: 8px 30px;
    -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   border: 0px;
   text-transform: uppercase;
   float: right;
   margin-bottom: 30px;
   margin-top: 30px;
}

#FormContact .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #02648e;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
}

#FormContact .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #02648e;
    text-transform: uppercase;
}

#FormContact .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #02648e;
    text-transform: uppercase;
}

#modal-contacto .close{
    background: #02648e;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #FFF;
    margin-bottom: 20px;
    margin-right: 15px;
}

.navbar-dark:not(.navbar-fixed) .navbar-brand {
    display: none;
}


.navbar .btn-secondary{
    color: #fff;
    background-color: #046b98;
    border-color: #046b98;
}


.navbar .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #046b98;
    border-color: #046b98;
}

.navbar.es.navbar-fixed .navbar-nav {
    width: 1160px;
}

.navbar.en.navbar-fixed .navbar-nav {
    width: 1057px;
}


.navbar.es:not(.navbar-fixed) .navbar-nav {
    width: 1160px;
}

.navbar.en:not(.navbar-fixed) .navbar-nav {
    width: 1057px;
}

.logo_white {
    position: absolute;
    top: 20%;
    width: 28%;
    left: 36%;
    right: 20%;
}

.fancybox-bg {
    background: #02364c !important;
}

.fancybox-caption__body {
    text-transform: uppercase !important;
}

#industria{
    border-top: 1px solid #d2d9dc;
}