@font-face {
    font-family:'robotolight';
    src: url('fontface/roboto-light.eot');
    src: url('fontface/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-light.woff2') format('woff2'),
         url('fontface/roboto-light.woff') format('woff'),
         url('fontface/roboto-light.ttf') format('truetype'),
         url('fontface/roboto-light.svg#robotolight') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'robotoregular';
    src: url('fontface/roboto-regular.eot');
    src: url('fontface/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-regular.woff2') format('woff2'),
         url('fontface/roboto-regular.woff') format('woff'),
         url('fontface/roboto-regular.ttf') format('truetype'),
         url('fontface/roboto-regular.svg#robotoregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'roboto_monomedium';
    src: url('fontface/robotomono-medium.eot');
    src: url('fontface/robotomono-medium.eot?#iefix') format('embedded-opentype'),
         url('fontface/robotomono-medium.woff2') format('woff2'),
         url('fontface/robotomono-medium.woff') format('woff'),
         url('fontface/robotomono-medium.ttf') format('truetype'),
         url('fontface/robotomono-medium.svg#roboto_monomedium') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'robotobold';
    src: url('fontface/roboto-bold.eot');
    src: url('fontface/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('fontface/roboto-bold.woff2') format('woff2'),
         url('fontface/roboto-bold.woff') format('woff'),
         url('fontface/roboto-bold.ttf') format('truetype'),
         url('fontface/roboto-bold.svg#robotobold') format('svg');
    font-weight:normal;
    font-style:normal;
}

html {
	height:100%;
}

* {
	font-smooth:always;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased; 
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    min-width:320px; 
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
    color:#000;
    overflow-x:hidden;
}

img {
    margin:0;
    padding:0;
    border:none;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
}

a {
    text-decoration:none;
    outline:none;
    transition:all 150ms linear;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    color:#000;
}

h1, h2, h3, h4 {
    margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
}

p {
    margin:0;
    padding:0;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

section {
    margin:0;
    padding:0;
    font-size:0;
    line-height:0;
}

iframe {
	margin:0;
	padding:0;
}

input, textarea, select {
    outline:none;
}

.clear {
	clear:both;
}

.gris {
	color:#635851;
}


/*/// HEADER ///*/

header {
	position:relative;
	display:block;
	width:100%;
	background:#FFF;
}

.centrador_HD {
	position:relative;
	width:100%;
	max-width:1920px;
	text-align:center;
	margin:auto;
	padding:50px 40px;
}

.ClipLogo {
	display:block;
	width:260px;
	margin:auto;
	text-align:center;
}

.logo {
	display:block;
	width:260px;
}

#MenuH {
    position:absolute;
    top:49px;
    left:40px;
}

.menu {
    display:inline-block;
}

.menu .burguer {
    width:40px;
}

#mmenu:active,
#mmenu:focus {
	outline:none;
	background:none;
	border:none;
}

.ClipRedes_HD {
	position:absolute;
	top:53px;
	right:40px;
}

.ico-red {
    width:32px;
    margin-left:3px;
}

#elmenu {
	display:none;
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	padding:45px 0 220px;
    background:#FFF;
	z-index:9999;
}

.ClipCerrar {
    position:relative;
    display:block;
    text-align:center;
}

.ico-cerrar {
	display:inline-block;
	width:35px;
	height:35px;
	border:none;
	background-image:url('../imgs/cerrar.svg');
	background-size:contain;
	background-repeat:no-repeat;
}

ul.botones {
    text-align:center;
    padding:0;
}

ul.botones li {
	list-style:none;
}

ul.botones li a {
	display:inline-block;
	font-family:'roboto_monomedium', Arial, Helvetica, sans-serif;
	font-size:19px;
	text-decoration:none;
	color:#000;
	margin-top:25px;
}

ul.botones li a:hover {
	color:#A40BD8;
}

.datos-menu {
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#000;
}

.datos-menu a {
    display:inline-block;
    font-family:'robotolight', Arial, Helvetica, sans-serif;
    font-size:17px;
    color:#000;
    margin-bottom:3px;
}

.datos-menu a:hover {
    color:#A40BD8;
}

.datos-menu a.correo {
    font-size:18px;
    color:#000;
}

.datos-menu a:hover.correo {
    color:#A40BD8;
}

.ClipRedes {
	text-align:center;
	margin-top:30px;
}

.ClipRedes .ico-red {
    float:none;
    width:36px;
    margin:0 1px;
}

