@charset "utf-8";
/* CSS Document */

body {
	color:#4F4F4F;
}
.nav-link {
	font-family: "source sans pro", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color:#0A406D!important;
	margin-left:12px!important;
}
.nav-link:hover{
	color:#53AEDD!important;
}

.navbar-nav > .active > a {
  color:#53AEDD!important;   
}

header{
	float: left; width:100%
	}
.small-top{ 
	border-bottom: 1px solid #2b2b2b;float: left; width: 100%; background: #0B416F
	}
.small-top .social-icon{
	float: right;
	}
.small-top .social-icon a {
	border-left: 1px solid #fff; color: #fff; float: left; padding: 6px 13px;
	}
.small-top .social-icon a:last-child {
	border-right: 1px solid #2b2b2b;
	}
.small-top .social-icon a:hover {
	color:#999999; text-decoration: none;}
.small-top .date-sec {font-size: 13px; font-weight: 600; float: left; margin-top: 4px; color: #898989
}

.azulclaro {
	 color: #53AEDD;
}
.bg-azulclaro {
	 background: #53AEDD;
}
.bg-azuloscuro {
	background: #0B416F;
}
.bg-gris {
	background: #838383;
}
.bg-footer {
	 background: #31363E;
}
.division {
	height:1px;
}
.gracias {
	font-size: 18px;
}
.gracias_rojo {
	font-size: 18px;
	font-weight: bold;
/*	color: #38B449; verde seguro al 100*/
/*	color: #1B346F; azul seguro al 100*/
	color: #38B449;
}
#carouselExampleCaptions .carousel-inner p{
	font-size: 25px;
}

#myCarousel .carousel {
	margin: 50px auto;
}
#myCarousel .carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
#myCarousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
#myCarousel img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
#myCarousel .testimonial p {
	font-size: 17px;
}
#myCarousel .testimonial {
    color: #fff;
    position: relative;    
    background: #0B416F;
	padding: 15px;
	margin: 0 0 20px 20px;
}
#myCarousel .testimonial::before, #myCarousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
#myCarousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: transparent;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
#myCarousel .testimonial::after {
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-bottom-color: #53AEDD;
    border-left-color: #53AEDD;

}
#myCarousel .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
#myCarousel .row > div:first-child .media {
	margin-left: 0;
}
#myCarousel .testimonial p {
	text-indent: 0px;
    line-height: 21px;
	margin: 0;
}
#myCarousel .testimonial p::before {
	content: '\94';
    color: transparent;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
