@font-face {
    font-family: roboto-bold; /*NAV-BAR*/
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: roboto-regular; /*TEXTO | CONTENIDO*/
    src: url(../fonts/Roboto-Regular.ttf);
}

/*========================= COLORS ============================*/
.blue{
    color: #003a70 !important;
}
.lblue{
    color: #77c5d6 !important;
}
.orange{
    color: #ff841e !important;
}
.bg-orange{
    background-color: #ff841e;
}
.bg-blue{
    background-color: #003a70;
}
.bg-light-grey{
    background-color: #eeeeee;
}
.bg-light-blue{
    background-color: #77c5d6;
}
.border-blue{
    border-color: #003a70 !important;
}
/*============================================================*/
h2, h3, h4, h5{
    font-family: roboto-bold;
}
p, li{
    font-family: roboto-regular;
}
p{
    text-align: justify;
    text-justify: inter-word;
}
.titlle-shadow{
    text-shadow: 6px 2px #003a70;
    font-size: 60px;
}
.font-nav{
    font-family: roboto-bold !important;
}
h2, h4{
    color: #ff841e;
}
.fb, .ig, .wsp{
    width: 20px;
    display: block;
}
.text-banner{
    border-color: #003a70 !important;
}
.rounded-4{
    border-radius: 10px !important;
}
.fs-card{
    font-size: 13px;
}

/*.nosotros{
    background-image: url("../img/BACKGROUNS_ONDAS_NARANJA_CUADRADO.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}*/
.paisaje{
    background-image: url("../img/BACKGROUND_PAISAJE.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.ondas-azules{
    background-image: url("../img/BACKGROUND_ONDAS_CUADRADO.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.contacto{
    background-color: #77c5d6;
}
.card-text{
    font-size: 14px;
}
.icon-about{
    background-color: white;
    border-radius: 50%;
    height: 125px;
    display: flex;
}
.icon-conacto{
    width: 25px;
}
.btn-primary{
    background-color: #003a70 !important;
    border-color: #003a70;
}
.btn-form{
    background-color: #00adba !important;
    border-color: #00adba;
}
.btn-form:hover{
    background-color: #003a70 !important;
    border-color: #003a70;
}
.info{
    color: #003a70;
    border-color: #003a70;
}
.info:hover{
    background-color: #003a70 !important;
    color: white !important;
    text-decoration: none !important;
}
#button.info::after{
    background-color: #003a70 !important;
}

.info-2:hover{
    background-color: #ffffff !important;
    color: #003a70;
}
.product:hover{
    background-color: #ff841e !important;
    color: #ffffff;
    border-color: #ff841e;
}
.btn-contact:hover{
    background-color: #003a70 !important;
    color: #ffffff !important;
    border-color: #003a70;
}

.img-icon{
    height: 100px;
}
.a{
    height: 100px;
    width: 100px;
    margin: auto;
    display: flex;
}
li>.nav-footer:hover{
    color: #ff841e !important;
    cursor: pointer
}
.navbar-nav>.nav-link:hover{
    color: #ff5f00 !important;
    cursor: pointer
}
:link, a:visited, a:active, .politica:hover{
    text-decoration:none;
    color: unset;
}

.galery img {
    border: 8px solid #ffff;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    height: 25px !important;
}
/*==================== LISTA DE PRODUCTOS ====================*/
/*.wrap{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}*/

.wrap h1{
	color: #494B4D;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: 15px 0px;
}

.wrap h1:after{
	content: '';
	width: 100%;
	height: 3px;
	background: #77c5d6;
	margin: 20px 0;
}

.store-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.category_list{
	display: flex;
	flex-direction: column;
	width: 18%;
}

.category_list .category_item{
	display: block;
	width: 90%;
	padding: 15px 0;
	margin-bottom: 20px;
	background: #ff841e;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
    cursor: pointer;
}

.category_list .ct_item-active{
	background: #003a70;
}

/*==================== FIN LISTA DE PRODUCTOS ====================*/

/* ============ PRODUCTOS ============*/

.products-list{
	width: 82%;
	display: flex;
	flex-wrap: wrap;
}


.products-list .product-item{
	width: 22%;
	margin-left: 3%;
	margin-bottom: 25px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.22);

	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: flex-start;

	transition: all .4s;
}

.products-list .product-item img{
	width: 100%;
}

