﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}

body {
    overflow-x: hidden;
    font-family: WorkSans-Regular;
}

section {
    min-height: 300px;
}
/*captcha */
/*Mover Recaptcha a la izquierda*/
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: -2px !important;
    bottom: 20px !important;
}

 .grecaptcha-badge:hover {
        width: 256px !important;
    }
/*fin captcha*/

th, td {
    font-size: small;
    padding-left: 5px;
    padding-right: 5px;
}

.xframe {
    width: 10%;
    height: 900px;
}

.sizes {
    font-size: 9px;
}

.stancla {
    color: #3366cc;
}

    .stancla:hover {
        color: #004884;
        text-decoration: none;
    }

#tabinicio {
    cursor: default;
}

.bt:hover {
    background-color: #E6EFFD !important;
}

.stancla:active {
    color: #004884;
}

.fuentex {
    font-family: 'Work Sans-regular'; /*, sans-serif;*/
    /*font-size: 16px;*/
}

.fuentexm {
    font-family: Montserrat,sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    display: inline-block !important;
    width: auto !important;
}

.ftx {
    font-family: Montserrat,sans-serif;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 1.375rem;
    color: #3366CC;
}

.foco :focus {
    outline: 3px solid red !important;
}

/* * :focus {
    background-color: white !important; Esto es para comentar(cornflowerblue)
    color: #004884 !important; Esto es para comentar(white)
}
*/


button:focus {
    /*outline: black solid 2px !important;*/
}

.gov-co-breadcrumb .breadcrumb-item :focus {
    background-color: cornflowerblue !important; /*cornflowerblue*/
    color: #004884 !important; /*white #737373*/
}

* {
    scroll-behavior: smooth;
}

.poli-tramitess {
    position: absolute !important;
}

.ubicacion {
    position: fixed;
    bottom: 1rem;
    right: -229px;
    z-index: 999;
    width: 341px;
    height: 58px;
}

.anotificacion, .anotificacion:hover {
    color: #36c;
}

.alerta-govco, .alerta-govco-sm {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100%;
    max-width: 95%;
}

.alerta-govco {
    width: 100%;
    height: 172px;
    max-width: 826px;
    max-height: 172px;
    border-radius: 3px !important;
    margin-bottom: 0 !important;
    text-align: center;
    background-color: #f6f8f9 !important;
    border: 1px solid #36c !important;
    box-shadow: 0 4px 0 rgba(51,102,204,.1411764705882353);
}

.alerta-govco1 {
    width: 100%;
    height: 44px;
    max-width: 826px;
    max-height: 44px;
    border-radius: 3px !important;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
    text-align: center;
    /*background-color: #F6F8F9 !important;
    border: 1px solid #3366CC !important;
    box-shadow: 0px 4px 0px #3366CC24;*/
}

.alerta-govco, .container-alerta-govco {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.aerror, .aerror:hover {
    color: #B30937;
}

.alerta-error-govco {
    background-color: #EECDD2 !important;
    border: 1px solid #B30937 !important;
    box-shadow: 0px 4px 0px #B3093724;
}


.formulario__grupo-input {
    position: relative;
}

.formulario__input {
    width: 100%;
    background: #fff;
    border: 3px solid transparent;
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    padding: 0 40px 0 10px;
    transition: .3s ease all;
}

.formulario__input:focus {
    border: 3px solid #0075FF;
    outline: none;
    box-shadow: 3px 0px 30px rgba(163,163,163, 0.4);
}

.formulario__mensaje {
    height: 45px;
    line-height: 45px;
    background: #F66060;
    padding: 0 15px;
    border-radius: 3px;
    display: none;
}

.formulario__input-error {
    font-size: 12px;
    margin-bottom: 0;
    display: none;
    color: #A80521;
}

.formulario__input-error-activo {
    display: block;
}

.formulario__validacion-estado {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    font-size: 16px;
    opacity: 0;
}

.formulario__mensaje-exito {
    font-size: 14px;
    color: #119200;
    display: none;
}

.formulario__mensaje-exito-activo {
    display: block;
}

.formulario__validacion-estado {
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    font-size: 16px;
    opacity: 0;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado {
    color: #1ed12d;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__label {
    color: #bb2929;
}

.formulario__grupo-incorrecto .formulario__validacion-estado {
    color: #bb2929;
    opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
    border: 3px solid #bb2929;
}


@media (min-width: 576px) {
    .xmargen {
        bottom: 25px !important;
    }

    .poli-tramitess {
        position: relative !important;
        bottom: 10px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .xmargen {
        bottom: 10px !important;
    }

    .poli-tramitess {
        position: relative !important;
        bottom: 10px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .xmargen {
        bottom: 10px !important;
    }

    .poli-tramitess {
        position: absolute !important;
        bottom: 10px;
        right: 0;
    }

    .alerta-govco, .alerta-govco-sm {
        max-width: 65%;
    }
}
