@charset "utf-8";
/* CSS Document */

body{
background:rgba(220,123,143,1.00) !important;
padding-top: 0;
 margin-top: 0;

}
a{
    text-decoration: none !important;
}
.w-65{
    max-width: 65% !important;
}
nav{
background-color: rgba(241,234,109,1.00);
}
/* Estilo base del navbar */
        nav {
            transition: background-color 0.3s ease, opacity 0.3s ease;
            background-color:rgba(220,123,143,1.00); /* Semi-transparente */
        }

        /* Clase que se añade al hacer scroll */
        nav.scrolled {
            background-color: rgba(220,123,143,0.8); /* Opacidad total */
        }
.nav-item a {
      position: relative;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.nav-link:hover{
         color: rgba(255,255,255,1) !important;
}
.nav-link::after{
  content: "";
  display: block;
  height: 3px;
  background-color: #F1EA6D;
  transform: scale(0,1);
  transform-origin: center;
  transition: transform .25s;
}
.nav-item ::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F1EA6D;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-in-out;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: rgba(255,255,255,1.00)!important;


}

.nav-item :hover::before {
  transform: scaleX(1);
}

/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-item[data-animation="to-left"] a::before {
  transform-origin: right;
}

.nav-item[data-animation="center"] a::before {
  transform-origin: center;
}

.nav-item[data-animation="bonus"] a::before {
  transform-origin: right;
}

.nav-item[data-animation="bonus"] a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
}

.nav-item{
    font-family: 'Montserrat', sans-serif!important;
}
.navbar-brand img {
    width: 259px !important;
}
.logos-izquierda{
 width: 450px;  
height: 100%;
}
header{
    margin: 0 auto;
}
header h1{
font-family: "futura-pt", sans-serif;
font-weight: 800;
font-style: normal;
    color: #F1EA6D !important;
    text-align: left;
    font-size: 150px;
    padding: 0;
    margin: 0 auto;
    line-height: 150px;
}

header h2{
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;
    color: #F1EA6D !important;
    text-align: center;
    font-size: 35px;
}
header h3{
font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 0;
    margin: 0 auto;
    text-transform: uppercase;
}
header h4{
font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    font-size: 18px;
    color: #E35B9B;
    padding: 0;
    margin: 1em auto;
    text-transform: uppercase;
    background: #ffffff;
    display: table;
    padding: .3em;
}
header p{
font-family: "instrument-serif", sans-serif;
font-weight: 400;
font-style: normal;
    color: #ffffff !important;
    text-align: center;
    font-size: 22px;
    line-height: 27px;
}
#index .categorias ul{
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none; /* elimina viñetas */
}
#index .categorias li{
  display: inline-block;
  padding: 0.5em 1em;
  color: #1E1E1E;
  font-size: 14px;
  text-align: center;
  margin: 0.5em 0.5em 0 0.5em;
  border-radius: 3px;
}
.microcaya{
    max-width: 400px;
    width: 100%;
}
.circulo img {
    width: 100%;
    margin: 0 auto;
}
.micro img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.bg-amarillo{
    background: rgba(241,234,109,1.00);
}
footer{
    font-family: 'Roboto', sans-serif;
    background: rgba(220,123,143,1.00) !important;
}
footer ul{
    background: rgba(220,123,143,1.00) !important;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
}
footer li a{
color: #ffffff;  
font-size:14px;
}
footer li a:hover{
text-decoration: underline!important;
}
footer p{
color: #ffffff;    
}
.frase{
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    color: rgba(220,123,143,1.00) !important;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 20px !important;
    position: relative;
    display: table;
    width: auto;
    padding: 0;
}
.frase strong{
    font-weight: 700 !important;
   }
#index h1{
font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #211915;
    text-align: center;
    margin: 0 auto;
    font-size: 35px;
    position: relative;
    display: table;
    width: auto;
    padding: 15px 0 0 0;
}
#index h2{
font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    position: relative;
    width: auto;
    padding: 15px 0 0.5em 0;
    display: none !important;
}
#index h2:hover::before {
  transform: scaleX(1);
}
#index h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000000;
  z-index: 1;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
#bbll{
    padding-top: 3em;
}
#bbll a{
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}
#bbll p{
        font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 12px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
#bbll h1{
     font-family: "Oswald", sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: left !important;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #000000;
}
#bbll h2{
        font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 18px;
    text-align: left;
    
}
#bbll h3{
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    text-align: left;
    
}
h1.gracias{
     font-family: "Oswald", sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #000000;
       margin: 1em auto;
}
h2.gracias{
        font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 32px;
    text-align: center;
    margin-top: 1em;
    
}
#categorias button.col{
display: none;
}
#categorias div.btn-candidatura button.col{
    display: block !important;
}

