/*
*---------------------------------------\
|                                       |
|GRAPHITECH AGENCY DESIGN               |
|   graphitech43@gmail.com              |
|                                       |
|   Disenador Web: Daniel Rojas Astood  |
|   danielrojas243@gmail.com            |
|                                       |
*_______________________________________/



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

Primary estilo

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*{ 
	margin:0;
	padding:0
	
	}
/* -------------------------------- 

FONTS / SONY

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


@font-face {
  font-family: "SST W01 Italic";
  src: url('fonts/SSTW02Italic.woff2') format('woff2'),
       url('fonts/SSTW02Italic.woff') format('woff'),
       url('fonts/SSTW02Italic.ttf') format('truetype'),
       url('fonts/SSTW02Italic.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Light";
  src: url('fonts/SSTW02Light.woff2') format('woff2'),
       url('fonts/SSTW02Light.woff') format('woff'),
       url('fonts/SSTW02Light.ttf') format('truetype'),
       url('fonts/SSTW02Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Light Italic";
  src: url('fonts/SSTW02LightItalic.woff2') format('woff2'),
       url('fonts/SSTW02LightItalic.woff') format('woff'),
       url('fonts/SSTW02LightItalic.ttf') format('truetype'),
       url('fonts/SSTW02LightItalic.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Medium Italic";
  src: url('fonts/SSTW02MediumItalic.woff2') format('woff2'),
       url('fonts/SSTW02MediumItalic.woff') format('woff'),
       url('fonts/SSTW02MediumItalic.ttf') format('truetype'),
       url('fonts/SSTW02MediumItalic.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Bold";
  src: url('fonts/SSTW02Bold.woff2') format('woff2'),
       url('fonts/SSTW02Bold.woff') format('woff'),
       url('fonts/SSTW02Bold.ttf') format('truetype'),
       url('fonts/SSTW02Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SST W01 Bold Italic";
  src: url('fonts/SSTW02BoldItalic.woff2') format('woff2'),
       url('fonts/SSTW02BoldItalic.woff') format('woff'),
       url('fonts/SSTW02BoldItalic.ttf') format('truetype'),
       url('fonts/SSTW02BoldItalic.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "Sony-System-Icons";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Sony-System-Icons.woff2") format("woff2"), url("fonts/Sony-System-Icons.woff") format("woff"), url("fonts/Sony-System-Icons.ttf") format("truetype"), url("fonts/Sony-System-Icons.eot?#iefix") format("embedded-opentype"), url("fonts/Sony-System-Icons.svg#Sony-System-Icons") format("svg");
}


body {  
  overflow:auto !important;
  font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #ffffff;
  clear: both;
  height:100%;
  /*background: #ffffff url("../imagenes/fondo.png");  
  background-size:auto 100%;
  background-repeat:no-repeat;*/ 
  
}
/*
h1, p, a{
    -webkit-font-smoothing: antialiased;
}*/

a {
  text-decoration: none;
}

  /*-moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;*/



/**************************************s

            HERO - SONY

***************************************/

.hero-sony{
    position: relative;
    height: 380px;
    background-image: url(../imagen/hero.jpg?v=2);
    background-size: 1680px auto;
    background-repeat: no-repeat;
    background-position:left;
}

.hero-texto{
    position: absolute;
    top: 50%;
    margin-top: -70px;
    left: 52%;
    margin-left: 150px;
    max-width: 320px;    
}

.hero-sony p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    color: #1e1e1e;
    margin: 0px 0px 5px 0px;
    line-height: 1.46667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;	
}

.modulo1-width-p p.espacio-a{
    margin: 0px 0px 10px 0px; 
}

.hero-sony h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    color: #2f353d;
    margin: 0px 0px 0px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	
}


/**************************************

            MENU-STICKY - SONY

***************************************/

.menu {
  position: relative;
  top: 0px;
  height: 65px;
  z-index: 999;
  width: 100%;
  padding-top: 16px;
  background: #20242E;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;  
  padding-bottom: 4px;
  font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media only screen and (max-width: 1024px) {
  .menu {
    padding-top: 10px;
  }
}

.open-nav {
  height: 260px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
}

.sticky {
  position: fixed;
  background-color: #20242E;
  opacity: 1;  
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1133px) {
  .logo {
    float: none;
  }
}

.menu nav {
  width: 100%;
}
@media only screen and (max-width: 1133px) {
  .menu nav {
    width: 100%;
  }
}
.menu nav ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
    margin: 0
}
@media only screen and (max-width: 1133px) {
  .menu nav ul {
    padding: 10px;
      
    margin-top: 50px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
  }
}
.menu nav ul li {
  display: inline-block;
  margin: 0px 20px;
  line-height: 1.5;
  background-color: #504d56;
  padding: 5px 25px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}

