@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/* ==========================================================================
 Fixed Image
 ========================================================================== */




*{box-sizing: border-box}

.parallax::before {
    width: 100%;
    height: 300%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(.8)
}

div.contador {
    position: relative;
    height: auto;
}

div.contador::before {
    content: '';
    background-image: url(../img/fix3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

div.contador2::before {
    content: '';
    background-image: url(../img/fix2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

h2.titulo-seccion {
    position: relative;
    padding: 50px 0;
    text-align: center;
    color: white;
    font-size: 4em;
    margin: 0;
    height: 500px;
}


/* ==========================================================================
 Eliminate unwanted screen space
 ========================================================================== */
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

body {
  overflow-x:hidden !important;
  margin:0;
}

html{
   /* overflow-x: hidden !important;*/
   scroll-behavior: smooth;
   -webkit-overflow-scrolling: touch;
   overflow-x: auto;
   min-width: 400px;
}

div.hiddenvideo {
  display: none;
}


/* ==========================================================================
 Remove defalut fieldset styles
 ========================================================================== */


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/* ==========================================================================
 Allow only vertical resizing of textareas.
 ========================================================================== */

textarea {
    resize: vertical;
}

/* ==========================================================================
 Browser Upgrade Prompt
 ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
 Global adjustments / Global fonts
 ========================================================================== */
.contenedor {
    width: 200%;
    margin: 0 auto;
}

div.titulos h1{
  margin-top: 80px;
}

div.titulosclientes h1{
  margin-top: 100px;
}

.titles {
  width: 75%; 
  margin: 0 auto; 
}

.titles hr {
  border-top: 2px solid #bfbfbf;
  width: 95%;
  margin-top: .0rem;
  margin-bottom: 1rem;
}

.service-heading{
  font-size: 1.5rem;
  color: #1b5583;
}

.padding {
  padding-bottom: 2rem; 
  padding-top: 2rem;
}

kbd{
  background-color: #1b5583;
}

html,body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif; 
  font: #222
}

footer{
  background-color: #191919;
  color:#d5d5d5;
  padding-top: 2rem;
}

footer a{
  color: #d5d5d5;
}

hr.light{
  border-top:1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

hr.light-100{
  border-top:1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/* ==========================================================================
 Navigation Bar
 ========================================================================== */
.navbar{
  padding: .8rem;
  background-color: #27397c;
  background: #27397c;
  border-color: #FFF;
  width: screen;
  
}

.navbar-nav li {
  padding-right: 20px;
  border-color: #FFF;
}

.nav-link{
  font-size: 1.2rem !important;
  font-style: bold;
}

.bg-dark{
  transition: 750ms ease;
  background: #27397c !important;
  border-color: #FFF;
}

.bg-dark.scrolled{
  background: #191919 !important; 
  font-color: #000 !important;
}


div.logo img {
    height: 80px;
    display: block;
    margin-left:-28px;
    margin-top: -13px;
    margin-bottom:-13.12px;
}


div.logo.scrolled img {
    height: 80px;
    display: block;
    margin-left:-28px;
    margin-top: -13px;
    margin-bottom:-13.12px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.content {
  padding: 16px;
}

.sticky + .content {
  padding-top: 60px;
}



/* ==========================================================================
 Carousel
 ========================================================================== */

.carousel-inner img{
  width: 100%; 
  height: 200%;
}

.carousel-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
}

.carousel-caption img{
  width: 50%; 
  height: 160%;
  position: center;
  transform: translateY(-30%); 
}

.carousel-caption h1 {
  font-size: 500%;
  text-transform: uppercase;
  text-shadow:  1px 1px 10px #000;   /*vertical, horizontal, width, color*/
}

.carousel-caption h3 {
  font-size: 200%;
  font-weight: 500; 
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem
}


/* ==========================================================================
 Buttons
 ========================================================================== */

.btn-primary{
  background-color: #008000;
  border: 1px solid #008000; 
}

.btn-primary:hover {
  background-color: #006000; 
  border: #006000;
}

.button {
    background-color: #ffffff;
    padding: 5px 20px;
    color: #000000;
    text-decoration: none;
    margin-top: 20px;
    transition: all .6s ease;
    border: 2px solid #000000;



}

.button:hover {
    background-color: #27397c;
    color: #ffffff;
}



/* ==========================================================================
 Counter
 ========================================================================== */
.parallax::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(.8)
}

h2.titulo-seccion {
    position: relative;
    padding: 50px 0;
    text-align: center;
    color: white;
    font-size: 4em;
    margin: 0;
}


/* ==========================================================================
 Video
 ========================================================================== */

/** Programa del evento **/
section.programa {
    position: relative;
}

div.contenedor-video {
    width:100%;
    overflow-x: hidden;
}

video.ccrVideo {
    min-width: 80%;
    max-width:100%;
}

div.contenido-programa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}


/* ==========================================================================
 Bellow carousel message
 ========================================================================== */
.jumbotron {
  padding: 1rem;
  padding-top: 1.4rem;
  border-radius: 0;
  background-color: #191919;
  color: #FFF; 
}

.jumbotron p {
  font-size: 30px; 
  text-align: center;
}



/* ==========================================================================
 Enterprise general facts
 ========================================================================== */
#factores {
  background-color:  #27397c;
  padding: 0px;
  color: #FFF;
}

#clientes {
  background-color:  #ffffff;
  padding: 0px;
  color: #FFF;
}



/* ==========================================================================
 Enterprise's Service Description Cards 
 ========================================================================== */

.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);

    cursor: pointer;
}





