@charset "UTF-8";
/* CSS Document */
/* ----------------------------------
Template: mutador Last: 30 octubre 2025
------------------------------------- */
@import "logo.css"; /* Using a string */

/*====================================================


	Table of Contents
	
	01. Generel Styles
            01.2 fonts
    02 base site con css core 2023
	03 Home wellcome
			03.2 home philosophy
	04 menu Top
	05 icons
 	06. Lines settings
	07 Text graphics
	09. menu top
    10. laguage switcher
	11 mutador reborn css
	12. about
	13 scroll page
	14. puntero cookies acept
	15 uikit reset
	16 type effects
	17 spgbuilder rest
	17 swiper slider video
 	18 swiper slider video
	19 image over
	20 footer
	30 responsive layout



		
====================================================*/


:root {
    --font: 'Lato', serif;
    --font-main: 'BCArizonaFlare-Light', sans-serif;
    --font-heading:'Overpass', sans-serif;
    --fs: 14px;
    --fsm: 2rem;
    --fsl: 10rem;
    --lh: 140%;
    --cbg: #fff;
    --ctext: #000;
    --shadow: drop-shadow(0px 0px 5px rgba(0, 0, 0, .8));
    --mbig: calc(var(--msmall) * 2);
    --msmall: 12px;
    --negative: calc(0px - var(--menu) - (var(--mbig)*3));
    --speed: 350ms;
        --tt-alter-font: "Big Shoulders Display", sans-serif;
}

