/* GLOBAL STYLES
-------------------------------------------------- */

*{
  font-family: 'Montserrat', serif;
}

/* INDEX */
.btn-circle{
  border-radius: 30px !important; 
  height: 60px !important; 
  width:60px !important;
}

.btn-circle a {
  text-decoration: none !important;
  color: white !important;
}

#options{
  float: right !important;
}

#search {
  float: left !important;
}

#logo{
  /* background-image: url(../images/preferente-horizontal-azul@3x.png);
  background-repeat: no-repeat;
  height: 218px; */
  background-color: #00558C;
  padding: 20px;
  padding-left: 30px;
}

#img_logo:hover{
  transform: scale(1.1, 1.1);
}

/* .header{
  margin-left: 40px;
  margin-right: 40px;
} */


/* 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 {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* 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;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* 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;
  letter-spacing: -.05rem;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}


/* Footer */
.footer {
  /* position: absolute; */
  bottom: 0;
  /* width: 100%; */
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  /* line-height: 60px; Vertically center the text there */
  /* background-color: #f5f5f5; */
  /* margin: 15px !important; */
  background-color: #00558C;
  color: white !important;
  padding: 20px;
  padding-left: 30px;
}

.footer a{
  color: white !important;
  text-decoration: none !important;
}

.navbar{
  text-align: center !important;
}

.navbar a{
  color:#00558C !important;
}

.navbar li:hover{
  background-color: rgba(0, 85, 140);
}

.navbar li > a:hover{
  color: white !important;
}

#home_logo > a > img:hover{
  transform: scale(1.3, 1.3) !important;
}

#home_logo:hover{
  background-color: white !important;
}

.active{
  background-color: rgba(0, 85, 140);
}

.active > a{
  color:white !important;
}

/* .contenedor_video{
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; 
  padding-top: 30 px;
  position: relative;
}

.contenedor_video iframe{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0 ;
  left: 0;

} */


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 20px 15px 0;
}

/* .footer > .container {
  padding-right: 15px;
  padding-left: 15px;
} */

code {
  font-size: 80%;
}

.btn-primary{
  background-color:#FC4C02 !important;
  border-color: #FC4C02 !important;
}



/* 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;
  }
}

.productos_class img{
  width:100%;
  max-width: 400px;
}
.marcas_class img{
  width:100%;
  max-width: 200px;
}

@keyframes escribir {
  from { width: 100% }
  to { width:0 }
}

#todos{
  animation: escribir 5s steps(30) infinite alternate;
}

