body{
	font-family: ''Roboto Slab, sans-serif !important;
	background: #FFFFFF;
	color: #555;
}

.font-weight-semibold{
	font-weight: 600 !important;
}
.font-weight-bold{
	font-weight: 700 !important;
}

.font-weight-extrabold{
	font-weight: 800 !important;
}

.font-weight-black{
	font-weight: 900 !important;
}

.bg-primary{
	background: #65ca46 !important;
}

.bg-secondary{
	background: #9ED154 !important;
}

.text-primary{
	color: #58aa3f !important;
}

.text-secondary{
	color: #007B33 !important;
}

.text-gray{
	color: #808080;
}

.btn-custom{
	background-color: #f97000;
	border: 1px solid #f97000;
	-moz-box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	box-shadow:inset 0px 1px 0px 0px rgba(256,256,256,0.25);
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
}
.btn-custom:hover{
	background-color: #F09000;
	border: 1px solid #F09000;
	color: #FFF;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield; }


.form-control::placeholder{
	color: #535353;
}

.form-control::placeholder{
	color: #535353;
}

.form-control, .custom-select{

}

input:valid{
	color: #00A19E;
}

input:invalid{
	color: red;
}

select:valid{
	color: #00A19E;
}

a.termin{
	color:#333;
}

.slab{
	font-family: 'Roboto Slab', serif;
}

/* @media screen and (min-width: 1200px)  {
	.container{
		width: 960px !important;
	}		
} */



@media screen and (min-width: 960px){
	.btn-custom{
		font-size: 1.25rem;
	}
}

/* ---------------- HEADER  ----------------- */

header #logo{
	height: 40px !important;
}

header p, #lamantin{
	font-size: 1rem;
	line-height: 1.15;
}


@media screen and (min-width: 576px)  {
	header #logo{
		height: 60px !important;
	}
	header p, #lamantin{
		font-size: 1.5rem;
		line-height: 1.15;
	}
}

@media screen and (min-width: 768px){
	header p, #lamantin{
		font-size: 2rem;
		line-height: 1.15;
	}
}

@media screen and (min-width: 960px){
	header p, #lamantin{
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1200px){
	
}

/* ---------------- SECTION CONTENIDO ---------------- */

.h1{
	font-size: 2rem !important; /* 28px */
}

.h2{
	font-size: 1.5rem !important; /* 24px */
}

.h3{
	font-size: 1.25rem !important; /* 20px */
}

.h4{
	font-size: 1.15rem !important; /* 18px */
	line-height: 1.4;
}

.display-2 {
  	font-size: 3.5rem;
 }

.box{
	height: auto;
	width: 90px;
}

.box-numero{
	font-size: 2rem !important; /* 32px */
	line-height: 1;
}

.box-tittle{
	font-size: 1rem !important; /* 16px */
	line-height: 1;
}

.box-subtittle{
	font-size: 0.85rem !important;
}

section#contenido{
	background: #f9f9f9;
}

#contenidoBox{
  height: calc(100% - 40px);
}

#claim-box{
	background: rgba(13, 13, 13, 0.75);
}

section#contenido{
		background: url('../img/background.jpg') no-repeat center left;
		background-size: cover;
		
	}

@media screen and (min-width: 576px)  {
	
}

@media screen and (min-width: 768px) {
	.display-2 {
  		font-size: 5.5rem;
	}
}

@media screen and (min-width: 960px){
	.h1{
	font-size: 3rem !important; /* 36px */
}

	.h2{
		font-size: 2rem !important; /* 24px */
	}

	.h3{
		font-size: 1.5rem !important; /* 20px */
	}

	.h4{
		font-size: 1.25rem !important; /* 20px */
		line-height: 1.4;
	}

	.box{
		height: auto;
		width: 130px;
	}

	.box-numero{
		font-size: 3.125rem !important; /* 50px */
		line-height: 1;
	}

	.box-tittle{
		font-size: 1.625rem !important; /* 26px */
		line-height: 1;
	}

	.box-subtittle{
		font-size: 1.125rem !important;
	}

}

@media screen and (min-width: 1200px){
	.box{
		height: 120px;
		width: 130px;
	}
}


/* ---------------- TIMER ------------------ */

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 20px;
	border: 2px solid white;
}

.countdown .day, .countdown .hour, .countdown .min, .countdown .sec {
	padding: 10px;
	text-align: center;
}

.countdown .day .num, .countdown .hour .num, .countdown .min .num, .countdown .sec .num {
	display: block;
	font-size: 1.75rem; /* 24px */
}

.countdown .day .word, .countdown .hour .word, .countdown .min .word, .countdown .sec .word {
	display: block;
	font-size: 0.85rem; /* 16px */
}


@media screen and (min-width: 576px)  {
	
}

@media screen and (min-width: 960px){
	
}

@media screen and (min-width: 1200px){

}


/* ---------------- SECTION CARACTERÍSTICAS ---------------- */

section#caracteristicas{
	background: #FFFFFF;
}

.numero-icono{
	font-family: 'Roboto Slab';
	max-width: 100%;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background-color: #58aa3f;
	border-radius: 50px;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

/* --------------- SECTION COMENTARIOS ----------------*/

section#comentarios{
	background: #f9f9f9;
}

.cliente{
	width: 105px;
}

@media screen and (min-width: 960px){
	.testimonio-text{
		height: 310px;
	}
}


/* -------------- FORMULARIO ------------- */

.box-formulario{
	width: 200px;
	height: auto;
}

input[type="radio"] {
    padding: 0;
    z-index: -9999;
    position: absolute;
    display: none;
}

.modal-dialog{
	max-width: 1140px !important;
}

@media screen and (min-width: 960px){
	.box-formulario-5{
		width: 100% !important;
		height: auto !important;
		max-width: 245px !important;
	}
}