﻿body {
    font-family: Montserrat;
}
.navbar{
    background-color: #6A1B31;
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.nav>li>a {
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}

.nav>li>a:focus {
    text-decoration: none;
     background-color: transparent; 
}
.nav>li>a:hover{
    text-decoration: none;
     background-color: transparent; 
}
/*.navbar img{
    height: 70px;
}*/
.navbar-collapse{
    padding-top: 0px;
    color: white;
    font-weight: 600;
    background-color: #6A1B31;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px){
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-collapse{
        display: block!important;
        flex-grow: unset;
    }
}
@media (min-width: 768px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
}

.navbar-toggler{
    color: white;
}
.navbar-toggler-icon{
    background-image: url(http://assets.stickpng.com/images/588a64e0d06f6719692a2d10.png);
}
.navbar-collapse .navbar-nav > a, .navbar-collapse .navbar-nav > button{
    color: white;
    background: transparent;
}
.navbar-collapse .navbar-nav > a:after, .navbar-collapse .navbar-nav > button:after{
    content: '';
    border-bottom: 3px solid transparent;
    width: 100%;
    display: block;
    margin: 6px auto;
}
.navbar-collapse .navbar-nav > a:hover:after, .navbar-collapse .navbar-nav > button:hover:after{
    content: '';
    border-bottom: 3px solid #eeeeee;
    width: 100%;
    display: block;
    margin: 6px auto;
    animation-name: linea-expande;
    animation-duration: .2s;
}
@keyframes linea-expande {
  0%   {width: 0%;}
  25%  {width: 20%;}
  50%  {width: 50%;}
  100% {width: 100%;}
}



/* footer */
footer {
    width: 100%;
    background: #3F3F3D;
    color: #000;
    font-size: .882em;
    line-height: 1.5;
    padding: 0;
    z-index: 1;
    position: relative;
}
footer .row {
    margin: 0px;
}
.footer-enlaces ul {
    position: relative;
    vertical-align: top;
    top: 0;
    text-align: left;
    height: auto;
    margin: 0 1%;
    list-style: none;
    color: #fefefe;
}
.footer-enlaces li {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.footer-enlaces li a {
    color: #eeecec !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.footer-enlaces li a:hover {
    color: #b17a45 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}
.footer-line {
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #b17a45;
    margin-bottom: 5px;
}
.footer-line-yellow {
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #b17a45;
    margin-bottom: 5px;
}
footer p {
    color: #ffffff;
    line-height: 1.8;
    font-weight: normal;
}


    /* Container needed to position the button. Adjust the width as needed */
    .banner-principal {
        position: relative;
        width: 50%;
    }

        /* Make the image responsive */
        .banner-principal img {
            width: 100%;
            height: auto;
        }

        /* Style the button and place and place in the container/image */
        .banner-principal .btn1 {
            margin: 15px;
            position: absolute;
            top: 80%;
            left: 70%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: white;
            font-size: 16px;
            padding: 12px 24px;
            border: none;
            cursor: pointer;
            border-radius: 10px;
            background-image: url("https://sandbox.ebajacalifornia.gob.mx/IdentidadDigital.Portal/Content/img/nuevoPortal/appstore1.png");
            background-size: cover;
            width: 11%;
            height: 12%;
        }

        /* Style the button and place in the container/image */
        .banner-principal .btn2 {
            margin: 15px;
            position: absolute;
            top: 80%;
            left: 85%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: white;
            font-size: 16px;
            padding: 12px 24px;
            border: none;
            cursor: pointer;
            border-radius: 10px;
            background-image: url("https://sandbox.ebajacalifornia.gob.mx/IdentidadDigital.Portal/Content/img/nuevoPortal/appstore2.png");
            background-size: cover;
            cover;
            width: 12%;
            height: 12%;
        }

        .banner-principal .btn:hover {
            background-color: black;
        }
    /*----------------------------------------------------------------------------------------*/
    .row-pasos-div {
        background: white;
        height: -webkit-fill-available;
        border-radius: 10px;
        color: #848484;
    }

    .row-pasos-div-p {
        padding: 15px;
        text-size-adjust: auto;
        text-align: center;
        margin-bottom: 0px !important;
        padding-left: 30px;
    }

    .row-pasos {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .boton-pasos .col-md-4 {
        background-attachment: fixed;
        background-image: url("https://sandbox.ebajacalifornia.gob.mx/IdentidadDigital.Portal/Content/img/nuevoPortal/fondo-formas-ocre.jpg");
        border-radius: 10px;
        margin-top: 30px;
        padding: 20px;
        color: #FFFFFF;
        text-align: justify;
        font-size: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 25% !important;
        min-width: 300px;
    }

    .boton-pasos {
        background-image: url("https://sandbox.ebajacalifornia.gob.mx/IdentidadDigital.Portal/Content/img/nuevoPortal/fondo-figuras-gris.jpg");
        border-radius: 10px;
        margin-top: 30px;
        padding: 20px;
        color: #54162c;
        text-align: justify;
        font-size: 20px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

        .boton-pasos:hover {
            box-shadow: rgba(170, 119, 69, 0.70) 0px 6px 16px;
        }


        .boton-pasos .titulo-boton {
            font-size: 28px;
            font-weight: 600;
            text-align: center;
        }

    .boton-principal {
        border-radius: 10px;
        padding: 20px;
        color: #FFFFFF;
        text-align: justify;
        font-size: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
      .boton1 {
        background-image: url("../img/BOTON1.png")!important;
    height: 157px;
       background: top;
       align-content: center;

    }
            .boton2 {
        background-image: url("../img/BOTON2.png")!important;
       height: 157px;
       background: top;
       align-content: center;

    }
                  .boton3 {
        background-image: url("../img/BOTON3.png")!important;
       height: 157px;
       background: top;
       align-content: center;

    }
            .boton4 {
        background-image: url("../img/BOTON4.png")!important;
        height: 157px;
       background: top;
       align-content: center;

    }

        .boton-principal:hover {
            box-shadow: rgba(147, 147, 146, 0.70) 0px 6px 16px;
        }


        .boton-principal .titulo-boton {
            font-size: 20px;
           font-weight: 600;
            text-align: center;
            padding: 15px;
        }


            .boton-color {
        border-radius: 20px;
        padding: 5px;
        color: #FFFFFF;
        text-align: justify;
        font-size: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
   

                 .boton-color:hover {
            box-shadow: rgba(147, 147, 146, 0.70) 0px 6px 16px;
        }


        .boton-color .titulo-boton {
            font-size: 20px;
            font-weight: 500;
            text-align: center;
            padding: 15px;
        }

  



