body
{
    font-family: "Montserrat", sans-serif;
}

.logotipo
{
    width: 70px;
}

header
{
    padding: 3px 0;
    z-index: 99;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}

header nav
{
    margin-left: 20px;
}

header nav ul
{
    margin: 0;
    padding: 0;
}

header nav ul li
{
    display: inline;
}

header nav ul li a
{
    text-decoration: none;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
}

header nav ul li a:hover
{
    color: #e1f06d;
}

.actve
{
    color: #ff4b4b!important;
}

.networks
{
    margin-left: 10px;
}

.networks i
{
    margin-left: 0;
    font-size: 1.2rem;
    color: #ffffff;
    transition: 0.3s;
}

.networks i:hover
{
    color: #e6ff2b;
}

.offcanvas
{
    height: 100vh;
}

.navbar-toggler
{
    border: none;
}

.navbar-toggler:focus
{
    box-shadow: none;
}

.bar1
{
    background-color: #fff;
    width: 28px;
    height: 2px;
}

.bar2
{
    background-color: #fff;
    width: 28px;
    height: 2px;
    margin-top: 6px;
}

.bar3
{
    background-color: #fff;
    width: 28px;
    height: 2px;
    margin-top: 6px;
}

.slider1
{
    height: 100vh;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-image: url("../img/1.jpg");
}

.slider2
{
    height: 100vh;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-image: url("../img/2.jpg");
}

.slider3
{
    height: 100vh;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
    background-image: url("../img/3.jpg");
}

#stage
{
    margin: 0 0 100px 0;
}

#stage h1
{
    font-family: "Arvo", serif;
    position: absolute;
    z-index: 11;
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#stage h1 span
{
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
}

#info, #photo, #data
{
    margin: 100px 0;
}

#data2, #data3
{
    padding: 100px 0;
}

#photo img
{
    border-radius: 20px;
}

/* contactBtn */

#contactBtn
{
    background-color: #CAE268;
    padding: 100px 0;
    text-align: center;
}

#contactBtn p
{
    font-size: 30px;
}

/* contact */

.stageContact
{
    background-image: url("../img/cover3.jpg");
    background-position: center;
    background-size: cover;
}

.coverContact
{
    padding-top: 100px;
    height: 500px;
    position: relative;
    text-align: center;
}

.coverContact h2
{
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-family: "Arvo", serif;
}

#contact
{
    background-color: #97d8ff;
    padding: 100px 0;
    text-align: left;
}

#contact h2
{
    margin-bottom: 40px;
}

.titleContactTwo h5
{
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 700;
}

.titleContactTwo p
{
    margin: 0px;
    font-size: 18px;
}

.titleContactTwo p a
{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #000;
}

.dataContact
{
    border: 1px solid #000;
    padding: 20px;
    border-radius: 15px;
}

.redesContact
{
    font-size: 40px;
    letter-spacing: 10px;
    margin-top: 20px;
}

.redesContact a
{
    color: #000;
}

.redesContact a:hover
{
    color: #0d6efd;
}

/* Nosotros */

.stageAbout
{
    background-image: url("../img/cover2.jpg");
    background-position: center;
    background-size: cover;
}nav

.coverAbout
{
    padding-top: 100px;
    height: 500px;
    position: relative;
    text-align: center;
}

.coverAbout h2
{
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-family: "Arvo", serif;
}

/* Informacion */

.stageInfo
{
    background-image: url("../img/cover1.jpg");
    background-position: center;
    background-size: cover;
}

.coverInfo
{
    padding-top: 100px;
    height: 500px;
    position: relative;
    text-align: center;
}

.coverInfo h2
{
    color: #fff;
    text-shadow: 0px 0px 10px #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    font-family: "Arvo", serif;
}

.info2
{
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}

/* Data */

#data p
{
    font-size: 18px;
    text-align: justify;
}

#data2
{
    background-color: #ffffcd;
}

#data3
{
    background-color: #d2ffe3;
}

#data3 img
{
    border-radius: 20px;
}

.galeria
{
    border-radius: 10px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    height: 100%;
    width: 100%;
}

/* Info */

#info p
{
    font-size: 26px;
    text-align: justify;
}

/* footer */

footer
{
    padding: 60px 0;
    background-color: #000000;
    color: #fff;
}

footer .redes
{
    text-align: center;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

footer .redes i
{
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 6px;
}

footer ul
{
}

footer ul li
{
    
}

footer ul li a
{
    padding: 0 20px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.3s;
}

footer ul li a:hover
{
    color: #385a63;
}

footer p
{
    color: #9f9f9f;
    font-size: 12px;
}

/* Offcanvas */

.offcanvas
{
    background-color: #000000!important;
}

/* Media Queries */

@media (max-width: 575.98px) {
    #info p
    {
        font-size: 16px;
        text-align: justify;
    }
    
    #contactBtn p
    {
        font-size: 22px;
    }
    
    #stage h1 span
    {
        font-size: 20px;
    }
    
    .navbar-nav .nav-item
    {
        border-bottom: 1px solid #2b2b2b;
        padding: 10px 0px;
    }
    
    .networks
    {
        margin-top: 20px;
    }
    
    .networks i
    {
        font-size: 30px;
        letter-spacing: 6px;
    }
    
    .navbar-nav .nav-item:last-child
    {
        border: none;
    }
    
    .nav
    {
        display: block;
        text-align: center;
    }
    
    .nav ul li
    {
        padding: 10px 0;
    }
    
    .galeria
    {
        height: 300px;
    }
    
    #data3
    {
        text-align: justify;
    }
    
    #data p
    {
        font-size: 16px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
     #info p
    {
        font-size: 18px;
        text-align: justify;
    }
    
    #contactBtn p
    {
        font-size: 24px;
    }
    
    #stage h1 span
    {
        font-size: 22px;
    }
    
    .navbar-nav .nav-item
    {
        border-bottom: 1px solid #2b2b2b;
        padding: 10px 0px;
    }
    
    .networks
    {
        margin-top: 20px;
    }
    
    .networks i
    {
        font-size: 30px;
        letter-spacing: 6px;
    }
    
    .navbar-nav .nav-item:last-child
    {
        border: none;
    }
    
    .nav
    {
        display: block;
        text-align: center;
    }
    
    .nav ul li
    {
        padding: 10px 0;
    }
    
    .galeria
    {
        height: 300px;
    }
    
    #data3
    {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
     #info p
    {
        font-size: 20px;
        text-align: justify;
    }
    
    #contactBtn p
    {
        font-size: 26px;
    }
    
    #stage h1 span
    {
        font-size: 24px;
    }
    
    .navbar-nav .nav-item
    {
        border-bottom: 1px solid #2b2b2b;
        padding: 10px 0px;
    }
    
    .networks
    {
        margin-top: 20px;
    }
    
    .networks i
    {
        font-size: 30px;
        letter-spacing: 6px;
    }
    
    .navbar-nav .nav-item:last-child
    {
        border: none;
    }
    
    .nav
    {
        display: block;
        text-align: center;
    }
    
    .nav ul li
    {
        padding: 10px 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    
}

@media (min-width: 1400px) {
    
}