.rrss {
    position: fixed;
    right: 0px;
    z-index: 999;
    top: 50vh;
}

.rrss>div {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
    padding-right: 50px;
    padding-left: 30px;
    border-radius: 50px 0 0 50px;
    height: 90px;
    margin-top: 20px;
    width: 100px;
    margin-left: auto;
    border: 1px solid #fff;
}

.rrss-item {
    transition: width 0.3s ease;
    width: 60px;
    background-color: #f4a2a9;
    color: #fff;
    box-shadow: 2px 2px 3px #999;
}
.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.rrss img {
    width: 45px;
    min-width: 45px;

}
.display-none {
    display: none;
}
.display-inline {
    display: flex;
}

.rrss-item:hover {
    transition: width 0.3s ease;
    width: 275px;
}
.content-item{
    position: relative;
    top: 15px;
    margin-left: 10px;
    font-size: 17px;
}
.rrss-item a{
    color: #fff
}

.wrapper * {
    color: #939393;
}
.btn-default {
    color: white;
}

.wrapper img{
    border-radius: 0px;
    /*box-shadow: #939393 3px 3px 17px;*/
}
.bg-f9f9f9 {
    background-color: #f9f9f9;
}

#sliderHomePage, #sliderHomePage img {
    height: 95vh;
    min-height: 95vh;
    max-height: 95vh;
}

#sliderHomePage {
    margin-bottom: 60px;
}

.pink {
    color: #ffc2c4;
}

.pecita {
    font-family: pecita;
}

.home-header {
    height: 100vh;
    background-image: url("/images/slider/slider_1.jpg");
    background-size: initial;
    background-position-x: 59%;
    background-position-y: 8%;
}

.home-header-body {
    width: 100%;
    height: 100%;
    background-color: #0000007d;
}
/*background-position: 59% 8%;*/
/*background-position-x: 59%;
background-position-y: 8%;*//*
.paral {
    min-height: 600px;
    background-attachment: fixed;
    background-size: initial;

    background-position: center top;

}*/

.paral p, .paral h1 {
    color: white;
}

.paral h1 {
    font-family: 'quicksand-light' !important;
}

.paral p {
    font-family: pecita;
    font-size: 20pt;
}

.paral a {
    font-family: 'quicksand-medium' !important;
}

.content-header {
    width: 70%;
    margin: auto;
    padding-top: 40vh;
}

.title p {
    font-size: 30px !important;
}

.home img {
    /*border-radius: 30px;*/
    border-radius: 0px
}

.home p {
    text-align: center;
    font-size: 20px;
}

.how-born p {
    font-size: 15px;
    text-align: justify;
}

.how-born img {
    /*border-radius: 30px;*/
    border-radius: 0px
}

.quote {
    font-family: pecita;
    color: #f4a2a9;
    font-size: 33px;
    text-align: center;
}
