--@import 'https://autogestion.copetran.com.co/cdn/plugins/fonts/fonts_family.css';
@import 'http://172.16.48.62/cdn/plugins/fonts/fonts_family.css';

*{
    padding: 0px ;
    margin: 0px;
    overflow: visible;
    /*border: 0.5px solid whitesmoke;*/
}

@keyframes textApareceLento{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
#h1-menu{
    animation: textApareceLento 2.5s ease-in-out;
}

.h1_cop{
    font-family: "CopetranFuente",'Courier New', Courier, monospace;
}

.parient {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.div1 { 
    grid-area: 1 / 1 / 2 / 4;

}
.div2 { 
    grid-area: 2 / 1 / 6 / 2; 
}
.div3 { 
    grid-area: 2 / 2 / 6 / 3;
    border: solid 1px #0E2146;
    border-radius: 2%;
}
.div4 { 
    grid-area: 2 / 3 / 6 / 4; 
}

.div_header{
    background-color: #0E2146;
}
.logo-nav {
    height: 50px;
    display: flex;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.p_header{
    padding-left: 20px;
    color: #FFFFFF;
}
/* From uiverse.io by @alexruix */
.cardi {
 padding: 1.9rem 1.2rem;
 text-align: center;
 background: #2a2b38;
 background-color: #06386a;
}

/*Inputs*/
.field {
 margin-top: .5rem;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: .5em;
 background-color: #FFFFFF;
 border-radius: 4px;
 padding: .5em 1em;
}

.input-icon {
 height: 1em;
 width: 1em;
 fill: #0E2146;
}
.input-icon-modulo {
 height: 1em;
 width: 1em;
 fill: #333333;
 margin-right: 1rem;
}
.colored-image{
    filter: hue-rotate(120deg);
}

.input-field {
 background: none;
 border: none;
 outline: none;
 width: 100%;
 color: #0E2146;
}

/*Text*/
.title {
 margin-bottom: 1rem;
 font-size: 1.5em;
 font-weight: 500;
 color: #FFFFFF;
}

/*Buttons*/
.btn-sesion {
 width: 30%;
 margin: 1rem;
 border: none;
 border-radius: 4px;
 font-size: .8em;
 text-transform: uppercase;
 padding: 0.6em 1.2em;
 background-color: #06386a;
 color: #FFFFFF;
 box-shadow: 0 8px 24px 0 rgb(255 235 167 / 20%);
 transition: all .3s ease-in-out;
 margin: auto;
}

.btn-div{
    margin-top: 10px;
}

.btn-link {
margin-top: 10px;
 color: #FFFFFF;
 display: block;
 font-size: .75em;
 transition: color .3s ease-out;
}

/*Hover & focus*/
.field input:focus::placeholder {
 opacity: 0;
 transition: opacity .3s;
}

.btn:hover {
 background-color: #5e6681;
 color: #ffeba7;
 box-shadow: 0 8px 24px 0 rgb(16 39 112 / 20%);
}

.btn-link:hover {
 color: #ffeba7;
}

.colorselect{
    color:black;
}
.dtr-control::before{
    font-size:15px;
}


@charset "UTF-8";

/**
 * Gov.co (https://www.gov.co) - Gobierno de Colombia
 *  - Componente: Footer
 *  - Version: 4.0.0
 */

.row.col-xs-12.col-lg-7.govco-texto-sedes,
.row.col-xs-12.col-lg-7.govco-network {
 padding-left: 10 !important;
 width: 100% !important;
}

[class^="govco-"]:before,
[class*=" govco-"]:before {
 font-family: "govco-fontv2";
 font-style: normal;
 font-weight: normal;

 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: 0.2em;
 text-align: center;
 /* opacity: .8; */

 /* For safety - reset parent styles, that can break glyph codes*/
 font-variant: normal;
 text-transform: none;

 /* fix buttons height, for twitter bootstrap */
 line-height: 1em;

 /* Animation center compensation - margins should be symmetric */
 /* remove if not needed */
 margin-left: 0.2em;

 /* you can be more comfortable with increased icons size */
 /* font-size: 120%; */

 /* Font smoothing. That was taken from TWBS */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;

 /* Uncomment for 3D effect */
 /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.govco-phone:before {
 content: "\ea8a";
}

.govco-phone-alt:before {
 content: "\ea85";
}
/*** FUENTE ICONOS ***/

/*** MODAL 1 ***/
.govco-logo-entidad {
 height: 15%;
 content: url(..Frame/img/LogoCope.png);
}

.govco-co {
 height: 48px;
 margin-top: 24px;
 display: inline-block;
 content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}

.govco-separator {
 border-left: 1px solid #e5eefb;
 opacity: 1px;
 height: 44px;
 margin-left: 10px;
 margin-right: 5px;
 display: inline-block;
}

.govco-logo {
 height: 30px;
 display: inline-block;
 content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
 vertical-align: super;
}

.govco-footer{
    background-color: orange;
    height: 50% !important;
}

.govco-footer-logo {
 height: 96px;
 background-color: #0E2146;
 width: 100%;
 margin-top: 20px !important;
}

.govco-data-front {
 z-index: 2;
 width: 80%;
 margin: auto;
 border: 2px solid #e5eefb;
 border-radius: 10px;
 opacity: 1;
 background-color: #FFFFFF;
 position: relative;
 top:20em;
 bottom:2em;
}

.govco-text-header-1 {
 color: #0E2146;
 text-align: left;
 font-size: 20px;
 font-weight: 600;
}

.govco-text-header-2 {
 color: #0E2146;
 text-align: left;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 0 !important;
}

.govco-text-header-3 {
 color: #0E2146;
 font-weight: bold;
 margin-bottom: 0 !important;
}

.govco-logo-container {
 margin-left: 80px !important;
}

.govco-link-modal {
 color: #0E2146;
 margin-right: 30px !important;
 text-decoration: underline;
}

.icon::before {
 margin: 0 !important;
 padding: 0 !important;
 transform: scale(1.5, 1.5);
 margin-right: 10px !important;
 margin-left: 5px !important;
 vertical-align: text-top !important;
 color: #0E2146;
}

.govco-iconContainer {
 display: inline-block !important;
 width: auto !important;
}

.govco-links-container {
 margin-bottom: 50px !important;
 margin-top: 30px !important;
}

.govco-footer-text {
 margin: 2% 8% !important;;
}
.govco-texto-sedes,
.govco-network {
 padding: unset !important;
}

.govco-network,
.govco-listado-sedes {
 margin-top: 30px !important;
}

.govco-sedes {
 margin-top: 20px !important;
}

.govco-logo-div-a {
 text-align: center !important;
}

.govco-links-directorio {
 margin-top: 20px !important;
}

.govco-link-container {
 display: inline-block;
 width: auto !important;
}

.govco-mostrar {
 display: none !important;
}

.govco-nombre-entidad {
 margin-bottom: 0px !important;
}
.tarjeta{
    padding: 4%;
    margin:auto;
    align-items: center;
}

.invertir {
  filter: invert(100%);
}
.img_transicion {
  transition: transform 0.3s ease-in-out;
}

.img_transicion:hover {
  transform: scale(1.1);
}

.letra_Cope{
    color:#0E2146 !important;
}
.btn_Cope{
    background-color:#0E2146 !important;
    color:#FFFFFF !important;
}

@media (max-width: 991px) {
 .govco-sedes {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 5px !important;
 }

 .govco-sede-info {
  margin-left: 0 !important;
 }

 .govco-logo-entidad {
  height: 65px;
 }

 .govco-footer-text {
  margin: 0 !important;
  margin-top: 50px !important;
 }

 .govco-nombre-entidad {
  margin-left: 0px !important;
  width: 100% !important;
 }

 .govco-logo-div-a {
  margin-left: 0 !important;
 }

 .govco-texto-sedes,
 .govco-links-directorio,
 .govco-listado-sedes,
 .govco-links-container {
  margin-left: 15px !important;
  margin-top: 20px !important;
 }

 .govco-texto-sedes,
 .govco-network {
  padding: unset !important;
 }

 .govco-iconContainer {
  margin-top: 20px !important;
  display: block !important;
  width: 100% !important;
 }

 .govco-network {
  margin-left: 15px !important;
  margin-top: 10px !important;
 }

 .govco-text-header-3 {
  margin-top: 20px !important;
 }

 .govco-link-container {
  display: block !important;
  width: 100% !important;
 }

 .govco-mostrar {
  display: unset !important;
 }

 .govco-logo-container {
  text-align: center !important;
  margin-left: unset !important;
 }

 .govco-texto-sedes {
  padding-right: 20px !important;
 }
}

@media (max-width:575px) {
    #img_st{
        max-width:70%;
        max-height: 40%;
    }
    #img_sic{
        max-width:40%;
        max-height: 25%;
    }
    .p-footer{
        text-align: center;
    }
    .imgFooter{
        width:10%;
    }
    .imgFooter2{
        width:10%;
    }
    #img_header{
        width:120% !important;
    }
    .img_icon_social_media{
        width:15%;
    }
    .cardi-top{
        margin-top:25%;
    }
}
@media (min-width:576px) and (max-width:767px){
    .p-footer{
        text-align: center;
    }
    .imgFooter{
        width:70% !important;
    }
    .imgFooter2{
        width:20%;
    }
    #img_header{
        width:500% !important;
    }
    .img_icon_social_media{
        width:15%;
    }
}
@media (min-width:768px) and (max-width:991px){
    .p-footer{
        text-align: center;
    }
    .imgFooter{
        width:70% !important;
    }
    .imgFooter2{
        width:20%;
    }
    #img_header{
        width:60% !important;
    }
    .img_icon_social_media{
        width:8%;
    }
}
@media (min-width:992px) and (max-width:1199px){
    footer{
        bottom: 0; 
        width:100%;
    }
    .p-footer{
        text-align: right;
    }
    .imgFooter{
        width:70%;
    }
    .imgFooter2{
        width:20%;
    }
    #img_header{
        width:50% !important;
    }
    .img_icon_social_media{
        width:6%;
    }
}
@media (min-width:1200px) and (max-width:1399px){
    footer{
        bottom: 0; 
        width:100%;
    }
    .p-footer{
        text-align: right;
    }
    .imgFooter{
        width:70%;
    }
    .imgFooter2{
        width:40%;
    }
    #img_header{
        width:40% !important;
    }
    .img_icon_social_media{
        width:3.5%;
    }
    
}
@media (min-width:1400px){
    footer{
        bottom: 0; 
        width:100%;
    }
    .p-footer{
        text-align: right;
    }
    .imgFooter{
        width:70%;
    }
    .imgFooter2{
        width:40%;
    }
    #img_header{
        width:30% !important;
    }
    .img_icon_social_media{
        width: 3.5%;
    }
    
}

.futer-label{
    text-decoration:none;
    color:#0E2146;
    text-transform:uppercase;
    font-size:0.6em;
    font-family:Source Sans Pro;
    cursor: pointer;
}
.futer-label:hover{
    color:#0E2146;
}

#btn_oculto{
  padding-left: 0px !important;
  border-radius: none;
  background-color: transparent;
  border-color: transparent;
  text-align: left;
  font-size: 16px;
  color: #0E2146;
}
#btn_oculto:hover{
  padding-left: 0px !important;
  border-radius: 5%;
  background-color: #0E2146;
  border-color: transparent;
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}