html {
	scroll-behavior: smooth;
}
body{
	margin:0;
	padding:0;
	font-family: 'Raleway', sans-serif;
}

strong{
	color: #6f6f6f;
}
.naranja{
	color: #75c81a;
}
.bg-ele{
	background-color: #75c81a;
}
.max-width{
	max-width: 1365px;
	margin: 0 auto;
}
.jumbotron{
	background: url("../img/background_top.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
}
.header{
    position: relative;
	bottom: 0;
}

.footer-form{
	background: url("../img/header_background.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
	min-height: 80vh;
}
.contact{
    min-height: 100vh;
}
.signup p{
	color: #00398b;
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
}
.signup label{
	display: block !important;
}
.highlight{
	background-color: rgba(0,169,225,0.5);
}

.header-var{
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
    padding: 0;
}
.scrolling-var{
	z-index: 10;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
    padding: 0;
    background-color: rgba(224, 224, 224, 0.8);
	position: fixed;
	top: -200px;
	display: block;
	transition: top 0.6s;
}
    
 .header-menu{
	display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 20px 60px;
    width: 100%;
}

.header-logo{
	width: 33%;
}

.header-logo img{
	max-height: 90px;
}

.header-address{
	width: 42%;
	text-align: right;
	color: #fff;
}
.header-buttons{
	width: 25%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
  justify-content: center;
}

.header-buttons a{
	font-weight: 800;
    font-size: 17px;
    vertical-align:middle;
    text-decoration: none;
    color: #272727;
    font-weight: 400;
}

.header-buttons a:hover{
    color: #272727;
	font-weight: 700;
    cursor: pointer;
}

.tel{
	margin-right: 40px;
}

.btn-info{
	display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid #75c81a !important;
    background-color: #75c81a !important;
    padding: 8px 17px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 0;
    margin-top: 0px;
    font-weight: 600;
    color: #fff !important
}

.btn-tel{
	display: flex;
    align-items: center;
    font-size: 16px;
    background-color: rgba(255,255,255, 0.5) !important;
    padding: 8px 17px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 15px;
    margin-top: 0px;
    font-weight: 600;
    color: #00398b !important
}
.header-body{
	background-color: rgba(3, 59, 140, 0.39);
}

h1{
	font-weight: 700;
    font-size: 3.5em !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
	color: #fff;
}
h2{
	font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #fff;
}
.header-claim{
	display: block;
	width: 40%;
	z-index: 1;
	padding-right: 10%;
}

h3{
	line-height: 1em;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #75c81a;
    margin: 0;
    text-align: center;
}

.signup{
	background: #f1f2f7;
}
.form-control, .form-select{
	border-radius:0 !important;
}
.header h3{
	font-size: 3rem !important;
	font-weight: 400;
	padding-bottom: 20px;
}
.terms_check{
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    margin-top: 21px;
    margin-right: 5px;
}
.terms_text{
	font-size: 14px;
    display: inline-block;
    width: 90%;
    line-height: 1.2em;
    font-weight: 600 !important;
    letter-spacing: 0.15px;
    color: #fff;
    margin: 20px 0;
}
.terms_text a{
	color: #fff;
}
.boton_envio, .boton_send{
	background: #75c81a;
	color: #fff;
	border: none;
	font-size: 25px !important;
	border-radius: 5px;
	width: 100% !important;
	cursor: pointer;
}

.boton_envio:disabled, .boton_send:disabled{
	background: rgba(117, 200, 26, 0.57);
	color: #fff;
	cursor: not-allowed;
}

.iconos{
	background: #f7f7f7;
}

.iconos p{
	text-align: center;
}
.iconos img{
	width: 100px;
	padding-bottom: 20px;
}
.avales{
	margin-bottom: 50px;
}
.iconos h2, .avales h2, .dele h2{
	color: #75c81a;
	font-size: 30px;
    font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.iconos h3{
	color: #00398b;
	font-size: 20px;
    font-weight: 700;
	text-align: center;
}


.curso-base strong{
	color:#75c81a;
}
.dele .col-info{
	background-color: #00398b;
}
.dele .col-info h2{
    font-size: 2.5rem;
	margin-bottom: 20px;
}
.dele .col-info p{
	font-size: 1.2rem;
}
.dele .col-calendar h2{
	text-align: center;
    font-size: 25px;
	margin-bottom: 30px;
}
.dele .col-calendar h3{
	color:#fff;
	font-size: 22px;
	font-weight: 700;
}

.dele .col-calendar .card-header{
	background-color: #272727;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.dele .col-calendar .card{
	border: none;
}
.dele .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.dele .video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.dele .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dele .tab-content h3{
	text-align: left;
}
.dele .list-group-item.active{
	background-color: #ffffff;
    border-color: #75c81a;
}
.dele .nav-pills a{
	color:#272727;
	text-decoration: none;
}
.dele .active a{
	font-weight: 700;
}
.curso-base .col-calendar{
	background-color: #75c81a;
}
.dele .col-price h3{
	text-align: center;
}
.curso-base .cuadro-info{
	width: 650px;
	margin: 0 auto;
}
.curso-base .cuadro_superior{
	background-color:#ffe2d6;
}
.curso-base .cuadro_superior h3{
	font-size: 20px;
}
.curso-base .cuadro_inferior{
	background-color: #e8e8e8;
}
.curso-base .col-price{
	background-color: #e8d111;
	text-align: center;
}
.curso-base .col-info p, .curso-base .col-info li{
	color: #dedede;
}
.curso-base .col-info li{
	text-align: center;
	font-size: 17px;
	list-style: none;
}
.col-calendar hr{
	border-top: 1px solid #0160aa;
    border-bottom: 1px solid #47aef8;
    left: 0;
    width: 100%;
	margin: 10px 0;
}

.white{
	color: #fff;
	font-weight: 700;
}
.bold{
	font-weight: 700;
}
.col-price .bold{
	font-size: 20px;
}
.col-price .precio{
	font-weight: 700;
	font-size: 35px;
	color: #75c81a;
}
.col-price .asterisco{
	font-size: 15px;
	color: #fff;
}
.tachado{
	text-decoration: line-through;
}
.hastag{
	background: #000;
	color: #fff;
}
.packs{
	background-color:#75c81a ;
}
.packs h2{
	color: #00398b;
	font-size: 30px;
    font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.packs h3{
	color: #fff;
	font-size: 20px;
    font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
.packs .card{
	text-align: center;
	border: none;
}
.packs .card p{
	font-size: 20px;
}
.packs .card .text-muted{
	color: #75c81a!important;
    font-size: 15px;
}
.descripcion{
	width: 80%;
	margin: 40px auto;
	padding-top: 10px;
}
.descripcion p{
	font-size: 20px;
	text-align: left;
	color: #929292;
    line-height: 30px;
    margin: 0;
}
.descripcion .parrafo_2{
	margin-top: 20px;
}
.descripcion h2, .metodologia h2{
	color: #fff;
    margin: 50px 0;
    border-radius: 20px;
    padding: 15px 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 45px;
	background: -moz-linear-gradient(left, rgba(106,191,75,1) 0%, rgba(106,191,75,1) 18%, rgba(0,169,225,1) 86%, rgba(0,169,225,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(106,191,75,1)), color-stop(18%, rgba(106,191,75,1)), color-stop(86%, rgba(0,169,225,1)), color-stop(100%, rgba(0,169,225,1)));
    background: -webkit-linear-gradient(left, rgba(106,191,75,1) 0%, rgba(106,191,75,1) 18%, rgba(0,169,225,1) 86%, rgba(0,169,225,1) 100%);
    background: -o-linear-gradient(left, rgba(106,191,75,1) 0%, rgba(106,191,75,1) 18%, rgba(0,169,225,1) 86%, rgba(0,169,225,1) 100%);
    background: -ms-linear-gradient(left, rgba(106,191,75,1) 0%, rgba(106,191,75,1) 18%, rgba(0,169,225,1) 86%, rgba(0,169,225,1) 100%);
    background: linear-gradient(to right, rgba(106,191,75,1) 0%, rgba(106,191,75,1) 18%, rgba(0,169,225,1) 86%, rgba(0,169,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6abf4b', endColorstr='#00a9e1', GradientType=1 );

	
}
.icons{
	display: flex;
	align-items: center;
	justify-content: center;
	    margin-top: 30px;
    margin-bottom: 80px;
}
.icons i{
	color: #6abf4b;
	font-size: 60px;
	justify-content: center;
}
.icon-block{
	display: flex;
	margin: 0 5%;
}
.icon-icon{
	display: block;
	float: left;
}
.icon-text{
	display: block;
	float: left;
	margin: auto;
	margin-left: 20px;
}
.icon-text h4{
	margin: 0;
    font-size: 19px;
}
.icon-text p{
	margin: 0;
	font: 30px;
	font-weight: 700;
}
.column_1, .column_2{
	width: 46%;
    float: left;
    padding: 2%;
}
.video{
	border:none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container {
    position: relative;
    width: 45%;
    height: 0;
    padding-bottom: 25.5%;
    margin-bottom: 50px;
}

.objetivos{
	clear: both;
	text-align: left;
	padding: 30px 10%;
	margin-top: 50px;
    position: relative;
    float: left;

}
.objetivos-content {
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
    text-align: left;
    float: left;
}
.objetivos .column_1{
	text-align: left;
}
.objetivos-content h2{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 50px !important;
	color:#ff181f !important;
	text-align: left !important;
}
.objetivos p{
	font-size: 20px;
    text-align: left;
    color: #929292;
    line-height: 30px;
    margin: 0;
}
.line{
	width: 80px;
	height: 2px;
	border: solid 2px #3a3a3a;
	background: #3a3a3a;
}



.metodo{
	clear: both;
	background: #06a6e1;
	text-align: center;
	padding: 30px 10%;
	margin-top: 50px;
	background: url("../img/metodologia.jpg") no-repeat center top;
    background-size: cover;
    position: relative;

}
.metodo::before{
	content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
       background: rgba(254,25,31,0.3);

        opacity: .6; 
        background-image: radial-gradient(#00000038 33%, transparent 33%);
	background-size: 2px 2px;
}
.metodo-content {
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}


.metodo .icons{
	margin-bottom: 0;
}
.metodo .icon-block{
	display: block;
    margin: 20px 3%;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    width: 90%;
    padding: 20px;
    min-height: 100px;
    justify-content: center;
    flex-direction: column;
}

.metodo .destacado{
	background: rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 20px;
}

.metodo h2{
	font-size: 50px;
}

.metodo h3{
	font-size: 25px;
	margin-bottom: 20px;
}

.metodo p{
	font-size: 20px;
    color: #5d5d5d;
    line-height: 30px;
    margin: 0;
}


.programa .column_1 .line{
	margin: 10px 0;
}
.objetivos h2, .programa h2{
	color: #fff;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	margin-top: 0;
}

.programa .column_1 h2{
	text-align: left;
}
.programa .column_1 p{
	font-size: 22px;
    line-height: 30px;
    color: #003446;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
}
.objetivos .icons{
	margin-bottom: 0;
}
.objetivos .icon-block{
	display: block;
    margin: 20px 3%;
    background: rgba(255,255,255,0.8);
    border-radius: 20px;
    width: 90%;
    padding: 20px;
    min-height: 100px;
    justify-content: center;
    flex-direction: column;
}
.objetivos ul{
	font-size: 20px;
    text-align: left;
    color: #929292;
    list-style: none;
}
.objetivos li {
  margin: 20px 0;
}
.objetivos .fa-li{
	color:#ff181f;
}

.programa{
	clear: both;
	background: #3c3d3d;
	text-align: left;
	padding: 30px 5%;
	padding-bottom: 50px;
	display: block;
	float: left;
	width: 90%;
	background: url("../img/pc_llibreta.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
}
.programa .content{
	display: flex;
	z-index: 1;
}
.programa:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: rgba(127, 127, 127, 0.5);*/
	background: rgba(254,25,31,0.3);
	background-image: radial-gradient(#00000038 33%, transparent 33%);
	background-size: 2px 2px;
}

.programa column_1 h2{
	text-align: left;
}
.programa-title {
    color: #06a6e1;
    font-weight: 700;
    font-size: 17px;
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
}
.programa .icon-text{
	margin: 0;
	text-align: left;
}
.programa p{
	font-weight: 400;
}
.margin-top{
	margin-top: 30px;
}

.metodologia{
	width: 60%;
	margin: 40px auto;
	padding-top: 10px;
	text-align: center;
}

.mt-10{
	margin-top: 10px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.mt-100{
	margin-top: 100px !important;
}
.metodologia p{
	font-size: 18px;
	line-height: 33px;
}
.margin-top-110{
	margin-top: 110px !important;
}
.titulacion{
	margin: 0 auto;
	max-width: 1365px;
}
.titulacion p{
    font-size: 20px;
    text-align: left;
    color: #929292;
    line-height: 30px;
    margin: 0;
    margin-top: 30px;
}
.titulacion .img{
	width: 430px;
	margin: 0 auto;
	margin-top: 20%;
}
.titulacion img{
	width: 430px;
	border-radius: 10px;
}
.titulacion .line{
	margin: 0;
}
.titulacion h2{
	color: #ff181f;
	font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0;
}

.titulacion ul{
	font-size: 20px;
    text-align: left;
    color: #929292;
    list-style: none;
}
.titulacion li {
  margin: 20px 0;
}
.titulacion .fa-li{
	color:#ff181f;
}

.header-bottom{
	float: left;
	display: block;
}
#contact{
	padding-top: 2%;
    min-height: 0;
    padding-bottom: 1%;
    width: 100%;
}

.packs-column-2{
    background: url("../img/experimentals.jpg") no-repeat center top;
    background-size: cover;
    position: relative;
}
/* TESTIMONIOS */
.testimonials-container{
	background-color: #75c81a;
}
.testimonials-container h2{
	text-align: center;
	padding: 20px;
}
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #272727;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #000000;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #272727;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
	text-align: left;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ffffff;
}
.owl-theme .owl-controls{
    margin-top: 20px;
}
.owl-theme .owl-controls .owl-page span{
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #75c81a ;
}


.legal ul, .legal ol{
	color: #fff !important;
}



.footer{
	background-color: #2f2f2f;
	width: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
	color: #21cbba;
}
.gracias p{
	color: #fff;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

a.sc-7dvmpp-1.dfBDQI{
display: none;	
}
