

body {
    width: 100%;
    height: 100%;
    color: #555;
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    font-family: 'Titillium Web', sans-serif;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}
a {
    text-decoration: none;
    font-family: 'Titillium Web', sans-serif;
    -webkit-transition: all 0.36s;
    transition: all 0.36s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}
p { line-height: 2 }
ul,
li {
    margin: 0;
    padding: 0;
}




.section-padding { padding: 80px 0 }
.section-title { margin-bottom: 60px }
.section-title h2 {
    margin-bottom: 10px;
    padding-bottom: 24px;
    font-size: 36px;
    position: relative;
}

section.grey{
	background-color: #f3f3f3;
}





.button{
	font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 25px;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    border: none;
	background: #ff1027;
    -webkit-transition: 0.36s;
    transition: 0.36s;
    
}

.button{
    font-size: 18px;
}


.button:hover {
    background: #fff;
    color: #ff1027;
}


.header-area { 
	height: auto;
	position: absolute;
	width: 100%;
}
.header-top-bar {
    background: #eb0029 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0 5px;
}

.home-btn-bg {
    background: #fff;
    border: none;
    color: #ff1027;
    display: block;
    padding: 23px 31px;
}

/*
* -------------------------------------------------------------
*    02. END HEADER AREA CSS STYLE
* -------------------------------------------------------------
*/
/*
* -------------------------------------------------------------
*    03. START BOOTSTRAP NAVIGATION OVERRIDES CSS STYLE
* -------------------------------------------------------------
*/
.header-top-area {
    position: relative;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.36s ease-out;
            transition: all 0.36s ease-out;
}


.header-top-area p.text-right {
    color: #eb0029;
    font-size: 19px;
    letter-spacing: 2px;
    margin-top: 26px;
    font-family: 'libertadregular', sans-serif;
}


.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
    width: 100%;
}

.navbar-brand {
    color: #fff !important;
    font-family: 'libertadbold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding: 25px 0;
    -webkit-transition: 0.36s;
    transition: 0.36s;
}

.navbar-brand img{
	width: 100%;
}


.navbar-brand img.logo2{
	display: block;
}





#service .col-md-3.col-sm-6{
	padding-left: 7px;
	padding-right: 7px;
}


.box-service{
	background-color: #fff;
	padding: 12px;
}

.box-service .img{
	width: 100%;
    height: 213px;
    overflow: hidden;
}

.box-service .img img{
	width: 100%;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.box-service:hover .img img{
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}

.box-service .txt{
	text-align: center;
	padding: 33px 0 15px;
}
.box-service .txt h4, .box-service .txt h5{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.box-service h4{
	color: #ff1027;
	
}

.box-service h5{
	color: #303030;
	font-weight: 300;
    margin-top: 5px;
}





.imgbg{

}

.imgbg img {
	
}




#incluye{}

#incluye .imgbg {
    border: 11px solid #f3f3f3;
}


#incluye ul{
    list-style-type: none;
}

#incluye ul li + li {
    margin-top: 21px;
}

#incluye ul li h5{
    color: #ff1027;
    font-size: 20px;
    margin-bottom: 2px;
}

#incluye ul li p{
    font-size: 16px;
    color: #303030;
    font-weight: 600;
    line-height: 26px;
}










.count-area {
    background:url("images/numeros2.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
	background-attachment: fixed;
}
.count-area:after {
    background: rgba(255, 255, 255, .3) none repeat scroll 0 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: -111;
	display: none;
}


.count-area .section-title h2{
	color: #fff;
}



.counter {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    padding: 60px 30px;
    color: #fff;
}
.counter h2 {
    margin: 10px 0 5px 0;
    font-size: 62px;
    color: #ff1027;
}
.counter p {
    margin: 0;
    color: #ff1027;
    font-size: 21px;
}

.timer.mas:before{
	display: inline-block;
	content: '+';
	font-size: 62px;
	color: #ff1027;
}



.single-product {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.36s ease 0s;
    transition: all 0.36s ease 0s;
}

.product-img { position: relative }


.product-info {
	padding: 25px 20px 45px;
	height: 290px;
}
.single-product img { padding:15px; width: 100%; }

.product-info h4 {
	margin: 5px 0 20px;
	color: #303030;
	font-size: 24px;
}


.product-info h4 span {
    color: #ff1027;
}



#servicios .product-info p {
	letter-spacing: 0;
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0;
	font-family: 'Open Sans', sans-serif;
}
#servicios .product-info p b, #servicios .product-info p strong{
	font-family: 'Open Sans', sans-serif;
}


