@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600');

* {
    outline: none !important;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

header {
    position: relative;
    z-index: 100;
}

p {
    font-size: 1rem;
    margin-top: 0.2rem;
}

a:hover {
    text-decoration: none;
}

.navbar {
    background: white !important;
}

.navbar-nav {
    text-align: center;
}

.navbar.open {
    background: white !important;
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.animated-icon span {
    background: #ee738a !important;
}


.animated-icon span:nth-child(1) {
    top: 0px;
}

.animated-icon span:nth-child(2),
.animated-icon span:nth-child(3) {
    top: 10px;
}

.animated-icon span:nth-child(4) {
    top: 20px;
}

.animated-icon.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.animated-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: white !important;
    background: #ee738a;
    border-radius: .25rem;
}

.navbar-light .navbar-nav .active>.nav-link:hover {
    color: #ee738a;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(133, 125, 124);
}

.navbar-light .navbar-nav .nav-item {
    padding: 0 1.25rem;
}


.navbar-light .navbar-nav .nav-link.open {
    color:  rgb(133, 125, 124);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ee738a;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:visited {
    color: #ee738a;
    font-size: 2.5rem;
    font-weight: 600;
}

.navbar-brand {
    padding-top: 0rem;
}

#hidden {
    display: none;
}

.sec1 {
    height: 100vh;
    background-color: white;
    margin-top: 90px;
}

.banner {
    height: 70vh;
    width: 100%;
}

.banner {
    background: url(Inaguracion/inagu4.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position-x: 72%;
    background-repeat: no-repeat;
} 

.headerText {
    margin-bottom: 10px;
    color: rgb(133, 125, 124);
}

.headerText p {
    margin-top: 20px;
}

.headerText h2 {
    font-size: 4rem;
    padding: 80px 0 35px 0;
}

.item span:before {
    width: 0;
    color: #ee738a;
    overflow: hidden;
    position: absolute;
    content: attr(data-text);
    white-space: nowrap;
    transition: all 1s cubic-bezier(0.84, 0, 0.08, 0.99) 0.2s;
}

.item span:hover:before {
    width: 24%;
}


.sci a:hover {
    text-decoration: none;
}

.sci {
    display: flex;
    justify-content: center;
    margin: 0 4rem;
    padding: 0;
}

.sci li {
    list-style: none;
    margin: 0 10px;
}

.sci li a {
    display: block;
    color: rgb(133, 125, 124);
    font-size: 4em;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}

.sci li a:hover {
    color: #ee738a;
    transform: scale(1.1);
}

footer {
    background: transparent;
    padding: 60px 0 0;
}

.cpryt {
    text-align: center;
    color: rgb(133, 125, 124);
}

.cpryt a {
    text-decoration: none;
    color: rgb(133, 125, 124);
}

@media (max-width: 992px) {
    .navbar-light .navbar-toggler {
        border-radius: 5px;
        font-size: 1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    .headerText h2 {
        font-size: 3rem;
    }
}

@media (max-width: 512px) {
    .headerText a {
        color: rgb(133, 131, 131);
        font-size: 1.4rem;
        text-decoration: none;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 380px) {
    #hidden {
        display: initial;
    }

    .navbar-brand {
        line-height: 40px;
    }
}

@media (min-width: 512px) {
    .headerText a {
        color: rgb(133, 131, 131);
        font-size: 1.8rem;
        text-decoration: none;
        letter-spacing: 0.04em;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

}