#elmenu .isologo {
    margin:40px auto 20px;
}


/*/// SLIDER ///*/

.ClipSlide {
	position:relative;
	line-height:0;
	margin:0 auto;
    overflow:hidden;
	z-index:2;
}

#slider_ch { display:none; }
.entity-img { position:absolute; top:0; right:0; left:0; bottom:0; width:100%; }
.swiper-wrapper { transition:all .25s ease; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before { content:''; position:absolute; top:50%; left:50%; width:18px; height:18px; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); /*border:2px solid #FFF;*/ border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; -ms-border-radius:50%; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin:0 6px; position:relative; width:15px; height:15px; background-color:#FFF; opacity:.4; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity:1; }
.swiper-pagination { display:none; bottom:25px !important; }

.absolute {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.absolute_int {
	display:table;
	width:100%;
	height:100%;
}

.absolute_contenedor {
	position:relative;
	display:table-cell;
	height:inherit;
	vertical-align:middle;
	font-family:'robotobold', Arial, Helvetica, sans-serif;
	font-size:50px;
	line-height:53px;
	text-align:center;
	color:#FFF;
	text-shadow:0 2px 2px rgba(0, 0, 0, 0.6);
	margin:auto;
	z-index:3;
}

.ClipPortada {
	position:relative;
	line-height:0;
	margin:0 auto;
	z-index:2;
}

.foto_portada {
	width:100%;
	margin:0;
	padding:0;
	border:none;
}

.foto_portada.ch {
    display:none;
}

.bg_slide {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, .2);
    z-index:2;
}

#contenedor {
	width:100%;
	text-align:center;
	margin:0 auto;
}

.franja {
    background:#F8F8F8;
}

.speech {
	max-width:960px;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:26px;
	color:#000;
	text-align:center;
	padding:50px 50px 60px;
	margin:auto;
}

.speech b {
	font-family:'robotobold', Arial, Helvetica, sans-serif;
}

.speech span {
    display:inline-block;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:19px;
    margin-bottom:4px;
}


/*/// THUMBS ///*/

.ClipThumbs {
	width:100%;
    max-width:1440px;
	margin:0 auto;
	padding:70px 40px 30px;
}

.ClipThumbs.internas {
    padding-top:20px;
}

.btn-capsula {
    position:relative;
    width:auto;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#000;
    background-color:rgba(213, 211, 239, .2);
    padding:6px 22px 8px;
    margin:0 6px;
    border:none;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
    cursor:pointer;
}

.btn-capsula:hover {
    color:#FFF;
    background:#000;
}

.btn-capsula.lab {
    min-width:200px;
}

.btn-capsula.activada {
    font-family:'roboto_monomedium', Arial, Helvetica, sans-serif;
    color:#FFF;
    background:#000;
}

.ClipThumbs_int {
	margin:60px 4px 0;
}

.ClipThumb {
    float:left;
    width:33.3%;
}

.ClipThumb:nth-child(3n+1) {
	clear:both;
}

.ClipThumb_int {
	display:inline-block;
	margin:0 2px 70px;
}

.preview {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin:0;
	margin-bottom:20px;
	padding:0;
	border:none;
	overflow:hidden;
}

.preview:hover .oscurece {
	opacity:0.5;
}

.oscurece {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    opacity:0;
    transition:opacity 0.5s;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    -ms-transition:opacity 0.5s;
    margin:0;
  	padding:0;
  	border:none;
    z-index:8888;
}

.thumb {
	position:relative;
	float:left;
	width:100%;
  	margin:0;
  	padding:0;
  	font-size:0;
  	line-height:0;
  	border:none;
}

.ClipThumb a h1 {
	float:left;
	font-family:'roboto_monomedium', Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
    text-align:left;
	color:#000;
	padding-left:20px;
	transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

.ClipThumb a:hover h1 {
	color:#666;
}

.ClipThumb a p {
	float:left;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:19px;
	line-height:24px;
    text-align:left;
	color:#000;
    margin-top:3px;
	padding-left:20px;
	transition:all 200ms linear;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    -ms-transition:all 200ms linear;
}

.ClipThumb a:hover p {
	color:#666;
}


/*/// Servicios ///*/

.ClipServicios {
	float:left;
	width:100%;
	margin-bottom:7px;
}

.ClipServicios_int {
	padding:60px 0 75px;
	background:#000;
}

.vector {
	width:520px;
	margin:0 auto 20px;
}

.vector.mobile {
    display:none;
}

.ClipTextos {
	max-width:650px;
	margin:auto;
}

.ClipServicios p {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:27px;
	color:#FFF;
}


/*/// FORMULARIO ///*/

.centrador_width {
    max-width:800px;
    margin:auto;
    text-align:center;
    padding:50px 40px 0;
}

.ClipCotizacion {
    float:left;
    width:100%;
    margin:0 auto 60px;
}

.ClipCotizacion h2 {
	font-family:'roboto_monomedium', Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#000;
	margin-bottom:10px;
}

#frm_res label {
    display:block;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:left;
    color:#000;
    margin-top:30px;
    margin-bottom:5px;
    padding-left:7px;
}