.content-home h1{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 32px;
    text-align: left;
     margin-bottom: 45px;
}
.legales h1{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 32px;
    text-align: left;
     margin-bottom: 45px;
}
.content-home h2{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 28px;
    text-align: left;
    margin-bottom: 45px;
}
h4{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 45px;
    text-align: center;
}
.content-home p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
.legales p{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
.legales ul li{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
     margin-bottom: 20px;
    font-weight: 400;
}
.content-home p a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
text-decoration: underline;
}
#candidatura h1, #categorias h1, #jurado h1, #bases h1  {
font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #211915;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 30px;
    position: relative;
    display: table;
    width: auto;
    padding: 1em 0 0 0;
}

#candidatura{
    color: #ffffff;
}
#candidatura a{
    color: #ffffff;
    text-decoration: none;
}
#candidatura a:active{
    color: #ffffff;
    text-decoration: underline !important;
}

#categorias button, #jurado button {
   border: 0;
    background:rgba(255,255,255,0);
    cursor: default !important;
    color: #ffffff;
}
.btn-candidatura{
      font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    border: 1px solid #ffffff;
    padding: 1em;
    border-radius: 7px;
    color: #E35B9B;
    text-align: center;
    min-height: 75px;
    display: grid;
    align-items: center;
    width: 30%;
    margin: 10px;
}
#jurado h2{
      font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin: 1em 0 0 0;
}
#jurado p{
      font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}
#bases h2{
      font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
}
#bases p{
      font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}
#bases ul{
    margin: 0;
    padding: 10px;
}
#bases li{
font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    margin: 1em 0;
}
#candidatura .col-form-label{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}
.webform-element-description {
    color: #ffffff;
    text-align: left;
    width: 100%;
     font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
#edit-adjuntar-documentacion--3{
 background: rgba(0,0,0,0) !important;
    border:  rgba(0,0,0,0) !important;
    text-align: left;
    margin-bottom: 1em;
}
#edit-adjuntar-imagen--3{
 background: rgba(0,0,0,0) !important;
    border:  rgba(0,0,0,0) !important;
    text-align: left;
     margin-bottom: 1em;
}
input#file-upload-button{
    color:#E35B9B !important;
     background: #ffffff !important;
        border-radius: 6px;
    margin-right: 1em;
}
.webform-button--submit{
        color:#E4639E;
     background:#ffffff;
        border-radius:6px;
    padding: 1em 1.5em;
    border: 0;
    font-weight: 700;
    min-width: 200px;
}
.text-field{
    color: #000000;
    text-align: right;
    
}
.text-field a{
    color: #000000;
}
.form-text{
    margin-top: 1.25rem;
        padding: .5rem;
    border-radius: .25rem;
    border: 0;
}
h3.form-title{
    font-family: "futura-pt-bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    font-size: 25px;
    position: relative;
    display: table;
    width: auto;
    padding: 15px 0 0.5em 0;
    text-transform: uppercase;
}
.webform-button--submit:hover{
background: rgba(255,255,255,0.8)
}

.form-select {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #EB82A9;
}
.cont-field .select-field select option{
    background: #EB82A9 !important;
}
.form-select {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control[type="date"]::-webkit-calendar-picker-indicator {
        filter: brightness(0) invert(1); /* Esto cambiará el color del icono a blanco */
    }
.js-form-type-checkbox{
    margin: 2em auto 0 auto;
}
.breadcrumb-item+.breadcrumb-item::before{
    line-height: 14px !important;
}

.loging{
    text-align: left !important;
}
#edit-adjuntar-imagen-upload--3, #edit-adjuntar-documentacion--3{
    color: #ffffff;
    padding: 0;
}
.loging .form-group input{
    text-align: left !important;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1.6em;
 
}

#edit-adjuntar-imagen-upload-button--3, #edit-adjuntar-documentacion-upload-button--3{
    color: #E35B9B;
     background: #ffffff;
    border-radius: 6px;
    font-weight: 400;
    padding: 0.2em 1em;
    margin-left: 1em;
    border: 0;
    width: auto;
    margin: 0 0 0 73%;
}
.btn-candidaturas{
color: #E35B9B;
    background: #ffffff;
    border-radius: 6px;
    font-weight: 400;
    padding: 1em 2em;
    font-size: 1.3rem;
    margin-left: 1em;
    border: 0 !important;
    width: auto;
    margin: 0 auto;
}
.btn-entrar, #edit-submit{
color: #ffffff;
    background: #E35B9B;
    border-radius: 6px;
    font-weight: 400;
    padding: 1em 2em;
    font-size: 1.3rem;
    margin: 2em auto 0 auto !important;
    border: 0 !important;
    width: auto;
}
.btn-entrar:hover, #edit-submit:hover, .btn-entrar:active, #edit-submit:active, .btn-entrar:focus, #edit-submit:focus{
    background: #B82D6E;
    color: #ffffff;
}


