@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Reem+Kufi:300,400,700,800');

body{
    font-family: 'Reem Kufi', sans-serif;
}

/*Generales*/

.text-center{
    text-align: center;
}

.font-45{
    font-size: 45px;
}

.font-25{
    font-size: 25px;
}

.text-justify{
    text-align: justify;
}

.row-margin-vertical{
    margin: 90px 0;
}

.row-padding-vertical{
    padding: 40px 0;
}

.row-padding-banner{
    padding: 115px 0;
}

.img-center{
    margin: 0 auto;
    text-align: center;
    display: block;
}

.white-text{
    color: #fff;
}

.flex-box{
    display: flex;
}

.titulo-page{
    font-size: 100px;
}

.titulo-color{
    color: #B4BDB2;
}

.subtitulo-color{
    color: #676767;
}

.borde-verde{
    border-bottom: 25px solid #3A4437;
}

.flex-header{
    display: flex;
}

.text-end{
    text-align: end;
}

.titulo-green{
    height: 124px;
}

.shadow-text-banner{
    padding: 5px;
    background-color: #00000082;
}


/*Navbar*/

.navbar{
    display: block;
}

.nav-link{
    display: flex;
    align-items: center;
}

nav ul li a:hover {
    text-shadow: 0 0 2px white;
    color: transparent;
    transition: 0.5s;
}

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

.img-banner{
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-size: cover;
    height: 648px;
}

.img-productos-servicios{
    background-image: url(../img/productos-servicios.jpg);
    background-position: center center;
    background-size: cover;
    height: 980px;
}

.boton-banner{
    background-color:#D0CA45;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    width: 80%;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    outline: none;
    border: none;
    transition: all 0.5s ease-out;
}


.boton-banner:hover{
    color: #fff;
    text-decoration: none;
    background-color: #a39e3b;
}

.text-color{
    background-color:#D0CA45;
    color: #fff;
    padding: 15px;
    border-radius: 40px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    outline: none;
    border: none;
}

.stickyMenu {
    /*border-top: 1px solid white;*/
    background-color: #b8b321;
    z-index: 1000;
}

.stickyMenu ul {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.jumbotron.first {
    padding: 20px 30px;
    margin-bottom: 0;
}


.btn-menu:hover {
    color: #fff;

}

.stickyMenu ul a {
    padding: 20px;
    color: #ffffff;
}

.fixed {
    box-shadow: 0 7px 17px -2px rgba(117, 117, 117, 1);
    width: 86.5%!important;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}
.content {
    min-height: calc(100vh - 70px);
}

/*Navbar*/

.nosotros{
    padding: 50px !important;
}


section {
    padding: 60px 0;
}

.navbar-cridem{
    z-index: 1000;
    display: flex;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.direcciones{
    padding: 50px !important;
}

/*Productos y Servicios*/

.productos-icon{
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.container-productos{
    position: relative;
}

.row-productos{
    width: 80%;
    top: 290px;
    left: 13%;
    position: absolute;
}

/*Contacto*/
.bg-contacto{
    background-color: #3A4437;
}

/*Footer 2*/

.footer-style{
    background-color: #fff;
    color: #000000;
    margin: 15px 0;
}

#myFooter .footer-copyright {
    background-color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}


/*Emprendetitltil*/

.cabecera{
    padding: 15px;
}

.cabecera-menu{
    margin: 0 auto;
}

a.nav-link {
    color: #000000;
    font-weight: 600;
}

.text-producto{
    padding: 40px;
}

@media screen and (max-width: 780px) {
    .productos-icon{
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .direcciones{
        text-align: center;
    }
    .flex-header{
        display: block;
    }
    .img-productos-servicios{
        height: 1800px;
    }
    .inline-flex{
        display: block;
    }
    .nav-link{
        display: block;
        text-align: center;
    }
}

@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 500px) {
    .stickyMenu ul {
      background-color: #009688;
    }
    .stickyMenu li {
      text-align: center;
    }
    .stickyMenu a {
      border-bottom: 1px solid #79896d;
    }
    .btn-menu {
      text-align: center;
      padding: 20px;
      color: #f8ecc2;
    }
  }
