*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



#contenedor {
	margin-top: 100px;
}

#contenedor>img {
	width: 100%;
	border-radius: 0px;
}

.content-title-section {
	margin-bottom: 30px;
}


#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}

#slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 579px;
}


#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}
#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}
.content_slider h2{
    font-family: 'arial';
    font-size: 30pt;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.content_slider p {
    font-size: 15pt;
    font-family: 'arial';
    color: #FFF;
    margin-bottom: 20px;
}
#slider li .content_slider{
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnSlider{
    color: #FFF;
    font-size: 15pt;
    font-family: 'arial';
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
}
.btnSlider:hover{
    background: #111;
    border: 1px solid #111;
}
.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 14%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}

ul>li,
ol>li {
	margin: 10px 0px !important
}

@media screen and (max-width: 460px){
	.content_slider h2 {
	    font-size: 15pt !important;
	}
	.content_slider p {
	    font-size: 12pt !important;
	}
	#container-slider .arrowPrev, #container-slider .arrowNext{
		font-size: 20pt;
	}
	#container-slider .arrowPrev{
		left: 15px;
	}
	#container-slider .arrowNext{
		right: 15px !important;
	}
	#slider{
		height: 200px;
		min-height: 200px;
	}
	#slider li .content_slider{
		padding: 10px 35px;
	}
	.btnSlider{
		padding: 10px 30px;
    	font-size: 10pt;
	}

}


.container {
    max-width: 1100px;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 80%;
    width: 80%;
}

#lista-pasos{
    margin: 0 0 50px 0
}

#lista-pasos ol, #lista-pasos p{
    font-size: 20px;
    font-family: 'lato medium';
    color: #606060;
}

#lista-pasos p{
	font-weight: bold !important;
}


#video-garantias h3, #login-wahhu h3 {
    font-size: 22px;
    color: #606060;
    font-family: 'lato Bold';
    text-align: center;
    margin: 20px 0 18px 0;
}

#video-garantias p, #login-wahhu p{
	color: #606060;
	line-height: 22px;
    font-size: 14px;
    font-family: 'lato medium';
}

#video-garantias{
    margin:40px 0 50px 0
}

#video-garantias iframe{
    margin:40px 0 50px 0
}

#login-wahhu iframe {
    margin: 40px auto;
    display: block;
	border-radius: 20px;
}

#video-garantias ol, #login-wahhu ol {
	font-family: "lato medium";
}

img {
	border-radius: 20px;
}

#lista-pasos p,
#lista-pasos span {
	width: 100%;
	font-weight: normal;
	color: #606060;
	font-size: 14px;
	text-align: start;
	margin-bottom: 20px;
	line-height: 22px;
	font-family: "lato medium";
	line-height: 22px;
}

#lista-pasos ol>li {
	margin-bottom: 15px;
	margin-left: 40px;
}


@media(max-width:767px){
    .container {
        max-width: 85%;
    }
}

@media(max-width:414px){
    #slider {
        min-height: 212px;
    }
}

@media screen and (min-width: 992px){ 
	#contenedor {
		margin-top: 130px;
	}

	#lista-pasos p,
	#lista-pasos span {
		font-size: 20px;
		line-height: 30px;
	}

	#video-garantias p, #login-wahhu p{
		font-size: 14px;
		line-height: 22px;
	}

	.content-title-section h4{
		margin:50px 0 0px 0
	}
}

/* banner */
#content-btn-ws-movil {
    z-index: 99;
}
  .popup.showing {
      display: flex;
  }

  .popup {
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.7);
      display: none;
      justify-content: center;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 110;
  }

  .popup-principal .content {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    height: fit-content;
    max-width: 80%;
    max-height: 80%;
    border-radius: 30px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 738px;
    border-radius: 14px;
    display: block;
}

.slide-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.slide-container .slide.fade {
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-container .slide img {
    width: 100%;
}
.slide-container .slide.fade {
    animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.slide-container .prev {
    left: 2px;
    display: none;
}

@media(max-width:767px){
  .popup-principal .content {
      max-width: 90%;
  }
}