button, .btn-votar{
    border: 0 !important;
}
.cont-field .text-field.focused label, .cont-field .select-field.focused label{
    border: 1px solid #cecece;
}
#edit-adjuntar-imagen-upload-button--3:hover, #edit-adjuntar-documentacion-upload-button--3:hover{
    color: #E35B9B;
     background: rgba(255,255,255,0.8);
    border: 0;

}
    #candidatura a.btn-votar, #candidatura a.btn-votar:visited  {
    border-radius:5px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
     background: rgba(220,123,143,1.00) !important;
        font-size: 16px;
        padding: 0.3em 2em;
           margin: 1em auto;
        display: block;
}
#candidatura a.btn-votar{
    text-decoration: none!important;
}
.modal-footer button.btn-votar{
    background: rgba(220,123,143,1.00) !important;
    color: #ffffff;
}
.modal-footer button.btn-votar:hover, .modal-footer button.btn-votar:focus{
    background: rgba(220,123,143,0.5) !important;
    color: #000000;
}
.loging button, .loging button:visited {
    border-radius:30px;
    font-family: 'Roboto', sans-serif;
    color: rgba(227,91,155,1);
    background: #ffffff;
        font-size: 20px;
        padding: 0.3em 2em;
           margin: 1em 0;
}
.loging button:hover, .loging button:active, .loging button:focus, .loging button:active, #candidatura a.btn-votar:hover, .btn-votar button:active, #candidatura a.btn-votar button:focus, .btn-candidaturas:hover, .btn-candidaturas:active, .btn-candidaturas:focus {
    color: #ffffff;
    background: #E35B9B;
}
.ocultar-desk{
    display: none
}
#breadcrumb {
    background: rgba(241,234,109,1.00);
    margin-top: 1.2em;
    font-size: 0.7rem;
    text-align: center;
}
#breadcrumb li {
   margin: 0.5em auto;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Centrado horizontal */
    align-items: center;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.breadcrumb-item {
    margin: 0 0.6em;
    position: relative;
    text-transform: uppercase;
}

/* Estilo normal de enlaces + animación subrayado */
.breadcrumb-item a {
    color: #1E1E1E !important;
    opacity: 0.6;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 0.2em 0;
}

/* Línea inferior animada */
.breadcrumb-item a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #1E1E1E;
    transition: width 0.3s ease;
}

/* Hover con animación de izquierda a derecha */
.breadcrumb-item a:hover::after {
    width: 100%;
}

/* Enlace activo */
.breadcrumb-item a.active {
    color: #000 !important;
    font-weight: 700;
    opacity: 1;
}

.nombre{
   font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: center;
    margin-top: 1em;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
        
}

.candidatura{
    color: #000000;
}
.productos{
   font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    background: #ffffff;
    width: 100%;
        
}
.productos h1{
    color: #0c4665;
    font-size: 16px !important;
    padding: 1em 0 !important;
    text-align: left !important;
    width: 90%;
    
    }
.productos img.prod{
    margin: 0 auto 1em auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 150px !important;
    
    }
.descipcion-producto{
    display: block;
    padding: 0.5em;
    text-align: center;
}

.descipcion-producto p{
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
}
.modal-content{
   /*border-radius: 12px;*/
 border-radius: 0;
    background:rgba(241,234,109,1.00);
}
.modal-header{
    padding: 0;
}
.modal-header img{
    /*border-radius: 12px 12px 0 0;*/
}

.modal-header .btn-close{
    position: absolute;
    top: 3%;
    right: 3%;
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.btn-close{
    width: 0.5em;
    height: 0.5em;
    
}
.modal-body h1{
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
    
}
.modal-body h2{
    font-size: 18px !important;
    font-family:'Roboto', sans-serif !important;
    font-weight: 400 !important;
    color: #000000;
    text-align: left;
    margin: 0.51em 0;
    
}
.modal-body p{
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000000;
    margin-top: 1em;
    text-align: left;
    
}
.text-field .focused{
    border: 2px solid #ffffff !important;
    border-radius: 3px !important;
}

.modal-footer{
    border: 0;
}
.cont-field .select-field.focused .floating-label, .cont-field .select-field.focused .floating-label:active, .cont-field .select-field.focused .floating-label:focus{
    color: #ffffff;
    background: transparent;
    font-size: 14px;
}
#categoria, #email, #laboratorio, #fecha_lanzamiento{
        margin-top: 2em !important;
}
.cont-field .select-field.focused label{
    border: 1px solid #ffffff !important;
}
.wcont  span.floating-label {
   color: #E35B9B;
    font-size: 12px;
}
.focused span.floating-label {
   color: #E35B9B;
    font-size: 12px;
}

