@charset "UTF-8";
/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  font: 400 18px/1.8 "Lato", sans-serif;
  color: #777;
}
    

.open-sans-logo1 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 18px;    
}
    
.open-sans-logo2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 18px; 
}    
    

.cabecera{
        position: fixed;
        background-color: #ffffff;
        z-index: 999;
        width: 100%;
        height: 100px;
        display:flex;
        justify-content: space-between;
    top:0;
        
    }    

.cabecera img{
        height: 100px;
        padding-left: 20px;
    }
    
.cabecera .llama_escribe{
        padding: 20px 50px;
       font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 18px; 
}   
    
.cabecera .llama_escribe .texto{
        font-weight: 700;
    }

.cabecera .menu{
    display: flex;
    margin-top: 60px;
    padding-right: 20px;
} 

.cabecera .menu div{
    padding-right: 20px;
}

.cabecera .menu a{
    color:#666666;
    text-decoration: none;
}

.cabecera .menu a:hover{
    color:#000000;
}


    
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4  {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.caption .border{
    text-transform: uppercase;
}

.link{
   width: 120px;
    padding: 10px 20px;
    background: #000000;
}

.link a{
    color:#999999;
    text-decoration: none;
    cursor: pointer;
}

.link a:hover{
    color:#ffffff;
    text-decoration: none;
}
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

.texto_justificado_1   {
    display: flex;
    margin:auto;
}
@media screen and (mim-width: 1440px) {
  .texto_justificado_1   {
       width: 80%;
    }
}
@media screen and (max-width: 1440px) {
  .texto_justificado_1   {
       width: 100%;
    }
}
    
.texto_justificado_1 .texto{
        width: 60%;
        font-size: 20px;
    }
    
.texto_justificado_1 img{
        width: 80%;
        padding-left: 100px;
        padding-top: 20px;
    }
    
.historias_1, .historias_2{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;     
    }
    
.historias_1 .historia_g{
        width: 48%;
        padding-top: 40px;
    }

.historias_2 .historia_p{
        width: 18%;
        padding-top: 40px;
    }
    
.historias_2 .historia_p .texto{
        font-size: 14px;
    }
    
.historias_1 .historia{
         display: flex;
        
        justify-content: space-around; 
    } 
    
    .historias_1 .historia img{
        width: 300px;
        padding-top: 20px;
       
    }
    
    .historias_2 .historia img{
        width: 100%;
       
       
    }
    .historias_1 .historia .izda{
         padding-left: 60px;
    }
    
    .historias_1 .historia .dcha{
         padding-right: 60px;
    }

.podcast_1 {
   margin: 50px auto;
}

@media screen and (mim-width: 1440px) {
  .podcast_1  {
       width: 80%;
    }
}
@media screen and (max-width: 1440px) {
  .podcast_1  {
       width: 100%;
    }
}
.podcast_g .historia{
    display: flex;
}
 

.podcast_g .historia .texto{
    width: 60%;
    padding-right: 40px;
}

.podcast_g .historia .foto {
     width: 40%;
    padding-left: 40px;
    
}

.podcast_g .historia .foto img{
    width: 100%;
}

#podcast{
    width: 90%;
    margin: 40px auto;
    position:relative;
}
#podcast .podcast{
    display:flex;
    margin-bottom: 100px;
}
#podcast .podcast .portada{
    padding-right: 80px;
    width: 70%;
}

#podcast .podcast .portada img{
    width: 100%;
}
#podcast .podcast .dades{
    font-family: "Lato", sans-serif;    
    color: #444;
}
#podcast .podcast .titulo{
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 29px;
    font-weight: 700;
}

#podcast .podcast .creador{
    letter-spacing: 1px;
    padding: 5px 0;
    font-size: 22;
    font-weight: 700;
}

#podcast .podcast .cuantos{
     font-weight: 700;
}

#podcast .podcast .publicado{
    display:flex;
}

#podcast .podcast .publicado .plataforma{
    padding:10px;
    text-align: center;
}

#podcast .podcast .publicado .plataforma .nombre{
    text-transform: uppercase;
  font: 10px "Lato", sans-serif;
  color: #666;
}

#podcast #episodis{
    width: 80%;
    margin:auto;
}


#podcast #episodis .episodi{
    display: flex;
    
}

#podcast  .episodi .portada{
    padding-right: 60px;
    width: 260px;
}

#podcast .episodi .portada img{
    width: 100%;
}

#podcast .episodi .dades{
    font-family: "Lato", sans-serif;    
    color: #444;
    width: CALC(100% - 260px);
}

#podcast .episodi .dades .titulo{
    font-size: 22px;
    letter-spacing: 1px;
    padding: 10px 0;
    color: #222;
    font-weight: 700;
    
}

#podcast .episodi .dades .player{
    padding: 10px 0;
}




.contact-form{
    width: 80%;
    margin: 180px auto;
    position:relative;
}

.contact-form .container{
    display:flex;
    width: 80%;
    margin: auto;
}

.contact-form .container .row{
    width:50%;
}


.contact-form .container .row .contact-small-text{
    padding: 20px 0;
}

.contact-form .container .row .contact-small-header{
   letter-spacing: 2px;
  text-transform: uppercase;
  font: 22px "Lato", sans-serif;
  color: #444;
    font-weight: 700;
}

.contact-form .container  .contact-fields{
    width: 40%;
}
.contact-form .container  .form-control {
    margin:20px 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contact-form .container  textarea {
    height: 260px !important;
}

.contact-form .container  .btn {
    background: #000;
    padding: 20px 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 22px "Lato", sans-serif;
  color: #eee;
}

h5 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  color: #eee;
    text-align: left !important;    
}
    
h2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 24px "Lato", sans-serif;
    font-weight: 700;
  
}


h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}



 /*Turn off parallax scrolling for tablets and phones */ 
@media only screen and (max-device-width: 600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

