*{
    margin: 0;
    padding: 0;
    touch-action: manipulation;
}

.wrapper{
    max-width: 1200px;
    margin: auto;
	padding: 10px
}

.rigth-border{
	border-right: 1px solid rgb(118, 118, 118);
}

.close-button{
    position: absolute !important;
    right: 20px !important;
    display: inline-block;
}

html ,body{
    background-color: black;
    position: relative;
    top:0;
    height: auto;
/*
	background-image: url(/___Assets/_webImages/background.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
*/
}

body{
    overflow-x: hidden;
}

.header{
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.header-image{
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: fixed;
	opacity: 1.0;
}

/*
.header-image-hydronic{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/hydronic/Hydronic.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-efectos-acuaticos{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/hydronic/Pantalla-de-agua_02.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-espectaculos-acuaticos{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/hydronic/Espectaculo_Acuatico.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-proyectos-especiales{
        min-height: 100vh;
        width: 100%;
        background-image: url(/___Assets/_webImages/hydronic/Fuentes-tematicas.jpg);
        background-position: center;
        background-size: cover;
        position: relative;
}
.header-animatronics{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/noimage.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-instalaciones-multimedia{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/experienciasMultimedia/Instalaciones-Multimedia.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-lanzamiento-de-marca{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/experienciasMultimedia/Aspirina.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-experiancias-interactivas{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/experienciasMultimedia/Baculos.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-servicios-hydronic{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/hydronic/Servicios.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-servicios-especializados{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/home/Servicios.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-fuentes-bailarinas{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/hydronic/Fuentes_Bailarinas.JPG);
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-image-nosotros{
    min-height: 100vh;
    width: 100%;
    background-image: url(/___Assets/_webImages/home/Nosotros_01.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
*/

video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
}






nav{
    position: fixed;
    top: 0;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 50px;
}

.nav-background{
	position: fixed;
    top: 0;
	left: 0px;
	right: 0px;
	background: black !important;
    height: 50px;
	z-index: -1;
}

nav img {
    width: auto;
}

.nav-links {
    flex: 1;
    text-align: right;
}

.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}


.menu-selected{
    background-color: rgba(255, 0, 0, 0.289);
}

.language{
    border-left: 1px solid white !important;
    width: 50px !important;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px !important;
    font-weight: bold !important;
}

.language-list{
    padding: 0 !important;
    margin-left: 40px;
}

.language-last{
    border-right: 1px solid white !important;
}



.nav-links ul li a{
    color:  white;
    text-decoration: none;
    font-size: 12px;
}

.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: red;
    display: block;
    margin: auto;
    transition: 0.5s;
	position: relative;
}

.nav-links ul li:hover:after {
    width: 100%;
}

.nav-links ul li:hover .sub-menu{
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.728);
    margin-top: 1px;
    margin-left: 0px;
}

.sub-menu{
    display: none;
}

.nav-links ul li ul{
    position: absolute;
    color:  white;
    text-decoration: none;
    font-size: 12px;

    width: 150px;
    text-align: left;
}

.nav-links ul li ul li{
    position: relative;
    padding-left: 10px;
    padding-bottom: 0px;
}

.sub-menu ul li:last-child{
    margin-bottom: 10px;
}




.vignet::after{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	box-shadow:inset 0px 0px 200px 100px rgb(0, 0, 0);
}

