.img-right{max-width:100%; width:350px; float: right; margin: 25px 0 25px 25px;}
.contenedor-cta{}
.contenedor-cta iframe{height:195px;}
ul.social-icons li{margin: 0 5px;}
a.link{color:#F62600;}
.menuMedia{max-width:133px;}
#header{max-width:133px; width:100px; position: absolute; top: 0; margin: 0 auto; left: 0;right: 0;}
.title {
    font-size: 72px;
    line-height: 77px;
}
.contenedor-info-genially{width:50%; margin: 0 auto;}
.destacado{padding: 15px; border:solid 1px #ff3333;}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.title {
   		font-size: 26px;
    	line-height: normal;
	}
	.metas span, .header-project .metas .date{font-size:9px;}
	.heading-large {font-size: 23px;line-height: normal;}
	h3{font-size:22px;}
	.contenedor-info-genially{width:100%;}
}
/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
	.contenedor-cta{}
	.contenedor-cta iframe{height:258px;}
	.img-right{}
}
/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
	.contenedor-cta{}
	.contenedor-cta iframe{height:258px;}
}
/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	
}
/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}
/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 
	.dsn-header-hero .name-title h1 {font-size: 5vw;}
}
/* Desktops and laptops ----------- */
@media only screen and (max-width: 1224px) {
  .header-top {
    display: block;
  }
  .site-header {
    display: none;
  }
}
@media only screen 
and (min-width : 1224px) {
	
}
/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}
/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {
}