body {
	font-family: 'PT Sans', sans-serif;
}


/*---  bloqueo de artículo ---*/

.row{
	max-width: 75rem;
	margin: 0;
	
}
#bloq-articulo {
	background-color: #d0d0d0;
	position: relative;
}


.bloq-articulo-header{
	background-color: #2c2a25;
	padding: 1rem 2rem;
	color: white;
	background-image: url(../img/forma-517.svg); ;
	background-repeat: no-repeat;
	background-position: left;
}

.bloq-articulo-header span{
	font-weight: 900;
}

.bloq-articulo-header p{
	margin-bottom: 0
}

.bloq-articulo-header img{
	max-width: 35%;
	height: auto;
}

.bloq-articulo-content{
	text-align: center;
	color: #2c2a25;
	background-image: url(../img/bg-bloq-articulo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2rem;
	font-size: 16px;
}

.bloq-articulo-content input[type='checkbox'] {
  display:  inherit;
  margin: 0;
}

.btn{
	font-weight: 600;
	font-size: 18px;
	width: 100%;
	height: 50px;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.25);
	font-style: italic;
}

.btn_Suscribase {
	background-color: #218649;
	color: white;
}

.btn_Suscribase:hover {
	background-color: #176536;
	color: white;
}

.btn_Ingresar {
	background-color: #ffc627;
	color: #010101;
}

.btn_Ingresar i {
	color: #806314;
	margin-right: 10px
}

.btn_Ingresar:hover {
	background-color: #fcbb07;
}
.BtnInt{

}
.BtnInt2{
	display: none;
}
.parte1 img{
	width: 30%;
    position: absolute;
    margin-top: 2%;

}
.int{
	margin-top: 25%;
    border-left: 19px solid #218649;
    padding-left: 22px;
    margin-left: 14px;
}
.text1{
	font-size: 16px;
	margin-bottom: 0;

}
.text2 {
}
.text3{
	display: none
}
.linea {
	border-bottom: 2px solid #ffffff;
    width: 292px;
}
.int .text2 p{
	font-size: 17px;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 21px;
}
.video1{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.video1 video{
	height: 258px;
	margin-left: 6px;

}
.SegPanel{
	position: relative;
    margin-top: 14px;
}
.bloq-articulo-footer {
	text-align: center;
	padding: 1rem 2rem;
	-webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.12);
}

.bloq-articulo-footer ul{
	margin-left: 0;
}

.bloq-articulo-footer ul li{
	list-style: none;
	text-align: left;
	font-size: 13px;
}

.bloq-articulo-footer ul li i{
	color: #218649;
}

.bloq-articulo-footer span {
	color: #218649;
	font-weight: 600;
	font-size: 26px;
}

.bloq-articulo-footer2 {
	text-align: center;
	padding: 0.5rem 2rem;
	font-size: 14px;
} 

.bloq-articulo-footer2 img {
	display: none;
} 

.icono-dinero{
		display: none;
}

.bloq-articulo-verde {
	text-align: center;
	padding: 1rem;
	font-size: 14px;
	background-color: #218649;
	color: white;
	font-size: 22px
}

.bloq-articulo-verde .btn_Suscribase {
	background-color: #218649;
	color: white;
	box-shadow: none;
	border: 2px dashed white ;
	font-size: 22px
}

.border-top {
	border-top: 1px solid #b5b5b5;
	margin-top:10px;
}