.text-box{
    width: 90%;
    color: white;
    position: absolute;
/*    top: 50%;*/
	bottom: 000px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-box-logo {
    width: 220px;
    margin-bottom: 20px;
}

.text-box h1{
    font-size: 45px;
    line-height: 40px;
    font-weight: bolder;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
    color: white;
    max-width: 600px;
    font-weight: bold;
    line-height: 20px;
}

nav .fas {
    display: none;
}

.section-thumbs{
    width: 80%;
    max-width: 1140px;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.section-thumb-long {
    width: 540px;
	height: 350px;
	text-align: center;
	position: relative;
}

.section-thumb-long img{
	width: 347px;
	position: absolute;
	left: 0px;
}

.row {
    margin: 0%;
    display: flex;
    justify-content: space-between;
}

.col {
    flex-basis:  0%;
    margin-bottom: 2%;
    box-sizing: border-box;
}

.section-thumb{
	width: 350px;
	height: 350px;
	text-align: center;
	position: relative;
}

.section-thumb img{
	width: 347px;
	position: absolute;
	left: 0px;
}

.section-thumb-background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-thumb-background img{
  width: 100%;
  height: 100%;
  object-fit: cover
}



.section-thumb-dark{
	position: absolute;
	width: 100%;
	bottom: 0px;
    top: 0px;
    color: white;
	background-color: rgba(0,0,0,0.7);
    padding: 30px;
    padding-top: 130px;
    font-size: 15px;
    line-height: 15px;
    transition: 0.5s;
}

.section-thumb-dark span{
    font-weight: bold;
}


.section-thumb-dark:hover{
	background-color: rgba(0,0,0,0.0);
}




.section-thumb-button-dark{
	position: absolute;
	width: 100%;
	bottom: 10px;
	height: 50px;
}

.section-thumb-button-dark a{ 
	position: relative;
	font-size: 17px;
	color: white;
	background-color: rgba(0,0,0,0.81);
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
}


.section-thumb-button-dark-double{
	position: absolute;
	width: 100%;
	bottom: 10px;
	height: 50px;
}

.section-thumb-button-dark-double a{ 
	position: relative;
	font-size: 17px;
    font-weight: bold;
	color: white;
	background-color: rgba(0,0,0,0.81);
	width: 100%;
	height: 50px;
	line-height: 20px;
	display: block;
    padding: 5px;;
}

.section-thumb-button-dark-double a span{ 
	position: relative;
	font-size: 12px;
	font-weight: lighter;
}


.double {
	width: 744px !important;
}


/* --------------- GALLERY ----------------- */

.gallery{
    width: 90%;
    position: relative;
    width: 100%;
    height: 450px;
    margin: 50px auto 50px;

}

.gallery-info{
    position: absolute;
    background-color: aliceblue;
    padding: 30px;
    height: 230px;
    width: 350px;
    top: 200px;
    right: 750px;
}

.gallery-info-left{
    position: relative;
    background-color: aliceblue;
    padding: 30px;
    height: 230px;
    width: 350px;
    left: 750px;
    top: 200px;
}


.gallery-thumbnail{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 800px;
    height: 440px;
}

.gallery-thumbnail-left{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 440px;
}


.gallery-image-canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-image-carousel{
    width: auto;
    height: 440px;
    display: flex;
    flex-direction: row;
    position: absolute;
    left: 0px;
}

.gallery-image-container{
    min-width: 800px;
    max-width: 800px;
    height: inherit;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}


.gallery-image-container img{
    max-width: 100%;
    height: auto;     
}


.gallery-controls{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 70px;
}

.gallery-arrow {
    position: absolute;
}

.gallery-arrow a{
    padding: 10px;
    color: white;
    font-size: 30px;
    width: 50px;
}

.gallery-arrow-left{
    bottom: 10px;
    left: 80px;
}

.gallery-arrow-right{
    bottom: 10px;
    right: 80px;
}

.gallery-dots{
    display: flex;
    align-items: center;
  justify-content: center;
    position: absolute;
    top: 25px;
    right: 130px;
    left:130px;
    text-align: center;
}

.gallery-dot{
    display: block;
    padding: 5px;
    color: white;
    font-size: 8px;
    text-align: center;
    width: 25px;
}

.dot-selected{
    color:red !important;
}


    /* --------------- GALLERY ----------------- */


.section-bullets{
    width: 100%;
    margin: 0px auto;
    text-align: center;
    /* 
    background-image: url(/___Assets/_webImages/backgorunds/background.svg);
    background-position: center;
    background-size: cover; */
}

.bullet {
    width: 90%;
    position: relative;
    height: 350px;
    margin: 150px auto 50px;
    
}

.text-bullet{
    color: white;
    width: 60%;
    margin: 30px auto auto;
}

.bullet-main-tittle{
    color: white;
    position: absolute;
    left: 0px;
    top:-80px;
    font-size: 20px;
    font-weight: bold;
}

.bullet-main-tittle-left{
    color: white;
    position: absolute;
    right:  0px;
    top:-80px;
    font-size: 20px;
    font-weight: bold;
}

.bullet-logo{
    width: 150px;
    position: relative;
}
.bullet-tittle{
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: bold;
    color: black;
}
.bullet-tittle span{
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: lighter;
    color: black;
    font-size: 12px;
}

.bullet-info{
    position: absolute;
    background-color: aliceblue;
    padding: 30px;
    height: 230px;
    width: 350px;
    top: 50px;
    right: 450px;
}

.bullet-info-left{
    position: relative;
    background-color: aliceblue;
    padding: 30px;
    height: 230px;
    width: 350px;
    left: 450px;
    top: 50px;
}

.bullet-text{
    position: absolute;
    top: 80px;
    width: 300px;
    text-align: justify;
    font-size: 12px;
    color:black;
    line-height: 14px;
}


.bullet-view-more{
    position: absolute;
    bottom: 20px;
}

.bullet-view-more a{
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.bullet-thumbnail{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 330px;
    overflow: hidden;
}

.bullet-thumbnail-left{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 500px;
    overflow: hidden;
}

.bullet-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover
}



.with-title-description{
    height: 130px !important;
    bottom: 90px;
    line-height: 30px !important;
}

.title-description{
    line-height: 14px !important;
    font-size: 12px;
}

.section-clients{
    width: 90%;
    margin: 100px auto;
    text-align: center;

}

.section-main-tittle{
    color: white;
    position: relative;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.clients {
    width: 100%;
    height: auto;
}


.clients ul{
    width: 100%;
}

.clients ul li{
    margin: 20px;
    width: 180px;
    height: 100px;
    display: inline-block;
}

.clients ul li img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
    padding: 10px;
}


.section-footer{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-image: url(/___Assets/_webImages/experienciasMultimedia/Contacto.jpg);
    background-position: center;
    background-size: cover;
}


.footer-row {
    margin: 0%;
    display: flex;
    justify-content: center;
    height: 320px;
   
   
}

.footer-col {
    flex-basis: 60%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.section-footer-contact{
	position: relative;
	text-align: left;
    margin-left: 30px;
    margin-top: 30px;
}

.section-footer-form{
    position: relative;
	text-align: left;
    margin-right: 50px;
    margin-top: 30px;
}

.contact-form{
    max-width: 490px;;
}

.section-bullet-title{
	font-size: 40px;
	font-weight: bolder;
	position: relative;
	width: 100%;
	left: 0px;
	line-height: 1;
}

.section-bullet-title span{
	font-weight: lighter;
	color: red;
	text-align: left;
}

.section-bullet-info{
	font-size: 15px;
	font-weight: normal;
	position: relative;
	width: 80%;
	padding-top: 10px;
	line-height: 20px;
	text-align: left;
}

.section-bullet-info span{
	font-weight: lighter;
	color: red;
}


.social-networks{
    position: absolute;
    top: 30px;
    right: 0px;
}

.social-networks li a {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	margin: 15px;
	
}


.contact-form{
	width: 550px;
	color: white !important;
	font-size: 12px !important;
}

.phone-number{
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}

.phone-number a{
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}

.phone-number a:visited{
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}

.label {
	color: white !important;
	font-size: 12px !important;
}

.button {
	color: white !important;
	background: rgba(0,0,0,0.1) !important;
	border: 1px solid rgba(255,255,255,0.39) !important;
	font-size: 12px;
	width: 100px
}



.input {
	background: rgba(0,0,0,0.6) !important;
	border: 1px solid rgba(255,255,255,0.39) !important;
	font-size: 12px;
	color: white;
	
}

.textarea {
	background: rgba(1,1,1,0.6) !important;
	border: 1px solid rgba(255,255,255,0.39) !important;
	font-size: 12px;
	color: white;
	
}

.textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.3; /* Firefox */
}

.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 0.3; /* Firefox */
}

.form-icon{
	color: rgba(255,255,255,0.5);
	font-size: 12px !important;
	padding: 0px !important;
	margin: 0px !important;
	position: absolute !important;
	top: 8px;
	left: 10px;
}


.page-footer-breadcum{
	font-size: 10px;
    height: 20px;
}

.page-footer-breadcum ul{
	left: 50%;
	position: absolute;
	bottom: 15px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.page-footer-breadcum ul li{
	float: left;
	padding: 5px;
}

.page-footer-breadcum ul li{
    float: left;
}




@media(max-width:1300px){
    .row {
        flex-direction: column;
        overflow: hidden;
    }


    .section-thumbs{
        width: 90%;
        margin: auto;
        text-align: center;
        padding-top: 10px;
    }

  
    .double {
        width: 100% !important;
        height: 250px;
    }

    .section-thumb{
        width: 100%;
        height: 350px;
        text-align: center;
        position: relative;
    }

    .section-thumb-long {
        width: 100%;
        height: 250px;
        text-align: center;
        position: relative;
    }
    


    .social-networks{
        position: absolute !important;
        top: 230px !important;
        right: -40px !important;
    }


    .social-networks li {
        width: 200px;
        text-align: center;
      
    }
    
    .social-networks li a {
        display: block;
        float: left;
        width: 40px !important;
        height: 30px !important;
        text-align: center;
        margin: 5px !important;
    }

    .section-footer-contact{
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 20px;
    }

    .clients ul li{
        margin: 5px !important;
        max-width: 150px !important;
        max-height: 80px !important;
        display: inline-flex !important;
        
    }

    .clients ul li img{
        display: inline-block !important;
        min-width: 100% !important;
        min-height: 100% !important;
        object-fit: contain;
    }



    /* --------------- GALLERY ----------------- */


    .gallery-info{
        right: 700px !important;
    }
    
    .gallery-info-left{
        left: 700px !important;
    }

    .gallery-thumbnail{
        right: 20px !important;
    }
    
    .gallery-thumbnail-left{
        left: 20px !important;
    }

    .gallery-arrow-left{
        left: 150px !important;
    }
    
    .gallery-arrow-right{
        right: 150px !important;
    }


    /* --------------- GALLERY ----------------- */

}
@media(max-width:1079px){

    /* --------------- GALLERY ----------------- */

/* 
    .gallery-info{
        right: 30px !important;
    }
    
    .gallery-info-left{
        left: 30px !important;
    }

    .gallery-thumbnail{
        right: 20px !important;
        width: 600px;
        height: 300px;
    }
    
    .gallery-thumbnail-left{
        left: 20px !important;
        width: 600px;
        height: 300px;
    }

    .gallery-arrow-left{
        left: 10px !important;
    }
    
    .gallery-arrow-right{
        right: 10px !important;
    } */



    .gallery {
        position: relative !important;
        width: 100% !important;
        height: 550px !important;
        margin: 0px auto 10px !important;
    }

    .gallery-thumbnail{
        position: absolute;
        top: 0px !important;
        right: 0px !important;
        width: 100%;
        height: 400px;
    }
    
    .gallery-thumbnail-left{
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        width: 100%;
        height: 400px;
    }

    .gallery-info, .gallery-info-left{
        position: relative;
        background-color: aliceblue;
        top: 400px !important;
        left: 0px !important;
        width: 100% !important;
        height: 150px !important;
        padding: 20px !important;
    }
    
    .bullet-text{
        width: 95% !important;
    }

    .gallery-image-carousel{
        width: auto;
        height: 400px !important;
        left: 0px;
    }
    
    .gallery-image-container{
        min-width: 800px;
        max-width: 800px;
    }

    .gallery-arrow-left{
        left: 10px !important;
    }
    
    .gallery-arrow-right{
        right: 10px !important;
    }

   

    /* --------------- GALLERY ----------------- */
}




@media(max-width:700px){
    .text-box h1{
        font-size: 35px;
        line-height: 35px;
        font-weight: bolder;
    }

    .text-box p{
        margin: 10px 0 40px;
        font-size: 12px;
        color: white;
        max-width: 600px;
        line-height: 12px;
    }

    .nav-links ul li {
        display: block;
    }

    .nav-links{
        position: absolute;
        background: rgba(0, 0, 0, 1);
        height: 100vh;
        width: 250px;
        top: 0;
        right: -250px;
        text-align: left;
        z-index: 2;
        transition: 0.5s;
        padding: 10px;
        padding-top: 30px !important;

    }
	.nav-links ul{
		position: relative !important;
	}

    nav .fas {
        display: block;
        color: white;
        margin: 0px;
        font-size: 22px;
        cursor: pointer;
    }
	
    .language-list{
        margin: 20px auto auto 15px !important;
    }
	
	
	.sub-menu{
		position: relative;
		display: block; 
		left: 40px;
		height: auto;
	}

	
		
	.sub-menu ul{
		position: relative;
		left: -30px;
		height: auto;
	}

	.sub-menu ul li{
		display: inline-flex;
		margin: 5px;
		width: 200px;
	}
	
	.sub-menu ul li a{
		width: 200px;
		border-left: 3px red solid;
		padding-left: 10px;
	}

	.nav-links ul li:hover .sub-menu{
		position: relative !important;
	}


	.nav-links ul li {
		padding: 0px 12px;
		position: relative;
	}

	.nav-links ul li::after {
		content: '';
		width: 0px !important;
		height: 0px !important;

	}

	
	
	
	
	
	

    .close-button{
        position: absolute !important;
        right: 20px !important;
        top: 10px;
    }


    .footer-row {
        flex-direction: column;
        margin-top: 10px;
        height: 700px !important;
    }

    .section-footer-contact{
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding: 20px;
    }

    .section-footer-form{
        position: relative;
        text-align: left;
        margin-right: 0px !important;
        margin-top: 0px !important;
    }

    .contact-form{
        width: 100% !important;
        padding: 20px;
        box-sizing:content-box !important;
        margin-top: 30px;
    }

    .footer-col {
        flex-basis: 0% !important;
        margin-bottom: 0;
        max-width:90%;
    }

    .social-networks{
        position: absolute !important;
        top: -30px !important;
        left: 0px;
    }


    .social-networks li {
        width: 100%;
        padding-left: 10px;
        text-align: center;
      
    }
    
    .social-networks li a {
        display: block;
        float: left;
        width: 40px !important;
        height: 30px !important;
        text-align: center;
        margin: 5px !important;
    }

    .page-footer-breadcum{
        width: 100%;
    }

    .page-footer-breadcum ul{
        width: 80%;
        margin: 0px auto auto;
    }
    
    .icon-offset-top{
        margin-top: 3px;
        margin-left: 10px;
    }

    /*------------ BNULLETS---------------*/
    .bullet {
        position: relative !important;
        width: 100% !important;
        height: 400px !important;
        margin: 150px auto 0px !important;
    }

    .bullet-thumbnail{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100% !important;
        max-height: 200px;
        overflow: hidden;
    }
    
    .bullet-thumbnail-left{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100% !important;
        max-height: 200px;
        overflow: hidden;
    }

    .bullet-info{
        position: absolute;
        background-color: aliceblue;
        bottom: 0px !important;
        top: 200px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 20px !important;
    }
    
    .bullet-info-left{
        position: absolute;
        background-color: aliceblue;
        bottom: 0px !important;
        top: 200px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 20px !important;
    }


    /* --------------- GALLERY ----------------- */

    .gallery {
        position: relative !important;
        width: 100% !important;
        height: 420px !important;
        margin: 0px auto 10px !important;
        overflow: hidden;
    }

    .bullet-text{
        width: 89% !important;
    }

    .gallery-thumbnail{
        position: absolute;
        top: 0px !important;
        right: 0px !important;
        width: 100% !important;
        max-height: 200px;
        overflow: hidden;
    }
    
    .gallery-thumbnail-left{
        position: absolute;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        max-height: 200px;
        overflow: hidden;
    }

    .gallery-info, .gallery-info-left{
        position: absolute;
        background-color: rgb(255, 255, 255);
        height: 200px !important;
        top: 200px !important;
        left: 0px !important;
        width: 100% !important;
        padding: 20px !important;
    }
    
 




    .gallery-image-carousel{
        width: auto;
        height: 200px !important;
        left: 0px;
    }
    
    .gallery-image-container{
        min-width: 375px;
        max-width: 375px;
    }

    .gallery-arrow-left{
        left: 10px !important;
    }
    
    .gallery-arrow-right{
        right: 10px !important;
    }


    /* --------------- GALLERY ----------------- */



    .clients ul li{
        margin: 5px !important;
        max-width: 100px !important;
        max-height: 70px !important;
        display: inline-flex !important;
        
    }

    .clients ul li img{
        display: inline-block !important;
        min-width: 100% !important;
        min-height: 100% !important;
        object-fit: contain;
    }

    .text-bullet{
        color: white;
        width: 90% !important;
        text-align: justify !important;
        margin: 30px auto auto;
    }

}


/*

.header-video--16-9{
    --ratio-perc: 56.25% ;
}


@media only screen and (min-width:768px){
    .header-video{
        height:0;
        padding-bottom:var(--ratio-perc)
    }
}
.header-video__responsive-wrapper{
    height:480px;
    overflow:hidden;
    position:relative;
    width:100%
}
@media only screen and (min-width:768px){
    .header-video__responsive-wrapper{
        height:0;
        padding-bottom:var(--ratio-perc)
    }
}
.header-video__responsive-wrapper embed,.header-video__responsive-wrapper iframe,.header-video__responsive-wrapper object{
    height:100vh;
    left:50%;
    position:absolute;
    top:0;
    transform:translateX(-50%);
    width:1137.77px
}
@media only screen and (min-width:768px){
    .header-video__responsive-wrapper embed,.header-video__responsive-wrapper iframe,.header-video__responsive-wrapper object{
        height:100vh;
        width:100%
    }
}
.header-video:after{
    background-image:linear-gradient(rgba(0,0,0,.1),#000);
    content:"";
    display:block;
    height:100vh;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
*/


