* {
    box-sizing: border-box;
    padding: 0;
}

.borde {
    border: solid 1px red;
}

.sacarscroll {
    overflow-x: hidden;
}

strong, em {
    font-weight: 600;
    font-style: normal;
}

.bold {
    font-weight: 600;
}

body {
    background-color: black;
    font-family: 'Poppins', sans-serif;
    color:white;
    font-weight: 300;
}

nav ul li a{
    text-decoration:none;
    font-weight: 500;
    }

.dropdown-menu {
    background-color: black;
}

.dropdown-item {
    color: white;
}

@media screen and (min-width: 768px) {

    nav ul li {
        margin: -30px 30px 0px 30px;
    }
}

#h1 {
    top: 6px;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 200;
}

#h1 a {
    color: white;
    text-decoration: none;
}

.card p {
    max-width: 90vw;
}
    
@media screen and (max-width: 767px) {

    #h1 {
        margin-top: 10px;
        top: 0px;
        position: absolute;
        z-index: 1;
    }
}

h1 span {
    font-weight: 700;
}

nav {
    top: 8px;
}

@media screen and (max-width: 436px) {

    nav {
        top: 20px;
    }

}

h3 {
    font-size: 1.8125rem;
}

h3 span {
    color: #003399;
    font-size: 2.1875rem;
}





/* ==========
     BLOG
   ========== */

#blog h2 {
    margin-top: 50px;
}

#blog p {
    font-size: 14px;
    padding:5px 1rem 0 1rem;
}

#blog h3 {
    padding:0 1rem;
    margin: auto;
}

#blog article a {
    text-decoration: none;
    color: white;
}

#blog article {
    min-height: 90px;
    height:100%;
    width:100%;
}

@media screen and (max-width: 992px) {

    #blog article {
        margin-top: 5px;
    }


}


#bloguno article:nth-child(1) {
    background: url('../imagenes/galeria/alto-valle-otonal-full.webp')
}

#bloguno article:nth-child(2) {
    background: url('../imagenes/home-2.webp')
}

#blogdos article:nth-child(1) {
    background: url('../imagenes/home-3.webp')
}

#blogdos article:nth-child(2) {
    background: url('../imagenes/home-4.webp')
}

#blogdos article:nth-child(3) {
    background: url('../imagenes/home-3.webp')
}

#blog article div {
    min-height: 90px; 
}

#bloguno article:first-child div{
background: hsla(242, 100%, 13%, 0.7);
}

#bloguno article:nth-child(2) div{
    background: hsla(66, 100%, 13%, 0.7);
    }

#blogdos article:first-child div{
    background: hsla(0, 100%, 13%, 0.7);
    }

#blogdos article:nth-child(2) div{
    background: hsla(118, 100%, 13%, 0.7);
    }

#blogdos article:nth-child(3) div{
    background: hsla(323, 100%, 13%, 0.7);
    }


#bloguno article:first-child div:hover{
    background: hsla(242, 100%, 13%, 0.6);
    }
    
#bloguno article:nth-child(2) div:hover{
    background: hsla(66, 100%, 13%, 0.6);
    }

#blogdos article:first-child div:hover{
    background: hsla(0, 100%, 13%, 0.6);
    }

#blogdos article:nth-child(2) div:hover{
    background: hsla(118, 100%, 13%, 0.6);
    }

#blogdos article:nth-child(3) div:hover{
    background: hsla(323, 100%, 13%, 0.6);
    }

@media screen and (min-width: 576px) {

    #blog article {
        height: 185px;
    }

    #blog article div {
        height: 185px;
    }   

}

@media screen and (min-width: 992px) {

    #blog article {
        height: 270px;
    }

    #blog article div {
        height: 270px;
        flex: 1 1 auto;
    }   

}

/* ==========================
    PASTILLAS DE INFORMACION
   ========================== */

#linksarticulos h2 {
    font-size: 1.8125rem;
    font-weight: 700;
}

#linksarticulos ul {
    text-align: center;
}

#linksarticulos li {
    height:100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    list-style-type: none;
    background-color: #1B1464;
    margin: 0 20px 0 20px;
}

