*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-y: overlay;
    background: #721f83;
}

/*Barra de Scroll*/

::-webkit-scrollbar{
    width: 10px;
    background-color: #721f8300;
  }
  
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #c51e9b;;
}

.navbar{
    position: sticky;
    width:100%;
    border: none;
    margin-top: -4px;
    float: none;
    overflow: hidden;
    display: inline-flex;
    list-style: none;
    background: #100e18;
    padding: 10px;
}

.navbar-toggler span {
    display: block;
    background-color: rgb(255, 0, 221);
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
  }
  
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(2) {
    opacity: 1;
  }
  
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
  }
  
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
  
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.justify-content-end{
  margin-right: 84px;
}

.nav-item a{
    margin: 0px 20px;
    color: aliceblue;
    text-decoration: none;    
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.nav-item a:hover{
    color: rgb(255, 0, 221);
}

.social-media a{
    margin: 0 8px;
    font-size: 30px;
    color: rgb(180, 180, 180);
}

.fa-square-twitter{
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.fa-square-facebook{
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.fa-linkedin{
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
}

.social-media .fa-square-twitter:hover{
    color: #00ACEE;
}

.social-media .fa-square-facebook:hover{
    color: #1877F2;
}

.social-media .fa-linkedin:hover{
    color: #0077B5;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0.301);
    color: #8e007e;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  

.col-6{
    /*background: url(/assets/backtwo.png);
    background-size:cover;*/
    width: 100%;
    height: 50vh;
}

.swiper-wrapper .swiper-slide{
    border-radius: 35px;
    background-color: transparent;
}

.swiper-slide .col .card{
    border-color: transparent;
    background-color: transparent;
}

.container{
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
    height: 100%;
}

.container .text{
    width: 80%;
}

.text h1{
    color: white;
    font-size: 60px;
    font-weight: bold;
}

.text p{
    color: white;
    font-size: 20px;
    font-weight:lighter;
}

.text h1::-moz-selection {
    background-color: #FFF;
    color: #791082;
}

.text h1::selection {
    background-color: #FFF;
    color: #791082;
}

.text p::-moz-selection {
    background-color: #FFF;
    color: #791082;
}

.text p::selection {
    background-color: #FFF;
    color: #791082;
}

.col-sm-4 p::-moz-selection {
    background-color: #FFF;
    color: #791082;
}

.col-sm-4 p::selection {
    background-color: #FFF;
    color: #791082;
}

.text button a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.text button{
    width: 30%;
    padding: 16px;
    font-weight: bold;
    letter-spacing: 1.4px;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(255, 79, 226);
    transition-duration: 0.4s;
    background-color: transparent;
}

#container1 button:hover{
    background-color: rgb(255, 79, 226);
    color: #791082;
}

footer{
    width: 100%;
    padding: 3%;
    background-color: #0D125E;
}

#social .fa-brands{
    color: white;
    font-size: 50px;
    margin-top: 34px;
    margin-right: 40px;
    display: inline-flex;
    justify-content: space-between;
}

.text-center a{
    color: white;
    text-decoration: none;
}


.text-center h6{
    color: white;
    margin-top: 2%;
}

@media only screen and (max-width:1024px){
    .text button{
        width: 50%;
        padding: 16px;
        font-weight: bold;
        letter-spacing: 1.4px;
        border-radius: 30px;
        text-decoration: none;
        text-transform: uppercase;
        border: 2px solid rgb(255, 79, 226);
        transition-duration: 0.4s;
        background-color: transparent;
    }
    
    #container1 button:hover{
        background-color: rgb(255, 79, 226);
        color: #791082;
    }
}

@media only screen and (max-width:768px){

    .nav-item a{
        margin: 0px 36px;
        color: aliceblue;
        text-decoration: none;    
        transition-duration: 0.4s;
        transition-timing-function: ease-in-out;
    }

    .justify-content-end{
        margin-right: 84px;
    } 
    
    .social-media a{
        margin: 0 6px;
        font-size: 30px;
        color: rgb(180, 180, 180);
    }

    #container1{
        height: 100%;
        /*margin-bottom: 20px;
        background-color: #0077B5;*/
    }

    .container .text{
        width: 100%;
        height: 100%;
        margin-bottom: 40px;
    }

    .text button{
        width: 50%;
    }

    .container-xxl .col{
        width: 100%;
        transform: translateX(0%);
    }

    .container .col-sm-4{
        width: 35%;
    }

    .container h1{
        color: rgb(255, 255, 255);
        font-size: 37px;
    }

    .container p{
        color: rgb(255, 255, 255);
        font-size: 26px;
    }
}

@media only screen and (max-width:540px){
    .navbar .container-xxl{
        width: 100%;
    }

    .navbar .navbar-brand img{
        width: 120px;
    }

    #container1{
        height: 100%;
        /*margin-bottom: 20px;
        background-color: #0077B5;*/
    }

    .container .text{
        width: 100%;
        height: 100%;
        margin-bottom: 40px;
    }

    .text button{
        width: 50%;
    }

    .container-xxl .col{
        width: 100%;
        transform: translateX(0%);
    }

    .container .col-sm-4{
        width: 40%;
        transform: translateX(70%);
    }

    .AboutUs{
        height: 100%;
        background-color: #ba1b8269;
    }

    .AboutUs h1{
        color: white;
        font-size: 60px;
    }

    .AboutUs p{
        color: white;
        text-align: justify;
    }

    #social .fa-brands{
        color: white;
        font-size: 50px;
        margin-top: 34px;
        margin-left: 20px;
        margin-right: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .text-center h6{
        color: white;
        margin-top: 6%;
    }
}

@media only screen and (max-width:450px){
    .navbar .container-xxl{
        width: 100%;
    }

    .navbar .navbar-brand img{
        width: 120px;
    }

    .col-sm-7{
        height: 100%;
    }

    .col-sm-7 h1{
        font-size: 40px;
    }

    .container-xxl .col{
        width: 100%;
        transform: translateX(0%);
    }

    .col-sm-4{
        height: 100%;
        width: 300%;
    }

    .mySwiper{
        width: 100%;
    }

    .swiper-wrapper{
        width: 120%;
    }

    #social .fa-brands{
        color: white;
        font-size: 30px;
        margin-top: 54px;
        margin-left: 20px;
        margin-right: 20px;
        display: inline-flex;
        justify-content: space-between;
    }

    .text-center h6{
        color: white;
        margin-top: 2%;
        font-size: 9px;
    }

    .container h1{
        font-size: 36.8px;
    }

    .container p{
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    .AboutUs .text-center{
        font-size: 14px;
        margin-top: -20px;
    }

    .AboutUs .text-center a{
        font-size: 14px;
    }
}