body {
    font-family: Raleway, sans-serif;

}

.navbar {
    min-height: 0px;
}

.navbar a {
    color: lightgrey !important;
    font-size: 18px !important;
    padding: 10px;
    z-index: 3;

}

.navbar a:hover {
    color: orange !important;
}


/*   font  */

h1 {
    text-align: center;
    font-size: 48px;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 10%;
    padding-left: 30px;
}

h3 {
    font-size: 28px;
    color: grey;
}

p {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;

}

.center_txt {
    text-align: center;
}

.center_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin_left {
    padding-left: 80px;
}

.margin_right {
    padding-left: 80px;
}

h6 {
    display: inline-block;
    font-size: 18px !important;
    color: white !important;
}

h6 a {
    color: white !important;

}

h6 a:hover {
    color: orange !important;
    background-color: orange !important;
}


@media (max-width: 500px) {
    h2 {

        padding-top: 0%;
    }

}

/*  -----------------------------------------  */





@media only screen and (max-width : 768px) {
    .navbar {
        background-color: white;
    }
}


/*  -VIDEO   ----------------------  */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -50;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;



}



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

@media (max-width: 900px) {
    #sin-fd {

        background-image: url(responsive-bg-home.jpg);
    }

}

/* -------------------------*/

.container {
    position: relative;
}


.navbar a {
    color: lightgrey !important;
    font-size: 18px !important;
    padding: 10px;
    z-index: 3;

}


/*   MENU BOX ---------------------------*/

#menu-box {
    z-index: -10;
    width: 100%;
    bottom: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}


#menu-box div {
    width: 15em;
    height: 180px;
    color: white;
    font-weight: bolder;
    text-align: center;
    border: 0.5px solid white;
    margin: 25px;
}

#menu-box img {
    margin-top: 40px;
}

#menu-box #b1 {
    background-image: url("img_new/back.jpg");
}

#menu-box #b2 {
    background-image: url("img_new/back2.jpg");
}

#menu-box #b3 {
    background-image: url("img_new/back3.jpg");
}

#menu-box #b4 {
    background-image: url("img_new/back4.jpg");
}



@media only screen and (max-width : 768px) {
    .navbar {
        background-color: white;
    }
}



@media only screen and (max-width : 764px) {
    #menu-box div {
        width: 45vw;
        height: 25vh;
        margin: 5PX;

    }
}






.navbar-nav .dropdown-menu {
    border-top: 5px solid green;
}


.dropdown-item li a {
    color: green !important;
}


/*  menu nuevo  */
/*
*
*
*
*
*/
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    right: 50px;

}



.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
    background-color: white;
    border-top: 5px solid green;
    left: 100px;


}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-content a:hover {
    color: orange !important;
}

.soluciones:hover .dropdown-content {
    display: block;
}


.dropbtn:hover {
    color: orange !important;
}






/* */

/* menu responsive */


/*
 *
 *
 *
 *
 *
 *
 **

 */




#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
}



#menuToggle a {
    text-decoration: none;
    color: black;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: orange;
    font-weight: bolder;
    background-color: orange
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: grey !important;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: grey;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    font-family: 'Montserrat', Arial, sans-serif;
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 25px;
    padding-top: 80px;
    height: 100vh;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #D3D3D3;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked~ul {
    transform: none;
}


@media screen and (min-width: 1110px) {
    .info_home {
        width: 40%;
        background-color: rgb(255 255 255 / 77%);
        margin: 17% 1% 10% 10%;
        padding: 15px;
        text-align: justify;
        border-radius: 10px;
    }
}

@media screen and (min-width: 560px) and (max-width: 1100px) {
    .info_home {
        width: 80%;
        background-color: rgb(255 255 255 / 77%);
        margin: 10% 55px 0% 55px;
        padding: 15px;
        text-align: justify;
        border-radius: 10px;
    }
}

@media screen and (min-width: 200px) and (max-width: 560px) {
    .info_home {
        width: 100%;
        background-color: rgb(255 255 255 / 77%);
        margin: 25% 0px 0% 0px;
        padding: 5px;
        text-align: justify;
        border-radius: 10px;
    }
    .p_info {
        font-family: Open Sans, sans-serif;
        font-size: 13px;
        font-weight: normal;
        padding-left: 0px;
        padding-right: 0px;
    }
}