.cont-field .text-field.focused .floating-label, .cont-field .text-field.wcont .floating-label, .cont-field .select-field.focused .floating-label, .cont-field .select-field.wcont .floating-label 

{
    transform: translate(-4px, 5px);
    background-color: transparent;
    padding: 0 4px;
    font-size: 14px;
    max-width: fit-content;
    z-index: 4;
    height: fit-content;
    color: #ffffff;
}
.cont-field .text-field.focused .floating-label {
    color: #ffffff;
    background-color: transparent;
}
#edit-fecha-de-lanzamiento--3--description{
 display: flex;
margin-bottom: 2em;
}
#edit-fecha-de-lanzamiento--3--description p{
 font-size: 12px;
line-height: 14px;
}
#edit-fecha-de-lanzamiento--3--description img{
    max-width: 30px;
    margin-right: 1em;
}
#edit-adjuntar-documentacion--3--description{
    margin-bottom: 2em;
}
.messages--error {
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.placeholder{
    background: #ffffff;
    color: #E35B9B;
}
.cont-field .text-field .notched-outline, .cont-field .select-field .notched-outline{
    top: -45px;
}
#edit-adjuntar-documentacion-upload-button--DsCGvqG8G58, #edit-adjuntar-imagen-upload-button--GpzcSzgw0Ro{
    color: #E35B9B;
    background: #ffffff;
    border-radius: 6px;
    font-weight: 400;
    padding: 0.2em 1em;
        font-family: 'Roboto', sans-serif;
    margin-left: 1em;
    border: 0;
    width: auto;
    margin: 0 0 0 73%;
}
div[data-drupal-messages]{
       color: #E35B9B;
        font-family: 'Roboto', sans-serif;
     font-size: 12px;
    font-weight: 400;
}
.ui-widget.ui-widget-content{
    z-index: 90000 !important;
}
@media only screen and (max-width: 1399px){
        .btn-candidatura{
        width: 45%;
    }

}

    
@media only screen and (max-width: 990px){
    #edit-adjuntar-imagen-upload-button--3, #edit-adjuntar-documentacion-upload-button--3{
        margin-left: 0;
        margin-top: 4em;
    }
    #edit-adjuntar-documentacion--3{
        margin-bottom: 3em;
    }

    ol.breadcrumb {
        margin: 1.5em auto 0 auto;
    }
    .breadcrumb{
        flex-wrap: wrap;
        font-size: 12px;
    }
    .logos-footer img{ 
    width: 50%;
    margin-bottom: 2em;
    }
    .btn-candidatura{
        text-align: center;
    }
    header h3{
        font-size: 18px;
    }
    header h4{
        font-size: 17px;
    }
    #index .categorias li{
        margin:  0.3em;
    }
    .microcaya{
        width: 50%;
    }

}
@media only screen and (max-width: 768px){

   ul li.nav-item{
        padding: 0.2em 0;
       background: rgba(255,255,255,0)
    }
    .menu-principal li a, .menu-principal li a.active svg{
        background: rgba(255,255,255,0);
        border: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }
    .menu-principal li a.active{
        border-radius: 0;
    }
    
}
@media only screen and (max-width: 525px){
    .btn-candidatura{
        width: 100%;
    }
    .ocultar-reponsive{
        display: none;
    }
    header{
       padding-top: 1em;;
    }
        .circulo img, .micro img{
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    header h3{
        width: 70%;
    }
        #index .categorias li{
        font-size: 12px;
        margin: 0;
    }
    #index h1{
        font-size: 25px;
        margin: 0 auto 1em auto;    
    }
    .form-text{
        width: 100%;
    }
}
@media only screen and (max-width: 380px){
    .btn-candidatura{
        width: 100%;
    }
    figure.img-cont-noticia img, figure.img-cont-noticia{
        display: none;
    }
    figure.img-cont-noticia:first-child{
        display: block;
        background-image: url("../https://diariomedico.blob.core.windows.net/correofarmaceutico/datos/uestudio/votacion-premios-cosmetica-25/https://diariomedico.blob.core.windows.net/correofarmaceutico/datos/uestudio/votacion-premios-cosmetica-25/img/logo-premios-responsive.png");
        background-position: center;
        background-repeat: no-repeat;
        height: 71px;
        background-size: 100%;
    }


}