@font-face {
    font-family: "Calibri";
    src: url("../fonts/calibri/calibri\ Regular.ttf");
}

@font-face {
    font-family: "Calibri-bold";
    src: url("../fonts/calibri/calibri\ Bold.TTF");
}

@font-face {
    font-family: "SignPainter";
    src: url("../fonts/signPainter/SignPainter.woff");
}

.container, .carousel, .carousel-inner {
    margin: 0;
    padding: 0;
}

html, body, .mybody{
    padding: 0 !important;
    width: 100%;
    justify-content: center;
}

a {
    text-decoration: none;
}

p{
    font-family: 'Calibri';
}

h1{
    font-family: 'SignPainter';
    font-size: 35pt;
    color: #830c85;
    text-align: center;
    margin-top: 30px;
}

h2{
    font-family: 'Calibri-bold';
    text-align: center;
    font-size: 30px;
}

h3{
    font-family: 'SignPainter';
    font-size: 23pt;
    color: #830c85;
    text-align: center;
}

h4, .servicio h1{
    font-family: 'Calibri-bold';
    text-align: center;
    font-size: 20px;
    color: #830c85;
}

h5{
    font-family: 'Calibri';
    font-size: 15pt;
    color: #000000;
    text-align: left;
}

.uppercase{
    text-transform: uppercase; 
}

#menuprincipal ul li a:hover, .active{
    color: #f99acb!important;
}

#barrasuperior{
    background-color: #830c85;
    width: 100%;
    top:0;
}

.redes{
    margin: 5px;
    width: 20px;
}

.logo_menu{
    height: 60px;
    margin-top: -10px;
}

#menuprincipal a{
    font-family: 'SignPainter';
    color: #830c85;
    font-size: 23pt;
}

.centrar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-inner img{
    width: 100% !important;
}

.mybody{
    margin: 0 auto;
}

.foot{
    background-color: #830c85;
    width: 100%;
    height: 40px;
    margin-top:50px;
    padding: 10px;
    text-align: center;
    bottom: 0;
    color: #ffffff;
    clear:both;
}

#home{
    text-align: justify;
}

.color{
    background-color: rgba(249,154,203,0.2);
    margin-top: 30px;
    padding: 40px 60px 40px 60px!important;
}

.sincolor{
    margin-top: 30px;
    padding: 40px 60px 40px 60px!important;
}

.fl-r{
    float: right;
}

.fl-l{
    float: left;
}

.slidecomments{
    height: 200px;
}

.comillas{
    background-image: url(../img/comillas.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}

.rosado{
    color: #f99acb;
    font-weight: bolder;
}

.pinkbar{
    background-color: rgba(249,154,203,0.7);
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 15px;
}

.marcas{
    text-align: center;
}

.marca{
    height: 50px;
    margin: 20px;
    display: inline-block;
}

.bordeinf{
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 10px;
}

.icono-sev{
    border-radius: 150px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #830c85;
    border-width: 10px;
    padding: 10px;
    display:block;
    margin:auto;
}

.serv{
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    margin-top:30px;
}

.servicio{
    margin-top: 20px;
}

#menuprincipal{
    position: fixed;
    top: 0;
    margin-top: 30px;
    z-index: 1000;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}

.nav-link{
    padding-bottom: 0!important;
    padding-right: 20px!important;
    padding-left: 20px!important;
}

#barrasuperior{
    position: fixed;
    top: 0;
    z-index: 1001;
}

#carouselExampleIndicators{
    margin-top:106px;
}

.mybodypink{
    margin: 0 auto;
    margin-top:106px;
    overflow: hidden;
    padding-top: 40px;
}

.itemsmenu{
    display: inline-block;
    float:none;
}

.backgroundpink{
    background-color: rgba(249,154,203,0.2);
}

.contactoredes{
    border-radius: 10px;
    border-style: solid;
    border-color: #830c85;
    border-width: 3px;
    padding: 10px;
    display:block;
    margin:auto;
    text-align: center;
    margin-left: 0px;
}

.contactored{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.bd-example{
    margin-top: 30px;
}

.violet{
    color: #830c85;
}

.escondido{ 
    display: none;
}

@media(min-width: 992px) {
.navbar-nav {
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
}
}

@media(min-width: 768px) and (max-width: 1024px) {
    .slidecomments{
      height: 250px;
    }
  }
  
  @media(max-width: 768px) {
    .comments{
      height: 0px!important;
    }
  }
  
.blue{
    background-color: blue;
}