 Custom CSS */
@font-face {
  font-family: "Bodon Bk";
  src: url("BodonBk.ttf");
}

body {
    position: relative;
    padding-top: ;
    font-family: 'Roboto', sans-serif !important;
        }

h1{
    font-size: 40px;
}

h2{
    font-size: 25px;
}

.oscuro{
    background-color: #F0EEF1;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }
/* Navbar */

.bg-dark {
    background-color: #fff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #a64d79;
}

.active {
    border-bottom: 2px solid #CCC;
}

.navbar>.container, .navbar>.container-fluid{
    flex-wrap: wrap
    ;
    padding-right: 20px;
}

/* Carousel */

.carousel-caption {
    padding-bottom: 5%;
}

.carousel-caption h3 {
    font-size: 35px;
    font-weight: lighter;
}

.carousel-caption p {
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
}



/*Servicios*/
.list-group {
    font-size: 20px;
    font-weight: 300;
}



/* Buttons */

.btn-info {
    background-color:#A64D79;
    border:3px solid transparent;
    width: 100px;
}

.btn-info:hover {
    background-color:transparent;
    border:3px solid #A64D79;
    color: #A64D79;
}

.btn-info:active {
    background-color:transparent !important;
    border:3px solid #A64D79 !important;
    color: #A64D79 !important;
}

/* Specials */

.specials {
    background: #CCADCD;
    padding: 0px 10px;
}
.specials h2 {
    color:#fff;
}


.navbar-brand {
    display: contents !important;}

.img-responsive{
	margin: 15px;
}

.navbar-nav{
	margin-top: 30px;
}




/* Team */

#team {
    padding: 50px 10px;
    
}


.team{
    background-image: url(../img/fondo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}	



.img-fluid{
	
}



.carousel-inner{
    color: #495057;
}


.navbar-dark .navbar-toggler{
	color: #495057;
    border-color: #495057;
    background-color: #c9bcc7;
}
/* Video Background */

.wclb {
    padding-top: 300px;
}


/* Menu */

#menu {
    padding: 50px 10px;
}

.card {
    box-shadow: 2px 5px 20px #777;
}

.modal-content {
    background:#21ddfb;
}

.mn {
    color:#fff;
}

/* Parallax */

#plx {
    background: url(../img/notary-public.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wtitle {
    padding: 150px 20px;    
}

.wtitle h2 {
    font-size: 20px;
    font-weight: lighter;
}

/* Wines List */

#wines {
    background:#21ddfb;
    padding:100px 20px;
}

.wlt {
    padding-bottom:50px;
}

/* Jumbotron */

#jumbo {
    background:#e9ecef;
}

/* Overlay */

.ovl {
    opacity: 0;
    transition: 1s;
}

.ovl:hover {
    opacity: 1;
    background: rgb(0,0,0,0.6);
}

/* Locations */

#locations {
    padding: 100px 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loc img {
    margin-right:10px;
    transition-duration: 1.5s;
    
    
}

.loc img:hover {
    transform:scale(3,3);
    box-shadow: 5px 5px 15px #333;
    z-index: 1;
    position: absolute;
}

/* Testimonials */

#testimonials {
    background:#d2c4b6ff;
}

.revs {
    padding: 100px;
}

.carousel-item.active {
    border:none;
}

.carousel-inner {
    min-height:300px;
}

/* Video Section */

#vid {
    padding:100px 0px;
    background: #111;
}

/* Hiring */

.jumbotron {    
    margin-bottom: 0; 


}

.hir h1 {
    text-shadow: 5px 5px 10px #555;  
 
}



/* Number Counter */

#numbers {
    background:#21ddfb;
    padding:100px 0px;
}
.numc {    
    background: #fff;
    height: 150px;
    width: 150px;
    padding-top: 50px;
    border-radius: 50%;
    font-size:40px;
    color:#21ddfb;
}
.numd {
    padding-top: 30px;
}

/* Contact */

#contact {
    padding:100px 0;
    box-shadow:5px 10px 25px #555;
    position:relative;
    z-index:22;
    
}
.cbtn {
    margin-top: 57px;
}


