/* Iframe container  ++++++++++++*/
.embebed-container{
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.embebed-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Generales  ++++++++++++*/

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px){
  h1 {font-size: 32px;}
  h2 {font-size: 22px;}
  h3 {font-size: 19px;}
  p  {font-size: 14px;}
  .full-text { display: none; }
  .short-text { font-weight: bold; }
  
}

/* Large devices (laptops/desktops, 600 and up) */
@media only screen  
  and (min-device-width: 601px) {
  h1 {font-size: 32px;}
  h2 {font-size: 32px;}
  h3 {font-size: 19px;}
  p  {font-size: 14px;}
  .short-text { display: none; }

} 

img {
  max-width: 100%;
  height: auto;
}


/* Headings */
h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f5f5f5;
  margin-bottom: 40px;
}



h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: whitesmoke;
  margin-bottom: 30px;
}

h2 {
  text-transform: capitalize;
}

h3 {
  line-height: 1.375em;
  text-align: justify;
}

/* Paragraphs */
p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  color: whitesmoke;
}



.blanco-negro {
  color:#44546A ;
  background-color: whitesmoke ;
}




/* Menu  ++++++++++++*/

.navbar {
  margin-bottom: 0;
  background-color: #263238;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: black !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

/* Pantalla de Inicio  ++++++++++++*/

html,
body {
  height: 100%;
}


.container-fluid {
  background-color: #6b7a8f;
  padding: 60px 50px;
}
.expand-All
{
  min-height: 100%;
}



/*  Fondo gris  ++++++++++++*/

.bg-grey {
  background-color: #F5F5F5;
}

.video-container {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 80%;
  max-width: 550px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


.cookie-consent {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 12px;
  max-width: 90%;
  text-align: center;
  border-radius:10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.cookie-consent p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.cookie-consent a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
}

.cookie-consent button {
  background-color: #44546A;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 16px;
}

.cookie-consent button:hover {
  color: black !important;
  background-color: whitesmoke;
}
