@charset "UTF-8";

/* CSS Document */


/*Author: Malcolm cordova @malcolmcordova mercadocreativo@gmail.com www.malcolmcordova.com*/

@import url("anim.css");
@import url("animate.css");

/*--v5--*/

@import url("bootstrap.min.css");

/*--v5--*/


/*--swiffy slider--*/

@import url("swiffy-slider.min.css");

/*--swiffy slider--*/

@import url("font-awesome.css");
@import url("normalize.css");
@import url("reset.css");
@import url("fonts.css");
@import url("slidebutton.css");
@import url("botones.css");
@import url("registro.css");
@import url("menu-footer.css");
@import url("menu-top-header.css");
@import url("home.css");
@import url("favorites.css");
@import url("sliderhome.css");
@import url("user.css");
@import url("grids.css");
@import url("modal.css");
@import url("shared.css");
@import url("lawyer-profile.css");
@import url("pricing.css");
@import url("loginnuevo.css");
@import url("animating-scrolling.css");
@import url("formulario-tipogoogle.css");
@import url("checkbox.css");
@import url("slide-m.css");
@import url("darkmode.css");

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: var(--blanco);
    font-family: var(--fontFamily);
}

a,
a:hover,
a:active,
a:focus {
    color: #51d8af;
    outline: none !important;
    text-decoration: none !important;
}

p, li {
    font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontFamily);
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;

}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --red: #370749;
    --fondo-footer: #f2f2f2;
    --fondo-blanco: #ffff;
    --fondo-negro: #272626;
    --rojooscuro: #930707;
    --vinotinto: #6d0d22;
    --azul: #064067;
    --azulclaro: #266893;
    --morado: #7613b7;
    --grisfondo: #40515B;
    --gris: #707070;
    --grisclaro: #B8B8B8;
    --fontFamily: 'HelveticaLTStd-Roman';
    --blanco: #fff;
    --white: #fff;
    --shadow: 0px 7px 10px #2525253d;
    --shadow-red: 0px 7px 10px var(--red);
    --grisboton: #f5f5f5;
}

.clear {
    clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 0;
}

.nopadd {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

img {
    width: 100%;
}

.mb-2 {
    margin-bottom: 10px;
}

.COntlogotipo {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    float: right;
}

.punto {
    color: var(--red)
}

.border-radio{
    border-radius: 16px !important;
}

.logo {
    font-family: var(--fontFamily);
    color: #000;
    font-size: 44px;
    display: flex;
    padding: 0;
    margin: 0;
}

.tipo {
    font-family: var(--fontFamily);
    color: var(--grisclaro);
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top: -30px;
}

.user-header-top img {
    display: flex;
    height: 36px;
    width: 36px;
    border-radius: 4px;
}

.shadow {
    box-shadow: var(--shadow);
}

.shadow-red {
    box-shadow: var(--shadow-red);
}

.back {
    display: flex;
    margin-bottom: 15px;
    
}
.back a,
    .back h1 {
        font-size: 16px;
        color: var(--grisfondo);
    }
    .back h1::before {
        content: '';
        display: block;
        position: relative;
        top: 22px;
        width: 70%;
        left: 0;
        border-top: 1px solid var(--red)
    }

   .back .fa {
        font-size: 20px;
        color: var(--grisfondo);
        margin-right: 5px;
    }




.register {
    height: 100%;
}



.stars {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 13px;

}
.stars ul {
    display: inline-flex;

}
.stars ul li {
    list-style: none;
    color: var(--grisfondo)
}

.stars .fa {
    font-size: 1vw;
}


.stars ul li.active {
    color: gold;
}

.cuadrosearch{
    color: #ccc;
    transition: all 0.3s ease;
    padding: 15px;
}

@media (max-width: 768px) {
    .lateral{
        display: none !important;
    }
    .stars .fa {
        font-size: 2ch;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: row;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none;
        border-radius: .25rem;
    }
}

.login-danger{
    color: red;
}

.circle{
    border-radius: 100px !important;
}

/* search input */

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    
    border-radius: 100px !important;
}
/* search input */

.qrimg{
  width: auto;
  height: 150px;
  display: block;
  margin: auto;
 }