.menu ul li:hover{ background-color: #5887f5}

@media only screen and (max-width: 1133px) {
  .menu nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
    margin-bottom: 10px;
  }
}
.menu nav ul a {  
  text-transform: none;
  font-size: 14px;
  color: #ffffff;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 1133px) {
  .mobile-toggle {
    display: block;
    margin-top: 20px;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}


a {
  text-decoration: none;
}


/**************************************

            MODULO8 - SONY

***************************************/
    
.modulo8{
        padding: 50px 10px;
        
    }

.modulo8 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;    
    line-height: 1.125;
    letter-spacing: -0.04em;
    max-width: 560px;    
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 400;
    font-style: normal;   
    text-rendering: optimizeLegibility;    
}

.modulo8 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;    
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-rendering: optimizeLegibility;	
}

.modulo8 p.subtitulo {
	color: #2f353d; 
    font-weight: bold;
}

.portfolio-group {
	display: inline-block;
    width: 390px;
    height: 300px;
	position: relative;
	margin: 10px 10px;
}
.flex-video {
    height: 0;
    margin-bottom: 0rem;
    overflow: hidden;
    padding-bottom: 67.5%;
    padding-top: 1.38889rem;
    position: relative;
}

.flex-video iframe {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

div.play-sony:hover {
    background-position: right top;
}

div.play-sony {
    width: 88px;
    height: 88px;
    position: absolute;
    top: 48%;
    left: 50%;
    margin-top: -44px;
    margin-left: -44px;
    display: inline-block;
    background-image: url(../imagen/bt_play.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}


#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}

#sb-overlay{background-color: #000!important; opacity: 0.8 !important; position:relative;height:100%;width:100%;}

#sb-wrapper{position:absolute;visibility:hidden;width:100px;}

#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}

#sb-body{position:relative;height:100%;}

#sb-body-inner{position:absolute;height:100%;width:100%;}

#sb-player.html{height:100%;overflow:auto;}

#sb-body img{border:none;}

#sb-loading{position:relative;height:100%;}

#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}

#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}

#sb-body,#sb-loading{background-color:#060606;}

#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}

#sb-title,#sb-title-inner{height:26px;line-height:26px;}

#sb-title-inner{font-size:16px;}

#sb-info,#sb-info-inner{height:20px;line-height:20px;}

#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

    


/**************************************

            MODULO1 - SONY

***************************************/

.modulo1{
    background: url(../imagen/fondo-modulo2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 50px 0px 0px 30px;
}

.modulo1-width-h1{
    max-width: 430px;
    margin: 60px 0px 30px 0px;
}

.modulo1 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 0px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;	
}

.modulo1-width-p{
    max-width: 340px;
    margin: 0px 0px 0px 0px;   
}

.modulo1 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 30px 0px;
    line-height: 1.46667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;	
}


/**************************************

            MODULO2 - SONY

***************************************/

.modulo2 .espacio{
    padding: 0px 0px 50px 0px;
}

.modulo2{
    padding: 50px 10px;
    
}

.texto-centro{ text-align: center; clear: left}

.modulo2 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 30px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;	
}

.modulo2 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 30px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;	
}

.modulo2 p.subtitulo{
    max-width: 375px; height: 80px;    
}

.modulo2 p.subtitulo2{
    width: 420px    
}

.modulo2 p.subtitulo4{
    width: 450px    
}

.modulo2 p.subtitulo5{
    width: 450px    
}

.numero-img{
    float: left;
    padding:0px 15px 20px 0px; 
}

.modulo2 .row .medium-6 img{
    text-align: center;		
}

.modulo2 .medium-6 a img:hover{}

/**************************************

            MODULO3 - SONY

***************************************/


.modulo3 {    
	background: url(../imagen/fondo-modulo2.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    height: 450px;
    padding: 30px 0px 0px 0px;
    overflow: hidden;
}

.modulo3 .row .medium-6 .modulo3-centro{
    margin-top: 13%;
}

.modulo3 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 20px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 350px;
    text-rendering: optimizeLegibility;	
}

.modulo3 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 410px;
    text-rendering: optimizeLegibility;	
}

.modulo3 .button-centro a.small.buttons {
    color: #fff;
}


/**************************************

            MODULO4 - SONY

***************************************/

.modulo4 {
	padding: 50px 10px;
}

.modulo4 .espacio{
    padding: 0px 0px 50px 0px;
}

.modulo4 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 40px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;    
    text-rendering: optimizeLegibility;	
}

.modulo4 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    /*max-width: 410px;*/
    height: 60px;
    text-rendering: optimizeLegibility;	
}

.modulo4 p.subtitulo {
    max-width: 270px;	
}

.modulo4 p.subtitulo2 {
    max-width: 360px;	
}

.modulo4-width{
    max-width: 270px;
    margin: 0 auto;
}

