// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');

// Variables
@import 'variables';

@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Bold.otf");
    font-weight: 700;
}
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-Regular.otf");
    font-weight: 400;
}
@font-face {
    font-family: "Metropolis";
    src: url("../fonts/Metropolis-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Interb";
    src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
    font-family: Cabin;
    src: url("../fonts/Cabin-Regular.ttf");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf");
}
.detalle_desc{
    background-color: #DDEDFF; 
    padding: 3px 3px 3px 3px;  
    border-radius: 6px; 
    border: 1px solid #007BFF; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: #475058;
    margin-left: 5rem;
    margin-top: 0;
    margin-bottom: 0rem;
}
.ico-info{
    width: 36px;
    height: 36px;
    left: 158px;
    top: 282px;
    background-image: url("../img/Vector.svg");
    transition: transform 0.2s ease;
    display: inline-block;
}
.ico-info:hover {
    transform: scale(1.2);
}
.bann-info-btn {
    transition: transform 0.2s ease;
    display: inline-block;
}
.bann-info-btn:hover {
    transform: scale(1.2);
}
.descbann{
    background-color: #DDEDFF;
    border-radius: 6px;
    border: 1px solid #DDEDFF;
    margin: 0 -9999rem;
    padding: 0.75rem 9999rem;
    border-top-color: #007BFF;
    border-top-width: 5px;
}
.bann-header {
    cursor: pointer;
    user-select: none;
}
.bann-toggle-label {
    font-size: 0.8rem;
    color: #6c757d;
    white-space: nowrap;
}
.bann-header:hover .bann-toggle-label {
    color: #007BFF;
}
.descbann .descp {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0;
}
.descp{
    font-family:'Interb';
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color:#475058;
}
.descpp{
    font-size:12px;
    font-weight: bold;
    text-align: right;
    color:#475058;
}
.pa_infrs{
    width: 100%;
    margin-bottom: 19px;
    height: 51px;
    left: 158px;
    top: 148px;
    font-family: 'Interb';
    font-weight: bold;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    text-align: center;
    color: #9F2240;
}
.plador{
    width: 100%;
    height: 36px;
    left: 158px;
    top: 199px;
    font-family: 'Interb';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #475058;
}
.dor{
    color: #bc955c;
}
.modal-tit{
    width: 437px;
    height: 32px;
    left: 435px;
    top: 500px;
    font-family: 'Interb';
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #9F2241;
}
.ver-tex{
    color:#08695E;
    font-weight: bold;
    font-family: 'Interb';
}
.html-custom {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

.body-custom {
    margin: 0;
    margin-bottom: 12rem;
    overflow-x: hidden;
}

body {
    font-family: "Metropolis", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: white;
    font-size: 1rem;
    overflow-x: hidden;
}
.pleca {
    min-height: 2.5rem;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    border-top: solid 0.31rem #f0f0f0;
}
.pleca .nav-item.active {
    color: #00b140;
}
.footer {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: #2e2e32;
    min-height: 48px;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
}

.footer-logo {
    height: 32px;
    width: auto;
}

.aviso-privacidad {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.aviso-privacidad:hover {
    color: #ffffff;
    text-decoration: underline;
}

.text-white {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer {
        padding: 1rem;
    }
    
    .footer-logo {
        height: 24px;
    }
    
    .footer .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer .text-right {
        margin-top: 1rem;
        text-align: center !important;
    }
}
.em-size {
    width: 14em;
}
.footer p, .footer h3, .footer h2, .footer h5, .footer .lista ul li, .lista ul .footer li {
    font-size: 0.7rem;
    line-height: 0.75rem;
    color: #ffffff;
    margin: 0;
}
.footer .aviso {
    font-size: small;
}
header a {
    color: #00615b;
}
header h6 {
    font-size: 0.7rem;
    color: #0f4c42;
}
a {
    color: #888888;
}
a:hover {
    color: #505050;
}
a active {
    color: #00615b;
}
.btn-primary {
    background-color: #9F2241;
    border-color: #7d1b34;
}
.btn-primary:hover {
    color: #fff;
    background-color: #9F2241;
    border-color: #66152a;
}
.btn-info {
    background-color: #bbbbbb;
    color: #363636;
    border-color: #bbbbbb;
}

.btn-info:hover {
    background-color: #a0a0a0;
    color: #363636;
    border-color: #a0a0a0;
}

.btn-info:focus {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #363636;
}

.btn-info:visited {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
    color: #363636;
}

.bg-grren {
	background-color: #66152b25;
}

.bg-green {
    background-color: rgb(231, 245, 244);
    border: 1em dashed #00615b;
}
.text-green {
    color: #9F2241;
}
.text-gray{
    color: #56595A;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #66152a;
    border-color: #66152a;
}
.btn-primary:disabled {
    color: #fff;
    background-color: #66152a;
    border-color: #66152a;
}
.btn-primary:focus {
    color: #fff;
    background-color: #66152a;
    border-color: #66152a;
    box-shadow: 0 0 0 0.2rem rgba(44, 98, 91, 0.29);
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.navbar-brand {
    white-space: normal;
}
#intro {
    background-image: url(../img/pattern-01.png);
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: solid 7px #5fb242;
}
/*
#intro:before {
    background: url(../img/pattern-01.png) right bottom repeat-x;
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
*/
#intro{
    width: 1185;
    top: 197px;
    left: 120px;
    border-width: 0.67px;
    border: 0.67px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1301px;
        border-bottom-color: #9F2149
    }
}

#intro h1 {
    font-family: Cabin;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.88px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9F2149;
}
#intro h4 {
    color: #56595A;
    font-size: 1.2em;
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(44, 98, 91, 0.22);
}
#table_vehiculos thead th {
    border-bottom: 1px solid #dee2e6;
}
#table_vehiculos tbody tr {
    cursor: pointer;
}
#captcha label {
    display: none;
}
#entra {
    width: 219;
    height: 39;
    top: 414px;
    left: 120px;
    font-family: Cabin;
    font-weight: 700;
    font-size: 32px;
    line-height: 38.88px;
    letter-spacing: 0%;
    color: #9F2149;
}
#entra_sub {
    width: 264;
    height: 16;
    top: 463px;
    left: 119px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.31px;
    letter-spacing: 0%;
    color: #56595A;
}

/*Media*/
@media (min-width: 768px) {
    .body-custom {
        margin-bottom: 7rem;
    }
}
@media (max-width: 600px) {
    body {
        font-size: 0.8rem;
    }
    .pleca {
        display: none;
    }
    #intro h1 {
        font-size: 1.6em;
    }
    #intro h4 {
        font-size: 1em;
    }
    .btn {
        font-size: 0.8rem;
    }
    .pa_infrs {
        height: auto;
        margin-bottom: 0.5rem;
    }
    .plador {
        height: auto;
        margin-top: 0.5rem;
    }
}

.titilaanima {
    animation: titila 2s linear infinite;
}

@keyframes titila {
    50% {
        opacity: 0;
    }
}
