
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700');

.wrap-ad .content-ad .ad-item {
   
    display: none!important;
}

.container.wrap-ad { display: none;}

.native {
    background-color: #fff !important;
	margin: 0;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    text-align: left;
	box-sizing: border-box;
	display: block;
}

.native main {
	padding-bottom: 0 !important;
	display: block;
	overflow: hidden;
}

.native .container {
	max-width: 745px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;

}

.native article {
	display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}

.native .creditos{
	justify-content: space-between !important;
	margin-bottom: 55px;
    position: relative;
	display: flex !important;
	width: 100%;
}

.native .creditos .uestudio{
	margin: 0 !important;
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    color: #343a40;
    font-size: 1rem;
    line-height: 1.1em;
}

.native .creditos .uestudio .ad {
  z-index: 5;
}
.native .creditos .uestudio .ad p {
  position: absolute;
  display: block;
  text-transform: uppercase;
  color: #fff;
  background: #ff6246;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 5px;
  line-height: normal;
  z-index: 1;
  white-space: nowrap;
}
.native .creditos .uestudio .ad p:hover + div {
  opacity: 1;
  display: block;
  filter: alpha(opacity=100);
}
.native .creditos .uestudio .ad div {
  filter: alpha(opacity=0);
  width: 250px;
  background: url(../img/300x300-sinfondo.gif) no-repeat center 15px #ff6246;
  background-size: 80px;
  top: 0;
  left: 0;
  position: absolute;
  padding: 95px 35px 35px;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  opacity: 0;
  cursor: pointer;
  letter-spacing: 1px;
  z-index: 0;
  pointer-events: none;
}

.native .creditos .social {
    display: block;

}

.native .creditos .social .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.native .creditos .social .btn-facebook {
    background: #3b5998;
    border-radius: 0 !important;
}

.native .creditos .social .btn-facebook i {
    color: #fff;
}

.native .creditos .social .fa-facebook-f:before {
    content: "\f39e";
}

.native .creditos .social .btn-twitter {
    background: #1da1f2;
    border-radius: 0 !important;
}

.native .creditos .social .btn-twitter i {
    color: #fff;
}

.native .creditos .social .fa-twitter:before {
    content: "\f099";
}

.native .creditos .social .fab {
    font-family: Font Awesome\ 5 Brands;
	    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.native .cuerpaso p{
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 1em;
    line-height: 1.5;
    color: #343a40;
	    margin-top: 0;
}

.native .cuerpaso h3{
    font-size: 22px;
	    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    color: #343a40;
    font-weight: 700;
    margin: 20px 0 5px;
}

.native .cuerpaso .alignleft {
    float: left;
    margin: 20px 20px 20px 0;
    text-align: left;
    width: 50%;
}

.native img {
    max-width: 100%;
}

.native .creditos-final small {
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 55px;
    clear: both;
	font-weight: 400;
}

.native .cuerpaso .lil-letra{
    font-size: 13px;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 55px;
    clear: both;
	font-weight: 100;
	font-style: italic;
}

.native  a{
    color: #56949c;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
	cursor: pointer;
	font-weight: 400;
}

.native a:hover {
    color: #56949c;
    text-decoration: underline;
}

.native .img-center {
	text-align: center;
	display: block;
	margin: 20px auto;
	max-width: 745px;
	width: 100%;
}

.native .cuerpaso .concluciones--seccion {
    background: #efefef;
    padding: 25px 44px;
    margin: 30px 0;
}



.native .cuerpaso .concluciones--seccion--2 {
    background: #efefef;
    padding: 25px 44px;
    margin: 30px 0;
    
}




.native .cuerpaso .alignright{
  float: right;
  margin: 10px 0 10px 20px;
  width: 250px;
}


.native .pie {
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    clear: both;
	font-weight: 300;
}



.native .img-center img {width: 100%;}

.native blockquote {
	font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    width: 80%;
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
    position: relative;
    text-align: center;
    margin: 40px auto;
    padding: 20px 10px;
    border-top: 1px solid #56949c;
    border-bottom: 1px solid #56949c;
}

.native blockquote:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    height: 7px;
    display: block;
    width: 25%;
    background: #56949c;
}

.native blockquote p {
    font-size: 22px!important;
    line-height: 32px!important;
    text-align: center !important;
    margin: 0!important;
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700 !important;
}


@media screen and (max-width: 520px) {
.native .cuerpaso .alignleft {
		float: none;
		margin: 20px auto;
		text-align: center;
		display: block;
	width: 100%;
	}
.native .cuerpaso .alignright {
		float: none;
		margin: 20px auto;
		text-align: center;
		display: block;
	width: 100%;
	}
}