/* Fonts
==================================== */
@font-face {
    font-family: 'BCArizonaFlare-Light';
    src: url('webfonts/ABCArizonaFlare-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Overpass';
    src: url(webfonts/ABCArizonaFlare-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display:block
}

.xl{
	font-family: var(--font);
	font-size: var(--fsl);
	text-transform: uppercase;
	line-height: 80%;
	letter-spacing: -0.5rem;
}

.m{
	font-family: var(--font);
	font-size: var(--fsm);
	line-height: 120%;
}

.m p{
	margin-bottom: var(--fsm);
}

.italic, em{
	font-family: var(--font);
	font-style: normal;
}


/* Basic Styles 2025
==================================== */
::selection{
	color: var(--cbg);
	background-color: rgba(0,0,0,.99);
}
html{
	font-size: 12px;
	scrollbar-width: none;
}



body{
	width: 100vw;
	height: 100%;
	margin: auto;
	font-family: var(--font);
	font-variant-ligatures: discretionary-ligatures;
	-webkit-text-size-adjust: none;
	-moz-osx-font-smoothing: grayscale;
	 -webkit-font-smoothing: antialiased;
			 font-smoothing: antialiased;
	font-size: var(--fs);
	font-style: normal;
	font-weight: normal;
	line-height: var(--lh);
	
	
	overflow-x: hidden;
   /* 1
      font-family: Overpass,monospace;
    color: var(--c-text);
    background-color: var(--c-bg);================ */
}








@media (max-width: 1180px) {
    :root {
        --fsm-a: var(--fs-a)
    }
}

@media (max-width: 600px) {
    :root {
        --fsl-a: var(--fs-a);
        --lhl-a: var(--lh-a)
    }
}


.headline-xxxxl , .headline-xxxl , .headline-xxl , .headline-xl , .headline-l , .headline-m , .headline-s , .headline-xs , .headline-xxs , .headline-xxxs , .headline-xxxxs {
	
	
}


/* font-main */

/* font titulo heading */
.body-text-xs, .headline-xxs {font-family: var(--font);}
.body-text-s {font-family: var(--font);line-height: 1.6;color:black;    font-size: 15px;
    font-weight: 400;}






/*==================================================================================================



=======================================================================================================================*/

#gtx-trans {display:none}
/* separator */
.separator-line-verticle-extra-small {width:1px; height: 8px;}
.separator-line-verticle-small-thick {width:17px; height: 3px;}
.separator-line-verticle-small {width:1px; height: 13px;}
.separator-line-verticle-small-thick2 {width:64px; height: 7px;}
.separator-line-verticle-large {width:1px; height:20px;}
.separator-line-verticle-extra-large {width:1px; height:30px;}
.separator-line-verticle-extra-large2 {width:1px; height:80px;}
.separator-line-verticle-medium-thick-full {width:8px; height: 40px;}
.separator-line-verticle-large-thick {width:109px; height: 11px}
.separator-line-horrizontal-medium-light {width:36px; height: 3px;}
.separator-line-horrizontal-medium-light2 {width:40%; height: 1px;}
.separator-line-horrizontal-medium-light3 {width:18%; height: 1px;}
.separator-line-horrizontal-medium-thick {width:50px; height: 5px;}
.separator-line-horrizontal-full {width:100%; height: 1px;}

/* divider */
.divider-full {width:100%; height: 1px; display: inline-block}
.new-demo {background: #0088b6; font-size: 10px; font-weight: 600; color: #fff; margin-left: 8px; padding: 2px 8px;}

/* colors */
.border-color-medium-dark-gray {border-color: #363636 !important;}
.bg-extra-dark-gray-origen {background-color: var(--color-grey-footer);}
.bg-overlay-grey-light {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    background-color: #000;
}

.height-50vh {
	height: 50vh;
}


.section-bg-white, .content-bg-white, .text-bg-white {
    background-color: white;
}
.section-bg-black, .content-bg-black, .text-bg-black {
    background-color: black;
}

.uppercase { text-transform:uppercase;
}

.text-black , p.text-blac {color:black!important;}

.credito{position: absolute; bottom:5%; right:2%;text-transform:uppercase;font-size:9px; text-align:right}

.section-bg-dark-2, .content-bg-dark-2, .text-bg-dark-2 {
    background-color: var(--bg-dark);
}
section#up.section-bg-dark-2.subhead-xxs{color:red}
 , h3.headline-xxxs , .anim-line-bottom{}

div.anim-line-bottom.grey{background-color: #606060;}


h2.b{ font-weight: 300}
h2.anim-split-lines .max-width-600 .is-inview .text-color-black{ font-weight: 300}
/*======================

01.2

========================*/
    



/*======================

	02 base site con css core 2023

========================*/

element.style {
}
a {
    width: fit-content;
    width: -moz-fit-content;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
html, body, div, span, header, footer, section, article, aside, menu, nav, h1, h2, h3, h4, h5, h6, p, ol, ul, li, a, strong, b, i, s, address, sub, sup, form, label, iframe, embed, audio {
   
        /*  margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;================ */
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


.arizona {
    font-family: Arizona,Times,sans-serif;
    font-size: var(--fs-a);
    line-height: var(--lh-a);
}





/* ==========================================================================
   03. Home Wellcome
   ========================================================================== */
img.wellcome_left_img {
	max-width: 80%;
	width: 80%
}


/* ==========================================================================
   03.2. Home philosophy
   ========================================================================== */

.img-philosophy { max-height: 250px; width: auto}
.img-philosophy-2{}


.section-bg-dark, .content-bg-dark, .text-bg-dark {
    background-color:black;
}

/* ==========================================================================
   04. menu
   ========================================================================== */
.nav-bg-box-small {
    overflow: hidden;
    width: 50%;
    height: 60%;
    position: absolute;
    top: 60%;
    left: 60%;
    z-index: -2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav-bg-small {
    width: 50%;
    height: 50%;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s cubic-bezier(.19, .94, .336, 1);
}




/* ==========================================================================
   05. Icons
   ========================================================================== */

img.icon-between-letters{width:8%; padding: 0px 10px 0px 10px}

@media only screen and (max-width: 690px) {

img.icon-between-letters{width:20%; padding: 0px 10px 0px 10px}

}


/* ==========================================================================
   7. Text Graphics
   ========================================================================== */

span.line  {
	/*  display: inline-flex;*/
  
    position: relative;
    padding-left: 90px;
    margin-left: 10px;
}


span.line:before {
    background-color: var(--color-primary);
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    height: 5px;
    width: 65px;
}


.stroke-text {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 400;
}
.stroke-text.stroke-text-dark {
    -webkit-text-stroke-color: #212121;
}



/*======================
7.1 circles position absolutes
========================*/
.Graf-circle-black{
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  border: 80px solid black;
	background-color: black;

}
.Graf-circle-black::before{
  content: '';
  position: absolute;
  width: 100px;
  top: 110%;
  right: -50px;
  box-shadow: 3px 24px 4px 12px rgba(0,0,0,.4);
  border-radius: 50%;
  transform: rotate(-45deg);
}


.Graf-circle-blue{
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
  border: 40px solid rgba(53,53,53,0.40);

}
.Graf-circle-blue::before{
  content: '';
  position: absolute;
  width: 100px;
  top: 110%;
  right: -50px;
  box-shadow: 3px 24px 4px 12px rgba(0,0,0,.4);
  border-radius: 50%;
  transform: rotate(-45deg);
}

.Graf-circle-blue.po-tl-5{
  bottom: auto;
  left: auto;
  top: 5%;
  right: 5%;
}


.stroke-text{
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 400;
}

.stroke-text.stroke-text-dark{
  -webkit-text-stroke-color: #212121;
}

.stroke-text span{
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
}
.stroke-text span.custom-primary{
  -webkit-text-fill-color: #ff1944;
  -webkit-text-stroke-width: 0;
}
.stroke-text span.text-dark{
  -webkit-text-fill-color: #212121;
  -webkit-text-stroke-width: 0;
}



.bg-custom-section {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


/* Buttons */

.btn {
  font-size: 12px !important;
  letter-spacing: .5px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  padding: 7px 25px;
  border-radius: 40px;
  font-weight: 800;
  &:hover {
    box-shadow: none;
  }
}

.btn-lg {
  font-size: 13px !important;
  padding: 10px 32px;
}

.btn-sm {
  font-size: 10px !important;
}

.btn-xs {
  font-size: 9px !important;
  padding: 4px 10px;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-dark-border {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}

.btn-gray {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #000 !important;
}

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important;
}

.btn-Concept {
  border: 2px solid #9aa8b1;
  background-color: #9aa8b1;
  color: #fff !important;
}

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important;
}

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-Concept:focus, .btn-violet:focus {
  opacity: 1;
}

.btn:hover {
  opacity: 0.85!important;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  border-radius: 50px;
  margin: 0;
}

.input-group-btn .btn {
  margin-left: -30px!important;
  z-index: 9;
}
/* ==========================================================================
   6. Lines settings
   ========================================================================== */

.lines-section {
	width: 100%;
	position: relative;
}

.lines-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.lines-section .lines-container {
	width: calc(100% - 120px);
}

.lines-pos-abs.lines-container {
	position: absolute;
	left: 50%;
	top:  50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 4;
	pointer-events: none;
}

.lines-section:before,
.lines-section:after,
.lines-container:before,
.lines-container:after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	left: 60px;
	top: 0;
	z-index: 4;
	background-color: rgba(250, 250, 250, .1);
}

.lines-section:after {
	left: auto;
	right: 60px;
}

.lines-container:before {
	left: 33.33%;
}

.lines-container:after {
	left: 66.66%;
}

.black-lines.lines-section:before,
.black-lines.lines-section:after,
.black-lines.lines-container:before,
.black-lines.lines-container:after {
	background-color: rgba(0, 0, 0, .1);
}

.anim-lines.lines-section:before,
.anim-lines.lines-section:after,
.anim-lines.lines-container:before,
.anim-lines.lines-container:after {
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	     -o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	        transition: 1s cubic-bezier(.767, .01, .18, 1.01);
}

.anim-lines.lines-container:before {
	-webkit-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
}

.anim-lines.lines-container:after {
	-webkit-transition-delay: .4s;
	     -o-transition-delay: .4s;
	        transition-delay: .4s;
}

.anim-lines.lines-section:after {
	-webkit-transition-delay: .6s;
	     -o-transition-delay: .6s;
	        transition-delay: .6s;
}

.js-page-in-anim-active .anim-lines.lines-section:before,
.js-page-in-anim-active .anim-lines.lines-section:after,
.js-page-in-anim-active .anim-lines.lines-container:before,
.js-page-in-anim-active .anim-lines.lines-container:after {
	-webkit-transform: scaleY(1);
	    -ms-transform: scaleY(1);
	        transform: scaleY(1);
}

.nav-container.lines-section:before,
.nav-container.lines-section:after,
.nav-container .lines-container:before,
.nav-container .lines-container:after {
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	-webkit-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	     -o-transition: 1s cubic-bezier(.767, .01, .18, 1.01);
	        transition: 1s cubic-bezier(.767, .01, .18, 1.01);
}

.js-nav-active.js-page-out .nav-container.lines-section:before,
.js-nav-active.js-page-out .nav-container.lines-section:after,
.js-nav-active.js-page-out .nav-container .lines-container:before,
.js-nav-active.js-page-out .nav-container .lines-container:after {
	-webkit-transform: scaleY(0);
	    -ms-transform: scaleY(0);
	        transform: scaleY(0);
}

.no-lines.lines-container:before,
.no-lines.lines-container:after,
.internal-lines-disable .lines-container:before,
.internal-lines-disable .lines-container:after,
.header-lines-disable .lines-section:before,
.header-lines-disable .lines-section:after {
	content: normal;
}

@media only screen and (max-width: 999px) {

	.lines-container:before {
		left: 50%;
	}

	.lines-container:after {
		content: normal;
	}

	.anim-lines.lines-section:after {
		-webkit-transition-delay: .4s;
		     -o-transition-delay: .4s;
		        transition-delay: .4s;
	}

}

@media only screen and (max-width: 767px) {

	.lines-container {
		width: calc(100% - 20px);
	}

	.lines-container:before {
		content: normal;
	}

	.anim-lines.lines-section:after {
		-webkit-transition-delay: .2s;
		     -o-transition-delay: .2s;
		        transition-delay: .2s;
	}

}

@media only screen and (max-width: 549px) {

	.lines-section .lines-container {
		width: calc(100% - 20px);
	}

	.lines-section:before,
	.lines-section:after {
		content: normal;
	}

}





/*=====================================================================================================================

	09. menu top

=======================================================================================================================*/

   
/*=====================================================================================================================

	10 language switcher

=======================================================================================================================*/
div.mod-languages img {
    width: 15px
}

/*=====================================================================================================================

	11. mutador reborn

=======================================================================================================================*/
/* list style 4 */
.list-style-4 { list-style: none; margin: 0; padding: 0; text-align: right;}
.list-style-4 li { position: relative; padding: 0 20px 0px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-4 li:after { content: ""; position: absolute; top: 1px; right: 0; font-weight: 900;width: 10px; height: 1px; background-color: #0088b6; }
.list-style-4 li:last-child {border-bottom: 0;}
.list-style-4.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-4.list-style-color li:after {color: #0088b6;}



/* list style 3 */
.list-style-3 { list-style: none; margin: 0; padding: 0;}
.list-style-3 li { position: relative; padding: 0 0 0 22px; margin: 0 0 15px 0;}
.list-style-3 li:before { content: ""; width: 10px; height: 1px; background-color: #0088b6; position: absolute; top: 11px; left: 0; }

/* list style 4 */


/* separator */
.separator-line-verticle-extra-small {width:1px; height: 8px;}
.separator-line-verticle-small-thick {width:17px; height: 3px;}
.separator-line-verticle-small {width:1px; height: 13px;}
.separator-line-verticle-small-thick2 {width:64px; height: 7px;}
.separator-line-verticle-large {width:1px; height:20px;}
.separator-line-verticle-extra-large {width:1px; height:30px;}
.separator-line-verticle-extra-large2 {width:1px; height:80px;}
.separator-line-verticle-medium-thick-full {width:8px; height: 40px;}
.separator-line-verticle-large-thick {width:109px; height: 11px}
.separator-line-horrizontal-medium-light {width:36px; height: 3px;}
.separator-line-horrizontal-medium-light2 {width:40%; height: 1px;}
.separator-line-horrizontal-medium-light3 {width:18%; height: 1px;}
.separator-line-horrizontal-medium-thick {width:50px; height: 5px;}
.separator-line-horrizontal-full {width:100%; height: 1px;}

/* divider */
.divider-full {width:100%; height: 1px; display: inline-block}
.new-demo {background: #0088b6; font-size: 10px; font-weight: 600; color: #fff; margin-left: 8px; padding: 2px 8px;}

/* opacity */
.opacity-very-light {position: absolute; height: 100%; width: 100%; opacity: 0.2; top:0; left: 0;}
.opacity-light {position: absolute; height: 100%; width: 100%; opacity: 0.3; top:0; left: 0;}
.opacity-extra-medium {position: absolute; height: 100%; width: 100%; opacity: 0.5; top:0; left: 0;}
.opacity-medium {position: absolute; height: 100%; width: 100%; opacity: 0.75; top:0; left: 0;}
.opacity-full {position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0;}
.opacity-full-dark {position: absolute; height: 100%; width: 100%; opacity: 0.9; top:0; left: 0;}

/*=====================================================================================================================

	12. about

=======================================================================================================================*/

.client-logo {
    width: 200px;
    max-width: 200px;
    max-height: 100px;
}
.client-logo2 {
    width: 100px;
    max-width: 100px;
    max-height: 100px;
}

@media only screen and (max-width: 690px) {

	.client-logo {
    width: 90%;
    max-width: 90%;
    max-height: inherit;
}

}

/*=====================================================================================================================

	13. scroll page

=======================================================================================================================*/


/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000; 
}



.has-scroll-smooth .preloader.js-page-in {
    overflow: scroll;
}

/*=====================================================================================================================

	14. puntero cookies acept

=======================================================================================================================*/


#redim-cookiehint .cookiehead .headline::before {
  
    background-image: none!important;
  
}
#cookiehintsubmit {
    background: #333 !important;
    color: #fff !important;
}

.pointer {
    z-index: 999999999;
   
}
/*=====================================================================================================================

	15 uikit reset

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
  color:inherit;
    text-transform: none;
}

=======================================================================================================================*/


.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  
}



/* ----------------------------------
16 type efects
------------------------------------- */



.massive , h1.title.massive {

    font-weight: 900!important;
    letter-spacing: -0.01em;
    line-height: 1;
    text-indent: -0.039em;
    margin-bottom: 0.25em;

}

.massive , h2.title.massive {

    font-weight: 900!important;
    letter-spacing: -0.01em;
    line-height: 1;
    text-indent: -0.039em;
    margin-bottom: 0.25em;

}

.invert .massive {
    text-shadow: 0 0 0.25em rgb(0 0 0 / 15%);
}
.Htext-shadow{ text-shadow: 0 8px rgb(0 0 0 / 5%);}

/* -----gradiente fondos claraos  ----------------- */
.title-gradient {
 background: linear-gradient(120deg
,#1c99fe 20.69%,#7644ff 50.19%,#22AA37 79.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* ------sobre fondos oscuros 
------------------ */
.title-gradient-light {
	background: linear-gradient(120deg
,#3C98E4 20.69%,#5C99E6 50.19%,#8BB6DE 79.69%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}


@media only screen and (max-width: 650px){
.massive , h2.title.massive {
    font-size: 12vw;
    font-weight: 900;
    letter-spacing: -0.07em;
    line-height: 1;
    text-indent: -0.039em;
    margin-bottom: 0.25em;

}
	
	h3 {
    font-size: 1.3rem;
}
	}


/* ----------------------------------
17 spg builder reset--------- */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {

    color: rgba(0, 0, 0, 0) !important;
}

/* ----------------------------------
18 swiper slider video-------- */

.js-video-slider .swiper-wrapper {
	transition-timing-function: cubic-bezier(.25, .31, .18, 1);
}
.js-video-slider .swiper-button-prev-box {
	left: auto;
	right: 130px;
	bottom: 40px;
}

.js-video-slider .swiper-button-next-box {
	right: 20px;
	bottom: 40px;
}

/* ----------------------------------
19 image over 
-------- */



  .card {
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
    ;
    }
    .card .img-top {
        display: none;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 99;
    }
    .card:hover .img-top {
        display: inline;
    }

/* --------------------------------------------------------------------
20 footer
---------------------------------------------------------------------------- */

.flip-btn {
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.headline-xxxxs {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
	   text-transform: uppercase;
}
.pr-20{padding-right: 20px}

/* ----------------------------------
30 responsive layout--------- */

/* ----------------------------------
<div class="ejemploresponsive inlineBlock desktopOnly">Destop</div>
<div class="ejemploresponsive inlineBlock mobileOnly">Mobile</div>
<div class="ejemploresponsive flex desktopOnly">Destop</div>
<div class="ejemploresponsive flex mobileOnly">Mobile</div>
--------- */
.ejemploresponsive {
  height: 50px;
  min-width:100px;
  margin: 5px;
  background:red;
  color:#fff;
  font-size:30px;
}

.flex {
  display:var(--d,flex);
}
.inlineBlock {
  display:var(--d,inline-block);
}

@media all and (max-width:768px) {
  .desktopOnly {
    --d: none;
  }
  .mobileOnly {
    --d: initial;
  }
    .desktopOnly{display:none}
    img.anim-opacity-scale.desktopOnly{display:none}
	
		.padding-bottom-120 { padding-bottom: 40px;}
	.padding-top-120 {padding-top: 40px;}
	.padding-top-bottom-120 {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

@media all and (min-width:768px) {
    .mobileOnly{display:none}
    img.anim-opacity-scale.mobileOnly{display:none}
  .mobileOnly {
    --d: none;
  }
  .desktopOnly {
    --d: initial
  }
    
    
  
    
}



@media only screen and (max-width: 549px){
.container {
    width: calc(100% - 40px);
}
	
	.body-text-xs {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}
    
        /* ------home textos------ */
    
    .headline-l {
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}
    
    .headline-xxxxs {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
    .headline-xs {
    font-size: 22px;
}
    
    .padding-top-60 {
    padding-top: 40px;
}
    .padding-top-100 {
    padding-top: 50px;
}
	

	
     /* ------nosotros------ */	
    .headline-xxxxl-mobile {
    font-size: 34px;
}
    /* ------work (últimos trabajos)------ */	
    .big-head {
    font-size: 60px;
        
}
    
    span.nav-btn__inner.ultimos-trabajos{font-size: 24px;}
/* ------cierre media------ */	
    
    
	}

@media only screen and (max-width: 399px){
.headline-l {
    font-size: 29.5px;
}
	
	.headline-xxxxl {
    font-size: 26.5px;
}
/* ------menu------ */
.nav-btn__inner {
    font-size: 25px;
}
	
	ul.list-inline.lead{padding-top: 4vh}
    

	}