/*  
Theme Name: Mario Flores
Author: Valeria Strempler
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #ed35bf;
	color: #fff;
}

::-moz-selection {
	background-color: #ed35bf;
	color: #fff;
}

										/* Tipografia */

@font-face {
    font-family: 'helvetica neue regular';
    src: url('assets/fonts/helvetica/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Lt.woff') format('woff'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Lt.svg#helveticaneuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica neue bold';
    src: url('assets/fonts/helvetica/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Bd.woff') format('woff'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Bd.ttf')  format('truetype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-Bd.svg#helveticaneueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica neue black italic';
    src: url('assets/fonts/helvetica/HelveticaNeueLTStd-BlkCnO.eot?#iefix') format('embedded-opentype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-BlkCnO.woff') format('woff'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-BlkCnO.ttf')  format('truetype'), 
         url('assets/fonts/helvetica/HelveticaNeueLTStd-BlkCnO.svg#helveticaneueblackitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cubano regular';
    src: url('assets/fonts/cubano/cubano-regular-webfont.woff2') format('woff2'),
         url('assets/fonts/cubano/cubano-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica neue bold condensed';
    src: url('assets/fonts/helvetica/helvetica-neue-lt-com-77-bold-condensed.woff2') format('woff2'),
         url('assets/fonts/helvetica/helvetica-neue-lt-com-77-bold-condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	/*-webkit-font-smoothing: antialiased;*/
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	/*-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;*/
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
    overflow: hidden;
    font-family: 'helvetica neue regular';
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.hoja-1200 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-1000 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1030px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

.hoja-900 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 930px;
	display: block;
	margin: 0 auto;
	padding: 0 15px;
}

b, strong{ font-weight:bold; }
i, em { font-style: italic; }


/*--------------------  COLUMNAS  --------------------*/

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 31.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 49%;}
.col-7 {width: 56.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

.w-320 { max-width: 320px; width:100%; }
.w-330 { max-width: 275px; width:100%; }

.height-auto { height: auto!important; }
.height520 { height: 510px; }  


/*--------------------  FLEX  --------------------*/

.flex { 
  display: flex; 
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;   
}

.column-direction { 
  flex-direction: column; 
  -webkit-flex-direction: column; 
  -moz-flex-direction: column;     
}


.column-reverse {
    display: flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;  
}

.row-direction { 
  flex-direction: row; 
  -webkit-flex-direction: row; 
  -moz-flex-direction: row;     
}

.reverse {  
  flex-direction: row-reverse; 
  -webkit-flex-direction: row-reverse; 
  -moz-flex-direction: row-reverse;     
}

.between { 
  justify-content: space-between; 
  -webkit-justify-content: space-between; 
  -moz-justify-content: space-between;   
}

.wrap {
    flex-wrap: wrap;
}

.content-center { 
  justify-content: center; 
  -webkit-justify-content: center; 
  -moz-justify-content: center;   
}

.content-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start; 
  -moz-justify-content: flex-start; 
}

.content-right{
  justify-content: flex-end;
  -webkit-justify-content: flex-end; 
  -moz-justify-content: flex-end; 
}

.flex-center { 
  align-items: center;  
  -webkit-align-items: center;  
  -moz-align-items: center;      
}

.flex-top { 
  align-items: flex-start;  
  -webkit-align-items: flex-start;  
  -moz-align-items: flex-start;    
}

.flex-bottom { 
  align-items: flex-end; 
  -webkit-align-items: flex-end; 
  -moz-align-items: flex-end; 
}


/*--------------------  MARGEN  --------------------*/

.m0 { margin: 0; }
.m5 { margin-top: 5px; margin-bottom:5px; }
.m10 { margin-top: 10px; margin-bottom:10px; }
.m20 { margin-top: 20px; margin-bottom:20px; }
.m30 { margin-top: 30px; margin-bottom:30px; }
.m40 { margin-top: 40px; margin-bottom:40px; }
.m50 { margin-top: 50px; margin-bottom:50px; }
.m60 { margin-top: 60px; margin-bottom:60px; }
.m70 { margin-top: 70px; margin-bottom:70px; }
.m80 { margin-top: 80px; margin-bottom:80px; }
.m90 { margin-top: 90px; margin-bottom:90px; }
.m100 { margin-top: 100px; margin-bottom:100px; }

.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

.ml10 { margin-left: 10px }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml60 { margin-left: 60px; }
.ml70 { margin-left: 70px; }
.ml80 { margin-left: 80px; }
.ml90 { margin-left: 90px; }
.ml100 { margin-left: 100px; }

.mr10 { margin-right: 10px }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr60 { margin-right: 60px; }
.mr70 { margin-right: 70px; }
.mr80 { margin-right: 80px; }
.mr90 { margin-right: 90px; }
.mr100 { margin-right: 100px; }


/*--------------------  PADDING  --------------------*/

.pad0 { padding:0 !important; }
.pad10 { padding-top:10px; padding-bottom:10px; }
.pad15 { padding-top:15px; padding-bottom:15px; }
.pad20 { padding-top:20px; padding-bottom:20px; }
.pad30 { padding-top:30px; padding-bottom:30px; }
.pad40 { padding-top:40px; padding-bottom:40px; }
.pad50 { padding-top:50px; padding-bottom:50px; }
.pad60 { padding-top:60px; padding-bottom:60px; }
.pad70 { padding-top:70px; padding-bottom:70px; }
.pad80 { padding-top:80px; padding-bottom:80px; }
.pad90 { padding-top:90px; padding-bottom:90px; }
.pad100 { padding-top:100px; padding-bottom:100px; }


.pad-lat5 { padding-left:5px; padding-right:5px; }
.pad-lat10 { padding-left:10px; padding-right:10px; }
.pad-lat15 { padding-left:15px; padding-right:15px; }
.pad-lat20 { padding-left:20px; padding-right:20px; }
.pad-lat25 { padding-left:25px; padding-right:25px; }
.pad-lat30 { padding-left:30px; padding-right:30px; }
.pad-lat40 { padding-left:40px; padding-right:40px; }
.pad-lat50 { padding-left:50px; padding-right:50px; }
.pad-lat60 { padding-left:60px; padding-right:60px; }

.padt10 { padding-top:10px; }
.padt20 { padding-top:20px; }
.padt30 { padding-top:30px; }
.padt40 { padding-top:40px; }
.padt50 { padding-top:50px; }
.padt60 { padding-top:60px; }
.padt70 { padding-top:70px; }
.padt80 { padding-top:80px; }
.padt90 { padding-top:90px; }
.padt100 { padding-top: 100px; }

.padb10 { padding-bottom:10px; }
.padb20 { padding-bottom:20px; }
.padb30 { padding-bottom:30px; }
.padb40 { padding-bottom:40px; }
.padb50 { padding-bottom:50px; }
.padb60 { padding-bottom:60px; }
.padb70 { padding-bottom:70px; }
.padb80 { padding-bottom:80px; }
.padb90 { padding-bottom:90px; }
.padb100 { padding-bottom: 100px; }


/*--------------------  FUENTES  --------------------*/

.work  { font-family: 'Work Sans', sans-serif; }
.open  { font-family: 'Open Sans', sans-serif; }
.pt { font-family: 'PT Sans', sans-serif; }

.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs23 { font-size:23px; }
.fs24 { font-size:24px; }
.fs25 { font-size:25px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.fs32 { font-size:32px; }
.fs34 { font-size:34px; }
.fs35 { font-size:35px; }
.fs36 { font-size:36px; }
.fs38 { font-size:38px; }
.fs40 { font-size:40px; }
.fs42 { font-size:42px; }
.fs44 { font-size:44px; }
.fs45 { font-size:45px; }
.fs46 { font-size:46px; }
.fs48 { font-size:48px; }
.fs49 { font-size:49px; }
.fs50 { font-size:50px; }
.fs52 { font-size:52px; }
.fs54 { font-size:54px; }
.fs55 { font-size:55px; }
.fs56 { font-size:56px; }
.fs58 { font-size:58px; }
.fs60 { font-size:60px; }
.fs70 { font-size:70px; }
.fs75 { font-size:75px; }
.fs80 { font-size:80px; }

.fw100 { font-weight: 100; }
.fw300 { font-weight: 300; }
.fw400 { font-weight: 400; }
.fw500 { font-weight: 500; }
.fw600 { font-weight: 600; }
.fw700 { font-weight: 700; }
.fw900 { font-weight: 900; }

.semi { font-weight: 600; }
.bold, strong, b { font-weight: 700; }
.extra { font-weight: 800; }

.under { text-decoration: underline; }
.upper { text-transform: uppercase; }

.line-normal { line-height:normal; }

.line-130 { line-height: 130%; }
.line-120 { line-height: 120%; }
.line-100 { line-height: 100%; }

.text-center { text-align: center; }

.bg-negro {
    padding: 20px 0;
    background-color: #000;
}


/*--------------------  HEADER  --------------------*/

.idioma {
    text-align: right;
}

.idioma li {
    display: inline-block;
    padding: 10px 8px 5px;
    background-color: #c7c7c7;
    transform: skew(-12deg);
}

.idioma li a {
    display: block;
    font-family: 'helvetica neue black italic';
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    transform: skew(12deg);
}

.idioma li:hover,
.idioma li.current-lang {
    background-color: #ed35bf;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 16;
}

.loading img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 250px;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}


/*--------------------  HOME - BIOGRAFIA  --------------------*/

.biografia {
    padding: 50px 0;
}

.img-bio {
    position: relative;
}

.img-bio img {
    display: block;
    width: 400px;
    margin: auto;
}

.txt-bio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

.txt-bio h1 {
    font-family: 'helvetica neue bold';
    font-size: 30px;
}

.txt-bio h2 {
    font-family: 'helvetica neue bold';
    font-size: 26px;
}

.txt-bio h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 130%;
}

.txt-bio p {
    font-size: 15px;
    line-height: 130%;
}

.redes {
    margin: 10px 0 0;
}

.redes li {
    display: inline-block;
}

.redes li a {
    display: block;
    width: 45px;
    height: 48px;
    background-image: url(assets/img/sprite-redes.png);
    background-repeat: no-repeat;
    background-size: auto 48px;
}

.redes li a.instagram {
    background-position: 0 0;
}

.redes li a.twitter {
    background-position: -47px 0;
}

.redes li a.facebook {
    background-position: -92px 0;
}

.redes li a.behance {
    background-position: -137px 0;
}

.redes li a.mail {
    background-position: -182px 0;
}


/*--------------------  HOME - ILUSTRACION  --------------------*/

.titulo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    padding: 12px 5px 8px;
    background-color: #000;
    text-align: center;
    transform: skew(-12deg);
}

.titulo h2 {
    font-family: 'helvetica neue black italic';
    font-size: 32px;
    color: #ed35bf;
    line-height: 100%;
    text-transform: uppercase;
    transform: skew(12deg);
}

.titulo p {
    font-family: 'helvetica neue black italic';
    font-size: 17px;
    color: #2dfffe;
    line-height: 100%;
    text-transform: uppercase;
    transform: skew(12deg);
}

.txt-section {
    padding: 5px 0 5px 25px;
}

.txt-section p {
    font-size: 17px;
    line-height: 130%;
}

.txt-section p a {
    color: #ed35bf;
    font-family: 'helvetica neue bold';
}

.row-slider {
    padding: 20px 0;
}

.row-slider ul {
    margin: 0 0 15px;
}

.row-slider ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.row-slider .slide {
    max-width: 1030px;
    width: 100%;
    margin: auto;
}

.row-slider .slide .item-slide {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.row-slider .slide .item-slide div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}

.row-slider .slide .item-slide div.hidden {
    display: none;
}

.row-slider .slide .item-slide div img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    margin: auto;
}

.slide1 .slick-slide img,
.slide2 .slick-slide img,
.slide-s .slick-slide img {
    max-height: 330px;
}


/*--------------------  HOME - BRANDING  --------------------*/

.branding p strong {
    color: #ed35bf;
    font-family: 'helvetica neue bold';
}

.bg-negro .titulo {
    background-color: #ed35bf;
}

.bg-negro h2 {
    color: #000;
}

.bg-negro p {
    color: #fff;
}

.bg-negro .txt-section p {
    color: #27dcdb;
}


/*--------------------  HOME - INFOGRAFIAS  --------------------*/

.infografias {
    padding: 25px 0;
}


/*--------------------  HOME - COMISIONES  --------------------*/

.comisiones-s {
    padding: 25px 0;
}


/*--------------------  HOME - PODCASTS  --------------------*/

.podcasts {
    padding: 25px 0;
}

.row-slider.row-podcast ul {
    display: flex;
    max-width: 1030px;
    width: 100%;
    margin: auto;   
}

.row-slider.row-podcast ul li {
    width: 15%;
    margin: 10px 0;
    padding: 0;
}

.row-slider.row-podcast ul li a {
    display: block;
}

.row-slider.row-podcast ul li .img-section {
    padding: 100% 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*--------------------  HOME - DESCARGAS  --------------------*/

.descargas {
    padding: 25px 0;
}

.descargas p {
    font-size: 17px;
}

.descargas .txt-section {
    padding: 20px 0;
}

.descargas .txt-section p a {
    color: #000;
    text-decoration: underline;
}

.descargas a img {
    display: block;
    margin: auto;
}

.slide-descargas {
    padding: 0 30px;
}

.slide-descargas .slick-slide img {
    max-height: 200px;
}


/*--------------------  COMISIONES  --------------------*/

.page-comisiones {
	margin: 25px 0 50px;
	padding: 0 15px;
}

.txt-comision {
	max-width: 480px;
	width: 100%;
} 

.txt-comision h1,
.txt-carrusel h2 {
	font-family: 'helvetica neue black italic';
    font-size: 32px;
	line-height: 120%;
}

.txt-comision p {
	font-size: 18px;
}

.txt-comision p strong {
	font-family: 'helvetica neue bold';
}

.txt-carrusel p {
	padding: 10px 0 20px;
	font-size: 18px;
	line-height: 130%;
}

.txt-carrusel p span {
	font-family: 'cubano regular';
	font-size: 34px;
	color: #740f5a;
}

.slide-paquetes .slick-slide > div {
    padding: 0;
    margin: 10px;
    text-align: center;
}

.slide-enmarcado .slick-slide {
	display: inline-block!important;
	float: none!important;
	vertical-align: middle;
}

.slide-enmarcado .slick-slide > div {
    padding: 0;
    margin: 10px 15px;
    text-align: center;
}

.slide-paquetes .img-paquete {
    padding-top: 59%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	cursor: pointer;
}

.slide-paquetes p {
	padding: 15px 0;
	font-family: 'helvetica neue bold';
	font-size: 16px;
	text-align: center;
	line-height: 130%;
}

.slide-paquetes p strong {
	display: block;
	font-family: 'cubano regular';
	font-size: 30px;
	line-height: 130%;
}

.slide-enmarcado .img-enmarcado {
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cotizador {
	margin: 0 0 65px;
}

.txt-cotizador {
	padding: 50px 15px;
	background-color: #2dfffe;
}

.txt-cotizador h2 {
	font-family: 'helvetica neue black italic';
    font-size: 32px;
	line-height: 120%;
}

.txt-cotizador p {
	padding: 10px 0 0;
	font-size: 18px;
	line-height: 130%;
}

.row-cotizador {
	padding: 30px 15px;
	background-color: #ed35bf;
}

.row-cotizador div {
	display: flex;
	max-width: 900px;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
} 

.row-cotizador div label {
    display: inline-block;
	margin: 10px 0;
    text-align: center;
    vertical-align: top;
}

.row-cotizador div label small {
    display: flex;
    margin: 0 0 15px;
    min-height: 46px;
    color: #000;
    font-family: 'helvetica neue bold condensed';
    font-size: 18px;
    text-transform: uppercase;
    line-height: 130%;
    justify-content: center;
    align-items: center;
}

.row-cotizador div label input[type="number"] {
    display: block;
    -webkit-appearance: none;
    width: 85px;
	padding: 0;
    border-radius: 25px;
    height: 24px;
    border: 0;
    background-color: #fff;
    font-size: 18px;
	line-height: 24px;
    text-align: center;
    margin: auto;
}

.row-cotizador div label input[type="radio"],
.row-cotizador div label input[type="checkbox"] {
	-webkit-appearance: none;
	display: block; 
	width: 21px; 
	height: 21px; 
	border: 3px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	margin: auto;
}

.row-cotizador div label input[type="checkbox"] {
	width: 24px; 
	height: 24px; 
	border-radius: 0;
	border: none;
}

.row-cotizador div label input[type="radio"]:checked {
	background-color: #ed35bf;
}

.row-cotizador div label input[type="checkbox"]:checked:before {
	content: '✓';
	display: block;
	width: 24px;
	font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.row-cotizador div label .price {
    display: block;
    width: 85px;
    border-radius: 25px;
    height: 24px;
    border: 0;
    color: #fff;
    background-color: #000;
    font-size: 18px;
	line-height: 28px;
    text-align: center;
    margin: auto;
}

.slide-ejemplos .img-ejemplo {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    margin: 0 10px;
}

.txt-margin {
	margin: 0 0 20px;
}

.item-datos {
	padding: 25px 0;
}

.item-datos .titulo h2 {
	font-size: 28px;
} 

.item-datos .titulo p {
	font-size: 34px;
}

.item-datos .d-first {
	max-width: 650px;
	width: 100%;
}

.item-datos .d-first ul li {
	width: 50%;
}

.item-datos .d-first ul:last-of-type li {
	width: 100%;
}

.item-datos .d-last {
	max-width: 500px;
	width: 100%;
}

.txt-datos {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 5px 0 5px 50px;
}

.txt-datos ul li {
	font-size: 18px;
	text-align: center;
    line-height: 130%;
}

.txt-dudas {
	padding: 50px 15px;
	background-color: #000;
}

.txt-dudas h2 {
	margin: 0 0 10px;
	font-family: 'helvetica neue black italic';
    font-size: 32px;
	color: #ed35bf;
	line-height: 120%;
}

.txt-dudas a {
	display: inline-block;
	padding: 15px 25px 10px;
	border-radius: 25px;
	font-family: 'helvetica neue black italic';
    font-size: 18px;
	color: #000;
	line-height: 120%;
	background-color: #2dfffe;
	text-transform: uppercase;
}

.txt-dudas p {
	margin: 20px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 130%;
} 

.txt-creditos {
	padding: 50px 0;
	background-color: #ed35bf;
}

.txt-creditos p {
	margin: 0 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 130%;
} 

.txt-creditos a {
	display: inline-block;
	padding: 15px 30px 10px;
	border-radius: 25px;
	font-family: 'helvetica neue black italic';
    font-size: 24px;
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.item-datos {
		padding: 0 0 30px;
	}
	
	.item-datos:last-of-type {
		padding: 0;
	}	
	
	.item-datos .d-first ul li {
    	width: 100%;
	}
	
	.txt-datos {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	.row-cotizador div label {
		width: 48%;
		padding: 0 0 20px;
	}	
	
	.row-cotizador div label:last-of-type {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		border-bottom: 0;
	}
	
	.row-cotizador div label small {
		min-height: auto;
	}
}

@media screen and (max-width: 480px) {
	.c-biografia {
		padding: 30px 0;
	}
	
	.page-comisiones,
	.cotizador {
		margin: 0 0 35px;
	}
	
	.page-comisiones.p-enmarcado {
		margin: 0;
	}
	
	.txt-carrusel p {
		padding: 10px 0;
	}
	
	.txt-cotizador,
	.txt-dudas,
	.txt-creditos {
		padding: 30px 15px;
	}
}

@media screen and (max-width: 450px) {
	.slide-paquetes .slick-slide > div {
		margin: 0;
	}
	
	.slide-enmarcado .slick-slide > div {
		margin: 30px 15px;
	} 
	
	.slide-enmarcado {
		margin: 0 -15px;
		background-color: #f2f2f2;
	}
}