#servicios .product-info p:last-child {
    margin-bottom: 0;
}


#servicios .owl-nav {
    position: absolute;
    top: 39%;
    width: 100%;
    left: 0;
}

div#servicios-carousel {
    width: 100%;
    position: relative;
}

#servicios .owl-nav > div {
    position: absolute;
    color: #ff1027;
    font-size: 50px;
}

#servicios .owl-nav .owl-prev {
    left: -30px;
}

#servicios .owl-nav .owl-next {
    right: -30px;
}








.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #d2d0d0;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    padding: 10px;
    transition: all 0.36s ease 0s;
    font-size: 15px;
    color: white !important;
  
}


.form-control::-webkit-input-placeholder{
	   color:#fff;
	}

.form-control:-moz-placeholder{ /* Firefox 18- */
	   color:#fff; 
	}

.form-control::-moz-placeholder{  /* Firefox 19+ */
	   color:#fff; 
	}

.form-control:-ms-input-placeholder{  
	   color:#fff;
	}






.form-control:focus::-webkit-input-placeholder{
	   color:transparent;
	}

.form-control:focus:-moz-placeholder{ /* Firefox 18- */
	   color:transparent; 
	}

.form-control:focus::-moz-placeholder{  /* Firefox 19+ */
	   color:transparent; 
	}

.form-control:focus:-ms-input-placeholder{  
	   color:transparent;
	}








.copyright {
    background: #333;
    padding: 30px 0;
    color: #fff;
}
.copyright p { margin: 0 }


.navbar-brand {
    float: left;
    height: auto;
    width: 181px;
}



.crandi {
	width: 64px;
    height: 12px;
    background: url(https://www.crandi.com/commonweb/crandi-footer.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.crandi:hover, .crandi:active, .crandi:focus {
	background-position: bottom;
}


#servicios {
    padding-bottom: 55px;
    background: #f0f0f0;
}












#formulario{
	background: url(images/slide1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
    padding: 120px 0 70px;
}



.section-title {
    text-align: center;
    margin-bottom: 26px;
}

#formulario .section-title h2{
	color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'Titillium Web', sans-serif;
    padding-bottom: 2px;
}


#formulario .bajada {
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    font-size: 23px;
}



#formulario .col-md-7 img {
    max-width: 550px;
}



#formulario .form{
	padding: 38px;
	background:rgba(0, 0, 0, 0.30);
}

.section-title h2 span{
	color: #ff1027;
}


#masinfo{
	background-color: #ff1027;
	background-size: cover;
	background-attachment: fixed;
	padding: 68px 0 50px;
}

#masinfo h3{
    color: #fff;
    font-size: 39px;
    letter-spacing: 2.2px;
    font-weight: 600;
}
#masinfo h3 span{
	color: #303030;
}


#masinfo p{
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}




#masinfo .home-btn-bg {
    background-color: #fff;
    border: 1px solid #fff;
    color: #ff1027;
    display: block;
    padding: 23px 31px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

#masinfo .home-btn-bg:hover{
	background-color: transparent;
	color: #fff;
}


#gracias{
    background: url(images/slide1.jpg) no-repeat center;
    height: 100%;
    background-size: cover;
}

#gracias .gracias-in{
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);

}

#gracias h2{
	font-size: 60px;
	line-height: 70px;
	color: #eb0029;
	font-weight: 100;
	margin-bottom: 20px;
	font-family: 'Titillium Web', sans-serif;
}

#gracias h2 strong{
	font-family: 'Titillium Web', sans-serif;
}

#gracias p{
	font-size: 26px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 28px;
}

#gracias .box{
	background: #fff;
	display: inline-block;
	padding: 16px 20px;
}

#gracias .box p{
	color: #333333;
	font-size: 19px;
	line-height: 25px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
    font-weight: 400;
}

#gracias .box .redes{margin-left: 40px;margin-top: 8px;}

#gracias .box .redes a{
	color: #eb0029;
	font-size: 24px;
	padding: 7px;
}





body.gracias .copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
}