.col_var {
    float:left;
    width:calc((50% - 24px));
    width:-webkit-calc((50% - 24px));
    width:-moz-calc((50% - 24px));
    width:-o-calc((50% - 24px));
    margin:0 12px;
}

.col_var.costado {
    margin-left:15px;
    margin-right:0;
}

#frm_res input.text {
    width:100%;
    height:35px;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
    padding:2px 10px;
    border:1px solid #999;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

#frm_res .comentario {
    width:calc((100% - 20px));
    width:-webkit-calc((100% - 20px));
    width:-moz-calc((100% - 20px));
    width:-o-calc((100% - 20px));
    margin:auto;
}

#frm_res textarea.text {
    width:100%;
    height:140px;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:22px;
    color:#000;
    border:1px solid #999;
    margin-bottom:24px;
    padding:7px 10px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -ms-border-radius:4px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    outline:none;
}

.boton_naranja {
    position:relative;
    width:110px;
    font-family:'robotobold', Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height:16px;
    color:#FFF;
    background:#000;
    padding:7px 10px;
    border:none;
    border-radius:50px;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    -ms-border-radius:50px;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    transition:background 200ms linear;
    -webkit-transition:background 200ms linear;
    -moz-transition:background 200ms linear;
    -o-transition:background 200ms linear;
    -ms-transition:background 200ms linear;
    cursor:pointer;
}

.boton_naranja:hover {
    background:#A40BD8;
}

.error_formulario_res {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:23px;
    color:#000;
    margin:10px 0;
}

.clipCaptcha {
    width:300px;
    margin:2px auto 30px;
}


/*/// FICHA ///*/

.centrador_main {
    max-width:1440px;
    margin:auto;
    padding:50px 50px 57px;
}

.col_principal {
    float:left;
    width:500px;
    padding-right:100px;
}

.col_principal h1 {
    width:400px;
    font-family:'robotobold', Arial, Helvetica, sans-serif;
    font-size:40px;
    line-height:44px;
    text-align:left;
    color:#000;
}

.subtitulo {
    float:left;
    font-family:'robotobold', Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height:24px;
    color:#89ADC2;
    margin-top:5px;
    margin-bottom:20px;
}

.creditos {
    font-family:'robotolight', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:21px;
    text-align:left;
    color:#000;
    margin-top:3px;
}

.creditos span {
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
}

.col_grupo {
    float:left;
    width:calc(100% - 500px);
    width:-webkit-calc(100% - 500px);
    width:-moz-calc(100% - 500px);
    width:-o-calc(100% - 500px);
}

.col_grupo .descricion {
    display:inline-block;
    font-family:'robotolight', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:24px;
    text-align:left;
    color:#000;
    width:calc(100% - 280px);
    width:-webkit-calc(100% - 230px);
    width:-moz-calc(100% - 280px);
    width:-o-calc(100% - 280px);
    padding-right:160px;
}

.col_grupo .resumen {
    float:right;
    width:230px;
    font-family:'robotobold', Arial, Helvetica, sans-serif;
    font-size:17px;
    line-height:23px;
    text-align:left;
    color:#000;
}

.elvideo {
    position:relative;
    padding:56.25% 0 0 0;
    margin-bottom:30px;
}

.elvideo iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.ClipImagenes {
    width:100%;
    max-width:1440px;
    margin:auto;
    padding:0 50px 20px;
}

.ClipImagenes .thumb {
    margin-bottom:50px;
}

.centrador_paginado {
    max-width:1440px;
    margin:auto;
    padding:0 50px 70px;
}

.paginado_trabajo {
    font-family:'robotobold', Arial, Helvetica, sans-serif;
    font-size:20px;
}

.paginado_trabajo a {
    text-decoration:none;
    color:#000;
    line-height:46px;
}

