@charset "utf-8";
/* CSS Document */

body{
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #222222;
}
a,
a::after,
a::before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a,
a:hover,
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before {
  content: "\f077";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  margin: -5px 0 auto;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #222;
  font-size: 25px;
  right: 20px;
  bottom: 100px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
.whatsapp {
    position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
    height: 50px;
    background: #51B750;
    border-radius: 50%;
    animation: animate 3s linear infinite;
}

@keyframes animate
{
    0%
    {
        box-shadow: 0 0 0 0 rgba(80,180,80,.7), 0 0 0 0 rgba(80,180,80,.7);
    }
    40%
    {
        box-shadow: 0 0 0 50px rgba(80,180,80,0), 0 0 0 0 rgba(80,180,80,.7);
    }
    80%
    {
        box-shadow: 0 0 0 50px rgba(80,180,80,.0), 0 0 0 30px rgba(80,180,80,0);
    }
    100%
    {
        box-shadow: 0 0 0 0 rgba(80,180,80,.0), 0 0 0 30px rgba(80,180,80,0);
    }
}
.container{
    width: 1180px;
    margin: 0 auto;
	padding: 0 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.h1.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family: 'Roboto', sans-serif; line-height:1.5;}
.h1,h1{font-size:44px;}
.h2,h2{font-size:36px}
.h3,h3{font-size:26px}
.h4,h4{font-size:24px}
.h5,h5{font-size:21px}
.h6,h6{font-size:18px}
.text-left{text-align:left}
.text-right{text-align:right}
.text-right-left {text-align:right}
.text-center{text-align:center}
.text-center-left{text-align:center}
.text-left-center{text-align:left}
.text-justify{text-align:justify}

.mt0 { margin-top: 0px}
.mt1 { margin-top: 10px}
.mt2 { margin-top: 20px}
.mt3 { margin-top: 30px}
.mt4 { margin-top: 40px}
.mt5 { margin-top: 50px}
.mt6 { margin-top: 60px}
.mt8 { margin-top: 80px}
.mt10 { margin-top: 100px}

.mt-1 { margin-top: -10px}
.mt-2 { margin-top: -20px}
.mt-3 { margin-top: -30px}
.mt-4 { margin-top: -40px}
.mt-5 { margin-top: -50px}
.mt-8 { margin-top: -80px}
.mt-10 { margin-top: -100px}

.mb1 { margin-bottom: 10px}
.mb2 { margin-bottom: 20px}
.mb3 { margin-bottom: 30px}
.mb4 { margin-bottom: 40px}
.mb5 { margin-bottom: 50px}
.mb6 { margin-bottom: 60px}
.mb8 { margin-bottom: 80px}
.mb10 { margin-bottom: 100px}

.mb-1 { margin-bottom: -10px}
.mb-2 { margin-bottom: -20px}
.mb-3 { margin-bottom: -30px}
.mb-4 { margin-bottom: -40px}
.mb-5 { margin-bottom: -50px}

section {
    padding: 40px 0px 60px;
}
section.banner {
    background: url("../images/bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 20px 0px 60px;
	color: #fff;
}
section.cta {
    background: url("../images/bg-cta.jpg") top center no-repeat #feb125;
	background-size: cover;
	padding: 20px 0px 60px;
	color: #fff;
}
section.somos {
    padding: 30px 0px 60px;
}
.mobile {
		display: none;
	}
.features {
	border-radius: 15px;
    background: #fff;
	padding: 40px 25px 30px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    min-height: 296px!important;
}
.features-2 {
	border-radius: 15px;
    background: #fff;
	padding: 40px 25px 30px;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    -moz-box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    box-shadow: 0px 0px 60px 0px rgba(0,36,68,.15);
    min-height: 354px!important;
}
.embed-container {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 margin-top: 30px;
 margin-bottom: 30px;
}
.embed-container iframe, .embed-container object, .embed-container embed{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
footer {
    padding: 60px 0 40px;
	background: #fff;
	color: #222;
}
footer a {
	color: #222;
	text-decoration: underline;
}
footer a:hover {
	color: #FD7E00;
}
.form-control {
    background-color: #fff;
    color: #222;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    line-height: 2.3em;
    width: 100%;
    padding: 5px 15px;
    display: block;
    font-size: 16px;
    height: 48px;
}
@media (max-width: 1200px){
	.container {width: 100%}
}
@media (max-width: 991px){
	form {
    margin: -20px 0 0!important;
}
	h5{
	margin-bottom: 10px;
	}
	footer .col-md-2, .col-md-3, .col-md-9 {
	margin-top: 30px;
	}
	footer .col-md-9 {
	margin-top: 20px;
	}
	section {
    	padding: 60px 0px;
	}
	.form-group {
		padding: 0px!important;
	}
	.form-group.mt2{
		margin-top: 10px;
	}
	.text-right-left {text-align:left}
	.text-center-left{text-align:left}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.col-md-right {
    float: left!important;
}
	.btn-primary {
    margin-top: -5px;
}
	
}
@media (max-width: 767px){
	.h1, h1 {
    	font-size: 36px;
		line-height: 1.5em;
		margin-bottom: 40px;
	}
	.h2, h2 {
    	font-size: 30px;
		margin-bottom: 50px;
	}
	section.somos h2 {
		margin-bottom: 30px;
	}
	footer {
    	padding: 40px 0 70px;
	}
	form {
	padding: 10px!important;
    border-radius: 5px!important;
}
	}
	.mb8 {
		margin-bottom: 50px;
	}
	.mt6 {
		margin-top: 40px;
	}
	.features {
		min-height: auto!important;
	}
	form {
		padding: 20px;
	}
	.mt-2 {
    margin-top: 0px;
}
	.text-left-center{text-align:center}
}