﻿/*
    Portal: 
    Instituto Estatal del Emprendedor
    Fecha de Creación: 28/04/2022
    Autores: 
    - Adriana Bernal


*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #E5E5E5;
}

.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}

@media only screen and (min-width: 960px) {
    .navbar .navbar-nav .nav-link {
        padding: 1em 0.7em;
    }

    .navbar {
        padding: 0;
    }

        .navbar .navbar-brand {
            padding: 0 0.7em;
        }
}


h1 {
    font-style: normal;
    font-weight: bolder;
    line-height: 1.6875rem;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 10px;
}

#pre-registro {
    margin-top: 20px;
}


.form-control, .form-select {
    outline: 0;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #ced4da;
    font-size: 16px;
    /*color: #FFFFFF;*/
    font-style: normal;
    font-weight: 500;
}

/*.form-control:valid{
    border-color: green!important;
}*/
.form-label {
    margin-top: 25px;
}

.form-registro p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #D9C2A0;
}

.form-registro i {
    font-size: 30px;
    color: #FFFFFF;
}

.registro-info .col-md-1 {
    padding-top: 5px;
}


.is-invalid {
  border-color:#dc3545;
}
.is-valid {
  border-color: #198754!important;
}


.form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

/*Estilo del Select*/
/*Style of select*/


.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background: #ffffff;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: rgb(254 252 252 / 95%);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-gray {
    background-color: #F5F5F5;
}

.form-evento i {
    color: #716D6E;
    font-size: 42px;
}

.form-evento input, .form-evento .form-control[readonly] {
    /*background: rgba(255, 254, 254, 0.2);*/
    border: 2px solid #716D6E;
    border-radius: 5px;
    font-size: 16px;
    /* color: #FFFFFF; */
    font-style: normal;
    font-weight: 500;
}


.form-guinda .form-check-input:checked {
    background-color: #6A1B31;
    border-color: #6A1B31;
}

    .form-guinda .form-check-input:checked[type=radio] {
        background-image: none;
    }

.form-guinda .form-control:focus,
.form-guinda .form-select:focus {
    border-color: #6A1B31;
    outline: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 0.25rem rgb(106 27 49 / 25%) !important;
}


.btn-guinda:focus, .btn-guinda:active {
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(106 27 49 / 25%) !important;
}



.section-rectangulo {
    border-radius: 15px;
    padding: 25px 20px 20px 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e8e8e9;
    z-index: 1000;
}



#Titulo_Principal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    margin: 15px 0 5px;
}

    #Titulo_Principal h1 {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        word-break: break-word;
        overflow: inherit;
        margin: 10px 0;
        padding-left: 20px;
        border-left: 15px solid #6a1c32;
        color: #343434 !important;
        font-size: 1.5em !important;
    }



.btn-menu {
    background-color: #F8F8F8 !important;
    border-radius: 25px !important;
    color: #6a1c32 !important;
    border-color: #6a1c32 !important;
    font-weight: 600 !important;
    min-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn-guinda {
    min-width: unset;
    font-size: 20px;
    font-weight: 700 !important;
    border-radius: 200px !important;
    padding: 16px 50px !important;
    background-color: white !important;
    color: #6A1B31 !important;
    border: solid #6A1B31 3px;
    /*transition: background-color .1s linear, color .1s linear;*/
}

    .btn-guinda:hover {
        min-width: unset;
        font-size: 20px !important;
        font-weight: 700 !important;
        border-radius: 200px !important;
        padding: 16px 50px !important;
        background-color: #6A1B31 !important;
        color: white !important;
        border: solid #6A1B31 3px;
    }

           .btn-guinda-registro{
        background-color: #6A1B31 !important;
        border-color: #6A1B31 !important;
        color: #fff !important;
        border-radius: 25px !important;
        font-weight: 500 !important;
        min-width: 50%;
        padding: 15px !important;
    }

        .btn-guinda-registro:hover {
        background-color:#561628 !important;
         color:#fff;
        font-weight: 600 !important;
        }

.carta-imagen {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    background-image: url('https://bajacalifornia.gob.mx/Recursos/Imagenes/bajamarket/productosss.png');
    height: 100%;
}