.paginado_trabajo a:hover {
    color:#666;
}

.paginado_trabajo .ant {
    float:left;
}

.paginado_trabajo .sig {
    float:right;
}


/*/// ABOUT ///*/

.centrador_about {
    max-width:1112px;
    margin:auto;
    padding:60px 50px 100px;
}

.col_foto {
    float:left;
    width:52%;
    padding-right:55px;
}

.col_info {
    float:left;
    width:43%;
    text-align:left;
    padding-left:18px;
}

.hola {
    width:340px;
}

.bajada {
    width:250px;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:22px;
    color:#323232;
    margin:20px 0 18px;
}

.biografia {
    font-family:'robotolight', Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:24px;
    color:#606060;
}

.ClipRedes_About {
    float:left;
    margin:30px 0 0 -5px;
}


/*/// FOOTER ///*/

footer {
	width:100%;
	padding:50px 0 0;
	background:#FFE5E5;
}

footer .centrador {
	width:100%;
	max-width:1024px;
	text-align:center;
	margin:0 auto;
	padding:0;
}

.isologo {
    width:210px;
}

.info {
	font-family:'robotoregular', Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	text-align:center;
	color:#000;
	padding:20px 0;
}

.info a {
    font-size:17px;
	color:#000;
}

.info a:hover {
	color:#A40BD8;
}

footer .ico-red {
	width:36px;
	margin:0 1px;
}

.ico-Subir {
	width:40px;
	height:40px;
	margin:40px auto;
	border:none;
	background-image:url('../imgs/subir.png');
	background-size:contain;
	background-repeat:no-repeat;
}

.banda {
    display:block;
    width:100%;
    height:32px;
    line-height:29px;
    text-align:center;
    color:#FFF;
    margin-top:57px;
    background:#FFF;
}

.tiendaby {
    display:inline-block;
    font-family:'robotoregular', Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000;
}

.logo_strass_blanco {
    width:100px;
    margin-bottom:-5px;
}


/*/// VERSIÓN NO MOBILE ///*/

.no-mobile {
	display:none;
}


/*/// Media Queries ///*/

/*
@media screen and (max-width:1800px) {
	header { display:none !important; }
	#Slider { display:none !important; }
	#contenedor { display:none !important; }
	footer { display:none !important; }
	.no-mobile { display:block !important; }
}
*/

@media screen and (max-width:1270px) {
    .absolute_contenedor { font-size:42px; line-height:48px; }
    .speech { max-width:950px; padding:56px 50px 65px; }
    .ClipServicios h2 { font-size:26px; }
    .ClipCotizacion h2 { font-size:26px; }
    .ClipServicios_int { padding:60px 0 75px; }
    .col_principal { width:350px; padding-right:70px; }
    .col_principal h1 { width:100%; font-size:30px; line-height:33px; }
    .subtitulo { font-size:18px; line-height:22px; }
    .creditos { font-size:16px; line-height:20px; }
    .col_grupo { width:calc(100% - 350px); width:-webkit-calc(100% - 350px); width:-moz-calc(100% - 350px); width:-o-calc(100% - 350px); }
    .col_grupo .descricion { width:calc(100% - 180px); width:-webkit-calc(100% - 180px); width:-moz-calc(100% - 180px); width:-o-calc(100% - 180px); padding-right:80px; }
    .col_grupo .resumen { width:180px; }
}

@media screen and (max-width:1023px) {
    .centrador_HD { padding:35px 40px; }
    .ClipLogo { width:220px; }
    .logo { width:220px; }
    #MenuH { top:35px; left:28px; }
    .ClipRedes_HD { top:40px; }
    .absolute_contenedor { font-size:35px; line-height:39px; }
    .speech { max-width:730px; font-size:19px; line-height:27px; padding:50px 50px 55px; }
    .ClipThumb { width:50%; }
    .ClipThumb:nth-child(3n+1) { clear:initial; }
    .ClipThumb:nth-child(2n+1) { clear:both; }
    .ClipServicios p { font-size:17px; line-height:26px; }
    .ClipServicios h2 { font-size:24px; }
    .ClipCotizacion h2 { font-size:24px; }
    .ClipServicios_int { padding:50px 0 60px; }
    #elmenu .ClipLogo { width:230px; margin-bottom:25px; }
    #elmenu .logo { width:230px; }
    .centrador_main { padding:40px 30px 49px; }
    .col_principal { width:100%; padding-right:0; }
    .col_grupo { width:100%; }
    .col_grupo .resumen { float:left; width:100%; padding:20px 0 25px; }
    .col_grupo .descricion { width:100%; padding-right:0; }
    .elvideo { margin-bottom:10px; }
    .ClipImagenes { padding:0 30px 20px; }
    .ClipImagenes .thumb { margin-bottom:30px; }
    .centrador_paginado { padding:0 30px 50px; }
    .paginado_trabajo { font-size:16px; }
    .vector { width:420px; }
    .isologo { width:180px; }
    .centrador_about { padding:50px 50px 70px; }
    .col_foto { padding-right:45px; }
    .col_info { padding-left:8px; }
    .hola { width:250px; }
}

