
@import url('https://fonts.googleapis.com/css?family=Mukta');
body{
  font-family: 'Mukta', sans-serif;
	height:100vh;
	min-height:550px;
	
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
    overflow-y: hidden;
}
a{
  text-decoration:none;
  color:#444444;
}
.login-reg-panel {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70%;
    right: 0;
    left: 0;
    margin: auto;
    height: 400px;
    /*background-color: rgba(236, 48, 20, 0.9);*/
    /*background-color:#13c281;*/
    background-color:#4682B4;
}
.white-panel{
    background-color: rgba(255,255, 255, 1);
	background-image: url(mapa2.png);
	background-repeat: no-repeat;
	background-position:center;
    height:500px;
    position:absolute;
    top:-50px;
    width:50%;
    right:calc(50% - 50px);
    transition:.3s ease-in-out;
    z-index:0;
    box-shadow: 0 0 15px 9px #00000096;
}
.login-reg-panel input[type="radio"]{
    position:relative;
    display:none;
}
.login-reg-panel{
    color:#B8B8B8;
}
    .login-reg-panel #label-login,
    .login-reg-panel #label-register {
        border: 1px solid white;
        padding: 5px 5px;
        width: 150px;
        display: block;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
        color: #f9f9f9;
    }
.login-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    left:0;
    position:absolute;
    text-align:left;
}
.register-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    right:0;
    position:absolute;
    text-align:left;
    
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
    z-index: 1;
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    color:#242424;
    text-align:left;
    padding:50px;
}
.show-log-panel{
    display:block;
    opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.login-show a{
    display:inline-block;
    padding:10px 0;
}

.register-show input[type="text"], .register-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.register-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.credit {
    position:absolute;
    bottom:10px;
    left:10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
a{
  text-decoration:none;
 /*color:#2c7715;*/
 color:black;
}

.boton {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.botonLargo {
    max-width: 250px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.login-reg-panelcontacto {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70%;
    right: 0;
    left: 0;
    margin: auto;
    height: 400px;
    background-color: #4682B4;
}

.white-panelcontacto {
    background-color: rgba(255,255, 255, 1);
    background-image: url(mapa2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
    position: absolute;
    top: -100px;
    width: 60%;
    right: calc(40% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 15px 9px #00000096;
}



.login-showcontacto,
.register-showcontacto {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 5px;
}

.show-log-panelcontacto {
    display: block;
    opacity: 0.9;
}

.login-showcontacto input[type="text"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}

.login-showcontacto input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding:20px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}



.register-showcontacto input[type="text"]{
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}

.register-showcontacto input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}
.register-info-boxcontacto {
    width: 30%;
    padding: 0 80px;
    top: 80%;
    right: 0;
    position: absolute;
    text-align: left;
}

.boton3 {
    max-width: 100px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    right: 10px;
    top: 90%;
    position: absolute;
    cursor: pointer;
}


.login-reg-panelcontacto #label-logincontacto,
.login-reg-panelcontacto #label-registercontacto {
    border: 1px solid #9E9E9E;
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #f9f9f9;
}

.botonClave {
    max-width: 180px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.botonPrivado {
    max-width: 180px;
    width: 100%;
    background:#565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.botonPrivado_chico {
    max-width: 90px;
    width: 100%;
    background: #565656;   
    color: #f9f9f9;
    border: none;
    padding: 10px;
    border-radius: 10px;
    float: center;
    cursor: pointer;
}

.botonPrivado_largo {
    max-width: 200px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    border-radius: 10px;
    float: center;
    cursor: pointer;
}

.titulo {
    font-family: Arial;
    font-size: 16px;
    color: #4682B4;
    font-weight: bold;
}


.usuario {
    font-family: Arial;
    font-size: 20px;
    color: #565656;
    font-weight: bold;
}

.botonMenu {
    max-width: 120px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.row2 {
    margin-right: -15px;
    margin-left: -30px;
}

.mi-selector {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.select2-container {
    width: 100% !important;
}

.select2-search--dropdown .select2-search__field {
    width: 98%;
}

.subir {
    max-width: 180px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

.white-panelArchivo {
    background-color: rgba(255,255, 255, 1);
    background-image: url(mapa2.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: absolute;
    top: -50px;
    width: 65%;
    right: calc(50% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    box-shadow: 0 0 15px 9px #00000096;
}
.cerrarArchivos {
   
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    color: #f9f9f9;
}
.cabeceraEmergente {
    background-color: #4682B4;
    color: white;
}

.cuerpoEmergente {
   
    background-image: url(mapa4.png);
    background-repeat: no-repeat;
    background-position: center;
}

.boxcol {
         width:200px;
         height:200px;
}
.boxcol img {
    width: 100%;
    height: auto;
}

@supports(object-fit: cover) {
    .boxcol img {
        height: 100%;
        object-fit: contain;
        object-position: center center;
    }
}

.botonizq {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: left;
    cursor: pointer;
}

.botonizqLargo {
    max-width: 250px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: left;
    cursor: pointer;
}


.botoncent {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    
    cursor: pointer;
}

.botonPrivadoLargo {
    max-width: 250px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.botonvolver {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
    padding: 10px;
}

.botoncentlargo {
    max-width: 250px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}


.tituloPreConvenio {
    font-family: Arial;
    font-size: 14px;
     font-weight: bold;
}


.botonPrivadoExtraLargo {
    max-width: 350px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.botoncentlargoSatis {
    max-width: 450px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
}


.tituloArchivo {
    font-family: Arial;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background: #dd4b39;
}


.archivospublico {
    background-color: rgba(255,255, 255, 1);
    background-image: url(../login/mapa4.png);
    background-repeat: no-repeat;
    background-position:center;
   
  
    padding-left: 15px;
    padding: 10px;
}

.archivostitulo {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.botonPrivadoCentrado {
    max-width: 250px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
   
    cursor: pointer;
}
.panelArchivo {
    background-color: rgba(255,255, 255, 1);
   
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    width: 90%;
   left:5%;
  
    position:absolute;
    transition: .3s ease-in-out;
    box-shadow: 0 0 15px 9px #00000096;

  
 
}

.botonPrivado_Contacto {
    max-width: 250px;
    width: 100%;
    background: #dd4b39;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.cabeceraTablaConvenio {
    background: #dd4b39;
    color: white;
    font-weight: bold;
}

.archivoDetalle {
   
   
}

.archivoDetalle2 {
   
}



.botonPrivadoArchivo {
    max-width: 200px;
    width: 100%;
    background: #565656;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    height:38px;
    text-align:center;
}

.clasehr {
    border: 0;
    height: 24px;
    box-shadow: inset 0 22px 12px -12px #dd4b39;
    color: #dd4b39;
    text-align: center;
}

    .clasehr:after {
        content: "";
        font-size: 16px;
        font-weight: bold;
        color: #eee;
    }

