@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Regular.woff2') format('woff2'),
		url('fonts/MyriadPro-Regular.woff') format('woff'),
		url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Semibold.eot');
	src: url('fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Semibold.woff2') format('woff2'),
		url('fonts/MyriadPro-Semibold.woff') format('woff'),
		url('fonts/MyriadPro-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url('fonts/MyriadPro-Bold.eot');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/MyriadPro-Bold.woff2') format('woff2'),
		url('fonts/MyriadPro-Bold.woff') format('woff'),
		url('fonts/MyriadPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body{
	font-family: 'Myriad Pro';
	font-weight: normal;
  	font-style: normal;
  	font-variant: normal;
}
body{
	position: relative; 
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
a{
	text-decoration: none;
}
a:focus,.btn:focus, button:focus, .button:focus, input:focus{
	outline: none;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.container{
	max-width: 1355px;
}
ul,ol{
	padding: 0px;
	margin: 0;
	list-style: none;
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #ddd;
  outline: 1px solid slategrey;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #323330;
}
/* =========================================== */
.mhr_topper{
	background-color: #FFCC00;
}
.mhr_topper_right p{
	line-height: 26px;
    margin: 0;
    padding-top: 3px;
    float: right;
}
.mhr_topper_right span{
	font-style: italic;
	padding-right: 3px;
}
.mhr_topper_right strong{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
.mhr_topper_right span,.mhr_topper_right strong{
	font-style: italic;
	color: #000;
}

/* Navigation menu 
==================================================================================*/
.logo {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 90px;
}

/* Mobile menu 
==========================*/
#menu-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 1em;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    padding: 3px 10px 0px 10px;
    margin-top: 28px;
    border: 1px solid #ffac00;
    font-size: 22px;
    -moz-transition: all 0.4s;
  	-o-transition: all 0.4s;
  	-webkit-transition: all 0.4s;
  	transition: all 0.4s;
}
#menu-icon:hover {
  text-decoration: none;
  border: none;
  color: #ffac00;
  border: 1px solid #000;
}
#menu-icon:focus {
  padding: 3px 10px 0px 10px;
  border: 1px solid #ffac00;
}

.navbar {
  float: none;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s;
  -o-transition: max-height 0.4s;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  min-height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-top: 14px;
  margin-bottom: 0px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.navbar .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar .menu li {
  list-style-type: none;
  display: block;
}
.navbar .menu li a {
  background-color: #ffcc00;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 0.8em;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #ffd940;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
}
.navbar .menu li a:hover {
  background-color: #000;
}
.navbar .menu li a.active {
  background-color: #000;
}
.expand {
  max-height: 800px;
  z-index: 9999999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* Sticky menu */

.sticky {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: static;
  z-index: 999999;
}

.stuck {
  position: fixed;
  top: 0;
  color: black;
  z-index: 999;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}
.stuck .navbar .menu li a {
    line-height: 48.2px;
}
.stuck .logo {
   line-height: 68px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.stuck .logo img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    width: 200px;
}
@media only screen and (max-width: 767px) {
	.stuck {
	  position: inherit;
	}
}
@media only screen and (max-width: 1079px) {
	.stuck .navbar .menu li a {
	    line-height: 26.2px;
	}
	.stuck .logo img {
	    margin-top: 21px;
	}
}
@media only screen and (min-width: 1080px) {
	.logo{
	line-height: 114px;
	}
	/* Mobile menu icon */
	#menu-icon {
	display: none;
	}

	.navbar {
	float: right;
	max-height: none;
	margin-top: 0px;
	}
	.navbar .menu {

	}
	.navbar .menu li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	}
	.navbar .menu li a {
	display: block;
	border-bottom: 0;
	color: #1f1f1f;
	font-size: 16px;
	line-height: 95.2px;
	background-color: transparent;
	padding: 10px 0px 10px 37px;
	}
	.navbar .menu li a:hover {
	color: #ffac00;
	}
	.navbar .menu li a.active {
	color: #ffac00;
	}
	.navbar .menu li a:hover {
	  background-color: transparent;
	}
	.navbar .menu li a.active {
	  background-color: transparent;
	}
}


/* Slider 
==========================================================*/
.carousel{
	position: relative;
}
.carousel-control.right,.carousel-control.left{
	background: transparent;
	opacity: 1;
	display: inline-block;
}
.carousel-control.right span img,.carousel-control.left span img{
	top: 50%;
	position: absolute;
	margin-top: -108px;
}
.carousel-control.left span img{
	left: 5%;
}
.carousel-control.right span img{
	right: 5%;
}


