/*-- Custom style --*/
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Poppins:wght@500;600;700&display=swap');
* {
	font-family: 'Poppins', sans-serif !important;
}
.font500 {
	font-weight: 500;
}
.font600 {
	font-weight: 600;
}
.font700 {
	font-weight: 700;
}
.bgc1 {
	background-color: #BF1E57;
}
.bgc2 {
	background-color: #DCD548;
}
.bgc3 {
	background-color: #AED8AA;
}
/*-- Header --*/
.header {
	margin: 20px 0;
}
/*-- Logo --*/
.logo-dramoda a {
	position: relative;
	width: 230px;
	height: 230px;
	display: inline-block;
}
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}

.logo-dramoda a .recur-1 {
	display: inline-block;
    position: relative;
    width: 230px;
    height: 230px;
    -webkit-animation: 10s rotate linear infinite;
    animation: 10s rotate linear infinite;
    -webkit-animation-direction: reverse;
     animation-direction: reverse;
}
.logo-dramoda a .recur-2 {
	display: inline-block;
    position: absolute;
    width: 110px;
    left: 55px;
    top: 69px;
}
/*-- Menu --*/
.m-items {
	margin-top: 21px;
}
.m-items a, .item-mv a {
    color: #010101;
    padding: 13px 21px;
    border-radius: 30px;
    display: inline-block;
    margin: 5px;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #010101;
}
.m-items a:hover, .m-items a.current-menu-item,
.item-mv a:hover, .item-mv a.current-menu-item {
	color: #BF1E57;
	border: 1px solid #BF1E57;
	background-color: #fff !important;
}
.m-items a.menu-item-26,
.m-items a.menu-item-27,
.m-items a.menu-item-28,
.m-items a.menu-item-29,
.m-items a.menu-item-30,
.m-items a.menu-item-31,
.m-items a.menu-item-33,
.item-mv a.menu-item-26,
.item-mv a.menu-item-27,
.item-mv a.menu-item-28,
.item-mv a.menu-item-29,
.item-mv a.menu-item-30,
.item-mv a.menu-item-31,
.item-mv a.menu-item-33 {
	-webkit-animation-direction: normal;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-webkit-animation-duration: 5s;
}
.m-items a.menu-item-26,
.item-mv a.menu-item-26 {
	-webkit-animation-name: colours26;
}
.m-items a.menu-item-27,
.item-mv a.menu-item-27 {
	-webkit-animation-name: colours27;
}
.m-items a.menu-item-28,
.item-mv a.menu-item-28 {
	-webkit-animation-name: colours28;
}
.m-items a.menu-item-29,
.item-mv a.menu-item-29 {
	-webkit-animation-name: colours29;
}
.m-items a.menu-item-30,
.item-mv a.menu-item-30 {
	-webkit-animation-name: colours30;
}
.m-items a.menu-item-31,
.item-mv a.menu-item-31 {
	-webkit-animation-name: colours31;
}
.m-items a.menu-item-33,
.item-mv a.menu-item-33 {
	-webkit-animation-name: colours33;
}
@-webkit-keyframes colours26 {
	 100% {background-color: #A3F7B5;}
	 50% {background-color: #72E0AC;}
	 0% {background-color: #A3F7B5;}
}
@-webkit-keyframes colours27 {
	 100% {background-color: #FFB703;}
	 50% {background-color: #FB8500;}
	 0% {background-color: #FFB703;}
}
@-webkit-keyframes colours28 {
	 100% {background-color: #F49CBB;}
	 50% {background-color: #F26A8D;}
	 0% {background-color: #F49CBB;}
}
@-webkit-keyframes colours29 {
	 100% {background-color: #FFEE32;}
	 50% {background-color: #FFD100;}
	 0% {background-color: #FFEE32;}
}
@-webkit-keyframes colours30 {
	 100% {background-color: #DABFFF;}
	 50% {background-color: #907AD6;}
	 0% {background-color: #DABFFF;}
}
@-webkit-keyframes colours31 {
	 100% {background-color: #F38375;}
	 50% {background-color: #EF6351;}
	 0% {background-color: #F38375;}
}
@-webkit-keyframes colours33 {
	 100% {background-color: #0496ff;}
	 50% {background-color: #006ba6;}
	 0% {background-color: #0496ff;}
}
/*-- cont-search --*/
.cont-search {
	margin-top: 21px;
	position: relative;
	width: 100%;
    display: inline-block;
}
.cont-search form.searchform {
	margin-bottom: 0;
	width: 320px;
	float: right;
}
.cont-search input[type=text] {
	box-shadow: none;
    border: 1px solid #010101;
    border-radius: 30px;
    height: 56px;
    color: #BF1E57;
	font-weight: 600;
	padding: 0 20px;
	background-color: transparent;
	font-size: 16px;
}
.cont-search input[type=text]:hover,
.cont-search input[type=text]:active {
	box-shadow: none;
	color: #BF1E57;
	font-weight: 600;
}
.cont-search input::placeholder {
	color: #BF1E57;
}
.cont-search button {
	position: absolute;
	cursor: pointer;
	top: 8px;
    right: 17px;
}
/*-- button ilove --*/
.button-ilove {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}
.button-ilove .btn-ef {
	display: inline-block;
	animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.button-ilove img {
	width: 62px;
    height: 62px;
    position: relative;
    margin-top: -8px;
    margin-right: 5px;
}
.button-ilove a {
	position: relative;
    border: 2px solid #BF1E57;
    color: #BF1E57;
    line-height: 51px;
    text-transform: uppercase;
    height: 54px;
    display: inline-block;
    width: 137px;
    font-size: 20px;
    border-radius: 30px;
}
.button-ilove a:hover, .button-ilove a:active {
	color: #BF1E57;
}
.button-ilove a span {
	float: right;
    padding: 8px 17px 0 8px;
    height: 40px;
}
/*-- Content home --*/
.tt-home {
	text-align: center;
	margin: 40px 0 20px 0;
}
.tt-home p {
	font-family: 'Gochi Hand', cursive !important;
	font-size: 90px;
	letter-spacing: -1px;
	line-height: 90px;
	margin-bottom: 0;
	color: #010101;
}
.tt-home p img {
	width: 64px;
	transform: rotate(10deg);
}
.post-cont-home {
	padding: 25px 20px;
}
.top-pic-post {
	border-radius: 25px;
	overflow: hidden;
	position: relative;
    margin-bottom: -21px;
}
.color-novedades .cont-autor,
.post-novedades .time-post,
.post-novedades .item-tags-cont {
	background: rgb(4,150,255);
background: linear-gradient(205deg, rgba(4,150,255,1) 0%, rgba(0,107,166,1) 100%);
}
.color-casos-medicos .cont-autor,
.post-casos-medicos .time-post,
.post-casos-medicos .item-tags-cont {
	background: rgb(163,247,181);
background: linear-gradient(205deg, rgba(163,247,181,1) 0%, rgba(114,224,172,1) 100%);
}
.color-curiosidades .cont-autor,
.post-curiosidades .time-post,
.post-curiosidades .item-tags-cont {
	background: rgb(255,183,3);
background: linear-gradient(205deg, rgba(255,183,3,1) 0%, rgba(251,133,0,1) 100%);
}
.color-descubre .cont-autor,
.post-descubre .time-post,
.post-descubre .item-tags-cont {
	background: rgb(244,156,187);
background: linear-gradient(205deg, rgba(244,156,187,1) 0%, rgba(242,106,141,1) 100%);
}
.color-salud-interesante .cont-autor,
.post-salud-interesante .time-post,
.post-salud-interesante .item-tags-cont {
	background: rgb(255,238,50);
background: linear-gradient(205deg, rgba(255,238,50,1) 0%, rgba(255,209,0,1) 100%);
}
.color-saludtech .cont-autor,
.post-saludtech .time-post,
.post-saludtech .item-tags-cont {
	background: rgb(218,191,255);
background: linear-gradient(205deg, rgba(218,191,255,1) 0%, rgba(144,122,214,1) 100%);
}
.color-saludtips .cont-autor,
.post-saludtips .time-post,
.post-saludtips .item-tags-cont {
	background: rgb(243,131,117);
background: linear-gradient(205deg, rgba(243,131,117,1) 0%, rgba(239,99,81,1) 100%);
}
.cont-autor {
	border-radius: 0 0 25px 25px;
	padding: 50px 30px 40px;
}
.cont-autor .pic-author img {
	border-radius: 100%;
	box-shadow: rgba(0,0,0,0.3) -2px 3px 0 1px;
	margin-right: 10px;
}
.cont-autor .pic-author i {
	font-style: normal;
	font-size: 17px;
	color: #fff;
}
.cont-autor .text-post-home p {
	color: #fff;
    font-size: 19px;
    letter-spacing: -0.2px;
    line-height: 25px;
    margin-top: 18px;
}
.cont-autor .text-post-home i {
	font-style: normal;
	font-size: 14px;
	color: #fff;
}
.tt-post-home {
	font-size: 30px;
    line-height: 33px;
    margin-bottom: 15px;
}
.color-novedades .tt-post-home {
	color: #0496ff;
}
.color-casos-medicos .tt-post-home {
	color: #72E0AC;
}
.color-curiosidades .tt-post-home {
	color: #FFB703;
}
.color-descubre .tt-post-home {
	color: #F26A8D;
}
.color-salud-interesante .tt-post-home {
 	color: #FFEE32;
}
.color-saludtech .tt-post-home {
	color: #DABFFF;
}
.color-saludtips .tt-post-home {
	color: #F38375;
}
.tease:nth-child(-n + 2) {
	opacity: 1;
	transform: translate(0, 0);
}
.tease {
  opacity: 0;
  transform: translate(0, 10vh);
  transition: all 1s;
}
.tease.visible {
  opacity: 1;
  transform: translate(0, 0);
}
/*-- Footer --*/
#footer {
	text-align: center;
	padding: 50px 0;
}
/*-- Content category --*/
body.category-casos-medicos {
	background-color: rgba(163, 247, 181, 0.30);
}
body.category-salud-interesante {
	background-color: rgba(255, 238, 50, 0.30);
}
body.category-curiosidades {
	background-color: rgba(255, 183, 3, 0.30);
}
body.category-novedades {
	background-color: rgba(4, 150, 255, 0.30);
}
body.category-descubre {
	background-color: rgba(244, 156, 187, 0.30);
}
body.category-saludtech {
	background-color: rgba(218, 191, 255, 0.30);
}
body.category-saludtips {
	background-color: rgba(243, 131, 117, 0.30);
}
.category h1 {
	font-family: 'Gochi Hand', cursive !important;
	letter-spacing: -1px;
    font-size: 90px;
    text-align: center;
    margin: 0;
    padding: 20px 0 30px;
}
.search-results h1, .author h1, .tag h1 {
	font-family: 'Gochi Hand', cursive !important;
	letter-spacing: -1px;
    font-size: 90px;
    text-align: center;
    margin: 0;
    padding: 20px 0 30px;
}
/*-- Post content --*/
.post-casos-medicos h1,
.post-salud-interesante h1,
.post-curiosidades h1,
.post-novedades h1,
.post-descubre h1,
.post-saludtech h1,
.post-saludtips h1 {
    line-height: 55px;
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    padding: 30px 0 30px;
}
.post-casos-medicos h1 {
	color: #72E0AC;
}
.post-salud-interesante h1 {
	color: #FFEE32;
}
.post-curiosidades h1 {
	color: #FFB703;
}
.post-novedades h1 {
	color: #0496ff;
}
.post-descubre h1 {
	color: #F26A8D;
}
.post-saludtech h1 {
	color: #DABFFF;
}
.post-saludtips h1 {
	color: #F38375;
}
.time-post {
	padding: 12px 13px;
    display: inline-block;
    line-height: 17px;
    border-radius: 15px 15px 0 0;
    font-weight: 600;
}
.time-post span {
	color: #fff;
    border: 1px solid;
    border-radius: 100%;
    padding: 3px 0;
    margin: 0 3px;
    font-size: 18px;
    display: inline-block;
    width: 25px;
    height: auto;
    text-align: center;
}
.dat-author {
	display: inline-block;
    border-radius: 60px;
    padding: 12px 17px;
    margin: 30px 0 0 0;
}
.post-casos-medicos .dat-author {
	border: 1px solid #72E0AC;
}
.post-salud-interesante .dat-author {
	border: 1px solid #FFEE32;
}
.post-curiosidades .dat-author {
	border: 1px solid #FFB703;
}
.post-novedades .dat-author {
	border: 1px solid #0496ff;
}
.post-descubre .dat-author {
	border: 1px solid #F26A8D;
}
.post-saludtech .dat-author {
	border: 1px solid #DABFFF;
}
.post-saludtips .dat-author {
	border: 1px solid #F38375;
}
.dat-author img {
	border-radius: 100%;
    margin-right: 10px;
}
.post-casos-medicos .dat-author img {
	box-shadow: rgba(163, 247, 181, 1) -2px 3px 0 1px;
}
.post-salud-interesante .dat-author img {
	box-shadow: rgba(255, 238, 50, 1) -2px 3px 0 1px;
}
.post-curiosidades .dat-author img {
	box-shadow: rgba(255, 183, 3, 1) -2px 3px 0 1px;
}
.post-novedades .dat-author img {
	box-shadow: rgba(4, 150, 255, 1) -2px 3px 0 1px;
}
.post-descubre .dat-author img {
	box-shadow: rgba(244, 156, 187, 1) -2px 3px 0 1px;
}
.post-saludtech .dat-author img {
	box-shadow: rgba(218, 191, 255, 1) -2px 3px 0 1px;
}
.post-saludtips .dat-author img {
	box-shadow: rgba(243, 131, 117, 1) -2px 3px 0 1px;
}
.dat-author a, .dat-author a:hover {
	font-size: 17px;
	color: #010101;
}
.post-body-art {
	margin: 40px 0 0 0;
}
.post-body-art h2 {
	font-weight: 700;
    font-size: 30px;
    line-height: 60px;
    color: #212121;
}
.post-body-art h3 {
	font-weight: 700;
    font-size: 25px;
    line-height: 60px;
    color: #212121;
}
.post-body-art p {
	font-size: 20px;
	color: #212121;
	font-weight: 500;
	line-height: 32px;
}
.post-body-art em {
	font-style: italic;
	text-decoration: underline;
}
.post-body-art p strong, .post-body-art p b {
	font-weight: 600;
	color: #010101;
}
.post-casos-medicos .post-body-art p a {
	color: #72E0AC;
}
.post-salud-interesante .post-body-art p a {
	color: #FFEE32;
}
.post-curiosidades .post-body-art p a {
	color: #FFB703;
}
.post-novedades .post-body-art p a {
	color: #0496ff;
}
.post-descubre .post-body-art p a {
	color: #F26A8D;
}
.post-saludtech .post-body-art p a {
	color: #DABFFF;
}
.post-saludtips .post-body-art p a {
	color: #F38375;
}
/*-- Content tags --*/
.cont-tags {
	border-top: 3px dotted;
	margin: 40px 0 30px 0;
    padding: 20px 0 0 0;
}
.post-casos-medicos .cont-tags {
	border-color: #72E0AC;
}
.post-salud-interesante .cont-tags {
	border-color: #FFEE32;
}
.post-curiosidades .cont-tags {
	border-color: #FFB703;
}
.post-novedades .cont-tags {
	border-color: #0496ff;
}
.post-descubre .cont-tags {
	border-color: #F26A8D;
}
.post-saludtech .cont-tags {
	border-color: #DABFFF;
}
.post-saludtips .cont-tags {
	border-color: #F38375;
}
.cont-tags h6 {
	font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.cont-tags a {
	text-transform: uppercase;
    font-size: 15px;
    color: #010101;
    border: 1px solid #010101;
    padding: 6px 13px;
    border-radius: 20px;
    margin: 0 2px;
}
.cont-tags a:hover {
	color: #BF1E57;
}
/*-- Content 404 --*/
#b404 {
	background: rgb(220,213,72);
background: linear-gradient(205deg, rgba(220,213,72,1) 0%, rgba(174,216,170,1) 100%);
min-height: 800px;
padding-top: 100px;
}
.cont-404 {
	text-align: center;
}
.cont-404 a {
	position: relative;
    border: 2px solid #BF1E57;
    color: #BF1E57;
    line-height: 51px;
    text-transform: uppercase;
    height: 54px;
    display: inline-block;
    font-size: 18px;
    border-radius: 30px;
    padding: 0 20px;
    letter-spacing: -0.50px;
}
.cont-404 a:hover, .cont-404 a:active {
	color: #BF1E57;
}
.cont-404 h2 span {	
	font-family: 'Gochi Hand', cursive !important;
	letter-spacing: -1px;
    font-size: 90px;
    font-weight: normal;
    line-height: 80px;
}
.cont-404 h2 {
	font-weight: 600;
	font-size: 28px;
}
.cont-404 img {
	width: 98px;
	margin-bottom: 30px;
}
/*--Burger Menu movil--*/
.cont-burgermenu {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 30px;
}
.menu {
    position: relative;
}
.menu span {
    position: relative;
    animation: zoom-in-zoom-out 1.5s linear infinite;   
}
@keyframes zoom-in-zoom-out {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1.2);
}
100% {
transform: scale(1, 1);
}
}
.menu span img {
	width: 60px;
	height: 60px;
	margin-top: -14px;
}
.menu span i {
	color: #010101;
	font-style: normal;
	font-size: 38px;
	position: relative;
    margin-right: -4px;
}
/*Fake-Trigger*/
#sized {
    width:100px;
    height:60px;
    color:transparent;
    background-color: transparent;
    border: transparent;
    float: right;
}

/*Modal-Box*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding:0.5%;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 98vh;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-color: #fff;
}

.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    border-bottom: none;
    height:17vh;
}

.modal-body {
    padding: 2px 16px;
    background-color: #fff;
}
.modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    border-top: none;
}
.close {
    color: #BF1E57;
    float: left;
    font-size: 5em;
    font-weight: bold;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #BF1E57;
    text-decoration: none;
    cursor: pointer;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*-- Content tags --*/
.tags-cont {
	text-align: center;
	margin: 60px 0 40px;
}
.tags-cont h3 {
	font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.item-tags-cont {
	margin: 10px;
	position: relative;
	overflow: hidden;
	text-align: left;
	padding: 26px;
    border-radius: 30px;
}
.item-tags-cont span {
    font-size: 20px;
    color: #ffffff;
    line-height: 22px;
    /*position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 150px;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;*/
}
.item-tags-cont .icon-tags {
	width: 100px;
    height: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    background-size: 100px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    float: left;
    border-radius: 18px;
    margin-right: 10px;
}
/*-- Media querys --*/
@media (max-width: 600px) {
	.logo-dramoda a {
    	width: 170px;
    	height: 170px;
	}
	.logo-dramoda a .recur-1 {
		width: 170px;
    	height: 170px;
	}
	.logo-dramoda a .recur-2 {
		width: 80px;
    	left: 42px;
    	top: 53px;
	}
	.tt-home {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.tt-home p {
		font-size: 58px;
	}
	.tt-home p img {
		width: 45px;
	}
	.tt-post-home {
		font-size: 25px;
		line-height: 30px;
	}
	.cont-autor .text-post-home p {
		font-size: 18px;
		line-height: 23px;
	}
	.cont-autor .pic-author img {
		width: 50px;
		height: 50px;
	}
	.cont-autor .pic-author i {
		font-size: 15px;
	}
	.post-casos-medicos h1, 
	.post-salud-interesante h1, 
	.post-curiosidades h1, 
	.post-novedades h1, 
	.post-descubre h1, 
	.post-saludtech h1, 
	.post-saludtips h1 {
		line-height: 38px;
		font-size: 34px;
		padding-top: 10px;
	}
	.time-post {
		line-height: 13px;
		font-size: 14px;
	}
	.time-post span {
		padding: 5px 0;
		font-size: 17px;
	}
	.post-body-art {
		margin: 29px auto 0 auto;
    	width: 90%;
	}
	.post-body-art p {
		line-height: 30px;
	}
	.post-body-art h2 {
		font-size: 26px;
		line-height: 33px;
	}
	.dat-author {
		width: 301px;
    	margin: 40px auto 0 auto;
    	position: relative;
    	display: block;
	}
	.category h1, .search-results h1, .author h1 {
		font-size: 58px;
		padding: 10px 0 10px;
		line-height: 46px;
	}
	/*-- Items movil --*/
	.item-mv a {
		display: block;
    	text-align: center;
    	margin: 13px 21px;
    	padding: 16px;
    	border-radius: 60px;
    	font-size: 17px;
    	font-weight: 600;
	}
	.cont-search {
		position: relative;
    	width: 90%;
    	display: block;
    	margin: 20px auto 0 auto;
    	height: 100px;
	}
	.cont-search form.searchform {
		width: 100%;
		float: none;
	}
}
@media (max-width: 992px) {
	.logo-dramoda a {
    	width: 170px;
    	height: 170px;
	}
	.logo-dramoda a .recur-1 {
		width: 170px;
    	height: 170px;
	}
	.logo-dramoda a .recur-2 {
		width: 80px;
    	left: 42px;
    	top: 53px;
	}
	/*-- Items movil --*/
	.item-mv a {
		display: block;
    	text-align: center;
    	margin: 13px 21px;
    	padding: 16px;
    	border-radius: 60px;
    	font-size: 17px;
    	font-weight: 600;
	}
	.tt-home {
		margin: 20px 0 10px 0;
	}
	.cont-search {
		position: relative;
    	width: 90%;
    	display: block;
    	margin: 20px auto 0 auto;
    	height: 100px;
	}
	.cont-search form.searchform {
		width: 100%;
		float: none;
	}
	.post-body-art {
		margin: 29px auto 0 auto;
    	width: 95%;
	}
	.post-casos-medicos h1, 
	.post-salud-interesante h1, 
	.post-curiosidades h1, 
	.post-novedades h1, 
	.post-descubre h1, 
	.post-saludtech h1, 
	.post-saludtips h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.author h1 {
		font-size: 80px;
	}
	.top-pic-post img {
		width: 100%;
	}
	.dat-author {
		width: 301px;
    	margin: 40px auto 0 auto;
    	position: relative;
    	display: block;
	}
}