/*



Theme Name: inscripciones Leben

Author: OQO Digital

Author URI: https://www.oqo.cl/

Description: template inscripciones.

Version: 1.0



*/

/* CSS Document */

body{

	font-family: 'Encode Sans', sans-serif;

	color: #fff;

    background-color: #212121;

}

.header{

    padding: 40px 15px;

    color: #fff;

    font-family: 'Encode Sans', sans-serif;

}

.header a{

    color: #fff;

}

.header a:hover{

    color: #EB0029;

}

.header .navbar-nav{

    position: relative;

}



.header .navbar-nav li.nav-item:last-child:before{

    content: '';

    display: inline-block;

    background-color: #fff;

    height: 9px;

    width: 2px;

    position: absolute;

    top: 9px;

}

.header .navbar-nav li.nav-item a.nav-link{

    padding: 0 25px;

}

.header .logo{

    margin-left: 20px;

}

.banner{

    /*
    filter: blur(8px);
    -webkit-filter: blur(8px);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 2rem 0;
    position: relative;
    /*min-height: 650px;*/
    height: 70vh;

}
.fancybox-slide--iframe .fancybox-content {
    background: transparent!important;
}
.light{
	font-weight: 100;
}
.text-spacing{
	letter-spacing: .2rem;
}
/*

.banner::before{

    content: '';

    width: 100%;

    height: 2px;

    position: absolute;

    bottom: 0;

    background: rgba(184,150,72,1);

    background: -moz-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,150,72,1)), color-stop(34%, rgba(217,200,122,1)), color-stop(45%, rgba(217,200,126,1)), color-stop(57%, rgba(241,219,152,1)), color-stop(69%, rgba(217,200,122,1)), color-stop(84%, rgba(187,155,80,1)), color-stop(92%, rgba(181,144,71,1)), color-stop(100%, rgba(195,172,78,1)));

    background: -webkit-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -o-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -ms-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: linear-gradient(to right, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b89648', endColorstr='#c3ac4e', GradientType=1 );

}*/

.logo-banner{

    width: 40%;

}

#contador{

    margin: 2rem 0 1rem 0;

}

#contador .list-group-item{  

    background-color: transparent; 

    margin: 0 2px;

    padding: 0;

    border: none;

    font-size: .6rem;

}

#contador .list-group-item strong{

    padding: .75rem 1.25rem;

    background-color: rgba(32,32,32,.8);

    font-size: 1.5rem;

    display: block;

}

.title{

	font-size: 1.7rem;

}

.hola{

	width: 33%;

	margin: 3rem auto 3rem;

}

.texto{

	margin: 0 auto;

}

.logo-icon{

    width: 6%;

    margin-bottom: 2rem;

}

.lista{

    margin-bottom: 2rem;

}

.lista .list-group-item{

    background: transparent;

    color: #fff;

    border:none;

}

.lista .list-group-item:first-child{

    border-right: 1px solid #EB0029;

}

.box{

    background-color: #3E3E3D;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);

    border-radius: 15px;

    padding: 5em 3em;

    width: 45%;

    margin: 2rem auto 6rem;

}

.box .form-group{

    position: relative;

    margin-bottom: 2rem;

}

.box .form-group label{

    background-color: #3E3E3D;

    width: 100%;

    text-align: left;

    position: absolute;

    left: .75rem;

    top: .375rem;

    display: block;

    transition: 0.2s;

}

.box .form-group input,.box .form-group select{

    color: #979797;

    background-color: transparent;

}

.box .form-group input.form-control:focus{

    outline: none;

    border-color: #979797;

}

.box .form-group input.form-control:not(:placeholder-shown) + label,

.box .form-group input.form-control:focus + label {

    top: -47%;

    font-size: 60%;

    background-color: transparent;

}
.box .form-group select.form-control{
    color: #fff;
}
.box .form-group select.form-control option{
    color: #fff;
    background-color: #3E3E3D;
}

::-webkit-input-placeholder {

  opacity: 0;

  transition: inherit;

}

input:focus::-webkit-input-placeholder {

  opacity: 1;

}

.box .form-group .form-control{

    border-radius: 0;

    border: none;

    border-bottom: 1px solid #979797;

}

.box .form-group label, .box .form-group .form-control{

	font-size:.8rem;

}

.flecha{

	width: 5%;

    display: block;

	margin: 1rem auto 2rem;

}

.dptos{

	width: 30%;

	margin: 3rem auto 3rem;

}

.cosas{

    width: 80%;

    margin: 20px auto 40px;

}