@media screen and (max-width: 767px) {

    #linksarticulos li {
        height:150px;
        width: 150px;
    }

    #linksarticulos li:nth-child(1),#linksarticulos li:nth-child(3){
        margin: 0 20px 0 70px;
    } 
    #linksarticulos li:nth-child(2),#linksarticulos li:nth-child(4){
        margin: 0 70px 0 20px;
    }  
}

@media screen and (max-width: 567px) {

    #linksarticulos li {
        height:100px;
        width: 100px;
        margin: 0 20px 0 20px;
    }

    #linksarticulos li:nth-child(1),#linksarticulos li:nth-child(3){
        margin: 0 20px 0 20px;
    } 
    #linksarticulos li:nth-child(2),#linksarticulos li:nth-child(4){
        margin: 0 20px 0 20px;
    }  

}

#linksarticulos li a {
    text-decoration:none;  
    color: white;
}

.imagencurso > div {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url('../imagenes/galeria/trazos.webp');
    height:100%;
}

.opacidad {
        background-color: hsla(0, 100%, 0%, 0.5);
        width:100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
}

/* =====================
   Propagandas articulos
   ===================== */

#rectanguloazul {
    background-color: #1B1464;
    border-top-right-radius: 5em;
    border-bottom-right-radius: 5em;
    height: 200px; 
    align-items: center;   
}

#rectanguloazul h2 {
    font-size: 1.8rem;
    margin-left: 7%;
    margin-right: 15px;
}

@media screen and (min-width: 992px) {

    #rectanguloazul h2 {
        font-size: 2.3rem;
        margin-left: 7%;
    }

    #rectanguloazul {
        height: 300px; 
    }

}



/* ===========
   IMAGENES GAL
   =========== */

#casona, #dongodoy {
    width: 100%;
    height: 50vh;
    margin-top:20px;
}

#casona {
    background: url('../imagenes/casona-de-puerto-ruiz.webp') no-repeat center;
} 

#casona div, #dongodoy div {
    background-color: hsla(0, 100%, 0%, 0.5);
    width:100%;
    flex-grow: 1;
}

#casona div:hover, #dongodoy div:hover {
    background-color: hsla(0, 100%, 0%, 0.4);
    cursor: pointer;
}

#dongodoy {
    background: url('../imagenes/don-godoy-viejo-cantor-curandero-albanil-mobile.webp') no-repeat center;
}

/* ===========
      VIDEO
   =========== */


#seccionvideo h2 {
    font-weight: 200;
   }

#seccionvideo h2 span{
    font-weight: 600;
}



/* ============
    FORMULARIO
   ============ */

#formulario div {
    height: 470px;
    background-color: rgb(3, 3, 51);
}

form p {
    font-size: 2rem;
    padding-top: 60px;
}

input, textarea {
    display: block;
    width: 90%;
    margin: 15px auto;
    height: 40px;
    font-family: 'Poppins';
    font-weight: 500;
}

textarea {
    height: 80px;
}

form :nth-child(4) {
    margin: 15px auto;
    font-family: 'Poppins';
    font-weight: 500;
    width:90%;
}

::placeholder {
    font-size: 1.2em;
    line-height: 40px;
    padding-left: 10px;
}


.enviarform {
    background-color: #FBB03B;
    color: black;
    border: none;
}

form :nth-child(5) {
    margin-top: 20px;
}

#formulario div span:last-child {
    display: none;
}

#formulario div span:nth-child(2) {
    position: relative;
    text-align: right;
    display: block;
    top: 30px;
    width: 90%;
    margin: 0 auto;
    font-weight: 200;
}

/* ============
      FOOTER
   ============ */

.redes li {
    list-style-type: none;
}

footer ul li a {
    color: white;
    text-decoration: none;
}

.card-header, .card-body {
    background-color: black;
}

#fb {
	width:64px;
	height:64px;
	display:inline-block;
	margin-left: 250px;
	position: relative;
	}
	
#fblink {
	width:64px;
	height:64px;
	background: url(../imagenes/sprites.png) 0 -66px;
	display:inline-block;
	font-size: 0;
	}
	
