/*------------------------------------------
-----------------Generales------------------
------------------------------------------*/
#oneclickLand{
	padding-bottom: 80px
}
#oneclickLand article{margin-bottom: 30px}
#oneclickLand p, #oneclickLand li{
	font-weight: 300;;
}
#oneclickLand ul{
	list-style-type: disc;
	padding-left: 30px;
}
/*------------------------------------------
----------Seccion 1: Introduccion-----------
------------------------------------------*/
#oneclickLand #introSecc{}
#oneclickLand #introSecc #logoInicial {
    text-align: center;
}
#oneclickLand #introSecc #logoInicial img {
    max-width: 250px;
    width: 100%;
}
#oneclickLand #introSecc h1{
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 20px;
	position: relative;
}
#oneclickLand #introSecc h1::after{
	content: '_';
	color: purple;
	font-size: 70px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	font-weight: 600;
}
#oneclickLand #introSecc h1 span{
	display: inline-block;
	height: 54px;
	background: #9A519A;
	color: white;
	padding: 0 10px;
	border-radius: 5px;
	border-bottom: 4px solid #400140;
}
#oneclickLand #introSecc h1 span:hover{
	background: #400140;
	border-color: #9A519A;
}
#oneclickLand #introSecc h2{
	text-align: center;
	font-size: 24px;
	font-weight: 300;
}
/*------------------------------------------
------------Seccion 2: Contenido------------
------------------------------------------*/
#oneclickLand #contentSecc{
	margin-top: 70px; margin-bottom: 40px
}
#oneclickLand #contentSecc .paso{
	
padding-top: 20px;
	
padding-bottom: 20px;
}
#oneclickLand #contentSecc .paso:nth-child(odd){
	background: #F8F8F8;
}
#oneclickLand #contentSecc .paso h3{
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 600;
}
#oneclickLand #contentSecc .paso > div > h4{
	font-size: 18px;
	margin-top: 0;
}
#oneclickLand #contentSecc .paso > div > h4 i{
	color: purple;
}
/*------------------------------------------
----------Seccion 3: bannerInicial----------
------------------------------------------*/
#oneclickLand #especSecc{
	/*margin-top: 70px;*/
}
#oneclickLand #especSecc > div {
	margin-top: 80px;
}
#oneclickLand #especSecc > div > div > div > figure{
	text-align: center; 
	padding-bottom: 20px;
}
#oneclickLand #especSecc > div > div > div > figure > img{
	width: auto;
	height: 70px;
}
#oneclickLand #especSecc > div > div > p{
	margin-top: 0;
}
/*------------------------------------------
--------------Seccion 4: Legal--------------
------------------------------------------*/
#oneclickLand #legalSecc{
	margin-top: 70px;
	text-align: center;
	background: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 10px;
	border-radius: 7px;
}
#oneclickLand #legalSecc div > p{
	text-align: left;
	font-style: italic;
	font-size: 12px;
}
#oneclickLand #legalSecc a{color:#6a6a6a; text-decoration: none;font-size: 13px}
#oneclickLand #legalSecc a:hover{text-decoration: underline;}
@media (max-width: 1199px) {
#oneclickLand #introSecc h1::after {
    left: 15%;}
}
@media (max-width:992px) {
#oneclickLand #introSecc h1::after {
    left: 25%;}
}
@media (max-width: 767px) {
	#oneclickLand article figure img{margin-bottom: 20px}
	#oneclickLand #contentSecc .paso > div > h4 {
    text-align: center;}
    #oneclickLand p {
    text-align: center;}
    #oneclickLand #introSecc h1 {
    text-align: center;
    font-size: 26px}
    #oneclickLand #introSecc h1 span {
    height: auto;}
    #oneclickLand #contentSecc {
    margin-top: 20px;}

#oneclickLand #introSecc h1::after {
    left: 15%;}

}
@media (max-width: 542px){
#oneclickLand #introSecc h1 {
    text-align: center;
    font-size: 26px;
    }
    #oneclickLand #introSecc h1::after {
    left:5%;}
}