.products-list .product-item a{
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* ============ FIN PRODUCTOS ============*/
html, body 
 {
  overflow-x: hidden
 }

.ir-arriba{
    display:none;
	padding:20px;
	background:#024959;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}
.aviso-cookies {
	display: none;
	background: #ffff;
	width: calc(100% - 40px);
	max-width: 350px;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	box-shadow: 0px 2px 20px 10px rgba(119,197,214,.50);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #77c5d6;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
}

.aviso-cookies .boton:hover {
	background: #ff841e;
}

.aviso-cookies .enlace:hover {
	color: #003a70 !important;
    font-weight: 500;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}

/* BackToTop button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:80px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color: white;
    opacity: 0.95;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    border: 2px solid #77c5d6 !important;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#003a70
}
#scroll:hover {
    background-color: white;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

 /* Style the navbar */
#navbar {
  overflow: hidden;
  
}

/* Navbar links */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky{
  position: fixed !important;
  z-index: 2; 
  background-color: #003a70 !important;
  top: 0;
  opacity: 0.95;
}

.navbar.sticky .nav-link{
    color: white !important;
}

.navbar.sticky .logo-brand{
    display: none;
}

.navbar.sticky .sticky-brand{
    display: inherit !important;
}
.btn-outline-light:hover{
    background-color: transparent;
}

.img-sm-product{
    cursor: pointer;
}

.home{
    background-image: url("../img/slider/aqualia-slide.jpg");
}

/* ================================ TEXT ANIMATION ================================*/
.tittle-slider {
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  }
  @keyframes scale {
    100% {
      transform: scale(1);
    }
  }
  
  .tittle-slider span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
  }
  
  .tittle-slider span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }

  .tittle-slider span:nth-child(7) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }

  .tittle-slider span:nth-child(8) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }

  .tittle-slider span:nth-child(9) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }
  
  .tittle-slider span:nth-child(10) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
  }

  @keyframes fade-in {
    100% {
      opacity: 1;
      filter: blur(0);
    }
  }

/* ================================================================================*/

/* =================================== CARRUSEL ===================================*/
.carousel-control-next, .carousel-control-prev{
    height: 40px !important;
    width: 40px !important;
    border-radius: 60px !important;
    top: 50% !important;
}
/* ================================================================================*/

/* ================================ RESPONSIVE ================================*/

/* `sm` applies to x-small devices (portrait phones, less than 350px)*/
@media screen and (max-width: 350px){
	.products-list .product_item{
		width: 100%;
		margin-left: 0px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .img-icon{
        height: 90px !important;
    }
    .rounded-circle{
        width: 100px !important;
        height: 100px !important;
    }
    .agua_cuerpo{
        width: 60%;
    }
    .text-aqua{
        width: auto !important;
    }
    .nav-link{
        color: white !important;
    }
    .text-banner{
        display: none;
    }
    .col-empty{
        display: none;
    }
    .aqua-footer{
        width: auto !important;
    }
    .nav-footer{
        font-size: 13px;
        text-align: center;
    }
    .text-footer{
        font-size: 16px;
    }
    .certificados{
        width: auto !important;
    }
    .products-list .product-item{
		width: 47.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(2n+1){
		margin-left: 0px;
	}
    .text-copyright{
        font-size: 13px !important;
        text-align: center !important;
    }
    .slider{
        height: 280px;
    }
    .multitreat{
        height: 286px;
    }
    .multitreat-productos{
        height: 146px;
    }
    .multitreat-list{
        height: 111.92px;
    }
    .category_item{
        width: 100% !important;
    }
    .phone{
        display: none;
    }
    .phone-text{
        display: inherit !important;
    }
    .follow{
        display: none;
    }
    .tittle-home{
        display: none;
    }
    .slider-content{
        height: 600px;
    }
    .slider-content img, video{
        object-fit: cover;
        height: 100%;
    }
    .titlle-shadow{
        font-size: 45px !important;
    }
    .galery-photos{
        display: flex!important;
        flex-wrap: wrap;
        gap: 25px !important;
    }
 }

/* `md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
    .category_list{
		flex-direction: column;
	}
	.category_list .category_item{
		width: 100%;
		margin-bottom: 10px;
	}
 }

/* `lg` applies to medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .category_list,
	.products-list{
		width: 100%;
	}

	.category_list{
		flex-direction: row;
		justify-content: space-between;
	}

	.category_list .category_item{
		align-self: flex-start;
		width: 15%;
		font-size: 14px;
	}

	.products-list .product-item{
		margin-left: 4.5%;
	}

	.products-list .product-item:nth-child(3n+1){
		margin-left: 0px;
	}
 }

/* `xl` applies to large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
    .products-list .product-item{
		width: 30.3%;
	}
 }

/* `xxl` applies to x-large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
    
 }