.slider .item img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.slider .slider_item_one{
	background-image: url(images/slide_1.png);
	background-position: bottom center;
	background-size: cover;
	max-height: 608px;
	height: 698px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.slider .slider_item_tow{
	background-image: url(images/slide_2.png);
	background-position: bottom center;
	background-size: cover;
	max-height: 608px;
	height: 698px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.slider .slider_item_tree{
	background-image: url(images/slide_3.png);
	background-position: bottom center;
	background-size: cover;
	max-height: 608px;
	height: 698px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.mhr_button_one{
	background-image: url(images/button_bg_correos_masivos_webfw.png);
	background-repeat: no-repeat;
	background-size: contain;
    padding: 43px 6px;
	display: inline-block;
	float: right;
}
.mhr_button_one .button{
	background-color: #257D09;
	border: none;
    padding: 18px 49px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
    border-radius: 33px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.mhr_button_one .button:hover{
	background-color: #2DB200;
}
.mhr_button_one .button span,.mhr_button_one .button{
	color: #fff;
	font-size: 28.8px;
	font-weight: bold;
	line-height: 28.4px;
	font-style: italic;
}
.mhr-slider-content{
	padding-top: 60px;
    text-align: center;
    float: right;
}
.mhr-slider-content h1{
	font-size: 57px;
	line-height: 67.7px;
	font-weight: bold;
	color: #000;
	margin: 0;
	font-style: italic;
	text-align: right;
}
.mhr-slider-content p{
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	float: right;
}

/* Small screen slider controls
================================*/
.carousel-indicators{
	display: none;
	text-align: right;
}
.main_slider_indicators{
	margin-left: -181px !important;
}
.main_slider_indicators li {
	background: #ffcc00 !important;
}
.main_slider_indicators li.active{
	background-color: #242933 !important;
}
.carousel-indicators li{
	position: relative;
	border: none;
    width: 25px;
    height: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin: 0;
    text-align: right;
    background-color: #6f4b00;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-indicators li .fa{
	color: #fff;
	padding-right: 5px;
    padding-top: 4px;
}
.carousel-indicators .active{
	width: 25px;
    height: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #000;
}
.carousel-indicators {
    left: 100%;
	width: 158px;
    margin-left: -189px;
}


/* Services area 
=================================================*/
.services{
	height: 100%;
	position: relative;
	background-color: #FFCC00;
	padding-top:35px;
}
.mhr_devider_icon_wrapper{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
    margin-top: -65px;
    margin-left: -66px;
}
.services_item{
	padding-top: 30px;
	margin-bottom: -102px;
}
.services_item h4{
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.services_item .content{
	background-color: #fff;
	border: 2px  solid #e3e3e3;
	padding: 161px 50px 0px 50px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin-top: 99px;
}
.services_item .content .icon{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -116px;
    margin-top: -84px;
    text-align: center;
}
.services_item .content p{
	color: #555555;
	font-size: 16px;
	line-height: 25.6px;
	padding-bottom: 4px;
	padding-top: 10px;
}


/* Services area tow
=================================================*/
.services_tow{
	height: 100%;
	padding-top: 145px;
	padding-bottom: 31px;
}
.mhr_service_sec_tile h2{
	font-size: 47.4px;
	line-height: 47.4px;
	color: #111111;
	font-weight: bold;
	text-align: center;
	margin-bottom: -7px;
}
.mhr_service_sec_tile h5{
	font-weight: 600;
	color: #222222;
	font-size: 21.48px;
	line-height: 25.78px;
	text-shadow: 1px 1px 2px #b28b21;
	text-align: center;
}
.mhr_services_tow_items .left_item{
	text-align: right;
}
.mhr_services_tow_items .left_item,
.mhr_services_tow_items .right_item{
	padding-bottom: 29px;
}
.mhr_services_tow_items .left_item p{
	font-size: 16px;
	color: #4d4d4d;
}
.mhr_services_tow_items .item .tile_icon{
	padding-bottom: 7px;
}
.mhr_services_tow_items .item .tile_icon h5{
	display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 23.5px;
    line-height: 28.8px;
    color: #222222;
}
.mhr_services_tow_items .left_item .tile_icon .icon{
	height: 70px;
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-left: 23px;
}
.mhr_services_tow_items .right_item .tile_icon .icon{
	height: 70px;
	width: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-right: 23px;
}
.mhr_services_tow_items .left_item .tile_icon .icon.small_screen{
	display: none !important;
}

.services_tow_sec_img{
	text-align: center;
	margin: 0 auto;
}

/* Content separetor
==================================================================*/
.mhr_content_separetor{
	background-color: #ffcc00;
	padding: 16px 0px;
}
.mhr_content_separetor .content h2{
	font-weight: 800;
	font-size: 47.4px;
	line-height: 56.88px;
	color: #fff;
}
.mhr_content_separetor .content p{
	font-size: 19.75px;
	line-height: 23.7px;
	color: #fff;
	font-weight: normal;
}

/* Pricing table
==================================================================*/
.mhr_pricing_table{
	padding-top: 38px;
	padding-bottom: 36px;
}
.small_table_wrapper{
	border: 1px solid #d6d6d6;
	margin-top: 35px;
}
.big_table_wrapper,.small_table_wrapper {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}
.small_table_wrapper .icon{
	padding-top: 15px;
}
.small_table_wrapper .small_bg_sec{
	background-image: url(images/pricing_table_bg_small.jpg);
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
.small_table_wrapper .small_tile_content{
	color: #fff;
}
.small_table_wrapper .small_tile_content .separetor{
	background: #888888;
	border: 1px solid #888888;
	width: 182px;
	margin: 0 auto;
}
.table_wrapper .small_tile_content h4{
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
}
.small_table_wrapper .small_tile_content h4{
	margin-bottom: 9px;
}
.small_table_wrapper .small_tile_content h2{
	margin: 5px 0px -25px 0px;
	font-style: italic;
	font-size: 42px;
	line-height: 50.4px;
	font-weight: bold;
}
.small_table_wrapper .small_tile_content h3{
	margin-bottom: 0px;
	font-style: italic;
	font-size: 22px;
	line-height: 26.4px;
	font-weight: bold;
}
.small_table_wrapper .small_tile_content p{
	font-style: italic;
	font-size: 13px;
	line-height: 15.6px;
	padding-bottom: 23px;
}

.big_table_wrapper{
	border: 1px solid #fecc03;
}
.big_table_wrapper .icon{
	padding-top: 12px;
	margin-bottom: -5px;
}
.big_table_wrapper .big_bg_sec{
	background-image: url(images/pricing_table_bg_big.jpg);
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}
.big_table_wrapper .big_tile_content{
	color: #fff;
}
.big_table_wrapper .big_tile_content .separetor{
	background: #fecc03;
	height: 1px;
	width: 340px;
	margin: 0 auto;
}
.big_table_wrapper .big_tile_content h4{
	margin-bottom: 7px;
	font-size: 45px;
	line-height: 54px;
	font-weight: bold;
}
.big_table_wrapper .big_tile_content h2{
	margin: -2px 0px -35px 0px;
	font-style: italic;
	font-size: 65px;
	line-height: 78px;
	font-weight: bold;
}
.big_table_wrapper .big_tile_content h3{
	margin-bottom: -5px;
	font-style: italic;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.big_table_wrapper .big_tile_content p{
	font-style: italic;
	font-size: 20px;
	line-height: 15.6px;
	padding-bottom: 23px;
}

.big_table_wrapper .list_content,.small_table_wrapper .list_content{
	padding: 22px 40px 56px 62px;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 33.6px;
}
.pricing_table_button{
	padding: 10px 68px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	border-radius: 18px;
	font-size: 20px;
	font-weight: 600;
	vertical-align: middle;
	color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.pricing_table_button{
    margin-bottom: -23px;
}
.small_pricing_table_button{
	background-color: #242933;
}
.big_pricing_table_button{
	background-color: #fecb00;
	display: inline-block;
	z-index: 1;
}
.pricing_table_button:hover,.pricing_table_button:focus{
	color: #fff;
	background-color: #FFCC00;
}
.big_pricing_table_button:hover{
	background-color: #242933;
}

/* Pricing table deails 
================================================================*/
.pricing_sec_devider{
	border: 2px solid #ededed;
	margin: 61px 0px 48px 0px;
}
.mhr_pricing_details .content{
	border-left: 3px solid #ffcc00;
	padding-left: 6px;
	line-height: 26.4px;
	font-size: 16px;
	color: #7c7c7c;
	padding-right: 29px;
	margin-bottom: 28px;
}

/* Middle page contact area 
==================================================================*/
.mhr_middle_page_contact_area{

}
.mhr_middle_page_contact_first_sec{
	background-color: #ffcc00;
	padding-top: 14px;
	padding-bottom: 8px;
}
.mhr_middle_page_contact_second_sec {
    margin-bottom: 19px;
}
.mhr_middle_page_contact_first_sec h2{
	font-weight: bold;
	font-size: 55px;
	line-height: 66px;
	margin: 0px;
	padding-bottom: 21px;
	font-style: italic;
}
.mhr_middle_page_contact_first_sec .footer_content p, 
.mhr_middle_page_contact_first_sec .footer_content p, 
.mhr_middle_page_contact_first_sec .footer_content p{
	color: #2e3338;
}
.mhr_middle_page_contact_second_sec .phone_number,
.mhr_middle_page_contact_second_sec .address_info{
	color: #2f3438 !important;
}

.mhr_middle_page_contact_second_sec .footer_contact_form input{
	border: 1px solid #787878 !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.mhr_middle_page_contact_second_sec .footer_contact_form input:focus{
	box-shadow: none;
	color: #555555;
	border-color: #c7c7c7 !important; 
}
.mhr_middle_page_contact_second_sec .footer_contact_form [type:="submit"]{
	color: #fff;
}
.mhr_middle_page_contact_second_sec .footer_contact_form [type:="submit"]:hover{
	background-color: #FFCC00;
}
.mhr_middle_page_contact_second_sec .mhr_footer_button {
    background-image: url(images/button_bg_correos_masivos_webfw.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 42px 7px;
    display: inline-block;
}


.mhr_middle_page_contact_second_sec .address_list li.one,
.mhr_middle_page_contact_second_sec .address_list li.three,
.mhr_middle_page_contact_second_sec .address_list li.tow,
.mhr_middle_page_contact_second_sec .address_list li.four{
	background-repeat: no-repeat;
	background-position: left;
}
.mhr_middle_page_contact_second_sec .address_list li.one{
	background-image: url(images/black_email_icon.png)  !important;
	overflow: hidden;
}
.mhr_middle_page_contact_second_sec .address_list li.tow{
	background-image: url(images/black_clock_icon.png) !important;
}
.mhr_middle_page_contact_second_sec .address_list li.three{
	background-image: url(images/black_location_icon.png) !important;
}
.mhr_middle_page_contact_second_sec .address_list li.four{
	background-image: url(images/black_fb_icon.png) !important;
}


/*
Como tomar nuestros servicios de Correos Masivos? // second_services_sec
======================================================================= */
.mhr_second_services_sec{
    background-color:#fdc200;
    padding: 30px 0px;
    position: relative;
}
.mhr_second_services_sec .title{
    
}
.mhr_second_services_sec .title{
    font-weight: bold;
    font-size: 47.33px;
    line-height: 47.33px;
    margin: 0;
}

.mhr_second_services_sec_content{
}
/*.second_services_sec_bg{
    background-image: url(images/second_service_sec_bg.jpg);
    background-size: cover;
    background-color: #fff;
}*/
.mhr_second_services_sec_content figure{
    margin-left: -638px;
    position: absolute;
    left: 100%;
}
.mhr_second_services_sec_content .content_figure{
    width: 100%;
    padding-top: 91px;
    padding-bottom: 88px;
}
.mhr_second_services_sec_content .content_figure,
.mhr_second_services_sec_content figure{
    float: left;
}
.mhr_second_services_sec_content .service_sec_item{
    clear: both;
}
.mhr_second_services_sec_content .service_sec_item{
    
}
.mhr_second_services_sec_content .service_sec_first_item{
     padding-bottom: 71px;
}
.mhr_second_services_sec_content .service_sec_cecond_item{
    padding-bottom: 116px;
}
.mhr_second_services_sec_content .sec_sec_icon,
.mhr_second_services_sec_content .ser_content_wrapper{
    display: inline-block;
}
.mhr_second_services_sec_content .sec_sec_icon.one img{
    margin-top: -173px;
}

.mhr_second_services_sec_content .sec_sec_icon.tow img{
    margin-top: -52px;
}
.mhr_second_services_sec_content .sec_sec_icon.three img{
    margin-top: -77px;
}
.mhr_second_services_sec_content .content_grid{
    display: inline-block;
}
.mhr_second_services_sec_content .service_sec_item .col{
    display: inline-block;
    padding-right: 55px;
}
.mhr_second_services_sec_content .service_sec_item .col .logo{
    padding-bottom: 9px;
}
.mhr_second_services_sec_content .sec_sec_icon{
    display: inline-block;
}
.mhr_second_services_sec_content .ser_content_wrapper{
    padding-left: 65px;
}
.mhr_second_services_sec_content .item_logo,
.mhr_second_services_sec_content .ser_content_wrapper{
    display: inline-block;
}
.mhr_second_services_sec_content .item_logo.one {
    float: right;
    margin-left: 141px;
    margin-top: -30px;
}
.mhr_second_services_sec_content .item_logo.tow{
    float: right;
    margin-left: 100px;
    margin-top: -54px;
}
.mhr_flyers_sec_content{
    
}
.ser_content_wrapper .item_title{
    
}
.ser_content_wrapper .item_title.one{
    padding-bottom: 27px;
}

.ser_content_wrapper h5{
    font-size: 16px;
    line-height: 25.6px;
    font-weight: 700;
    color: #111111;
    margin: 0px;
    font-style: italic;
}
.ser_content_wrapper h6{
    font-weight:600;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
}
.ser_content_wrapper p{
    color: #111111;
    font-size: 12px;
    line-height: 19.2px;
    margin: 0px;
}
.ser_content_wrapper ul{
    padding-left: 35px;
}
.ser_content_wrapper ul li{
    color: #111111;
    font-size: 12px;
    line-height: 19.2px;
    text-align: left;
}
.ser_content_wrapper a{
    font-size: 14px;
    font-weight: 600;
    color: #111111;
}


/* Big image area *
===============================================================*/
.mhr_big_img_top_content{
	background-color: #242933;
	padding-top: 20px;
	padding-bottom: 68px;
}
.mhr_big_img_top_content h2{
	font-size:  47.4px;
	line-height: 56.88px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.mhr_big_img_top_content h5{
	font-size:  19.57px;
	line-height: 23.48px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}
.mhr_big_img_top_content h4{
	padding-top: 20px;
	font-size:  30px;
	line-height: 36px;
	font-weight: bold;
	margin: 0;
	font-style: italic;
	text-decoration: underline;
}
.mhr_big_img_top_content p{
	color: #fff;
	line-height: 23.48px;
	font-size: 19.57px;
	font-weight: bold;
	margin: 0;
}


.mhr_big_img_bottom_content {
	background-color: #242933;
	padding-bottom: 28px;
    padding-top: 50px;
}
.mhr_big_img_bottom_content h2{
	font-size: 38.67px;
	line-height: 46.41px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
.mhr_big_img_bottom_content h5{
	font-size: 18.94px;
	line-height: 20.92px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

/* Photo gallery  
==========================================================*/
.mhr_flyers_sec{
     background: #fdc200;
     padding-top: 50px
}
.mhr_flyers_sec h2{
    font-size: 47.33px;
    line-height: 56.8px;
    font-weight: bold;
}
.mhr_flyers_sec h4{
    font-size: 30.12px;
    line-height: 48.2px;
    font-weight: 600;
}
.mhr_flyers_sec h2,.mhr_flyers_sec h4{
    color: #111111;
    margin: 0;
    font-family: 'Myriad Pro';
}
.mhr_flyers_sec h4 span{
    color:#fff;text-decoration: underline;
}

/*Como Diseñamos tu Flyers? (content)
==============================================================*/
.mhr_flyers{
    padding-bottom: 82px;
}
.mhr_flyers figure{
    padding-top: 97px;
}
.mhr_flyers_sec_content{
    
}
.flyers_content_wrapper{
     padding-top: 122px;
     padding-left: 124px;
}
.mhr_flyers_sec_content h3{
    color: #fdc100;
    line-height: 45.6px;
    font-size: 38px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 9px;
    font-family: 'Myriad Pro';
}
.mhr_flyers_sec_content ul{
    
}
.mhr_flyers_sec_content li{
    background-image: url(images/li_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    color: #111111;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    padding-left: 25px;
    vertical-align: middle;
    font-family: 'Myriad Pro';
}

/* galler_image_title
==========================================================*/
.galler_image_title{
    padding-bottom: 50px;
}
.galler_image_title h2{
    font-size: 47.33px;
    line-height: 56.8px;
    font-weight: bold;
    font-family: 'Myriad Pro';
    margin: 0px;
}

/* Photo gallery  
==========================================================*/
.mhr_photo_gallery{
}
.mhr_gallery_photos{
    text-align: center;
    margin-bottom: 20px;
}
.mhr_gallery_photos img{
    vertical-align: top;
    display: block;
}
.mhr_gallery_photos a{
   display: inline-block;
    vertical-align: top;
}

/* Testimonial  
==========================================================*/
.mhr_testimonial{
	background-color: #ffcc00;
	padding-top: 10px;
}
.mhr_testimonial_item_wrapper{
	padding-top: 82px;
	padding-right: 46px;    
	padding-left: 15px;
}
.mhr_testimonial_item_wrapper.right{
	padding-right: 15px;
	padding-left: 46px;
}
.mhr_testimonial_item_wrapper .item_content{

}
.mhr_testimonial_item_wrapper blockquote{
	color: #333333;
	font-size: 17px;
	line-height: 22.1px;
	font-weight: 600;
	padding: 0;
	text-align: justify;
}
.mhr_testimonial_item_wrapper blockquote {
    margin: 0 0 9px;
    font-size: 17px;
    line-height: 22.1px;
    border:none;
    position: relative;
}
.mhr_testimonial_item_wrapper blockquote:after{
	content:  "\f10d";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-left: -19px;
}
.mhr_testimonial_item_wrapper blockquote:before{
	content: "\f10e";
	position: absolute;
	top: 100%;
	left: 100%;
	color: #fff;
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin-top: -18px;
}

.mhr_testimonial_profile.one{
    border-bottom: 1px solid #444444;
    padding-bottom: 24px;
}
.mhr_testimonial_item_wrapper .item_content{
	padding-bottom: 30px;
}
.mhr_testimonial_profile .pic,.mhr_testimonial_profile .content{
	display: inline-block;
}
.mhr_testimonial_profile .content{
	
}
.mhr_testimonial_profile .content p{
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	padding-left: 13px;
	font-style: italic;
}


/* Logo Separetor 
==========================================================*/
.mhr_logo_separetor{
	background-color: #242933;
	padding: 37px 0px 37px 0px;
}


/* Footer 
============================================================*/
.mhr_main_footer{
	background-image: url(images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.liamanos, .cotizació, .escribenos{
	color: #fff;
}
.footer_content h4, .footer_content h4, .footer_content h4{
	color: #fff;
	font-weight: 600;
	font-size: 38px;
	line-height: 45.6px;
	font-style: italic;
	margin: 0;
}
.footer_content p, .footer_content p, .footer_content p{
	line-height: 16.8px;
	font-size: 14px;
	font-weight: 600;
	color: #d6d6d6;
	font-style: italic;
}
.border_separetor{
	border: 2px solid #fff;
	margin: 0 auto 13px auto;
	width: 235px;
}
.space_separetor{
	margin-top: 65px;
}
.phone_number{
	font-size: 35px;
	font-weight: 700;
	line-height: 42px;
	border-right: 0px solid #a2a2a2;
    height: 228px;
    font-style: italic;
}
.form-control{
	height: 37px;
}
.footer_contact_form input[type="text"],
.footer_contact_form input[type="email"]{
	color: #555555;
	font-size: 16px;
	line-height: 19.9px;
	width: 253px;
    margin: auto;
    border: none;
}
.form-group {
    margin-bottom: 25px;
}
.mhr_footer_button{
	background-image: url(images/footer_bth_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 42px 7px;
	display: inline-block;
	margin-bottom: -25px;
}
.mhr_footer_button input[type="submit"]{
	background-color: #FFAC00;
    border: none !important;
    padding: 21.8px 49px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
    border-radius: 33px;
    color: #fff;
    font-size: 28.8px;
    font-weight: bold;
    line-height: 28.4px;
	margin-top: -23px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	font-style: italic;
}
.mhr_footer_button input[type="submit"]:hover{
	background-color: #FFCC00;
}
.address_list{
	border-left: 0px solid #a2a2a2;
    height: 228px;
    padding-left: 53px;
}
.address_list li{
	font-size: 16px;
	line-height: 18.85px;
	font-weight: 600;
	vertical-align: middle;
	margin-bottom: 20px;
	font-style: italic;
	padding-top: 0px;
	word-break: break-all;
	line-height: 25.85px;
	padding-left: 55px;
}
.address_list li p{
	word-break: break-all;
}

.address_list li.one,.address_list li.three,.address_list li.tow,.address_list li.four{
	background-repeat: no-repeat;
	background-position: left;
}
.address_list li.one{
	background-image: url(images/email.png);
	overflow: hidden;
}
.address_list li.tow{
	background-image: url(images/clock.png);
}
.address_list li.three{
	background-image: url(images/location.png);
}
.address_list li.four{
	background-image: url(images/facebook.png);
}

.form-control {
    max-width: 300px;
    margin: 0 auto;
}
.form-control:focus {
    border-color: #cccccc;
    outline: 0;
}

/* Copy right area 
========================================================*/
.mhr_copy_right_area{
	background-color: #000;
}
.mhr_copy_right_area p{
	color: #a4a4a4;
	margin: 0;
	font-size: 14px;
	line-height: 16.8px;
	padding: 22px;
	font-style: italic;
}

/* Image hover
========================================================*/
.img_h {
  position: relative;
  overflow: hidden;
}
.img_h img {
  -o-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.img_h:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Responsive query 
===============================================================*/
@media only screen and (min-width:1800px ){
	/* Contact area responsive 
    =================================================*/
	.slider .slider_item_tow, .slider .slider_item_tow .slider_item_one {
	    background-position: center;
	}
}
@media only screen and (max-width: 1390px ) {
	.carousel-control,.carousel-control img{
		display: none;
	}
	.carousel-indicators{
		display: inline-block;
	}
	/* Testimonial section responsive 
    =================================================*/
    .big_table_wrapper .big_tile_content .separetor{
    	width: 200px;
    }
}
@media only screen and (max-width: 1350px ) {
	.slider .item {
	    max-height: 708px;
	    height: 598px;
	}
	/* Testimonial section responsive 
    =================================================*/
    .big_table_wrapper .big_tile_content .separetor{
    	width: 200px;
    }
}
@media only screen and (max-width: 1200px ) {
	/* Slider section responsive 
    =================================================*/
    .mhr-slider-content h1 {
	    font-size: 50px;
	    line-height: 62.7px;
	}
	.carousel-control,.carousel-control img{
		display: none;
	}
}
@media only screen and (max-width: 1900px ) and (min-width: 992px ){
	/* Contact area responsive 
    =================================================*/
	.mhr_middle_page_contact_second_sec .mhr_footer_button {
	    margin-left: -0px;
	}
}
@media only screen and (max-width: 1230px ) {
    .mhr_gallery_photos {
        margin-bottom: 0px;
    }
    .mhr_big_img_bottom_content {
        padding-top: 37px;
    }
}
@media only screen and (max-width: 1150px ){
	 /*  Como tomar nuestros servicios de Correos Masivos? // second_services_sec title 
    =================================================*/
    .mhr_second_services_sec_content figure{
        display: none;
    }
    .mhr_second_services_sec_content .content_figure, .mhr_second_services_sec_content figure{
        float: none;
    }
}
@media only screen and (max-width: 1120px ) and (min-width: 992px ){
	 /* Services section tow responsive 
    =================================================*/
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}
	/* Contact area responsive 
    =================================================*/
	.mhr_middle_page_contact_second_sec .mhr_footer_button {
	    margin-left: -11px;
	}
}
@media only screen and (max-width: 991px ) and (min-width: 67px ){
	 /* Pricing table  
	 =====================================*/
	.pricing_table_button {
	}
	.pricing_table_button {
	    padding: 10px 46px;
	}
}
@media only screen and (max-width: 1100px ) {
	.mhr-slider-content p{
		float: none;
		text-align: center;
	}
	/* Slider section responsive 
    =================================================*/
    .mhr-slider-content h1 {
	    font-size: 40px;
	    line-height: 47.7px;
	}
	.mhr_testimonial_profile .content p {
	    font-size: 18px;
	}
	.mhr-slider-content h1 {
	    text-align: center;
	}

	 /* Services section tow responsive 
    =================================================*/
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}

}
@media only screen and (min-width:992px ){
	/* Contact area responsive 
    =================================================*/
	.liamanos{
		margin-right: -48px;
	}
	.escribenos {
	    margin-left: -47px;
	}
}
@media only screen and (max-width: 991px ){
	.address_info {
	    position: relative;
    	height: 228px;
	}
	.address_list {
	    position: absolute;
	    left: 50%;
	    margin-left: -104px;
	}
    .flyers_content_wrapper{
         padding-left: 0px;
    }
}
@media only screen and (max-width: 991px ) {
	/* Slider section responisve 
	============================================*/
	.slider .item{
		height: 500px;
	}
	.mhr-slider-content h1 {
	    font-size: 36px;
	    line-height: 47.7px;
	}
	.mhr-slider-content p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.mhr_button_one .button {
	    padding: 15px 37px;
	}
	.mhr_button_one {
	    padding: 38px 2px;
	}
    /* Services section responsive 
    =================================================*/
    .services {
	    padding-top: 63px;
	}
    .services_item{
    	padding-top: 0px;
    	margin-bottom: 50px;
    }
    .services_item .content{
    	padding: 61px 10px 0px 10px;
    }
    .services_item .content .icon{
    	margin-left: -67px;
    }
    .services_item .content .icon img{
    	width: 150px;
		height: 150px;
    }

	 /* Services section tow responsive 
    =================================================*/
    .services_tow{
    	padding-top: 45px;
    }
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}
    /* peicing section responsive 
    =================================================*/
    .big_table_wrapper .list_content, .small_table_wrapper .list_content{
    	padding-right: 15px;
    	padding-left: 15px;
    }
    .mhr_pricing_details .content{
    	padding-right: 0px;
    	text-align: justify;
    }
    .mhr_pricing_details .content{
        font-size: 14px;
    }

    /* Testimonial section responsive 
    =================================================*/
    .big_table_wrapper .big_tile_content .separetor{
    	width: 200px;
    }
    .mhr_testimonial_item_wrapper {
	    padding-right: 15px;
	    padding-left: 15px;
	}
    .mhr_testimonial_item_wrapper.right{
    	padding-right: 15px;
    	padding-left: 15px; 
    }
    .responsive_display{
    	display: none;
    }
	/* Middile and Footer contact section responsive 
    =================================================*/
	.small_table_wrapper ,.big_table_wrapper {
	    margin-bottom: 50px;
	}
	.phone_number,.address_list{
		border: none;
	}
	.address_list{
	    padding-left: 0px;
	}
	.mhr_footer_button{
		margin-bottom: 0px;
	}
}
@media only screen and (max-width: 880px) {
     /*  Como tomar nuestros servicios de Correos Masivos? // second_services_sec title 
    =================================================*/
    .mhr_second_services_sec_content .item_logo, .mhr_second_services_sec_content .ser_content_wrapper {
        display: block;
    }
    .mhr_second_services_sec_content .content_figure, .mhr_second_services_sec_content figure {
        text-align: center;
    }
    .mhr_second_services_sec_content .sec_sec_icon {
        display: block;
        padding-bottom: 15px;
    }
    .mhr_second_services_sec_content .ser_content_wrapper {
        padding-left: 0px;
    }
    .mhr_second_services_sec_content .sec_sec_icon.one img,
    .mhr_second_services_sec_content .sec_sec_icon.tow img,
    .mhr_second_services_sec_content .sec_sec_icon.three img{
        margin: 0px
    }
    .mhr_second_services_sec_content .service_sec_cecond_item {
        padding-bottom: 60px;
    }
    .mhr_second_services_sec_content .service_sec_item .col {
        padding: 15px;
    }
    .ser_content_wrapper .item_title.one {
        padding-bottom: 0px;
    }
    .mhr_second_services_sec_content .item_logo.one{
        margin: 0px;
        float: none;
    }
    .mhr_second_services_sec_content .item_logo.tow{
        margin: 0px;
        float: none;
    }
    .mhr_flyers_sec_content h3 {
    line-height: 43.6px;
    font-size: 32px;
    }
}
@media only screen and (max-width: 769px) {

	
	 /* Services section tow responsive 
    =================================================*/
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}
	/* Services section tow responsive 
    =================================================*/
    .services_tow {
	    height: 100%;
	    padding-top: 76px;
	}
	.mhr_services_tow_items .left_item,
	.mhr_services_tow_items .right_item {
		text-align: center;
	}
	.mhr_services_tow_items .item .tile_icon br{
		display: none;
	}
	.services_tow_sec_img{
		text-align: center;
		margin: 0 auto;
	}
	.services_tow_sec_img{
		padding-top: 20px;
	}

	/* slider section responsive 
    =================================================*/
    .mhr-slider-content h1 {
	    font-size: 32px;
	    line-height: 40.7px;
	    text-align: center;
	}
	.mhr-slider-content p {
	    font-size: 18px;
	    line-height: 27px;
	    text-align: center;
	}
	.mhr_button_one .button {
	    background-color: #2DB200;
	    border: none;
	    padding: 12px 20px;
	}
	.mhr_button_one .button span, .mhr_button_one .button {
	    font-size: 24.8px;
	    font-weight: bold;
	    line-height: 28.4px;
	}
	.mhr_button_one {
	    padding: 25px 4px;
	}
	.slider_btn{
		text-align: center;
		clear: both !important;
	}
	/* Services tow section responsive 
    =================================================*/
    .mhr_services_tow_items .left_item .tile_icon .icon{
    	display: none;
    }
    .mhr_services_tow_items .left_item .tile_icon .icon.small_screen,
	.mhr_services_tow_items .right_item .tile_icon .icon{
		display: block !important;
		margin: 0 auto;
		margin-top: 25px;
	}
	.mhr_service_sec_tile h2{
		font-size: 35.4px;
    	line-height: 41.4px;
	}
    /* Como tomar nuestros servicios de Correos Masivos? // second_services_sec title */
    .mhr_second_services_sec .title {
    font-size: 30.33px;
    line-height: 34.33px;
    }
    /* Como Diseñamos tu Flyers? (content) */
    .mhr_flyers_sec_content h3 {
        font-size: 35px;
        line-height: 35.8px;
    }
    /* Como Diseñamos tu Flyers? (title) */
    .mhr_flyers_sec h2 {
        font-size: 31.33px;
        line-height: 26.8px;
    }
    .mhr_flyers_sec h4 {
        font-size: 21.12px;
        line-height: 28.2px;
    }
    .galler_image_title h2 {
        font-size: 32.33px;
    }
    .mhr_flyers_sec_content li{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {

	/* tooper area responsive 
    =================================================*/
	.mhr_topper_right{
		text-align: center;
	}
	.mhr_topper_right p{
	}
	/* Main Slider section responsive 
    =================================================*/
	.slider .item{
		height: 460px;
	}
	.mhr-slider-content{
		text-align: center;
		float: none;
	}
	.mhr_button_one{
		float: none;
	}
	/* Services section responsive 
    =================================================*/
	.services_item .content {
	    padding: 75px 10px 0px 10px;
	}
	 /* Services section tow responsive 
    =================================================*/
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}
	/* Services section tow responsive 
    =================================================*/
    .services_tow {
	    height: 100%;
	    padding-top: 76px;
	}
	.mhr_services_tow_items .left_item,
	.mhr_services_tow_items .right_item {
		text-align: center;
	}
	.mhr_services_tow_items .item .tile_icon br{
		display: none;
	}
	.services_tow_sec_img{
		text-align: center;
		margin: 0 auto;
	}
	.services_tow_sec_img{
		padding-top: 20px;
	}

	/* slider section responsive 
    =================================================*/
    .mhr-slider-content h1 {
	    font-size: 32px;
	    line-height: 40.7px;
	    text-align: center;
	}
	.mhr-slider-content p {
	    font-size: 18px;
	    line-height: 27px;
	    text-align: center;
	}
	.mhr_button_one .button {
	    background-color: #257D09;
	    border: none;
	    padding: 12px 20px;
	}
	.mhr_button_one .button span, .mhr_button_one .button {
	    font-size: 24.8px;
	    font-weight: bold;
	    line-height: 28.4px;
	}
	.mhr_button_one {
	    padding: 25px 4px;
	}
	.slider_btn{
		text-align: center;
		clear: both !important;
	}
	/* Services tow section responsive 
    =================================================*/
    .mhr_services_tow_items .left_item .tile_icon .icon{
    	display: none;
    }
    .mhr_services_tow_items .left_item .tile_icon .icon.small_screen,
	.mhr_services_tow_items .right_item .tile_icon .icon{
		display: block !important;
		margin: 0 auto;
		margin-top: 25px;
	}
	.mhr_service_sec_tile h2{
		font-size: 35.4px;
    	line-height: 41.4px;
	}
	/* Pricing responsive 
    =================================================*/
	.big_table_wrapper .list_content, .small_table_wrapper .list_content {
	    padding-right: 15px;
	    padding-left: 15px;
	    text-align: center;
	}

    /* Testimonial responsive 
    =================================================*/
    .secend_testimonial{
    	 padding-top: 0px;

    }

    /* Services section responsive 
    =================================================*/
    .cotizació{
    	padding-top: 40px;
    }

    /* Contact area responsive 
    =============================================*/
    .mhr_middle_page_contact_first_sec {
	    padding-top: 34px;
	}
	.mhr_middle_page_contact_first_sec h2 {
	    font-size: 41px;
	    line-height: 60px;
	}
	.address_list {
	    position: absolute;
	    left: 50%;
	    margin-left: -134px;
	}
	.space_separetor{
		margin-top: 50px !important;
	}
	.mhr_middle_page_contact_second_sec .mhr_footer_button {
	    padding: 28px 5px;
	}
	.mhr_footer_button input[type="submit"] {
		padding: 10px 20px;
	    width: auto;
	    margin-top: -15px;
	    font-size: 22.8px;
	}
	.mhr_footer_button {
	    padding: 28px 7px;
	}
	.footer_phone_number{
		height: 100px !important;
	}

	/* Big image area responsive 
    =============================================*/
	.mhr_big_img_top_content h2 {
	    font-size: 34.4px;
	}
	.mhr_big_img_top_content h5 {
	    font-size: 14.57px;
	}
	.mhr_big_img_bottom_content h2 {
	    font-size: 27.67px;
	}
	.mhr_big_img_bottom_content h5 {
	    font-size: 12.94px;
	    line-height: 5.92px;
	}

	.mhr_content_separetor .content h2 {
	    font-size: 34.4px;
	    line-height: 34.88px;
	}

}

@media only screen and (max-width: 600px) {
	.logo{
		line-height: 97px;
	}
	.logo img{
		width: 60%;
	}
}
@media only screen and (max-width: 450px) {
	/* Logo 
	============================================ */
	#menu-icon {
	    margin-top: 33px;
	    font-size: 18px;
	}

	/* slider section responsive 
    =================================================*/
    .main_slider_indicators {
	    margin-left: -167px !important;
	}
    .mhr-slider-content h1 {
	    font-size: 32px;
	    line-height: 40.7px;
	    text-align: center;
	}
	.mhr-slider-content p {
	    font-size: 14px;
	    line-height: 21px;
	    text-align: center;
	}
	 /* Services section tow responsive 
    =================================================*/
	.mhr_services_tow_items .item .tile_icon h5 {
	    line-height: 21.8px;
	    font-size: 18px;
	}
	/* Services tow section responsive 
    =================================================*/
	.mhr_service_sec_tile h2{
		font-size: 28.4px;
	    line-height: 34.4px;
	}
	.mhr_middle_page_contact_first_sec h2 {
	    font-size: 27px;
	    line-height: 31px;
	}
	.border_separetor {
	    width: 200px;
	}
	.space_separetor {
	    margin-top: 50px !important;
	}
	/* Big image area responsive 
    =============================================*/
	.mhr_big_img_top_content h2 {
	    font-size: 27.4px;
	}
	.mhr_big_img_top_content h5 {
	    font-size: 14.57px;
	}
	.mhr_big_img_bottom_content h2 {
	    font-size: 20.67px;
	}
	.mhr_big_img_bottom_content h5 {
	    font-size: 12.94px;
	    line-height: 5.92px;
	}
	.mhr_testimonial_profile .pic{
	    width: 50px;
	}
	.mhr_testimonial_profile .pic img, .mhr_testimonial_profile .content img{
		width: 100%;
	}
	.mhr_testimonial_profile .content p {
	    font-size: 14px;
	}

	.mhr_content_separetor .content h2 {
	    font-size: 26.4px;
	line-height: 20.88px;
	}
    .mhr_testimonial_item_wrapper blockquote {
        font-size: 14px;
        line-height: 20.1px;
    }
	/* Pricing table 
	================================================= */
	.pricing_table_button {
	}
	.pricing_table_button {
    padding: 9px 39px;
	}
    /* Footer
	================================================= */
    .footer_content h4, .footer_content h4, .footer_content h4 {
        font-size: 33px;
        line-height: 36.6px;
    }
    
    /* Como tomar nuestros servicios de Correos Masivos? // second_services_sec title */
    .mhr_second_services_sec .title {
    font-size: 30.33px;
    line-height: 34.33px;
    }
    /* Como Diseñamos tu Flyers? (content) */
    .mhr_flyers_sec_content h3 {
        font-size: 23px;
        line-height: 35.8px;
    }
    /* Como Diseñamos tu Flyers? (title) */
    .mhr_flyers_sec h2 {
        font-size: 25.33px;
        line-height: 26.8px;
    }
    .mhr_flyers_sec h4 {
        font-size:17.33px;
        line-height: 20.2px;
    }
    .galler_image_title h2 {
        font-size: 27.33px;
        line-height: 32px;
    }
   /* Como tomar nuestros servicios de Correos Masivos? // second_services_sec title */
    .mhr_second_services_sec .title {
        font-size: 22.33px;
        line-height: 26.33px;
    }
}


