
/*GENERAL*/
section{padding: 50px 0 25px;}

section h1{
	text-align: center;
	margin: 10px 0 20px;
}

ul{list-style: none;}

/*BOTONES*/
.btn{
	border-radius: 4px;
	height: 48px;
	color: #fff;
	font-family: 'Cupra-Medium';
	display: block;
	width: 230px;
	padding: .75rem;
	margin: 20px 0;
	font-size: 14px;
}

.btn:hover{color: #fff;}
.btn:focus, .btn:active{box-shadow: none;}

.btn-black{background-color: #0f0f0f;}
.btn-black:hover{background-color: rgba(15, 15, 15, 0.7);}
.btn-black:active, .btn-black:focus{
	background-color: #393634;
	opacity: 1;
}


/*FOMULARIO GENERAL*/
.form-control{
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-radius: 0;
	height: 40px;
	margin: 0 10px 15px;
	font-size: 13px;
	background-color: transparent;
}

.form-control::placeholder {color: #898989;}

.form-control:focus {
	border-color: #0f0f0f;
	box-shadow: none;
	border: 1px solid;
	background-color: transparent;
}

.custom-control-label {font-size: 13px;}

.avisoPriv{
	color: #898989;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

.avisoPriv:hover{
	color: #d7571c;
	border-bottom: 1px solid #d7571c;
}

form .btn {margin: 20px auto;}

.custom-select{
	color: #898989;
	background: none;
}

.slc{
	position: relative;
	margin: 0 9px 15px;
}

.slc::before{
	content: "\e900";
    font-family: 'icomoon' !important;
    color: #ea5d1a;
	position: absolute;
	right: 15px;
	top: 9px;
    z-index: -1;
}

.slc select {
	width: 100%;
	margin: 0;
}



/*CHECKBOX*/
.checkboxes {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxes input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    margin: 0;
}
.checkboxes input[type="checkbox"] + label {
    position: relative;
    display: block;
    color: #898989;
    font-weight: 400;
    line-height: 1;
    padding-left: 30px;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 13px;
}
.checkboxes input[type="checkbox"] + label:before {
    content: '';
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.checkboxes input[type="checkbox"] + label:after {
    content: '';
    /*font-family: FontAwesome;*/
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
    top: 1px;
    left: 4px;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #ea5d1a;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
}
.checkboxes input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkboxes input[type="checkbox"]:checked + label:after {
    opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/*FORMULARIO HOME*/
.form-home{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
}

.form-home .form-control{width: 18%;}
.checkbox-item{
	display: flex;
	justify-content: center;
	padding: 20px 0 10px;
}

.form-home .slc{
	width: 18%;
	position: relative;
}

.form-home .slc select{width: 100%;}


/*SLIDER ESTILOS*/

.slider-content{padding-top: 50px;}
.owl-theme .item picture{
	width: 100%;
	display: block;

}

.owl-theme .owl-dots{
	position: absolute; 
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot span {
	width: 30px !important;
	height: 3px !important;
	border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fff !important;}
.owl-theme .owl-nav{margin-top: 0 !important}
.owl-theme .owl-nav [class*="owl-"] {
	position: absolute; 
	top: 50%;
	color: #0f0f0f !important;
	font-size: 20px !important;
	background-color: #fff !important;
}

.owl-theme .owl-nav .owl-prev{left: 5%;}
.owl-theme .owl-nav .owl-next{right: 5%;}

/*CRM*/
/*.crm {
    position: fixed;
    top: calc(50% - 150px);
    right: 0;
    width: 56px;
    z-index: 50;
}
.crm a {
    position: relative;
    display: flex;
    width: 56px;
    height: 56px;
    color: #fff;
    margin-bottom: 10px;
}
.crm a article {
    display: flex;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #003c4a;
    padding-left: 4px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.crm a article i {
    font-size: 36px;
    margin: 0 5px;
}
.crm a article span {
    width: 150px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    padding-left: 10px;
}

.crm a:hover article {
    position: absolute;
    right: 0;
    width: 200px;
    height: 56px;
}*/

/*MEDIA QUERYS*/

@media (max-width: 1200px) {

	/*FORMULARIO HOME*/
	.form-control {margin: 0 7px 15px;}

}

@media (max-width: 991px) {

	section .container {max-width: 850px;}

	/*FORMULARIO HOME*/
	.form-home .form-control {
	    width: 31%;
	    margin-bottom: 20px;
	}

	.form-home .slc{width: 31%;}
	.form-home .slc .form-control{margin-bottom: 0;}
	
}

@media (max-width: 767px) {

	section .container {max-width: 700px;}

	/*slider*/
	.owl-theme .owl-nav [class*="owl-"] {
	    top: 40%;
	    font-size: 13px !important;
	}

	.owl-theme .owl-dots {bottom: -10px;}
	.owl-theme .owl-nav .owl-prev {left: 2%;}
	.owl-theme .owl-nav .owl-next {right: 2%;}

	/*FORMULARIO HOME*/
	.form-home .form-control {width: 47%;}
	.form-home .slc{width: 47%;}
	.checkbox-item {flex-direction: column;}
	.checkbox-item .checkboxes {margin: 5px auto;}

}

@media (max-width: 575px) {

	p{font-size: 14px;}

	section .container {max-width: 520px;}

	.form-control, .slc{margin: 0 0 15px;}

	/*FORMULARIO HOME*/
	.form-home .form-control {width: 100%;}
	.form-home .slc{width: 100%;}

}