/* Footer */

#footer {
    background:#fff;
    padding: 10px;
}

.cpt {
    padding-top: 29px;
}

.ftaw i {
    font-size: 50px;
    color: #A64D79;
    padding-top: 15px;
    padding-right: 10px;
}

/*Whatsapp Icon*/

.wi{
    background: transparent;
    position: fixed;
    right: -5px;
    bottom: 19px;
    z-index: 9999;
    border: 2px solid #fff;
    border-radius: 5px;   
   }

.wi:hover {
    background: #ccc;
    box-shadow: 5px 10px 25px #555;
} 

.wi i {
    color: #ffffff7a;
    font-size: 45px;
    padding: 7px;
}

.wi i:hover {
    color:#fff;
}



/* Back To top */


.btt {
    display:none;
    background: #A64D79;
    width: 65px;
    position: fixed;
    right: -9px;
    bottom: 100px;
    z-index: 9998;
    border: 2px solid #fff;
    border-radius: 10px;    
}

.btt:hover {
    background: #6F5777;
    box-shadow: 5px 10px 25px #555;
}

.btt i {
    color: #ffffff7a;
    font-size: 45px;
    padding: 7px;
}

.btt i:hover {
    color:#fff;
}

.hide {
  opacity: 0;
}

.show {
  opacity: 1;
  display:block;  
}


.sobremiboton{
    align-items: center;
    text-align: center;
    background-color: rgba(184, 159, 166 ,.9);
    padding: 10px;
    display: block;
    color: #fff;
    margin-bottom: 14px;
    font-family: Roboto;
    font-weight: 300;
    font-size: 20px;
}

/*Media Queries*/
@media only screen and (max-width:3000px) {
     /* .nocarousel{
        display: none;
    } */

    #reemplazo{
        display:none;
    }

    .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }
}



@media only screen and (max-width:1400px) {
    .carousel-caption {
        padding-bottom: 8%;
    }
    /* .nocarousel{
        display: none;
    } */

    #reemplazo{
        display:none;
    }

    .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }

    .team {
        background-image: url(../img/fondo2.jpg);
        background-position: -100px !important;
}
}

@media only screen and (max-width:1199px) {
    .carousel-caption h3 {
        font-size: 32px;
    }
    .carousel-caption p {
        font-size: 18px;
    }  
    /* .nocarousel{
        display: none;
    }   */

    #reemplazo{
        display:none;
    }

    .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }

    .team {
        background-image: url(../img/fondo2.jpg);
        background-position: -400px !important;}
}


@media only screen and (max-width:991px) {

    .blogo {
        text-align:center;
    }     

    .starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
        }

    /* .carousel-caption p {
        display:none;
    } */

    /* .nocarousel{
        display: none;
    } */

  
}

@media only screen and (max-width:767px) {
    .carousel-caption h3 {
        font-size: 24px;
    }
    .carousel-caption {
        padding-bottom: 6%;
    }
    /* #carouselFull {
        display:none;
    } */
    .nocarousel{
        display: flex;
    }

    #reemplazo{
        display: flex;
    }

    #team{
        display: none;
    }

    h1{
        font-size:30px; 
    }
    .mas{
        display: none;
    }

    .team {
        background-image: url(../img/fondo2.png);
        background-position: -300px !important;
}
}

@media only screen and (max-width:575px) {
    #carouselFull {
        display:none;
    }
    

    #team{
        display: none;
    }
    
    .nocarousel{
        display: flex;
    }

    #reemplazo{
        display: flex;
    }

    .nocarousel{
    background-image: url(../img/s2.png);
    background-size: cover;
    min-height: 250px;
    }

    .starter-template{
    padding: 0px;
    }

    .img-responsive{
        width: 60% !important;
    }

    .formulario{
    margin-right: 0px;
    }

    h1{
        font-size:30px;
        margin-top: 25px;
    }

    .mas{
        display: none;
    }

    #plx {
    background: url(../img/notary-public.jpg);
    background-position: -340px;
    background-repeat: no-repeat;
    background-size: cover;
}