.row {
    display: flex;
    flex-wrap: wrap;
}

body {
    font-family: "Josefin Sans";
    color: #333;
}

p {
    font-size: 1rem;
}

noscript {
    background-color: darkred;
}

noscript p a {
    color: white;
    font-weight: 700;
}

a {
    text-decoration: none !important;
    margin-bottom: 10vw;
}

header {
    font-size: 80%;
    width: 100%;
    padding: 5px 0px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    border-bottom: solid 3px #fb9b1a;
    z-index: 1;
}

nav {
    padding-top: 1.3rem;
    padding-right: 5px;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 1rem;
}

nav ul li a {
    font-family: "Josefin Sans";
    color: #333;
}

nav ul li a:hover {
    color: #FB9B1A;
}

#micarousel {
    padding-top: 69px;
    
}

#micarousel i {
    font-size: 2rem;
    color: black;
    position: relative;
    top: 50%;
    z-index: 1;
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}

h2 {
    font-size: 1.8rem;
    text-align: center;
}

h2:after {
    content: "";
    display: block;
    background-color: #FB9B1A;
    width: 60px;
    height: 3px;
    margin: 10px auto;
}

h1 { 
font-family: "Josefin Sans"; 
font-size: 24px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 26.4px; 
} 

h3 { 
font-family: "Josefin Sans"; 
font-size: 14px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
line-height: 15.4px; 
} 

p { 
font-family: "Josefin Sans"; 
font-size: 14px; 
font-style: normal; 
font-variant: normal; 
font-weight: 400; 
line-height: 20px; 
} 

blockquote { 
font-family: "Josefin Sans"; 
font-size: 21px; font-style: 
normal; font-variant: normal; 
font-weight: 400; line-height: 30px; 
} 

pre { 
font-family: "Josefin Sans"; 
font-size: 13px; 
font-style: normal; 
font-variant: normal; 
font-weight: 400; 
line-height: 18.5714px; 
}


article {
    text-align: center;
}

section p {
    text-align: justify;
}

iframe {
    padding: 1rem 0;
}

.fa {
    font-size: 2.5vh;
}

#contacto h3{
    padding-bottom: 0rem;
    padding-top: 3vh;
}
#contacto article a{
    font-size: 1rem;
}

#rrss a {
    padding: 1rem 0;
    margin-left: 1rem;
}

#rrss a i {
    font-size: 4rem;
    color: #333;
}

footer {
    text-align: center;
    color: white;
    background-color: #333;
    padding: 5px 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FB9B1A;
    font-size: 0.8rem;
}

a#subir {
    bottom: 30px;
    right: 10px;
    margin: 0px;
    position: fixed;
    font-size: 2.5rem;
    color: #333;
    display: none;
    z-index: 1;
}

a#subir i {
    text-shadow: 2px 2px 10px #333;
}
