html,
body,{
height: 100%;
}

.card-title{
    font-size: 0.9rem;
}

@media (max-width: 740px) {
html,
body,
header,
#home {
height: 100vh;
}
}


body{
    font-family:'Relaway', sans-serif;
}

.container{
    position: relative;
    height: 100vh;
}

.video-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index : -3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-container video{
    position: relative;
    top: 50%;
    left:  50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Cambio de colores y font en el navbar */

.gris{
        background: rgba(255,255,255,0.35)
}


.navbar{
    
    font-size: 14px !important;
    height: 2.5rem !important;
 }


.navbar .navbar-nav li a{
    
    color: black !important;
 }


.nav-item{
    
    padding: 0px
}

/* color de fondo menu desplegable */

#barra{
    background-color: rgba(255,255,255,0.025);
}


#barra_iconos{
    background-color: rgba(255,255,255,0.025);
}

@media (max-width: 767px) {
    #barra {background-color: rgba(255,255,255,0.35);}
    #barra_iconos {background-color: rgba(255,255,255,0.35);}
}


.icono_bandera{
    padding: 12px;
}

/* -------------------   Fondo   

.fondo{
        height: 100vh;
        background: url('../img/snav2018.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
}------------------- */


.vertical-align{
    position: relative;
    top: 20%
}

.footer{
    background-color: lightgrey;
    align-items: center;
    height: 120px;
    padding-top: 15px;
}


.nav-link{
    color: black;
    font-size: 14px;
    padding: 10px;
}

/*-------------------- Centrado en pantalla ----------------*/

#logol {
    max-width: 85px;
    max-height: 85px;
    display: flex;
    margin: 0 auto;
}

#centrado {
    max-width: 900px;
    margin: 0 auto;
}

@media (min-width: 359px){
    #centrado {display:flex;
        padding: 20px;
}
}

@media (min-width: 359px){
    .mobile-space {margin-top: 20px;
          text-align: center;
}
}

.rectangulo{
    margin: auto;
}

.primer_columna{
    margin: auto;
}

.segunda_columna{
    margin: auto;
}

li {
    list-style-type: none;
}

/* -------------------   Carousel y Texto ------------------- */
    
.texto-exposiciones{
    width: 1300px;
    margin: 80px auto 0 auto;
    line-height: 1.65;
    padding: 20px 50px;
    display: block !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    outline: black;
    background-size: 200%, 200%;
    border-radius: 50%;
    border: 1px solid black;
    background-image: none;
}

@media screen and (max-width: 1300px) {
.texto-exposiciones {
    width: 750px;
    text-align: center;
    justify-content: space-between;
    display: block !important;}
}


@media screen and (max-width: 767px) {
.texto-exposiciones {
    width: 350px;
    height: 500px;
    display: block !important;}
}

@media screen and (max-width: 767px){
    .texto-exposiciones{
    display: flex;
    justify-content: space-between;   
    }
}

 /* ---------------------   Carousel  --------------------- */

.columna_carousel{
    padding:20px;
    box-sizing: border-box;
    margin-bottom:20px;
    flex-basis:65%;
}

@media screen and (max-width: 767px) {
.columna_carousel {
    width: 350px;
    display: block !important;}
}

/* ----------------------    Texto    --------------------- */

.columna_texto{
    box-sizing: border-box;
    margin-bottom:20px;
    width: 35%px;
}

.textobio{
    font-family: avenir;
    line-height: 26pt;
    margin: 70px;
}


/*----------------------- stailing de las tarjetas ------------------------- */

#cards_obras img{
    margin-top: -30px;    
}

.card-body{
    padding: 0.2rem;
}

.hr{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* radio del círculo */
.w-50 {
    width: 15% !important;
}

h2.card-title {
    font-size: 2rem;
    font-family: didot;
    color: white;
    text-align: center;
    padding-top: 50px;
}

h3.card-title {
    font-size: 0.8rem;
    font-family: sans-serif;
    color: white;
}

h4.anio {
    font-size: 0.8rem;
    color: red;
}

h5.tipo {
    font-size: 1rem;
    color: black;
}


p.titulo{
    color:black; 
    font-size:13px;
}

span.anio{
    color:lightgray; 
    font-size:13px;
}



/* ----------------------- Video responsive --------------------------- */


.embed-container {
    position: relative;
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ----------------------- galería --------------------------- */

.imagen_obra{
    margin: 5px;
}

.responsive {
  width: 100%;
  height: auto;
}

#galeria-de-fotos{
 float:center;
 background:#EDEDED;
 padding: 0px;
 position:relative;
 top:0px;
 left:0px;
 align-items: center;
 }

#galeria-de-fotos li{
 list-style:none;
 margin-right: 0px;
 width:auto;
 float:left;
 display:inline;
 }

/*----------------------- Columnas de texto IF ------------------------- */

#texto_display_if{
    max-width: 1600px;
    margin: 10px auto 0 auto;
    line-height: 1.65;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
}

#titulo_obra{
    flex-basis: 30%;
    font-size: 20px;
    text-align: justify;
    box-sizing: border-box;
    padding: 5px 20px 20px 20px;   
}

#columnas_if{
    flex-basis: 30%;
    font-size: 12px;
    text-align: justify;
    box-sizing: border-box;
    padding: 0px 20px 20px 20px;   
}


@media screen and (max-width: 767px) {
    #texto_display_if {display:inline-block;}
    #columnas_if{width: 100%;}
}

 /*------------------- botón de descarga ---------------------------------------------*/
.btn {
  background-color: white;
  border: #ff3333;
  color: #000000;
  width: 100px;
  padding: 12px 12px;
  cursor: pointer;
  font-size: 12px;
}

.btn-primary{
    color: #000000;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: red;
  color: white;
} 

/*----------------------- Margenes para distintos dispositivos ------------------------- */

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  
  align-items: center;
}

.grecaptcha-badge {opacity:0}


/*----------------------- MODAL ------------------------- */

.modal{
    color: black;
    font-family: 'Relaway', sans-serif;
    font-size: 0.8rem;
    opacity:0.7 !important;
 }


.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1s;
}

@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/*----------------------- logIn ------------------------- */

#campos {
    height: 40px;
    width:  300px;
    border-radius: 4px;
    border: solid 1px #ccc;
}

#boton_signup{
    height: 40px;
    width:  300px;
    border-radius: 4px;
    border: none;
    background-color: black;
    color: white;
}

/*----------------------- calculador de lomo ------------------------- */

#barra_lomo{
    background-color: #eee; 
    width: 800px; 
    height: auto; 
    margin: auto; 
    margin-top: 50px;"
    padding: 10px;
    padding-top: 50px;
    text-align: center;
    font-weight: bold;
    }

#text{
    height: 40px;
    width: 300px;
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 4px;
    font-size: 14px;
    }

#button{
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    background-color: rgb(59,89,152);
    color: white;
}