html{
	height: 100%;
}

body{
	font-family: 'Lato', Arial!important;
	font-size: 16px;
    height: 100%;
    background-color: white!important;
}

.no-padding-right {
    padding-right: 0!important;
}

.contenedor-menu {
	display: block;
	background: #fff059;
	width: 100%;
	padding: 9px 0 0 0;
	min-height: 52px;
}

.navbar {
	margin-bottom: 0;
	border: none;
}

.logo {
	position: relative;
	top: 5px;
}

.texto-logo {
	position: relative;
	font-weight: 300;
	font-size: 20px;
	color: #645f3d;
	top: -6px;
	left: 7px;
}

.separador-logo {
	position: relative;
	top: -5px;
	font-family: 'Lato';
	font-weight: 300;
	color: #2d3277;
	font-size: 28px;
	left: 4px;
}

@media(max-width: 991px) {
	.menu {
		display: none;
	}
}

.menu .option-special {
	color: #000;
}

.menu > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu > ul > li {
	float: left;
}

.menu > ul > li.separador-menu {
	float: left;
	position: relative;
	font-weight: 300;
	font-size: 28px;
	color: #dccf50;
}

.menu > ul > li.seleccionado > a {
	border-bottom: solid 3px #000;
}

.menu > ul > li > a {
	display: block;
	padding: 12px 16px 0 16px;
	color: #000;
	height: 47px;
	text-align: center;
	font-size: 13px;
}

.menu > ul > li > a:hover {
	color: #9b9342;
	text-decoration: none;
}

.menu > ul > li > a.usuario {
	color: #9b9342;
	font-size: 13px;
	padding-top: 12px;
}

.menu > ul > li > a.usuario:hover {
	color: #4e4c31;
}

.menu > ul > li > a.usuario > i.icono-usuario {
	margin-left: 7px;
}

@media (max-width: 991px) {
	.menu > ul > li {
		float: none;
	}
}

.boton-menu {
	padding: 0;
}

section > h2 {
	font-size: 36px;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 40px 0 0 0;
	font-weight: 300;
}

@media (max-width: 991px) {
	section > h2 {
		font-size: 28px;
		margin: 42px 0 0 0;
	}
}

hr {
	margin: 0;
	border: solid;
	border-color: #DEDEDE;
	border-width: 1px 0 0 0;
}

.texto-gris {
	color: #999;
}

footer {
	font-size: 14px;
}

footer .footer {
	width: 100%;
	background: #f9f9f9;
	padding: 10px 0;
}

footer .footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer ul li {
	float: left;
	color: #999;
	margin: 0 5px;
}