#myCarousel .overview {
	padding: 3px 0 0 15px;
}
#myCarousel .overview .details {
	padding: 5px 0 8px;
	color:#FFF;
}
#myCarousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
}
#myCarousel .carousel-control {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
#myCarousel .carousel-control i {
	font-size: 16px;
}
#myCarousel .carousel-control.left {
	left: auto;
	right: 40px;
}
#myCarousel .carousel-control.right {
	left: auto;
}
#myCarousel .carousel-indicators {
	bottom: -50px;
}
#myCarousel .carousel-indicators li, #myCarousel .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 0;
	margin: 1px 4px;
}
#myCarousel .carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
#myCarousel .carousel-indicators li.active {
	color: #fff;
    background: #0B416F;    
    border: 5px double;    
}
#myCarousel .star-rating li {
	padding: 0 2px;
}
#myCarousel .star-rating i {
	font-size: 14px;
	color: #ffdc12;
}
#myCarousel .name {
	color:#fff;
}
.descargaapp {
	font-size: 30px;
	text-align: right;
	color:#0B416F;
}
.footer {
	color:#7C7C7C;
}
.footer h4 {
	font-size:20px;
	color:#fff;
}
.footer a {
	color:#7C7C7C;
}
.socialicons {
	text-align: center;
}
.socialicons li {
  margin: 0 5px 5px 0;
  display: inline-block;
  text-align: center;
}
ul.socialicons li a:link,
ul.socialicons li a:visited {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #31363e;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.socialicons li a:link:hover,
ul.socialicons li a:visited:hover {
  background: #53aedd;
}
ul.socialicons li i {
  font-size: 27px;
  padding-top: 15px;
  color: #3d434d;
}
.copyright {
  width: 100%;
  float: left;
  margin-top: 27px;
  margin-bottom: 27px;
  text-align: center;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a {
  font-family: "source sans pro";
  font-weight: 600;
}
.logos .col-2 {
	margin-top: auto;
	margin-bottom: auto;
}
.logos img {
	text-align:center;
	padding-top:2%;
	padding-bottom:2%;
	max-width:90%;
}
.mainheadlinewrapperpage {
  padding: 24px 0;
  float: left;
  width: 100%;
  margin-bottom: 24px;

}
.mainheadlinewrapperpage h1 {
  font-size: 28px;
  margin-bottom: 7px;
  color: #fff;
  font-weight: 400;
}
.mainheadlinewrapperpage p {
  color: #fff;
  opacity: 0.7;
  line-height: 1;
  margin-bottom: 0;
  font-family: "source sans pro";
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  margin-top: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li a {
  color: #fff;
  opacity: 0.6;
  font-family: "source sans pro";
  font-size: 15px;
}
.breadcrumb > li a:hover {
  opacity: 1;
  color: #fff;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #fff;
  font-family: "source sans pro";
  font-size: 15px;
}
#main {
  width: 100%;
  float: left;
  height: auto;
  padding: 0;
  color: #000!important;
}
#main #response li.error {
  color: red;
}
#main #response li.success {
  color: green;
}
#main input[type="text"] {
  width: 100%;
  margin-top: 0;
  height: 50px;
  padding: 0 27px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 14px;
  float: left;
  font-size: 14px;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  text-transform: none;
  outline: none;
  background: #E5E5E5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#main input[type="text"]:focus {
  background: #CDCDCD;
}
#main textarea {
  width: 100%;
  padding: 14px 27px;
  border-radius: 30px;
  height: 220px;
  margin-top: 0;
  float: left;
  color: #fff;
  box-shadow: none;
  text-transform: none;
  outline: none;
  border: none;
  background: #E5E5E5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#main textarea:focus {
  background: #CDCDCD;
}
#main select {
  width: 95%;
  color: #000!important;
  margin-top: 0;
  height: 50px;
  padding: 0 27px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  margin-bottom: 14px;
  float: left;
  font-size: 14px;
  font-family: "source sans pro";
  font-weight: 400;
  box-shadow: none;
  border: none;
  text-transform: none;
  outline: none;
  background: #E5E5E5;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
@media (max-width: 992px) {
  #main input[type="text"] {
    max-width: 100%;
  }
  #main textarea {
    max-width: 100%;
  }
    #main select {
    max-width: 100%;
  }
}

#main  ::-webkit-input-placeholder { 
  font-weight: 600;
  font-size: 16px;
  color: #000!important;
  font-family: "source sans pro";
  text-transform: uppercase;
}
#main  ::-moz-placeholder { 
  font-weight: 600;
  font-size: 16px;
  color: #000!important;
  font-family: "source sans pro";
  text-transform: uppercase!;
} 
#main  :-ms-input-placeholder {     
  font-weight: 600;
  font-size: 16px;
  color: #000!important;
  font-family: "source sans pro";
  text-transform: uppercase;
} 
#main  :input:-moz-placeholder { 
  font-weight: 600;
  font-size: 16px;
  color: #000!important;
  font-family: "source sans pro";
  text-transform: uppercase;
}
#main  select { 
  font-weight: 600;
  font-size: 16px;
  color: #000!important;
  font-family: "source sans pro","arial";
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .navbar-brand img {
    max-width: 140px;
  }
  .navbar-brand {
    max-width: 70px;
  }
  .nav-link {
	  font-size:13px;
  }
}