@media screen and (max-width:767px) {
    #MenuH { left:25px; }
    #slider_gr { display:none; }
    #slider_ch { display:block; }
    .ClipTextos { max-width:620px; padding:0 40px; }
    .ClipServicios p { line-height:26px; }
    .centrador_width { padding:45px 20px 0; }
    .ClipCotizacion h2 { margin-bottom:10px; }
    .foto_portada.gr { display:none; }
    .foto_portada.ch { display:block; }
    .col_principal h1 { font-size:26px; line-height:30px; }
    .subtitulo { font-size:20px; line-height:24px; margin-top:3px; margin-bottom:18px; }
    .creditos { font-size:18px; line-height:22px; }
    .col_grupo .resumen { font-size:18px; line-height:26px; }
    .col_grupo .descricion { font-size:17px; line-height:24px; }
    .centrador_main { padding:35px 30px 43px; }
    .speech { width:100%; font-size:18px; line-height:25px; padding:40px 50px 45px; }
    .speech span { font-size:18px; margin-bottom:10px; }
    .ClipThumbs { padding:60px 20px 0; }
    .isologo { width:190px; }
    .info { font-size:15px; }
    .ClipThumb a h1 { font-size:18px; line-height:23px; }
    .ClipThumb a p { font-size:17px; line-height:22px; }
    .btn-capsula { font-size:14px; padding:4px 19px 6px; margin:0 5px; }
    .centrador_about { padding:50px 50px 70px; }
    .col_foto { padding-right:45px; }
    .col_info { padding-left:8px; }
    .hola { width:200px; }
    .bajada { width:240px; font-size:17px; line-height:21px; }
    .biografia { font-size:15px; line-height:22px; }
}

@media screen and (max-width:639px) {
    .centrador_HD { padding:18px 20px; }
    #MenuH { top:13px; left:12px; }
    .menu .burguer { width:36px; }
    .ClipLogo { width:190px; }
    .logo { width:190px; }
    .ClipRedes_HD { display:none; }
    #elmenu { padding-top:23px; }
    #elmenu .ClipLogo { width:204px; margin-bottom:28px; }
    #elmenu .logo { width:204px; }
    .absolute_contenedor { font-size:29px; line-height:33px; }
    .speech { width:100%; font-size:18px; line-height:25px; padding:35px 30px 43px; }
    .speech span { font-size:18px; line-height:21px; }
    .speech span.titulo { display:block; margin-bottom:-10px; }
    .ClipThumb { width:100%; }
    .ClipThumb:nth-child(2n+1) { clear:initial; }
    .ClipThumb:nth-child(1n+1) { clear:both; }
    .ClipThumbs_int { margin:35px 10px 0; }
    .ClipThumb_int { margin:0 0 40px; }
    .ClipThumb a h1 { font-size:19px; line-height:24px; padding-left:2px; }
    .ClipThumb a p { font-size:18px; line-height:21px; padding-left:2px; }
    .ClipTextos { padding:0 10px; }
    .ClipServicios_int { margin:0; padding:40px 0 50px; }
    .ClipServicios p { font-size:18px; line-height:27px; padding:0 20px; -webkit-column-count:1; -moz-column-count:1; column-count:1; -moz-column-gap:0; -webkit-column-gap:0; column-gap:0; }
    .ClipServicios h2 { font-size:20px; text-align:left; padding-left:20px; margin-bottom:20px; }
    .centrador_width { padding-top:45px; }
    .ClipCotizacion { margin-bottom:50px; }
    .ClipCotizacion h2 { font-size:24px; margin-bottom:7px; }
    .col_var { width:100%; margin:0; }
    .col_var.costado { margin-left:0; }
    #frm_res .comentario { width:100%; }
    .banda { height:34px; }
    .centrador_main { padding:30px 25px 40px; }
    .elvideo { margin-bottom:20px; }
    .ClipImagenes { padding:0 25px 5px; }
    .ClipImagenes .thumb { margin-bottom:25px; }
    .centrador_paginado { padding:0 25px 30px; }
    .absolute_contenedor { font-size:27px; line-height:31px; }
    .btn-capsula { padding:4px 15px 5px; margin:0 3px; background-color:rgba(213, 211, 239, .3); }
    .ClipThumbs { padding:45px 10px 25px; }
    .ClipThumbs.internas { padding-top:25px; }
    .preview { margin-bottom:15px; }
    .vector { width:220px; margin-bottom:10px; }
    .vector.desktop { display:none; }
    .vector.mobile { display:inline-block; }
    #frm_res label { font-size:15px; margin-top:25px; margin-bottom:5px; }
    #frm_res input.text { height:39px; font-size:16px; }
    footer { padding-top:45px; }
    .col_principal h1 { font-size:23px; line-height:27px; }
    .subtitulo { font-size:19px; line-height:23px; }
    .centrador_about { padding:20px 20px 60px; }
    .col_foto { width:100%; padding-right:0; }
    .ClipRedes_About { margin-top:25px; }
    .col_info { width:100%; padding-top:40px; padding-left:0; }
    .hola { width:170px; }
    .bajada { margin:12px 0 15px; }
}

