/*DROPDOWN MENU*/
.dropdown-style{
    border-style: none !important;
    background: none !important;
    font-size: 30px !important;
    color: white !important;
}

.dropdown-menu-c{
    left: -80px !important;
    min-width: 200px !important;
    background: linear-gradient(212.12deg, #212529 34.64%, #2C3033 99.23%) !important;
    color: white;
    min-height: 85px;
}

.name-container{
    font-size: 20px;
    margin-bottom: 5px;
}

.avatar-container{
    text-align: center;
}

.avatar-image{
    font-size: 45px;
}

.buttons-dropdown{
    text-align: center;
}

.button-dropdown{
    background: #ED0722;
    color: white;
    border-style: none;
    width: 110px;
    height: 35px;
    border-radius: 4px;
    margin-bottom: 6px;
}

.button-dropdown a{
    text-decoration: none;
    color: white;
}

.button-dropdown a:hover{
    color: white;
}

/* TÍTULOS*/
.titles{
	font-family: 'Lucida Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    color: #31393C;
    margin-bottom: 20px;
}

.subtitles{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-size: 35px;
	color: #31393C;
	margin-top: 15px;
	margin-bottom: 15px;
}

.subsubsubtitles{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 24px;
	color: #31393C;
	margin-bottom: 10px;
}

.text-body{
	text-align: justify;
	font-family: 'Lucida Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
    font-size: 18px;
    color: #696E70;
}

.text-body p a{
	text-decoration: none;
    color: inherit;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.text-body p a:hover{
	text-decoration: none;
    color: inherit;
    color: #ED0722;
	-webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.text-body h2{
	font-size: 14px;
  color: #ED0722;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  font-weight: bold;
}

.text-body h3{
	font-size: 20px;
	color: #ED0722;
	text-transform: uppercase;
    margin-bottom: 20px !important;
    font-weight: bold;
}

.text-body h4{
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 28px;
	font-size: 20px;
	color: #ED0722;
	margin-top: 0px !important;
}

.h4custom{
    font-family: 'Lucida Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: #ED0722;
    margin-top: 0px !important;
    margin-right: 10px;
}

/*NOTICIAS RELEVANTES*/

.custom-images{
	background-size:auto;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:259px;
	border-radius: 5px;
}

.custom-images-outstanding{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:100px;
	border-radius: 5px;
}

.custom-images-all-news{
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	width:100%;
	height:259px;
	border-radius: 5px;
}

/*LISTAS*/

.contact-list-icon{
	display: inline-block;
    vertical-align: middle;
    color: #ED0722;
    font-size: 35px;
    font-weight: bold;
    margin-right: 25px;
    width: 40px;
}

.contact-list-text{
	display: inline-block;
    vertical-align: middle;
    font-family: 'Lucida Sans', sans-serif;
    font-size: 24px;
    color: #696E70;
    width: 350px;
}

.object-list-text{
	width: 350px;
    display: inline-block;
    vertical-align: middle;
}

.object-list-download{
	display: inline-block;
    vertical-align: middle;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.object-list-download:hover{
	color: #ED0722;
	-webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.object-list-download a{
    text-decoration: none;
    color: inherit;
}

.object-list-download a:hover{
    text-decoration: none;
    color: inherit;
}

/* FORMS */
.suggestion-form-text-input{
	border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    width: 48%;
    padding: 13px;
    height: 40px;
    margin-bottom: 20px;
}

.suggestion-form-submit{
    width: 35%;
    cursor: pointer;
    background: #ED0722;
	box-shadow: 0px 6px 15px rgba(237, 7, 34, 0.25);
	border-radius: 2px;
	color: white;
	font-family: 'Lucida Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 15px;
	height: 51px;
	border: none;
}

.suggestion-form-textarea-input{
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
    padding: 13px;
}

.profile-button{
	width: auto;
    background: #e73b34;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align:middle;
    float:right;
}

.profile-button:hover{
    background: #ce342e;
}

.profile.button a:hover{
    text-decoration: none;
}

.profile-button-web-request{
    float: none;
    margin-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
}

.profile-button-web-request:hover{
    color: #FFF; 
    text-decoration:none; 
    cursor:pointer;  
}

.download-request-file:hover{
    text-decoration:none; 
    cursor:pointer;  
}

#christmas-button{
	width: auto;
    background: #e73b34;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

#christmas-button:hover{
    background: #ce342e;
}

#christmas.button a:hover{
    text-decoration: none;
}
a:focus, a:hover{
    text-decoration: none !important;
}

.pharmacy-button{
	width: auto;
    background: #e73b34;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align:middle;
    float:right;
		color: white !important;
}

.pharmacy-button:hover{
    background: #ce342e;
		color: white !important;
}

.pharmacy.button a:hover{
    text-decoration: none;
		color: white !important;
}

.header-mobile{
    height: 100px;
    padding-left:0px !important;
}

.header-mobile:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.logo-mobile{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.solicitudes-title-container:before{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#remember-container .select2 .selection .select2-selection {
	height:35px !important;
	border: 1px solid #dadada !important;
}

#remember-container .select2 {
	width: 220px !important;
}

#pharmacy-success, #pharmacy-failure {
	display:none;
}

.success-pharmacy-message, .empty-pharmacy, .limit-pharmacy{
	display: none;
}
.error-login {
	color:red;
	margin-bottom:10px;
}

#btn-submit-request
{
	margin-bottom: 10px;
	width: 200px;
	margin-top: 20px;
}

#btn-back
{
	width: 200px;
}

.single-new-body p img
{
	max-width:100%;
}

.text-body p img
{
	max-width:100%;
}

.footer-link
{
	color: white !important;
}

.single-new-body table {
	width: 100% !important;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

.option-hidden {
  display: none;
}

.header-row-container {
    display: flex;
    justify-content: space-between;
}

#christmas-footer-submit {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
}

.btn-profile-top:hover
{
    color:white !important;
} 