.modulo4-with{
    max-width: 438px;
    margin: 0 auto;
}

.modulo4-with2{
    max-width: 436px;
    margin: 0 auto;
    
}

.modulo4-with3{
    max-width: 435px;
    margin: 0 auto;
    
}

/**************************************

            MODULO5 - SONY

***************************************/

.modulo5 {
	background-color: #F1F5F9;
    padding: 50px 10px;
    
}

.modulo5 .espacio{
    padding: 0px 0px 50px 0px;
}

.modulo5 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 30px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;    
    text-rendering: optimizeLegibility;	
}

.modulo5 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    /*max-width: 410px;*/
    text-rendering: optimizeLegibility;	
}

.modulo5 p.modulo5-width{
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.modulo5 p.subtitulo {
    max-width: 320px;	
}

.modulo5 p.subtitulo2 {
    max-width: 370px;	
}

.modulo5-with{
    max-width: 320px;
    margin: 0 auto;
}

.modulo5-width2{
    max-width: 434px;
    margin: 0 auto;
}

.modulo5-texto{position: relative}

.modulo5-p{position: absolute;top: 13px;left: 65px}

.modulo5-numero{float: left;padding-bottom: 30px}

.modulo5-texto1{position: relative}

.modulo5-p1{position: absolute;top: 13px;left: 65px}

.modulo5-numero1{float: left;padding-bottom: 30px}


/**************************************

            MODULO6 - SONY

***************************************/

.modulo6 {	
    padding: 50px 10px;    
}

.modulo6 .espacio{
    padding: 0px 0px 30px 0px;
}

.modulo6 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;    
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;	
}

.numero-img2{
    float: left;
    padding:0px 15px 10px 0px;
    margin-top: -13px;
}

.modulo6 p.titulo{
    color: #2f353d;
    font-weight: bold;
    margin-bottom: 30px;
}

.modulo6 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    /*max-width: 410px;*/
    text-rendering: optimizeLegibility;	
}

.modulo6 p.modulo-p{
    margin-bottom: 40px;
}

.modulo6 p.subtitulo {
	max-width: 345px;
}

.modulo6 p.subtitulo2 {
	max-width: 365px;
}

.modulo6-with{
    max-width: 340px;
    margin: 0 auto;
}


/**************************************

            MODULO7 - SONY

***************************************/


.modulo7 {
    /*position: relative;
    background:url('../imagen/fondo-clima.png');
    height: 400px;*/
	
}

.modulo7-img{
    float: left;
    margin-top: 11%;
    margin-left: 20px;
}

.modulo7-centro{    
    background-color: #EFEEED;
    float: right;
    margin-top: 12%;    
    margin-right: 20px;
    width: 800px;
    padding: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #EFEEED;
    -webkit-box-shadow: 2px 2px 5px #D9D6D6;
    -moz-box-shadow: 2px 2px 5px #D9D6D6;
    -o-box-shadow: 2px 2px 5px #D9D6D6;
    box-shadow: 2px 2px 5px #D9D6D6;
    filter: shadow(color=#D9D6D6, direction=135, strength=2);
}

.modulo7 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.5 em;
    color: #2f353d;    
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;   
    text-rendering: optimizeLegibility;
    
}


/**************************************

            MODULO9 - SONY

***************************************/

.modulo9{
    background: #F1F5F9;
    padding: 50px 10px;    
}

.modulo9 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 30px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;	
}

.modulo9 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    /*max-width: 410px;*/
    text-rendering: optimizeLegibility;	
}

.modulo9-width {
	max-width: 430px;
    margin: 0 auto;
}

.modulo9-width2 {
	max-width: 430px;
    margin: 0 auto;
}

.modulo9-width3 {
	max-width: 437px;
    margin: 0 auto;
}
.modulo9-width4 {
	max-width: 436px;
    margin: 0 auto;
}

.modulo9 .espacio{ padding: 0px 0px 50px 0px}






/**************************************

            MODULO10 - SONY

***************************************/


.modulo10{
    position: relative;
    background: url(../imagen/fondo-modulo2.jpg);
    background-position: left center;
    padding: 50px 0px;
}

.modulo10 h1 {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    color: #2f353d;
    margin: 0px 0px 30px 0px;
    line-height: 1.125;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 350px;
    margin-top: 0px;    
    margin-bottom: 30px;
    text-rendering: optimizeLegibility;	
}

.modulo10 p {
    font-family: "SST W01 Roman","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1em;
    color: #83838f;
    margin: 0px 0px 20px 0px;
    line-height: 1.36667;
    letter-spacing: -0.04em;
    font-weight: 400;
    font-style: normal;
    max-width: 400px;
    text-rendering: optimizeLegibility;	
}


.modulo2 img{
   
}












