.form-padrino {
    padding: 5%;
}

.form-padrino .form-group.row label, .form-padrino .form-group.row div {
    margin-top: 20px;
}

.form-padrino .bg-bordo {
    background-color: #403C4D;
    color: white;
}

.form-padrino .bg-familia {
    background-color: #c98786;
    color: white;
    border: none;
}

.form-padrino .bg-mesumo {
    background-color: red;
    color: white;
    border: none;
}

.form-padrino .color-bordo {
    color: #403C4D;
}

.form-padrino .border-bordo {
    border: #403C4D 1px solid;
}

.form-padrino .bg-red {
    background-color: #D94352;
    color: white;
}

.form-padrino .rounded-border {
    border-radius: 10px;
}

.btn-whatsapp {
    background-color: #4cb673;
    color: white;
}

.float:hover, .floatsumo:hover, .floatauto:hover {
    color: white;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #4cb673;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 2px;
}

.floatsumo {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 160px;
    right: 40px;
    background-color: red;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 2px;
}

.floatauto {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 100px;
    right: 40px;
    background-color: blue;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    padding-top: 2px;
}

.clickable {
    color: blue;
    text-transform: underline;
    cursor: pointer;
}

/*h4.mt-4 {
    color: red;
}*/



/******************************************/

* {
 font-family: 'Georama', sans-serif;
}


.intro1 {
    font-size: 170%;
    color: #C8A7CC;
    font-weight: 400;
    font-family: 'Bebas Neue', cursive;
}

.description {
    border: 2px solid #92E28F;
    border-radius: 15px;
    padding: 10px;
}

.intro2 {
    font-size: 120%;
    color: #7FCFCC;
    font-weight: 400;
}

.slogan {
    font-size: 130%;
    font-style: italic;
}

.separator {
    margin-top: 50px;
    margin-bottom: 50px;
}

.invitation {
    font-size: 120%;
    font-weight: 400;
}

.mp {
    border: 2px solid #FCA1C5;
    border-radius: 15px;
    padding: 10px;
    background-color: cornsilk;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .mp {
        margin: 10px;
}
}

.mptitle {
    font-size: 170%;
    color: #C8A7CC;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Bebas Neue', cursive;
}

.title {
    font-size: 170%;
    color: #7FCEF0;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    font-family: 'Bebas Neue', cursive;
}

.mp .price {
    font-size: 150%;
}

.mp .service {
    font-size: 110%;
}

body {
    background-color: aliceblue;   
}

h5.mt-4 {
    color: lightblue;
}

form .bg-next {
    background-color: #92E28F;
    color: white;
    border: none;
}

.carousel {
    margin-bottom: 40px;
}




@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:900&display=swap');

html {
  width: 100%;
  height: 100%;
}

.black-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 40px;
}

.black-lives-matter {
  font-size: 8vw;
  line-height: 8vw;
  margin: 0;
  font-family: 'Red Hat Display', sans-serif;
  font-weight: 900;
  background: url(img/bg-colors.png);
  background-size: 40%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  color: rgba(0,0,0,0.08);
  animation: zoomout 20s ease 500ms forwards;
  animation-iteration-count: infinite;
}

@keyframes zoomout {
  0% {
    background-size: 40%;
  }
  50% {
    background-size: 10%;
  }
  100% {
    background-size: 40%;
  }
}