.banner .img-fluid{

    width: 40%;

    margin-top: 4rem;

}

#ubicacion{

	background-image: url("SVG/mapa.svg");

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	padding-top: 44%;

    margin-bottom: 3rem;

    cursor: zoom-in;

}

.mini-title{

    margin: 0px auto 40px;

}

.slider{

    background-color: #E4E4E4;

    margin: 2rem 0;

}

.owl-carousel .owl-stage {

    display: flex !important;

}

.owl-carousel .owl-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    max-width: initial;

}

.owl-prev {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    left: -3rem;

    display: block !important;

}



.owl-next {

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: -3rem;

    display: block !important;

}

.owl-prev i, .owl-next i {

    font-size: 3rem;

    color: #4E4E4E;

}

.dcto{

    width: 12%;

}

.bajada{

    width: 36%;

}

.ubicacion{

    background-color: #F1F1F1;

    padding-top: 30px;

    margin-top: 30px;

    font-family: 'Open Sans', sans-serif;

    font-size: .8rem;

}

.ubicacion small{

    font-size: 73%;

    padding: 1.5rem 0 1.5rem;

    display: block;

    text-align: center;

    width: 100%;

    margin: 0 auto;

}

.ubicacion .row{

    width: 75%;

    margin-left: 18%;

}

.ubicacion .row .col-6:last-child{

    position: relative;

    padding-left: 16%;

}

.ubicacion .row .col-6:last-child:before{

    content: '';

    position: absolute;

    width: 2px;

    background-color: #000;

    height: 64%;

    left: 0;

    top: 10%;

}

.ubicacion .row .col-6 .fab,.ubicacion .row .col-6 .fas{

    margin-left: -1rem;

}

.ubicacion:not(.bg-oscuro) a{

    color: #3E3E3D;

}

.ubicacion .llamado{

    font-size: 1.1rem;

}

.metro-txt{

	height: .6rem;

    margin-top: -.2rem;

}

.btn{

    border-radius: 0px;

    text-transform: uppercase;

    font-size: 1rem;

    padding: .7rem 2.5rem;

    margin-top: 2rem;

}

.btn-danger{

	background-color: #EB0029;

}

.btn-envio{

    /*

    color:#000;

    background: rgba(184,150,72,1);

    background: -moz-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,150,72,1)), color-stop(34%, rgba(217,200,122,1)), color-stop(45%, rgba(217,200,126,1)), color-stop(57%, rgba(241,219,152,1)), color-stop(69%, rgba(217,200,122,1)), color-stop(84%, rgba(187,155,80,1)), color-stop(92%, rgba(181,144,71,1)), color-stop(100%, rgba(195,172,78,1)));

    background: -webkit-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -o-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: -ms-linear-gradient(left, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    background: linear-gradient(to right, rgba(184,150,72,1) 0%, rgba(217,200,122,1) 34%, rgba(217,200,126,1) 45%, rgba(241,219,152,1) 57%, rgba(217,200,122,1) 69%, rgba(187,155,80,1) 84%, rgba(181,144,71,1) 92%, rgba(195,172,78,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b89648', endColorstr='#c3ac4e', GradientType=1 );

    */

    color: #fff;

    background-color: #EB0029;

}

.list-group-item{

    background-color: transparent;

    border:none;

    border-right: 1px solid #fff;

    padding: 0 1.25rem;

    font-size: .85rem;

}

.list-group-item:last-child{

    border-right: none;

}

.btn-waze{

	padding: .7rem 4rem;

}

.bg-oscuro{

    background-color: #3E3E3D;

}

.bg-oscuro hr{

    border-color: #CACACA;

}

.bg-oscuro .text-white,.bg-oscuro a{

    color: #CACACA!important;

}

.fancybox-content{

    color: #000;

}

.img-logo{

    width: 20%;

}

footer{    

    padding: 40px 0;

    font-size: .8rem;

}

footer .logo{

    height: 40px;
    width: 100%;

}

footer .logo #isotipo path{

    fill:#fff;

}

footer .rrss a{

    background-color: #fff;

    color: #3E3E3D!important;

    border:1px solid #fff;

    width: 20px;

    height: 20px;

    font-size: .8rem;

    padding: 1px 3px;

    display: inline-block;

    text-align: center;

}

footer .rrss a:hover{

    background-color: #3E3E3D;

    color: #fff!important;

    border-color: #fff;

}

footer small{

    color: #949398;

}

input:focus,select:focus{

    border-color: #fff!important;

    box-shadow:none!important;

}

