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

body{
    /*overflow: overlay;*/
    background: #721f83;
    overflow-y: overlay;
}
/*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;
}

body{
    overflow-x:hidden ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(/assets/back.png);
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255, 255, 255, 0.301); /* Set a background color */
    color: #8e007e; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  

.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 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;
}


section{
    padding: -1%;
    width: 100%;
    height: 100%;
    /*background-color: #873286;*/
}

section #containerCards{
    padding: 6%;
}

#containerCards .textOne h2{
    font-size: 40pt;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

#containerCards .textOne h2::-moz-selection {
    background-color: #FFF;
    color: #791082;
}

#containerCards .textOne h2::selection {
    background-color: #FFF;
    color: #791082;
}
 
#containerCards .card h5::-moz-selection {
    background-color: #FFF;
    color: #791082;
}

#containerCards .card h5::selection {
    background-color: #FFF;
    color: #791082;
}

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

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


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

#social a .fa-brands{
    color: rgb(255, 255, 255);
    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%;
}

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

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

@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 a .fa-brands{
        color: white;
        font-size: 30px;
        margin-top: 34px;
        margin-bottom: 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%;
    }

    #containerCards .textOne h2{
        font-size: 38pt;
        font-weight: bold;
        color: #ffffff;
        text-transform: uppercase;
    }

    #social a .fa-brands{
        color: white;
        font-size: 30px;
        margin-top: 4px;
        margin-bottom: 34px;
        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;
    }
}

@media only screen and (max-width:320px){
    .text-center{
        height: 20vh;
    }
}