@media screen and (max-width:428px) {
    .speech { padding:35px 20px 43px; }
}

@media screen and (max-width:413px) {
    .absolute_contenedor { font-size:24px; line-height:28px; }
    .btn-capsula { padding:4px 15px 5px; margin:0 3px; }
}

@media screen and (max-width:412px) {
    .btn-capsula { font-size:12px; }
    .speech { padding:35px 30px 43px; }
}

@media screen and (max-width:399px) {
    .speech { font-size:17px; line-height:24px; padding:33px 40px 43px; }
    .speech span { font-size:17px; line-height:19px; }
    .btn-capsula { font-size:14px; padding:4px 13px 5px; margin:0 2px; }
    .vector { width:190px; }
    .ClipServicios p { font-size:17px; line-height:25px; }
    .hola { width:160px; }
}

@media screen and (max-width:390px) {
    .btn-capsula { font-size:13px; padding:4px 13px 5px; margin:0 2px; }
}

@media screen and (max-width:374px) {
    .ClipLogo { width:170px; }
    .logo { width:170px; }
    #MenuH { top:16px; }
    .menu .burguer { width:28px; }
    .absolute_contenedor { font-size:22px; line-height:26px; }
    .speech { font-size:17px; line-height:22px; }
    .speech span { font-size:17px; line-height:22px; }
    .isologo { width:140px; }
    ul.botones li a { font-size:17px; margin-top:20px; }
    .datos-menu { font-size:15px; }
    .datos-menu a.correo { font-size:17px; }
    .ClipThumb a h1 { font-size:18px; line-height:23px; }
    .ClipThumb a p { font-size:17px; line-height:22px; margin-top:1px; }
    .vector { width:200px; }
    .ClipServicios p { font-size:16px; line-height:25px; }
    .ClipCotizacion h2 { font-size:22px; }
    #frm_res label { font-size:14px; margin-bottom:4px; }
    #frm_res input.text { height:37px; font-size:15px; }
    .col_principal h1 { font-size:21px; line-height:25px; }
    .subtitulo { font-size:18px; line-height:22px; }
    .creditos { font-size:16px; line-height:20px; }
    .col_grupo .resumen { font-size:16px; line-height:24px; }
    .col_grupo .descricion { font-size:16px; line-height:22px; }
    .paginado_trabajo { font-size:15px; }
}

@media screen and (max-width:359px) {
    .absolute_contenedor { font-size:21px; line-height:25px; }
    .centrador_main { padding:35px 25px 43px; }
    .col_principal h1 { font-size:21px; line-height:24px; }
    .subtitulo { font-size:17px; line-height:21px; }
    .creditos { font-size:16px; line-height:20px; }
    .col_grupo .resumen { font-size:16px; line-height:23px; }
    .col_grupo .descricion { font-size:15px; line-height:21px; }
    .btn-capsula { font-size:12px; padding:3px 10px 4px; }
    .vector { width:190px; }
    .ClipServicios p { font-size:15px; line-height:24px; }
}