.wpcf7-validation-success{

    display: none!important;

}

.fancybox-slide--iframe .fancybox-content {

    width  : 400px;

    height : 700px;

    max-width  : 95%;

    max-height : 95%;

    margin: 0;

}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{

    border-color: #EB0029;

}

@media (min-width: 320px) and (max-width: 480px) {

    .banner{

        padding-top: 9%;

    }

    .hola {

        width: 90%;

    }

    .dptos {

        width: 90%;

    }

    .texto{

        width: 100%;

    }

    .box{

        width: 95%;

    }

    .cosas img{

        height: 38px;

    }

    .ubicacion .row {

        width: 100%;

        margin-left: 0;

    }

	#ubicacion {

    	padding-top: 100%;

	}

    .header {

        padding: 10px 0px;

    }

    .header .logo{

        height: 30px;

    }

	#navbarNav{

		width: 30%;

	}

	#navbarNav ul.navbar-nav .nav-item{

		font-size: .8rem;

	}

	.header .navbar-nav li.nav-item a.nav-link {

		padding: 0 10px;

	}

	.header .navbar-nav li.nav-item:last-child:before {

		top: 6px;

	}

    .img-logo {

        width: 60%;

    }

    footer .logo {

        height: 20px;

    }

    footer .container,footer .container .navbar{

        padding: 0;

    }

	footer .navbar .text-right{

		width: 50%;

	}

	footer .navbar small{

		font-size: 70%;

	}

    .ubicacion a.link{

        display: block;

    }

}

.list-group-item{    
    font-size: 1.1rem;
}

.box{
    padding: 3rem;
}
.txt2{
    font-size:1.5rem;
    font-weight:100;
    margin-top: 2rem;
}
.texto{
    margin-bottom: 2rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
h2{
    font-size: 1.8rem;
    margin-bottom:15px
}
.texto.text-center h4{
    font-weight:400;
    letter-spacing:3px;
}
.texto.text-center h2.text-uppercase{
    margin-top:3rem;
}
.txt-img{
    width: 40%;
}
.beneficios{
    width:70%
}
.wpcf7 form .wpcf7-response-output{
    border:none!important;
}
/*
#navbarNav{
    display:none;
}*/
.cont-banner{
    text-align:right;
}
/* OTROS */
.wp-image-30{
    width: 30%;
}
.wp-image-40{
    width: 40%;
}
.wp-image-50{
    width: 50%;
}
.wp-image-60{
    width: 60%;
}
.wp-image-70{
    width: 70%;
}
.wp-image-80{
    width: 80%;
}
.wp-image-90{
    width: 90%;
}
.wp-image-100{
    width: 100%;
}
.amarillo{
    color: #ffc200;
}
.open-sans{
	font-family: 'Open Sans', sans-serif;
}
.footer-img{
	width: 20%;
}
.cositas{
	width: 54%;
  margin-bottom: 2rem;
  margin-top: -3rem;
}
.color{
	color: #ff0025;
}
.oro{
	color: #b59442;
}
.oro-bg{
	color:#fff;
	background-color: #b59442;
}
.oro-bg:hover{
	color:#fff;
	background-color: #000;
}
body.page-id-259 .btn-envio{
	background-color:#f98128;
}
.txt-img-n {
    width: 14%;
}
.img-desde{
	width: 20%;
  margin: 2rem 0 1rem;
}
@media (max-width: 480px) and (min-width: 320px){
	.img-desde{
	  width: 80%;
	}
	.bajada{
		width: 100%;
	}
	.dcto {
		width: 35%;
	}
	.cositas{
		width: 95%;
	}
	.wp-image-40 {
    width: 90%;
  }
	.txt-img-n {
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
    .box{
        width: 90%;
        padding: 2.5rem 1rem;
    }
    .texto{
        margin-bottom: 0rem;
        font-size: 1rem;
        letter-spacing: 2px;
    }
    .cont-banner{
        text-align:center;
    }
    .txt-img{
        width: 90%;
    }
    .beneficios{
        width:90%
    }
    .list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: column;
    }
    .list-group-item {
    border: none;
    /*border-bottom: 1px solid #fff;*/
    padding: .5rem 1.25rem;
    }
	.footer-img{
		width: 80%;
	}
    .list-group-item:before {
            content: '';
            display: block;
            position: absolute;
            background-color: #fff;
            width: 60px;
            height: 1px;
            right: 0;
            left: 0;
            top: 0%;
            margin: 0 auto;
    }
}