@import url('https://fonts.googleapis.com/css?family=Roboto:300');

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif !important;
}

section {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    padding-top: 70px;
    background: white;
}

.backgroundblack {
    background-color: black;

}

header {
    /* Create the parallax scrolling effect */
        background:
        linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)),
        url('../img/pexels-photo-987586.jpeg');
        background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
    width: 100%;
    height: 150vh;
}

.title2 {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

@media screen and (min-width: 350px) {.title2  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-size: 12px;
    
    }
    
}

.titleprincipalfont {
    text-transform: uppercase;
    margin: 0;
    font-size: 80px;
    white-space: nowrap;
}

h2 {
    font-size: 70px;
}

p {
    margin: 0;
    font-size: 20px;
}



.card {
    position: relative !important;
    max-width: 300px;
    border-radius: 15px !important;
    height: 530px;
    background: linear-gradient(-45deg, #a52d73 , #12e9e9);
    padding: 40px 20px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
    transition: .5s;
    overflow: hidden;
    margin-bottom: 30px;
}

.navbar .logonavbar {
    display: block;
    margin-left: auto;
    margin-right: 10px;
    width: 120px;

}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

img:hover {
    transform: scale(1.1);
    transition: .5s;
    opacity: 0.5;

}

.card:hover {
    transform: scale(1.1);

}

.col-sm-4 .card .title .fa {
    background: linear-gradient(-45deg, #3333ff, #29c9f8);
}


.card:before {
    content: '' !important;
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transform: skewY(-5deg) scale(1.5);
}

.title .fa {
    color: #fff;
    font-size: 60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}

.title h2 {
    position: relative;
    margin: 20px 0 0;
    padding: 0;
    color: #fff;
    font-size: 60px;
    z-index: 2;
    font-weight: bold;
}

.price {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
}

.price h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
}

.price span {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
}

.price h3 {
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.option {
    position: relative;
    z-index: 2;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 16px;
}

.card a {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #262626;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

}

.card a:hover {
    font-size: 20px;
    font-weight: bold;
    background: #29c9f8;
    text-decoration: none;
    color: white;
}

@media only screen and (max-width: 512px) {
    
    .media
    {        
        padding-top: 100px;
      }
    .titleprincipal
    {
        word-break: break-all;
        font-size: 1.5rem;
        padding-bottom: 10px;
    }
  }
@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');


.footerback {
    overflow: hidden;
    background: #262626;
    color: #627482 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    clip-path: polygon(0 27%, 100% 0, 100% 100%, 0% 100%);

}

small {
    font-size: calc(12px + (15 - 12) * ((100vw - 360px) / (1600 - 360))) !important
}

.bold-text {
    color: #989c9e !important
}

.mt-55 {
    margin-top: calc(50px + (60 - 50) * ((100vw - 360px) / (1600 - 360))) !important
}

h3 {
    font-size: calc(34px + (40 - 34) * ((100vw - 360px) / (1600 - 360))) !important
}

.social {
    font-size: 21px !important
}

.rights {
    font-size: calc(10px + (12 - 10) * ((100vw - 360px) / (1600 - 360))) !important
}
