@charset "utf-8";
/* CSS Document */
body {margin-top:0;
    margin-left:0 auto;
    margin-right: 0 auto;
    background-image: url('imagenes/reciclado.jpg');
}
.country-select {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 300px;
}

.country-selected {
    padding: 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
}

.country-selected img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.country-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1000;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}

.country-list li {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.country-list li:hover {
    background-color: #f0f0f0;
}

.country-list img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.oculto {
    display:none;
}

.menu-pc {
    display:block;
    z-index:88888;
    position:absolute;
    bottom:0px;
    left:0 auto;
    right: 0 auto;
    width:100%;
}
.menu-cel {
    display:none;
}

.logo-pc {
    position:absolute;
    top:-165px;
    left:40px;
}
.logo-cel {
    display:none;
}
.anchura {
    max-width:1050px;
    width:84%;
    margin-left:8%;
    padding:15px;
    background-color: hsla(0,0%,100%,0.60);
}

.principal {
    width:62%;
    padding:20px;
    float:left;    
    margin-left: 2%;
    background-color: #FFF;
}

.icons {
    width:170px;
    min-width: 170px;
    min-height: 170px;
    margin-left:10px;
    float:left;
    align-items: center;
    transition-duration: 300ms;
}
.icons img {
    width:150px;
    margin-left: 10px;
    margin-top: 10px;
    transition-duration: 300ms;
}

.img-rgt {
    position:absolute;
    right:0px;
    margin-right:0px;
    height: 200px;
}
.lateral {
    float:right;
    top:235px;
    right:10px;
    width:25%;
    max-width:600px;
    max-height:85%;
    padding-top:-20px;
    padding-right:50px;
    padding-left:15px;
    transition-duration: 500ms;
    overflow-y: hidden;    
}
.btn-lat {
        display:none;
    }

.btn-login {
    display:block;
    position:absolute;
    top:-4px;
    right:0px;
    z-index:99999;
    height:43px;
    width:60px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding-top: 7px;
    background-color: #D695CA;
    color:white;
    -webkit-box-shadow: 2px 2px 7px #666;
   -moz-box-shadow: 2px 2px 7px #666;
   filter: shadow(color=#999999, direction=135, strength=2);
    }

.btn-tag{
    display:none;
    width:50px;
    background-color: #0485A3;
    font-family:Helvetica, Arial, "sans-serif";
    font-size:12px;
    padding:4px;
    -webkit-box-shadow: 2px 2px 7px #666;
   -moz-box-shadow: 2px 2px 7px #666;
   filter: shadow(color=#999999, direction=135, strength=2);
    position:relative;
    margin-top:5px;
margin-left:-20px;
    
}

.btn-logout {
        display:block;
    position:absolute;
    top:-4px;
    right:0px;
    z-index:99999;
    height:43px;
    width:60px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding-top: 7px;
    padding-left:3px;
    background-color: #E74868;
    color:white;
    -webkit-box-shadow: 2px 2px 7px #666;
   -moz-box-shadow: 2px 2px 7px #666;
   filter: shadow(color=#999999, direction=135, strength=2);
   border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    }
.btn-logout:hover {
    background-color: #C74DE6;
    }

.sonido {
	display: none;	
    max-width:300px;
    width:80%;
  right: 10px;
	z-index: 9999999;	
}

.btn-user {
        display:block;
    position:fixed;
 top:0px;
   left:0px;
    z-index:999999;
    height:23px;    
    width:170px;
    max-width:250px;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size:12px;
    padding-top: 7px;
    padding-left:10px;
    background-color: hsla(185,15%,45%,0.69);
    color:white;
    border-bottom-right-radius:15px;
     -webkit-box-shadow: 2px 2px 7px #666;
   -moz-box-shadow: 2px 2px 7px #666;
   filter: shadow(color=#999999, direction=135, strength=2);
    }

.titulo {
    font-family:'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 600;
    color:#0F3370;
    border-bottom: solid thin;
    padding-top: 35px;
    padding-bottom: 18px;
}

.subtit {
    font-family:'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 600;
    padding-left: 0px;
    color:#0F3370;
}
.subtit2 {
    font-family:'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color:#0F3370;
}

.texto {
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color:#3C3E3E;
    line-height: 1.4;
    padding-bottom: 8px;
}

.boldit {
    font-weight: 600;
    font-style: italic;
}
.ul-texto {
    margin-left: 10px;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color:#3C3E3E;
    line-height: 1.4;
    padding-bottom: 8px;
    list-style-type: disc;
}

.ol-texto {
    margin-left: 10px;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color:#3C3E3E;
    line-height: 1.4;
    padding-bottom: 8px;
    list-style-type:decimal;
}

.ul-lat {
    margin-left: 10px;
    font-family:'Roboto', sans-serif;
    font-size: 20px;
    color:#3C3E3E;
    line-height: 1.4;
    list-style-type: disc;
}

.nota {
    font-family:'Roboto', sans-serif;
    font-size: 15px;
    color:#3C3E3E;
    line-height: 1.4;
    padding-bottom: 8px;
    border-top: solid thin #888;
}
.nota2 {
    font-family:'Roboto', sans-serif;
    font-size: 15px;
    color:#3C3E3E;
    margin-top:0px;
}
.col1 {
    right:50px;
    float:right;
}
.col2 {    
    position:relative;
    right:70px;
    float:right;
}

.foto-txr {
    width:30%;
    margin-left:12px;
}
.wid100-70 {
    width:70%;
    margin-left:12px;
}
.recuadro1 {
   width:80%;
   max-width:600px;
   margin-left:12px;
   padding:10px;
   -webkit-box-shadow: 2px 2px 7px #777;
   -moz-box-shadow: 2px 2px 7px #777;
   filter: shadow(color=#999999, direction=135, strength=2);
   border-radius: 10px;
}

.fotocab {
    position:sticky;
    width:98.5vw;
    top:-200px;
    margin-top:0px;
    left:0px;
    right: 0px;
    margin-left:-7px;
    min-height:250px;
    background-color: #F4E9D7;
}
.gallery {
    display:flex;
      margin: 5px;      
      width: 95%;
    padding:10px;
      text-align: left;
    vertical-align: top;
      align-content: left;
    border-bottom: thin solid #666;
    }

    .gallery img {
      width: 250px;
    min-width: 250px;
        align:left;
        margin-right:15px;
    }
.gallery-txt{
    position:absolute;
    margin-left:280px;
    margin-top:-20px;
    width:35%;
}

.green-btn {
	padding:10px;
	max-height:40px;
	text-align: center;	
	min-width:110px;
	width:140px;
    color:white;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size:17px;
    margin-left: 0px;
    background-color: green;
    border-radius: 10px;
}
.green-btn:hover {
    background-color: #6FF16F;
}

.map-btn {
    width:60px;
    background-color: #69C5BA;
}

.map-btn:hover {
    background-color: #95DBD3;
}

.blue-btn {
	padding:10px;
	max-height:40px;
	text-align: center;	
	min-width:110px;
	width:140px;
    color:white;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size:17px;
    margin-left: 0px;
    background-color: #00BBCC;
    border-radius: 10px;
}
.blue-btn:hover {
    background-color: #71EAF5;
}

.button-center {
	padding: 5px 8px 5px 10px;
	background-color:#2D8CD9;
	font-size: 22px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-decoration: none;
	color:white;
	font-weight: 600;	
	border-radius: 16px;
	min-width: 70px;
	text-align: center;
	max-width: 200px;	
}

.bene1 {
    display:none;
    position:fixed;
    background-color: bisque;
    width:300px;
    height: 300px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size:16px;
}

.m-active{
    background-color:hsla(166,97%,62%,0.51);
}

.tabla-cuest {
	font-family: 'Roboto', sans-serif;
	color:#666;
	font-size: 17px;	
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: top;
	padding: 6 6 10 6
}

.tabla-cuest tr td:first-child {
	width: 90%;	
	margin-left: 30px;
	vertical-align: top;
	padding-left:25px;
	padding-bottom: 10px;
	text-indent: -25px;
}

.tabla-cuest tr td:last-child {
	width: 130px;
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	padding-top: 9px;
}

.tablacuerpo {
	border:0;
	cell-padding: 4px;
}

.scroll {
    top:0px;
    left:0px;
    width:auto;
    margin-top:-5px;
    margin-left:0px;
    padding-left:9%;
    height:38px;
    background-color: #CC0C72;
    font-family:'Roboto', sans-serif;
    font-size: 18px;
    padding-top:15px;
    z-index: 99999;    
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ }

/* [5] */
.scroll::-webkit-scrollbar {
  display: none; }

  .scroll a {    
    width:200px;    
    min-height:45px;    
    padding: 10px;
    color:white;
}

.scroll a:hover {
    background-color: #F04AA2;
    height:60px;
}

.scroll a:visited {
    color:#DBEBEA;
}

.scroll a:link {
    color:white;
    text-decoration:none;
}

.scroll a:hover {
    color:white;
}

.scroll a:active {
    color:hsla(58,96%,78%,1.00);
}


.perfil {
    max-width: 800px; /* Máximo tamaño del contenedor */
    margin: 0 auto; /* Centrado horizontal */
    padding: 20px;
    background-color: #fff; /* Fondo blanco para el perfil */
    border-radius: 8px; /* Bordes redondeados */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}


/* Estilo de los párrafos dentro del perfil */
.perfil p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Etiquetas de los campos */
.perfil strong {
    color: #007BFF; /* Color para las etiquetas */
}

/* Estilo para cada bloque de información */
.perfil p span {
    color: #555; /* Color para el valor */
}

/*  PC chica */
@media (max-width: 1150px){	
    .principal {
    width:63%;
    min-width:50%;
    margin-left:0px;
    margin-left:0px;
}
    .lateral {
    width:23%;
    float:right;
    margin-right:12px;
    border-radius: 15px;
    overflow-y: hidden;
}
    
     .anchura {
        width:95%;
        margin-left:0px;
    }
    
    .gallery img {
      width: 200px;
    min-width: 200px;
        align:left;
        margin-right:15px;
    }
.gallery-txt{
    position:absolute;
    margin-left:210px;
    margin-top:-20px;
    width:35%;
}
}

/* Estilo para los formularios */
.form-editar {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-editar div {
    margin-bottom: 15px;
}

.form-editar label {
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

.form-editar input,
.form-editar select {
    width: 100%;
    padding: 8px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-editar button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-editar button:hover {
    background-color: #0056b3;
}


/* Menu celular*/
@media (max-width: 800px) {	
  
    
    .menu-pc {
        display:block;
    }
    .menu-cel {
    display:block;
    background-color: #51C1C0; 
    width:100%;
    height:40px;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 8888;
    }
    
    .logo-pc {
    display:none;
}
    
.logo-cel {
    display:block;
    position:absolute;
    top:-125px;
    left:15px;
    width:80px;
}
    
    .img-rgt {
    margin-right:0px;
        height: 150px;
}
    
    .fotocab {
        position:sticky;
        margin-top: 0px;
        top:-150px;
    min-height:200px;
    }
    
    .anchura {
        width:90%;
        margin-left:6%;
    }
    
    .principal {
    width:93%;
    padding:20px;
    float:none;
        margin-left:-30px;
}
.lateral {
    position:fixed;
    top:30px;
    right:-79px;
    width:65%;
    max-width:600px;
    width:280px;
    max-height:85%;
    padding-top:-20px;
    padding-right:50px;
    padding-left:15px;
    margin-right: -300px;
    transition-duration: 500ms;
    overflow-y: scroll;
    
}
    .btn-lat {
        display:block;
        position:fixed;
        width:30px;
        height:30px;        
        right:3px;
        top:220px;
        background-color:#01AC98;
        color:white;
        font-weight: 900;
        padding:0px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    
    .titulo {
        font-size: 25px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
    .subtit {
        font-size: 22px;
    }
    .subtit2 {
        font-size: 20px;
    }
    .texto {
        font-size: 16px;
    }
    
    .ul-texto {
        font-size: 16px;
    }
    .foto-txr {
        width:50%;
    }
    
    .col2 {      
        position:relative;
        right:0px;
        float:none;
    }
    
    .wid100-70 {
        width:100%;
        margin-left:0px;
    }

    .recuadro1 {
        max-width:100%;
        min-width:400px;
    }
    
.gallery {
      margin: 5px;
    display:block;
      width: 100%;
    padding:10px;
      text-align: left;
    vertical-align: top;
      align-content: center;
    border-bottom: thin solid #666;
    }
    .gallery img {
    width: 90%;
      min-width: 100px;
      max-width: 100%;
        align:center;
    }
    
    .gallery-txt{
    position:relative;
    margin-left:0px;
    margin-top:0px;
    width:auto;
}
    
    .btn-user {
    height:19px;    
    width:150px;
}
}