.bloq-articulo-content .bg-articulo{
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(208,208,208,1) 10%, rgba(208,208,208,1) 89%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(10%, rgba(208,208,208,1)), color-stop(89%, rgba(208,208,208,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(208,208,208,1) 10%, rgba(208,208,208,1) 89%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(208,208,208,1) 10%, rgba(208,208,208,1) 89%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(208,208,208,1) 10%, rgba(208,208,208,1) 89%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(208,208,208,1) 10%, rgba(208,208,208,1) 89%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); padding: 2rem 0;
}


/*---  fin bloqueo de artículo ---*/

/*---  contador artículos ---*/

.content{
	width: 960px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    bottom: 0;
    z-index: 999;
    background: #fff;
    display: block;
    left: 50%;
    font-family: 'PT Sans', sans-serif;
	max-width:100%;
}

.content{
	background-color: #2c2a25;
}
.parte1{
	background: url(../img/fondodinero.png) no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;

}
.content p strong{
	color: #FFFFFD;
    font-size: 21px;
}

.content p a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.btn-IngreseAqui {
   background-color: #218649;
    top: 0;
    width: 200px;
    height: 48px;
    font-size: 14px;
    right: 70px;
    font-style: italic;
    margin-left: 50%;
}

.btn-IngreseAqui:hover {
    background-color: #fcbb07;
}


.SegundoPanel{
	padding: 0;
}
.SegundoPanel .intVideo{
    margin-bottom: -7px;
    padding-right: 0px;
}
.video-wrapper {
    position: relative;
    margin-top: -5px;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video-overlay-play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(53% - 53px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}

	/*-----  contador artículos collapse ---*/

/*---  fin contador artículos ---*/

/*------ Media Queries -----*/

@media screen and (max-width: 39.9375em) {
	.content {
    width: 320px;
    left: 50%;
	}

	.bloq-articulo-header{
	background-image: none ;
	}

	.logo-dinero{
		display: none;
	}

	.icono-dinero{
		display: initial;
		position: absolute;
	    right: 30px;
	    top: 3.5%;
	}

	

}

@media screen and (max-width: 640px) {
	.content {
    max-width: 640px;
    left: 50%;
	}
	.logo-dinero {
    width: 90px;
	}
	.BtnInt2 {
    display: block !important;
    margin-bottom: 7px;
    margin-left: 2.3rem;
    }
    .BtnInt{
        display: none;
    }
    .text2 {
        display: none;
    }
    .text3 {
    display: block;
    width: 182px;
    }
    .text3 p {
    font-size: 12px;    
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 12px;
}
.linea {
    display: none;
}
.int {
    margin-top: 9% !important;
    border-left: 4px solid #218649;
    padding-left: 8px;
    margin-left: 6px;
    background-color: #2c2a25;
}
.SegundoPanel .intVideo {
    padding: 0;
}
.video1 video {
    height: 180px;
    margin-left: 0px;
}
.parte1 img {
    width: 25%;
    position: absolute;
    margin-top: -12%;
    margin-left: 70%;
}
}
@media screen and (max-width: 768px){
.int {
     margin-top: 28%;
    border-left: 19px solid #218649;
    padding-left: 8px;
    margin-left: 6px;
}
.text2 {
}
.linea {
    border-bottom: 2px solid #ffffff;
    width: 278px;
}
.text1 {
    margin-bottom: 0;
}
.btn-IngreseAqui {
    background-color: #218649;
    top: 0;
    width: 157px;
    height: 31px;
    right: 70px;
    font-style: italic;
    margin-left: 46%;
}
.content p strong {
    color: #FFFFFD;
    font-size: 18px;
}
.content {
    max-width: 700px;
	}
	.content p a {
    display: block;
	}
	.col-1 {
    background-position: bottom right;
	}
	.col-2 {
    width: 60%;
	}
	.logo-dinero {
    padding: 1rem 0 1rem 1rem;
	}
	.video1 video {
    height: 197px;
    margin-left: -16px;
    }
    .BtnInt2{
    	display: none;
    }
    

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 425px){

	.BtnInt2 {
    display: block;
    margin-bottom: 7px;
    margin-left: 2.3rem;
    }
    .BtnInt{
    	display: none;
    }
    .text2 {
    	display: none;
	}
	.text3 {
    display: block;
    width: 182px;
 	}
	.text3 p {
    font-size: 12px;	
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 12px;
}
.linea {
    display: none;
}
.int {
    margin-top: 8%;
    border-left: 4px solid #218649;
    padding-left: 8px;
    margin-left: 6px;
    background-color: #2c2a25;
}
.SegundoPanel .intVideo {
    padding: 0;
}
.video1 video {
    height: 180px;
    margin-left: 0px;
}
.parte1 img {
    width: 25%;
    position: absolute;
    margin-top: -12%;
    margin-left: 70%;
}


}
@media screen and(min-width: 440px) and (max-width: 640px){
	
	.BtnInt2 {
    display: block;
    margin-bottom: 7px;
    margin-left: 2.3rem;
    }
    .BtnInt{
    	display: none;
    }
    .text2 {
    	display: none;
	}
	.text3 {
    display: block;
    width: 182px;
 	}
	.text3 p {
    font-size: 12px;	
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 12px;
}
.linea {
    display: none;
}
.int {
    margin-top: 8%;
    border-left: 4px solid #218649;
    padding-left: 8px;
    margin-left: 6px;
    background-color: #2c2a25;
}
.SegundoPanel .intVideo {
    padding: 0;
}
.video1 video {
    height: 180px;
    margin-left: 0px;
}
.parte1 img {
    width: 25%;
    position: absolute;
    margin-top: -12%;
    margin-left: 70%;
}

}



