/*
================================================
1. Fonts - Import from google
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Source+Sans+Pro:300,400');
/*
================================================
2. Common CSS
================================================
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	line-height: 1.57143;
	font-weight: 400;
	color: #222222;
}
h1, h2, h3, h4 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 0;
	font-weight: 400;
}
a {
    color: #bbb;
}
a:hover {
    color: #ccc;
}
#homeCarousel .carousel-item{
    height: 75vh;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center !important;
}
#homeCarousel .carousel-caption {
  bottom: 38%;
}
#homeCarousel .carousel-caption h1 {
	font-size: 4.5rem;
	margin-bottom: 0;
}
#homeCarousel .carousel-caption p {
  font-size: 1.3rem;
}

/* BUTTON STYLES */
.btn {
	border-radius: 0;
	font-weight: 600;
}
.btn-primary {
    background-color: #262866;
    border-color: #262866;
}
.btn-primary:hover {
    color: #fff;
    background-color: #111249;
    border-color: #111249;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #111249;
    border-color: #111249;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #404280;
}
/*Navbar Styles  */
.navbar-brand {
    margin-right: 1.4rem;
}
.navbar{
    padding: 0 1rem;
}
.brand {
  height: 45px;
}
.bg-brand{
  background-color: #262866 !important;
	background: -moz-linear-gradient(right, #ffffff 0%, #ffffff 30%, #262866 30%, #262866 100%);
	background: -webkit-linear-gradient(right, #ffffff 0%,#ffffff 30%,#262866 30%,#262866 100%);
	background: linear-gradient(to right, #ffffff 0%,#ffffff 30%,#262866 30%,#262866 100%);
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.nav-link {
    padding: 1.75rem 1rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.hero__scroll-button {
	border: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../imgs/down.png);
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: -24px;
  cursor: pointer;
  height: 48px;
  position: absolute;
  width: 48px;
  z-index: 1;
}
.sect1{
	padding: 30px 0;
}
.sect2{
	padding: 30px 0 20px 0;
	background: #f2f2f2;
}
#newsletter{
	padding: 30px 0 30px 0;
	background: #bf1e2d !important;
	color: #fff;
}
.icon-red{
	color: #2b2b2b;
	border: 2px solid #bf1e2d;
	border-radius: 32px;
	padding: 12px;
	margin-bottom: 15px;
}
.icon-why{
	text-align: center;
	margin-top: 5px;
}
.icon-why img{
	width: 100px;
	height: auto;
}
.icon-why p{
	font-size: 1.2rem;
	margin-top: 15px;
}

/* Footer Styles */
.ftr-evoxys{
	padding: 30px 0 0 0;
	background-color: #3D3D3C;
	color: #fff;
}
.ftr-nav .nav-link{
    padding: .5rem 0;
		color: #fff;
}
.ftr-inner {
	background: rgba(0,0,0, .3);
	margin-top: 20px;
	padding: 5px 0 3px 0;
}
.ftr-inner p {
	margin-top: 13px;
}

/* Testimonial CSS */
#quote-carousel {
    padding: 0 10px 0px 10px;
    margin-top: 20px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
  position: relative;
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-top: 20px;
	display: flex;
	align-items: center;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	opacity: 0.4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 90px;
    height: 90px;
  opacity: 1;
  transition: all .2s;
	    border: 2px solid #dddddd;
}
#quote-carousel blockquote {
	max-width: 65%;
  border-left: none;
  margin: 0 auto;
}
#quote-carousel .img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
}

.slick-prev:before, .slick-next:before {
	font-family: 'Lato', sans-serif !important;.
	font-weight: 900;
  font-size: 45px;
  line-height: 1;
  opacity: .75;
	color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  content: '<' !important;
}
.slick-next:before {
  content: '>' !important;
}
.solutions {
	padding: 20px;
  filter: grayscale();
	transition: 0.3s ease;
}
.solutions:hover {
  filter: none;
}
.top-sect{
  background: url(../imgs/slide-1.jpg) center;
	background-size: cover;
	color: white;
    padding-top: 40px;
    padding-bottom: 40px;
	text-align: center;
}
.top-sect h1{
	font-size: 3.2rem;
}
.sect1 h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
		color: #3D3D3C;
}
.our-photo{
  filter: saturate(30%);
	transition: 0.3s ease;
}
.our-photo:hover{
  filter: saturate(110%);
}
#nosotros .container .row {
  margin: 40px 0;
}

/* dropdown styles */
.dropdown-menu {
    margin: 0;
    font-size: 1rem;
    color: #212529;
    border: none;
    border-radius: 0;
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
}
.dropdown-item {
    padding: 0.5rem 1.5rem;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #262866;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
	#homeCarousel .carousel-caption {
	  bottom: 20%;
	  max-width: 100%;
	}
	#homeCarousel .carousel-caption h1 {
		font-size: 3.5rem;
	}
	#homeCarousel .carousel-caption p {
	  font-size: 19px;
	}
	.brand {
    height: 20px;
		margin-top: -3px;
	}
	.navbar-dark .navbar-nav .nav-link {
   		margin-left: 120px;
	}
}
#homeCarousel .btn{
	margin: 0 5px;
}
.destacado {
	color:#262866 !important
}
.contact_form .form-group {
	margin-top: 1rem;
}
.encontranos li a, .encontranos li i.fas {
	color: #262866;
}
.encontranos strong {
	font-size: 1.2rem;
}
.encontranos li {
	margin-top: 5px;
}
.encontranos li i.fas {
	width: 18px;
	text-align: left;
}
.form-control:focus {
	border-color: #262866;
	box-shadow: 0 0 0 0.15em rgba(38, 40, 102, 0.16);
}
iframe {
	width: 100%;
}
.boton_facebok:hover{
	color: #3B5998;
}
.boton_twitter:hover{

}
.nav-pills .nav-link {
	/* background-color: #ebebeb; */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #262866;
}
.servicios .nav-link {
    padding: 1em 1em;
    background: #f2f2f2;
}