#fblink:hover {
	background: url(../imagenes/sprites.png) 0 0;
	}

.igyt {
	width:64px;
	height:64px;
	display:inline-block;
	}
	
#iglink {
	width:64px;
	height:64px;
	background: url(../imagenes/sprites.png) -64px -66px;
	display:inline-block;
	font-size: 0;
	position: relative;
	}
	
#iglink:hover {
	background: url(../imagenes/sprites.png) -64px 0px;
	}

#twlink {
	width:64px;
	height:64px;
	background: url(../imagenes/sprites.png) -128px -66px;
	display:inline-block;
	font-size: 0;
	position: relative;
	}
	
#twlink:hover {
	background: url(../imagenes/sprites.png) -128px 0px;
	}

footer {
    background-color: black;
}

#button-addon1 {
    color: #ffc371;
  }
  
  i {
    color: #ffc371;
  }
  
  .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
  }
  
  .form-control .shadow-0:focus {
    box-shadow: none;
  }


/* ============
    BLOG BLOG BLOG
    ============ */

#h2blog {
    font-size: 3rem;
    font-weight: 600;
}

/*  ============
      CONTACTO
    ============ */

.imagenlateral {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url('../imagenes/formulario.png');
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.borderedondeado {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;   
}

@media screen and (max-width: 767px) {

    .imagenlateral {
        height: 100px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }

    .borderedondeado {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px; 
    }

}

/*  ============
      Galeria
    ============ */

    section, footer {
        max-width: 100%;
        overflow-x: hidden;
    }

    .imggaleria article {
        cursor: pointer;
        display: flex;
    }

    .modal {
        position: fixed; 
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0,0,0,.9);
        height: 100vh;
    }
    
    .cierre {
        position: fixed;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 1em;
        right: 1em;
        border-radius: 2.5em;
        width: 4em;
        height: 4em;
        background-color: rgba(255,255,255,0.9);
        font-size: 0.8em;
        font-weight: 400;
        text-align: center;
        color: #1A4A5E;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }
    
    .modal a:hover {
        background-color: #1A4A5E;
        color: rgba(255,255,255,.9);
    }
    
    .modal img {
        max-height: 60vh;
        max-width: 95vw;
    }
    
    .modal h3, .modal figcaption, .modal li {
        text-align: center;
        color: #D0E0E3;
        max-width: 90vw;
    }

.vendido, .disponible, .reservado {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: red;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    right: 30px;
}

@media screen and (max-width: 767px) {

    .vendido, .disponible, .reservado {
        right: 100px;
    }

}

@media screen and (max-width: 576px) {

    .vendido, .disponible, .reservado {
        right: 18vw;
    }

}

@media screen and (max-width: 484px) {

    .vendido, .disponible, .reservado {
        right: 15vw;
    }

}

@media screen and (max-width: 400px) {

        .vendido, .disponible, .reservado {
            right: 8%;
        }

}

.disponible {
    background: green;
}

.reservado {
    background: yellow;
}



/*  ============
      SOBRE MI
    ============ */

    #h2sobremi {
        font-size: 3rem;
        font-weight: 600;
        text-align: center;
    }

    .contenedor {
        position: relative;
        text-align: center;
        width: 90%;
        margin: auto;
    }

    .bottom-left {
        position: absolute;
        bottom: 8px;
        left: 16px;
      }

.cuadradoazul {
    width: 45%;
    background-color: #01002B;
    border-radius: 10px;
}

.fechas {
    display: block;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(top, #f7f7f7, #e7e7e7); 
    background-image: -moz-linear-gradient(top, #f7f7f7, #e7e7e7);  
    background-image: -o-linear-gradient(top, #f7f7f7, #e7e7e7); 
    color: #a7a7a7;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-left: 10px;
    margin-top: 5px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  }

  .circulo {
    content: "";
    display: block;
    background: #fff;
    border-top: 2px solid #ddd;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0px 8px 48px #ddd;
    margin: 0 auto;
  }

  .imgbio {
      width: 200px;
      margin: 10px 5px 10px 0;
  }

  .btn-link {
      cursor: pointer;
  }

