html {
	scroll-behavior: smooth;
}

@font-face {
    font-family: 'Bevellier-Black';
    src: url('typos/Bevellier-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Bevellier-Variable';
    src: url('typos/Bevellier-Variable.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Bevellier-Regular';
    src: url('typos/Bevellier-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-Black';
    src: url('typos/NunitoSans_7pt-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-Bold';
    src: url('typos/NunitoSans_7pt-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-ExtraBold';
    src: url('typos/NunitoSans_7pt-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-Medium';
    src: url('typos/NunitoSans_7pt-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-Regular';
    src: url('typos/NunitoSans_7pt-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
    font-family: 'NunitoSans-SemiBold';
    src: url('typos/NunitoSans_7pt-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
}

body{
	margin:0;
	padding:0;
}

.row{
	margin-right: 0 !important;
}

.destacado{
	color: #ffffff;
	background: #e01b5e;
  background: -moz-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
  background: -webkit-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
  background: linear-gradient(to right,#e01b5e 0%,#9f014e 100%);
	padding: 10px;
}

strong{
	color: #6f6f6f;
}
.max-width{
	max-width: 1365px;
	margin: 0 auto;
}
.header{
  /*  min-height: 85vh; */
	background: url("../img/atem_auxiliar_tecnico_veterinario.png") no-repeat center top;
    background-size: cover;
    position: relative;
		overflow: hidden;
}
.header-overlay{
	background: #e01b5e;
background: -moz-linear-gradient(left,#e01b5ec9 0%,#9f014e00 100%);
background: -webkit-linear-gradient(left,#e01b5ec9 0%,#9f014e00 100%);
background: linear-gradient(to right,#e01b5ec9 0%,#9f014e00 100%);
    overflow: hidden;
		min-height: 85vh;
}
.header-phone{

}
img.banner-logo {
    width: 170px;
}
.phone-box {
    background: #FFD52E;
    color: #036CFF;
    border-radius: 20px;
    padding: 6px 20px;
}

.header-phone h3 {
    margin: 0;
    font-family:"NunitoSans-Bold";
    color: #036CFF;
    margin-right:20px;
}

.phone-box img {
    width: 20px;
}

.phone-box a{
  font-family:"NunitoSans-Black";
  text-decoration: none;
  font-size: 17px;
}
.contact{
    min-height: 100vh;
}
.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;
		background: #ffffff;
}
.scrolling-var{
	z-index: 10;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
    padding: 0;
    background-color: rgb(255 255 255 / 80%);
	position: fixed;
	top: -200px;
	display: block;
	transition: top 0.6s;
}

 .header-menu{
	display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 10px 60px;
    width: 100%;
}

.header-logo{
	width: 33%;
}

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

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

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

.header-buttons a:hover{
    color: #AA2258;
    cursor: pointer;
}
.header h1, .footer h1{
  font-family: "Bevellier-Black";
  color: #036CFF;
  font-size: 59px !important;
}
.header h2, .footer h2{
  font-family: "NunitoSans-ExtraBold";
  color: #036CFF;
  font-size: 20px;
}

.ultimas-plazas{
  font-family: "NunitoSans-Black";
  color: #036CFF;
  padding: 9px 9px 6px;
border-radius: 30px;
color: #036CFF;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width: 230px;
background: #fff;
text-align: center;
font-size: 20px;
}

.tel{
	margin-right: 40px;
}

.btn-info{
	display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid #027dc8 !important;
    background-color: #027dc8 !important;
    padding: 8px 17px;
    border-radius: 5px 5px 5px 5px;
    margin-right: 0;
    margin-top: 0px;
    font-weight: 600;
    color: #fff !important
}
.header-body{
	height: 70vh;
	/*background-color: rgba(142, 177, 134, 0.4);*/
}

h1{
	font-weight: 700 !important;
    font-size: 3.2em !important;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 30px !important;
	color: #fff;
}
h2{
	font-family: "NunitoSans-ExtraBold";

}

.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: #ffffff;
    margin: 0;
    text-align: center;
}

.signup{
	background: #ffffff;
  padding:35px 30px;
  border-radius: 20px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-control, .form-select{
	border-radius:0 !important;
}

.header h3, .footer h3{
	font-size: 2.3rem !important;
	font-weight: 400;
	padding-bottom: 20px;
}

.signup h3 {
    padding: 0;
    color: #036CFF;
    font-family:"NunitoSans-Bold";
    margin: 0;
}


.form-control {
  background: #F2F2F2 !important;
  border: none !important;
  border-radius: 20px !important;
  color: #676767 !important;
  font-family: "NunitoSans-SemiBold";
  box-shadow: none !important;
  padding: 20px !important;
}

select.form-control {
    padding: 0px 20px !important;
    height: 40px;
}

.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%;
    color: #676767;
    font-family: "NunitoSans-SemiBold";
}
.terms_text a{
	color: #676767;
  text-decoration:underline;
  font-family: "NunitoSans-SemiBold";
  font-size: 11px;
}
.boton_envio, .boton_send{
	color: #036CFF;
	border: none;
	font-size: 22px !important;
	border-radius: 20px;
	width: 100% !important;
	cursor: pointer;
	background: #6BF7D1;
  font-family:"NunitoSans-Bold";
  padding: 7px;
}

.boton_envio:disabled, .boton_send:disabled{
	background: #00000047;
	color: #fff;
	cursor: not-allowed;
  font-family:"NunitoSans-Bold";
}

.iconos{
	background: #8eb186;
}

.iconos img{
	height: 40px;
}

.garanties{
	background: #f7f7f3;
}

.ico-header{
	background: #ffffff;
}

.iconos h2{
	color: #fff;
	font-size: 45px;
    font-weight: 700;
}

.garanties h2{
	color: #e01b5e;
	font-size: 45px;
    font-weight: 700;
}


.garanties h3{
	font-size: 1.2rem;
	text-align: left;
	color: #e01b5e;
}

.garanties p{
	font-size: 20px;
    font-weight: 400;
}

.ico-header h2{
	font-size: 25px;
  font-weight: 400;
	background: #e01b5e;
color: -moz-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
color: -webkit-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
color: linear-gradient(to right,#e01b5e 0%,#9f014e 100%);
text-align: center;
}

.iconos h3{
	font-size: 17px;
  color: #036CFF;
  font-family:"NunitoSans-Bold";
  margin: 0;
}

.iconos h4{
	font-size: 17px;
  color: #0E0E0E;
  font-family:"NunitoSans-Regular";
  margin: 0;
}

.garanties li{

}

.garanties img{
	width: 100%;
    border-radius: 10px;
}

.garanties-icon{
	width:50px;
}

.garanties-icon img{
	width: 50px;
}

.text-header{
	font-size: 25px;
	background: #e01b5e;
background: -moz-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
background: -webkit-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
background: linear-gradient(to right,#e01b5e 0%,#9f014e 100%);
}
.text-header p{
	font-size: 25px;
	color: #fff;
	text-align: center;
}
.text-header h2{
	text-align: center;
	padding-bottom:30px;
}

.como-es{
  background: #036CFF;
}

.como-es h2 {
    color: #6BF7D1;
    font-family: "Bevellier-Black";
    font-size: 60px;
}

.como-es p{
  font-family: "NunitoSans-Medium";
  color: #fff;
  font-size: 17px;
}

.salidas h2 {
    color: #036CFF;
    font-family: "Bevellier-Black";
    font-size: 60px;
}

.salidas p {
    color: #036CFF;
    font-family: "NunitoSans-Medium";
    font-size: 17px;
}

.salida-profesional {
    background-color: #6BF7D1;
    border-radius: 20px;
}

.temario{
  background: url("../img/temario_background.png") no-repeat center top;
    background-size: cover;
    position: relative;
		overflow: hidden;
}

.temario h2{
  color: #036CFF;
  font-family: "Bevellier-Black";
  font-size: 60px;
}

.temario .accordion{
  background-color: #fff;
  border-radius: 20px;
}

.accordion-header, .accordion-button{
  color: #036CFF !important;
  font-family:"NunitoSans-Bold" !important;
  font-size: 17px !important;
}

.accordion-item{
  border: none !important;
}

.accordion-button::after{
  filter: brightness(0) saturate(100%) invert(37%) sepia(96%) saturate(5351%) hue-rotate(209deg) brightness(103%) contrast(106%);
  width: 2.25rem !important;
  height: 2.25rem !important;
  background-size: 2.25rem !important;
}

.accordion-last::after{
  display: none !important;
}

.accordion-button:not(.collapsed) {
    color: #036CFF !important;
    background-color: #fff !important;
    box-shadow: none !important;
}

.accordion-body li {
    color: #2d2d2d;
    font-family: "NunitoSans-Regular";
    font-size: 16px;
}

.testimonios{
  background: url("../img/gato_back.png") no-repeat right bottom;
    background-size: cover;
    position: relative;
		overflow: hidden;
}

.testimonios h2{
  color: #036CFF;
  font-family: "Bevellier-Black";
  font-size: 60px;
}

.testimonio-box{
  border-radius: 20px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}

.testimonio-box img {
    width: 100px;
		margin: 0 auto;
}

.testimonio-box h4{
  color: #036CFF;
  font-family:"NunitoSans-Bold" !important;
}


.requisits{
	color: #fff;
	background: #e01b5e;
background: -moz-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
background: -webkit-linear-gradient(left,#e01b5e 0%,#9f014e 100%);
background: linear-gradient(to right,#e01b5e 0%,#9f014e 100%);
}

.requisits h2{
	color: #fff;
	font-size: 45px;
  font-weight: 700;
}

.requisits{
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: 400;
}

.curso-base, .cursos .col-info{
	background-color: #272727;
}

.curso-base .col-calendar, .cursos .col-calendar{
	background-color: #027ec8;
}
.curso-base .col-price, .cursos .col-price{
	background-color: #e7b119;
}
.curso-base .col-info p, .cursos .col-info p{
	color: #999898;
	font-size: 19px;
}
.col-calendar hr{
	border-top: 1px solid #0160aa;
    border-bottom: 1px solid #47aef8;
    left: 0;
    width: 100%;
	margin: 0;
}

.white{
	color: #fff;
	font-weight: 700;
}
.bold{
	font-weight: 700;
}
.tachado{
	text-decoration: line-through;
}
.hastag{
	background: #000;
	color: #fff;
	width:201px !important;
}
.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;
	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-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;
	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-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;
    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%;
}

.footer{
    /* min-height: 85vh; */
	background: url("../img/footer_background.png") no-repeat center top;
    background-size: cover;
    position: relative;
		overflow: hidden;
}


.gracias p{
	color: #fff;
	font-size: 20px;

	text-align: center;
}