/* ==========================================================================
 Clients 
 ========================================================================== */

section.clienteslogos{
  margin-bottom: 100px;
}


/* ==========================================================================
 Contact
 ========================================================================== */

div.informacion-usuario > input {
    padding: 5px 10px;
    font-size: 15px;
    width: 75%;
    height: 30px;
    margin-top: 7px;
    background: rgba(255,255,255,.8);
}

div.mensaje-usuario {
    height: 210px;
    margin-top: 7px;
    position: relative;
    overflow: hidden;
}

div.mensaje-usuario > textarea {
    height: 100%;
    width: 75%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 15px;
    resize: none;
    background: rgba(255,255,255,.8);
}

div.contactfix{
    margin-bottom: 30px;
}


/* ==========================================================================
 Icons
 ========================================================================== */

.fa-suitcase, .fa-check, .fa-users, .fa-sitemap, .fa-truck{
  color: #FFF;
  font-size: 4.5em; 
}


/* ==========================================================================
 Media Queries
 ========================================================================== */

/*@media (max-width:1900px){
  html{
    overflow-x: auto;
  }

}*/


@media (max-width: 1024px) {


.carousel-caption{
    top: 50%;
  }

  .social a {
    font-size: 4em; 
    padding: 2rem;
  }
html{
    overflow-x: auto;
  }

}


@media (max-width: 992px) {


.carousel-caption{
    top: 50%;
  }

  .social a {
    font-size: 4em; 
    padding: 2rem;
  }
  html{
    overflow-x: auto;
  }

}

@media (max-width: 768px) {
  
  .card {
    pointer-events: none !important;
  }
  
  .navbar-nav li {
    padding-right: 0px;
    border-color: #FFF;
  }

  .nav-link{
    font-size: .9rem !important;
    font-style: bold;
  }


  .carousel-caption .btn{
    font-size: 95%; 
    padding: 8px 14px;
  }

  .display-4{
    font-size: 200%;
  } 


  .jumbotron p {
    font-size: 25px; 
  }
   .bg-dark{
  transition: 750ms ease;
  background: #191919 !important;
  border-color: #FFF;
  }

  video.ccrVideo {
      min-width: 80%;
      max-width: 100%; 
  }

 /* .carousel-inner img{
    position: ;
    width: 50%;
    transform: translateY(100%) !important; 
    
  }*/

   .carousel-inner img{
    position: relative;
    width: 100%;
    margin-top: 5.7rem;
  }

  div.logo img {
    height: 80px;
    display: block;
    margin-left: -30px;
    margin-top: -13px;
    margin-bottom:-13.12px;
}

html{
    overflow-x: auto;
  }

}
@media (max-width: 576px) {
  
  .card {
    pointer-events: none !important;
  }
  

  html{
    overflow-x: auto;
  }

  .carousel-caption .btn{
    display:none;
  }

  .carousel-indicators{
    display: none;
  }


  div.logo img {
    height: 66px;
    display: block;
    margin-left: -20px;
    margin-top: -13px;
    margin-bottom:-13.12px;
  }

   .display-4{
    font-size: 160%;
  } 


  video.ccrVideo {
      min-width: 100%;
      max-width: 160%; 
  }
  
  .jumbotron p {
    font-size: 20px; 
  }

  .bg-dark{
  transition: 750ms ease;
  background: #191919 !important;
  border-color: #ffffff;
  }
  
  div.contenedor-video {
      width:100%;
      overflow-x: hidden;
  }


  .carousel-inner img {
    position: relative;
    width: 50%; 
    height: 20%;
    margin: 20px;
    } 

  .carousel-caption{
    display: none;
  }

}





/* ==========================================================================
 Fixes
 ========================================================================== */

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}






/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}






/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