@media only screen and (max-width: 1199px) {
	.box-service {
    margin-bottom: 15px;
	}
	.product-info {
    height: 300px;
	}
	#masinfo h3 {
    font-size: 33px;
	}
	#masinfo p {
    font-size: 17px;
    letter-spacing: 0.2px;
	}
	#gracias h2 {
    font-size: 60px;
    line-height: 63px;
	}
	#gracias p {
    font-size: 22px;
    line-height: 31px;
	}
}





@media only screen and (min-width: 992px) {
	.row.col-equal {
    display: table;
	height: 100%;
	}


	.col-equal > [class*="col-"] {
    float: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
	}
}


@media only screen and (max-width: 991px) {
	.col-equal [class*="col-"] {
    float: none;
    display: block;
    height: inherit;
    vertical-align: top;
	}
	
	#incluye .imgbg {
    margin-bottom: 30px;
	}
	.product-info {
    height: auto;
	}
	#masinfo h3 {
    font-size: 29px;
	letter-spacing: 1.2px;
	}
	#masinfo p {
    font-size: 15px;
    letter-spacing: 0;
	}
	#masinfo .home-btn-bg {
    width: 100%;
    text-align: center;
    padding: 23px 0;
    font-size: 14px;
    letter-spacing: 0;
	}
	
	.header-top-area p.text-right {
    font-size: 17px;
	}
	#gracias h2 {
    font-size: 43px;
    line-height: 49px;
	}
	#gracias p {
    font-size: 18px;
	}
	
}




@media only screen and (max-width: 767px) {
	#formulario .col-md-7 img {
    max-width: 100%;
	margin-bottom: 30px;
	}
	#servicios .owl-nav {
    position: relative;
    top: inherit;
    width: auto;
    left: inherit;
	text-align: center;
	}
	#servicios .owl-nav > div {
    position: relative;
    left: inherit;
    right: inherit;
    display: inline-block;
	}
	
	.counter {
    padding: 40px 30px;
    margin-bottom: 20px;
	}
	#masinfo {
    text-align: center;
	}
	#masinfo .home-btn-bg {
    width: auto;
    text-align: center;
    padding: 23px 30px;
    margin: 10px auto 0;
    float: none!important;
    display: inline-block;
	}
	
}


@media only screen and (max-width: 414px) {	
	#formulario .form {
    padding: 38px 15px;
	}
	#formulario .section-title h2 {
    font-size: 25px;
	}
	#formulario .bajada {
    font-size: 20px;
	}
	#gracias h2 {
    font-size: 27px;
    line-height: 39px;
	}
	
	#gracias .box .pull-left, #gracias .box .pull-right {
    float: none!important;
	}
	
	#gracias .box .redes {
    margin-left: 0;
    margin-top: 8px;
	}
	
	
	.hidden-xxs{
	display: none;
	}
	.section-title h2 {
    margin-bottom: 0px;
    padding-bottom: 5px;
	}
	.section-padding {
    padding: 50px 0 60px;
	}
	
}

@media only screen and (max-width: 375px) {
	#gracias h2 {
    font-size: 25px;
    line-height: 37px;
	}
	
	#gracias .box p {
    font-size: 17px;
    line-height: 23px;
	}
	#formulario .section-title h2 {
    font-size: 24px;
	}
	#formulario .bajada {
    font-size: 19.5px;
	}
}

@media only screen and (max-width: 360px) {
	
	#gracias h2 {
    font-size: 23px;
    line-height: 34px;
	}
	#gracias .box p {
    margin-bottom: 0;
	}
	#formulario .section-title h2 {
    font-size: 22px;
	}
	#formulario .bajada {
    font-size: 18px;
	}
}

@media only screen and (max-width: 320px) {
	
	#gracias h2 {
    letter-spacing: 0;
	}
	#gracias p {
    font-size: 16px;
    line-height: 23px;
	}
	#gracias .box p {
    color: #333333;
    font-size: 15px;
    line-height: 20px;
	}
	.copyright {
    padding: 18px 0;
	}
	#formulario .section-title h2 {
    font-size: 20px;
	}
	#formulario .bajada {
    font-size: 16px;
	}
}




@media only screen and (max-height: 680px) and (orientation:landscape){
	body.gracias .copyright {
    position: relative;
	}
	#gracias .gracias-in {
    top: 53%;
¡	}
}