footer .footer ul li.separador {
	margin: 0 5px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .bannerback{
        padding: 0px 0 0 0!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/***OFFSETS MESH ****/

.mesh-xs-offset-12 {
  margin-left: 100%;
}
.mesh-col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.mesh-col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.mesh-col-xs-offset-9 {
  margin-left: 75%;
}
.mesh-col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.mesh-col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.mesh-col-xs-offset-6 {
  margin-left: 50%;
}
.mesh-col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.mesh-col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.mesh-col-xs-offset-3 {
  margin-left: 25%;
}
.mesh-col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.mesh-col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.mesh-col-xs-offset-0 {
  margin-left: 0;
}

.nav-header {
    height: 54px;
}

@media (min-width: 768px) {
  .mesh-col-s-1, .mesh-col-s-2, .mesh-col-s-3, .mesh-col-s-4, .mesh-col-s-5, .mesh-col-s-6, .mesh-col-s-7, .mesh-col-s-8, .mesh-col-s-9, .mesh-col-s-10, .mesh-col-s-11, .mesh-col-s-12 {
    float: left;
  }
  .mesh-col-s-offset-12 {
    margin-left: 100%;
  }
  .mesh-col-s-offset-11 {
    margin-left: 91.66666667%;
  }
  .mesh-col-s-offset-10 {
    margin-left: 83.33333333%;
  }
  .mesh-col-s-offset-9 {
    margin-left: 75%;
  }
  .mesh-col-s-offset-8 {
    margin-left: 66.66666667%;
  }
  .mesh-col-s-offset-7 {
    margin-left: 58.33333333%;
  }
  .mesh-col-s-offset-6 {
    margin-left: 50%;
  }
  .mesh-col-s-offset-5 {
    margin-left: 41.66666667%;
  }
  .mesh-col-s-offset-4 {
    margin-left: 33.33333333%;
  }
  .mesh-col-s-offset-3 {
    margin-left: 25%;
  }
  .mesh-col-s-offset-2 {
    margin-left: 16.66666667%;
  }
  .mesh-col-s-offset-1 {
    margin-left: 8.33333333%;
  }
  .mesh-col-s-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .mesh-col-m-1, .mesh-col-m-2, .mesh-col-m-3, .mesh-col-m-4, .mesh-col-m-5, .mesh-col-m-6, .mesh-col-m-7, .mesh-col-m-8, .mesh-col-m-9, .mesh-col-m-10, .mesh-col-m-11, .mesh-col-m-12 {
    float: left;
  }
  .mesh-col-m-offset-12 {
    margin-left: 100%;
  }
  .mesh-col-m-offset-11 {
    margin-left: 91.66666667%;
  }
  .mesh-col-m-offset-10 {
    margin-left: 83.33333333%;
  }
  .mesh-col-m-offset-9 {
    margin-left: 75%;
  }
  .mesh-col-m-offset-8 {
    margin-left: 66.66666667%;
  }
  .mesh-col-m-offset-7 {
    margin-left: 58.33333333%;
  }
  .mesh-col-m-offset-6 {
    margin-left: 50%;
  }
  .mesh-col-m-offset-5 {
    margin-left: 41.66666667%;
  }
  .mesh-col-m-offset-4 {
    margin-left: 33.33333333%;
  }
  .mesh-col-m-offset-3 {
    margin-left: 25%;
  }
  .mesh-col-m-offset-2 {
    margin-left: 16.66666667%;
  }
  .mesh-col-m-offset-1 {
    margin-left: 8.33333333%;
  }
  .mesh-col-m-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .mesh-col-lg-1, .mesh-col-lg-2, .mesh-col-lg-3, .mesh-col-lg-4, .mesh-col-lg-5, .mesh-col-lg-6, .mesh-col-lg-7, .mesh-col-lg-8, .mesh-col-lg-9, .mesh-col-lg-10, .mesh-col-lg-11, .mesh-col-lg-12 {
    float: left;
  }
  .mesh-col-lg-offset-12 {
    margin-left: 100%;
  }
  .mesh-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .mesh-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .mesh-col-lg-offset-9 {
    margin-left: 75%;
  }
  .mesh-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .mesh-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .mesh-col-lg-offset-6 {
    margin-left: 50%;
  }
  .mesh-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .mesh-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .mesh-col-lg-offset-3 {
    margin-left: 25%;
  }
  .mesh-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .mesh-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .mesh-col-lg-offset-0 {
    margin-left: 0;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.eot');
  src: url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://img.mlstatic.com/org-img/especiales/mini/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}

.gris {color: #ababab}
.verde-claro {color: #82c492}
.verde {color: #43a75b}


@media (max-width: 768px) {
	.nav-footer-downloadapp-banner {
		margin-top: 10px !important;
	}
}

.nav-header{
    background: #fff059;
}

.logo-mobile {
    margin-bottom: 5px;
}

.bannerback{
    padding: 0px 0 0 0;
    line-height: 0;
    position:relative;
    /*height: 440px;
    background-image: url('http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML-DC-header.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
}

select{
    width: 31%!important;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 3px;
}

.formstyle {
    text-align: center!important;
}

@media (max-width: 768px) {
	input[type=text]{
        width: 100%;
    }
    .ch-form-row label {
        text-align: center!important;
        width: 100%!important
    }
    select{
        width: 100%!important
    }
    .video_yotube {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bannerback{
        width: 100%;
    }
}


.ch-form-row label {
    width: 200px;
    font-family: 'Lato';
    font-size: 15px;
}

@media(max-width: 377px) {
	h2 {
		line-height: 30px;
	}
}




@keyframes icono-ventajas {
    from {width: 94px; height: 88px;}
    to {width: 114px; height: 108px;}
}

h3 {
	font-size: 25px;
	font-weight: 100;
	line-height: 25px;
}

.formulario {
	width: 100%;
	background: #ECECED;
	padding: 30px 0;
}
.formulario h2 {
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	margin-bottom: 50px;
}

.formulario .ch-form-row {
	padding: 0;
}

input, select, textarea {
	border: solid 1px #6D6E70 !important;
	padding: 10px !important;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0  !important;
	width: 300px !important;
	max-width: 300px !important;
}
input[type=submit] {
	width: 100px !important;
}
textarea {
	height: 90px;
}

@media(max-width: 560px) {
	.bannerback .container {
		width: 100%;
		padding: 5px;
	}
}

.ch-form-row label {
	width: 80px;
}

a.mas-informacion {
	display: block;
	margin-top: 40px;
}

.nav-logo{
	background-size: contain;
}

/*********************************************************/
/******************    Generales    **********************/
/*********************************************************/

.boton-comprar {
	font-size:20px;
    font-family: 'Lato',Arial,Ubuntu;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 15px;
}

.btn-div-total{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	color: inherit!important;
}

.img-full{
    width: 100%;
}

.espacio-5{
	height: 5px;
}

.espacio-10{
	height: 10px;
}

.espacio-20{
	height: 20px;
}

.espacio-30{
	height: 30px;
}

.espacio-40{
	height: 40px;
}

.alt-full{
	height: 100%;
}

a:visited{
	text-decoration: none;
	color: inherit;
}

a:link{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.view-768{
	display: none;
}

.center{
    text-align: center;
}

.btn{
	width: inherit;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	background-color: #283277!important;
	box-shadow: none!important;
	background-image: none!important;
}

.btn2{
	width: inherit;
	padding-top: 7px!important;
	padding-bottom: 7px!important;
	background-color: #283277!important;
	box-shadow: none!important;
	background-image: none!important;
	border-radius: 0px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
}

.btn-basico{
	font-family: 'Lato', Arial, Ubuntu;
	font-size: 21px;
}

.btn-sin-fondo{
	font-family: 'Lato', Arial, Ubuntu!important;
	font-size: 21px!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	background-color: #FFF!important;
	box-shadow: none!important;
	background-image: none!important;
	border-radius: 0px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	color: black!important;
	line-height: 1.2!important;
}

.form{
	width: 80%;
	margin: 0 auto;
}

.input{
	width: 100%;
}

.mod-input{
	width: 100%!important;
	max-width: 550px!important;
	height: 20px;
}

.alt-coment{
	height: 150px;
}

.cur{
	cursor: pointer;
}

.none{
	display: none;
}

.youtube{
	height: 450px;
}

.youtube-mod{
	width: 80%;
}

.caja{
    position: relative;
    width: 180px;
    height: 295px;
    text-align: center;
    z-index: 999;
    background-color: white;
    margin-bottom: 25px;
    /*margin-left: 15px;
    margin-right: 15px;*/
    padding: 20px 20px 20px 20px;
    border: solid 1px rgba(128, 130, 133, 0.47);
    -webkit-border-radius: 7px;
    border-radius:7px;
    display:inline-block;
    -webkit-box-shadow: 8px 6px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 8px 6px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 8px 6px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

@media(max-width: 1023px) {
	.center-1024{
		text-align: center;
	}
}

@media(max-width: 991px) {
	.youtube{
		height: 350px;
	}
}

@media(max-width: 768px){
	.mod-input{
        width: 90%!important
    }

    .youtube-mod{
		width: 90%;
	}
}

@media(max-width: 767px){
	.view-768{
		display: block;
	}

	.no-768{
		display: none;
	}

	.center-768{
		text-align: center;
	}
}

@media(max-width: 700px){
	.youtube{
		height: 300px;
	}
}

@media(max-width: 480px){
	.center-480{
		text-align: center!important;
	}

	.youtube{
		height: 230px;
	}
}

/*********************************************************/
/********************      P3545     ********************/
/*********************************************************/

.header-d{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_Header-General.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
}

.fondo-1{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_SuperOfertas.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tit-sec1{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #01C7EC;
	font-size: 45px;
	font-weight: bold;
}

.sub-sec1{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 300;
}

.info-sec1{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #F2717C;
	font-size: 24px;
	font-weight: 300;
}

.fondo-sec2{
	background-color: #FBADAC;
	height: 150px;
}

.seccion2{
	margin-top: -100px;
	padding-bottom: 15px;
}

.titulo-caja2{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: rgba(77, 77, 79, 0.8);
	font-size: 16px;
	margin-top: 10px;
}

.antes{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 17px;
	margin-top: 10px;
}

.precio{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	margin-top: 10px;
}

.fondo-2{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_PromoKingSize.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tit-sec3{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #01C7EC;
	font-size: 45px;
	font-weight: bold;
}

.sub-sec3{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 300;
}

.info-sec3{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #F2717C;
	font-size: 24px;
	font-weight: 300;
}

.fondo-3{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_Cambialo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tit-sec4{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #01C7EC;
	font-size: 45px;
	font-weight: bold;
}

.sub-sec4{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 300;
}

.info-sec4{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #F2717C;
	font-size: 24px;
	font-weight: 300;
}

.fondo-4{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_Agrandate.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tit-sec5{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #01C7EC;
	font-size: 45px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 20px;
}

.sub-sec5{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 300;
}

.info-sec5{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #F2717C;
	font-size: 24px;
	font-weight: 300;
}

.fondo-5{
	background-image: url(http://img.mlstatic.com/org-img/especiales/dormiclick/img/ML_landing_DormiClick_Avivate.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tit-sec6{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #01C7EC;
	font-size: 45px;
	font-weight: bold;
}

.sub-sec6{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	font-size: 25px;
	font-weight: 300;
}

.info-sec6{
	font-family: 'Lato', Arial, Ubuntu;
	line-height: 1.2;
	color: #F2717C;
	font-size: 24px;
	font-weight: 300;
}

.final{
	padding-top: 20px;
	padding-bottom: 70px;
}


/*********************************************************/
/*********************      Mods     *********************/
/*********************************************************/

@media(max-width: 991px){
	.mod1{
		width: auto;
	}
}

.mod2{
	padding: 0;
	width: 220px;
	height: 335px;
}

.mod3{
	padding-right: 20px;
	padding-left: 20px;
}

.mod4{
	font-size: 18px;
}

.mod5{
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
}

/*********************************************************/
/***************      Media Queries     ******************/
/*********************************************************/

@media(min-width: 2180px) {
	.header-d{
		height: 400px;
	}
}

@media(min-width: 2500px) {
	.header-d{
		height: 500px;
	}
}

@media(max-width: 1240px){
	.header-d{
		height: 250px;
	}
}

@media(max-width: 991px){
	.fondo-1{
		background-position: -420px;
	}
	.fondo-4{
		background-position: -460px;
	}
	.fondo-5{
		background-position: -480px;
	}
}

@media(max-width: 960px){
	.header-d{
		height: 200px;
	}
}

@media(max-width: 768px){
	.header-d{
		background-position: -190px;
	}
}

@media(max-width: 740px){
	.header-d{
		background-position: center;
		height: 160px;
	}
}

@media(max-width: 620px){
	.header-d{
		background-position: -230px;
		height: 250px;
	}
}

@media(max-width: 540px){
	.tit-sec1{
		font-size: 35px;
		margin-top: 15px;
	}
	.sub-sec1{
		font-size: 20px;
	}

	.info-sec1{
		font-size: 19px;
	}
	.fondo-1{
		height: 230px;
		background-position: -350px;
	}
}

@media(max-width: 520px){
	.fondo-1{
		background-position: -370px;
	}
}

@media(max-width: 500px){
	.fondo-1{
		background-position: -389px;
	}
}

@media(max-width: 480px){
	.fondo-1{
		background-position: -140px;
		height: 240px;
	}
	.tit-sec1{
		font-size: 45px;
		margin-top: 0px;
	}
	.sub-sec1{
		font-size: 25px;
	}

	.info-sec1{
		font-size: 24px;
	}
}

@media(max-width: 430px){
	.header-d{
		height: 220px;
	}
}

@media(max-width: 414px){
	.header-d{
		background-position: -210px;
	}
}

@media(max-width: 410px){
	.header-d{
		background-position: -230px;
	}
}


@media(max-width: 390px){
	.tit-sec1{
		font-size: 35px;
		margin-top: 10px;
	}
	.sub-sec1{
		font-size: 20px;
	}

	.info-sec1{
		font-size: 19px;
	}
	.fondo-1{
		height: 230px;
	}

	.tit-sec3{
		font-size: 35px;
		margin-top: 17px;
	}
	.sub-sec3{
		font-size: 20px;
	}

	.info-sec3{
		font-size: 19px;
	}

	.tit-sec4{
		font-size: 35px;
		margin-top: 17px;
	}
	.sub-sec4{
		font-size: 20px;
	}

	.info-sec4{
		font-size: 19px;
	}


	.tit-sec5{
		font-size: 35px;
		margin-top: 17px;
	}
	.sub-sec5{
		font-size: 20px;
	}

	.info-sec5{
		font-size: 19px;
	}



	.tit-sec6{
		font-size: 35px;
		margin-top: 10px;
		margin-bottom: 7px;
	}
	.sub-sec6{
		font-size: 20px;
	}

	.info-sec6{
		font-size: 19px;
	}

	.mod5{
		font-size: 19px;
	}
}

@media(max-width: 350px){
	.header-d{
		height: 180px;
		background-position: -180px;
	}
}

