/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
font-family: 'Helvetica';
font-weight: 400;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  min-height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

/* CUSTOM CSS
-------------------------------------------------- */

.bg-azul{
	background: #001277;
}
.text-azul{
	color: #001277;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-300{
	font-weight: 300;
}
.font-weight-100{
	font-weight: 100;
}
.banner-principal{
	background: url('../img/banner-principal.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sonrisa{
	font-family: 'Blogger Sans';
	color: #001277;
	font-size: 4em;
    line-height: 1.2em;    
    position: absolute;
    bottom: 0px;

}
.sonrisa span{
	color: #fff;
}
.min-650{
	min-height:500px;
}
#ssb-container {
    position: fixed;
    top: 30%;
        z-index: 2 !important;
}

.ssb-btns-right {
    right: 0;
}
#ssb-container ul {
    padding: 0;
    margin: 0;
}
#ssb-container ul li {
    padding: 10px;
    margin: 10px 0;
}

#ssb-container ul li {
    line-height: 45px;
}
#ssb-container ul li {
    list-style: none;
    margin: 0;
}
#ssb-btn-0 {
    background: #dd3333;
}
#ssb-container ul li a {
    padding: 0;
    display: block;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    text-decoration: none;
}

#ssb-container ul li a {
    padding: 0 ;
    display: block;
    line-height: 45px;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
        color: #fff !important;
    font-size: .8em;
    text-align: center;
    line-height: 1.2em;
    font-weight: 100;
}
#ssb-container ul li a img {
display: block;
width: 50px;
}
#ssb-btn-0 a {
    color: #ffffff;
}
#ssb-container ul li span {
    line-height: 45px;
    width: 50px;
    text-align: center;
    font-size: 25px;
    margin: 0 auto;
    display: block;
}


.btn-outline-primary {
    color: #012476 !important;
    border-color: #012476 !important;
        border-radius: 99px !important;
    padding: 10px 40px !important;
    
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #012476 !important;
        border-radius: 99px !important;
    padding: 10px 40px !important;
}#rotador{
	margin-top: -250px;
}
#rotador-mobile{
}
#rotador-mobile .slide-caption{
	font-size: 1.4rem;
	line-height: 2rem;
}
.slide-caption{
	font-size: 2rem;
	line-height: 2.6rem;
}
.carousel-control-prev-icon {
    background-image: url('../img/prev-icon.png');
    width: 4rem;
    height: 6rem;
}
.carousel-control-next-icon {
    background-image: url('../img/next-icon.png');
    width: 4rem;
    height: 6rem;
}
.info-wrapper{
	background: #ececec;
	border-radius: 20px;
	min-height: 465px;
}
.info-wrapper-m{
	background: #ececec;
	border-radius: 20px;
}
.info-boxes img{
  /*-webkit-filter: drop-shadow(2px 2px 20px #666);
  filter: drop-shadow(2px 2px 20px #666);*/
  margin-top:-100px;
}
.info-boxes img.tacc{
  margin-top:-106px;
}
.info-boxes p{
	font-size:1.2rem;
}
.mt-6{
	margin-top: 6rem!important;
}
.vocacion{
    font-size: 2.4rem;
    color: #00a29a;
    margin-top: 8px;
}
.text-right{
	text-align: right;
}
.sensident{
	background: #c8005b;
}
.placout{
	background: #00a29a;
}
.dentilac{
	background: #002475;
}
.max-60{
	max-width: 60%;
}
.footer{
	background: #3f3f3f;
	color: #fff;
}
.legal{
	line-height: 1.3rem;
}
a{
	color: inherit !important;
	text-decoration: none !important;
}
.footer a:hover{
	color: inherit !important;
	text-decoration: underline !important;
}
.back-marcas{
	background: #ececec;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
