body {
    font-family: Verdana !important;
      }

a {
    color: #2457A3;
    text-decoration: underline;
}
		  
table {
    table-layout: fixed !important;
}		  
		  
.logo-seccion-intro {		  
	max-width:100px;
}

.logo-seccion-intro:hover {	  
	filter: brightness(75%);
}
.inner-shadow {
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px inset;
/*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
}
.inner-shadow-input {
	box-shadow: rgb(204, 219, 232) 1px 1px 4px 0px inset, rgba(255, 255, 255, 0.5) -1px -1px 4px 0px inset;
}

.outer-shadow {
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
	/*box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;*/
}
.outer-shadow-small {
	box-shadow: rgb(38, 57, 77) 0px 10px 10px -5px;
}

.categoria_destacada:hover {
	filter: brightness(90%);
}

.enlace-directo {
	font-size: .6em;
}

.enlace-directo:hover {
	font-size: .6em;
	background-color: #FFFFFF;
	color: #212529;
}

.img-recurso {
	text-align: center;
	max-width: 100%;
	height: auto;
}

.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/******* ACCESIBILIDAD ***************/
/*------------------------------------
- COLOR primary
------------------------------------*/

.bg-new-edition {
	background-color: #175A79;
}

.alert-primary {
    color: #001d46;
    background-color: #90bdfd;
    border-color: #7bb1fd;
}

.alert-primary hr {
    border-top-color: #62a3fd;
}

.alert-primary .alert-link {
    color: #000814;
}

.badge-primary {
    color: #fff;
    background-color: #0251C0;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    background-color: #013b8d;
}

.bg-primary {
    background-color: #0251C0 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #013b8d !important;
}

.border-primary {
    border-color: #0251C0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #01429c;
    border-color: #013b8d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #013b8d;
    border-color: #01357e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-outline-primary {
    color: #0251C0;
    background-color: transparent;
    border-color: #0251C0;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0251C0;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0251C0;
    border-color: #0251C0;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(2, 81, 192, 0.5);
}

.list-group-item-primary {
    color: #001d46;
    background-color: #7bb1fd;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #001d46;
    background-color: #62a3fd;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #001d46;
    border-color: #001d46;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #7bb1fd;
}

.table-hover .table-primary:hover {
    background-color: #62a3fd;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #62a3fd;
}

.text-primary {
    /*color: #0251C0 !important;*/
	color: #0055cc !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #013b8d !important;
}

.fondo_azul_claro_accesible {
	background-color: #276EF6;
}

.fondo_azul_accesible {
	/*background-color: #004288 !important;*/
	background-color: #15599E !important;
	
}

.texto_azul_accesible {
	color: #004288 !important;
}

/* etiquetas para los input del formulario **/
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.80) translateY(-0.5rem) translateX(0.15rem);
}

/*******************************************/

.navbar-toggler {
	color: rgba(248,249,250,1) !important;
    border-color: rgba(248,249,250,1) !important;
}

.cabecera{
    font-family: "Lato",sans-serif;
	/*font-size: 1.4em;*/
}

.card_text_body {
    font-size: 0.90rem!important;
}
.icono-social {
	max-width:30px;
}
.destacado {
	height: 100%;
}
.active_menu_link {
	color: #24B0E6 !important;
}
.texto-pequeno{
	font-size: 0.8em;
}

.accordion2-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
/******** equipo *****/

.container-team {
    margin-top: 50px
}

.card-team {
    border: none;
    border-radius: .25rem;
    padding: 0px;
    /*width: 300px;
    height: 400px;*/
    position: relative
}
.info-team {
	    font-size: 0.65em;
}
.info {
    width: 90%;
    height: 80px;
    position: absolute;
    bottom: 15px;
	right: 0px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.border-info-yellow {
	border: 4px solid #FF7A15;
}

.border-info-green {
	border: 4px solid #018911;
}

.border-info-blue {
	border: 4px solid #007FA3;
}

.border-info-red {
	border: 4px solid #f04;
}

.info-yellow {
    /*background-color: #ff7a15;*/
	background-color: #FF7A15;
}

.info-green {
    /*background-color: #0da014;*/
	background-color: #018911;
    color: #fff;
}

.info-blue {
    /*background-color: #009ac6;*/
	background-color: #007FA3;
    color: #fff;
}

.info-red {
    /*background-color: #f04;*/
	background-color: #EB0A3B;
    color: #fff;
}

.info-grey {
	background-color: #323232;
    color: #fff;
}

.info-purple {
	background-color: #792564;
    color: #fff;
}

.info-turquoise {
	background-color: #05636B;
    color: #fff;
}

.user-icons {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 0px;
    right: 10px;
    position: relative
}

.user {
    line-height: 14px
}

.name {
    font-size: 14px
}

.designation {
    font-size: 10px
}
/***********************/

/*** contacto ****/

.button a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px
}

.button:hover {
    opacity: 0.8
}

.contact_info {
    width: 100%;
    padding-top: 10px
}

.contact_info_item {
    width: calc((100% - 60px) / 3);
    height: 160px;
    /*border: solid 1px #e8e8e8;*/
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 32px;
    padding-right: 15px
}

.contact_info_image {
    width: 35px;
    height: 35px;
    /*text-align: center*/
}

.contact_info_image img {
    max-width: 100%
}

.contact_info_content {
    padding-left: 17px
}

.contact_info_title {
    font-weight: 500
}

.contact_info_text {
    font-size: 12px;
    color: rgba(0, 0, 0, 1)
}

.contact_form_title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px
}

.contact_form_inputs {
    margin-bottom: 30px
}

.input_field {
    width: calc((100% - 60px) / 3);
    height: 50px;
    padding-left: 25px;
    border: solid 2px #a5a5a5;
    border-radius: 5px;
    outline: none;
    color: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.input_field:focus,
.text_field:focus {
    border: solid 2px #a5a5a5;
}

.input_field:hover,
.text_field:hover {
    border: solid 4px #a5a5a5;
}

.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-moz-placeholder,
.text_field:-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::-moz-placeholder,
.text_field::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.input_field::input-placeholder,
.text_field::input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3)
}

.text_field {
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-top: 15px;
    border: solid 2px #a5a5a5;
    border-radius: 5px;
    color: #0e8ce4;
    outline: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.contact_submit_button {
    padding-left: 35px;
    padding-right: 35px;
    color: #FFFFFF;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 24px
}

.panel {
    width: 100%;
    height: 50px;
    background: #fafafa;
    margin-top: 120px
}

.bordered-colored-top {
  border-image: linear-gradient(to right, #ff7a15 25%, #f04 25%,#f04 50%,#0da014 50%, #0da014 75%, #009ac6 75%);
  border-image-slice: 1;
  border-image-width: 20px 2px 2px 2px;
}

@media only screen and (max-width: 991px) {
    .contact_info_item {
        width: 100%;
        margin-bottom: 30px
    }

    .contact_info_item:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 767px) {
    .input_field {
        margin-bottom: 30px;
        width: 100%
    }

    .input_field:last-child {
        margin-bottom: 0px
    }
}

@media only screen and (max-width: 575px) {
    .contact_submit_button {
        font-size: 13px;
        padding-left: 25px;
        padding-right: 25px
    }
}

/****************/
/***** volver arriba ***/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/****************/


.card2 {
	max-width: 260px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    border: 1;
    border-radius: 0.25rem;
}


.img-hover-zoom--colorize img {
    border-radius: 90%;
    max-width: 180px;
    height: auto;
    margin-top: 15px;
    padding: 0px;
    transition: transform .5s;
    filter: grayscale(10%);
}

.img-hover-zoom--colorize:hover img {
    filter: grayscale(100%);
    transform: scale(1.05);
}



.box {
    display: flex;
    align-items: center;
    justify-content: end;
}

.fab {
    font-size: 1.5rem;
    color: darkgray;
    transition: transform .5s;
}

.fab:hover {
    color: black;
    transform: scale(1.1);
}

.equipo-nombre {
    font-size: 1.2rem;
}

.equipo-cargo {
    font-size: 0.85rem;
	color: #FFFFFF;
}


/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}

.info2 {
    /* width: 90%; */
    height: 40px;
	width: 100%;
    bottom: 15px;
    right: 0px;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    align-items: center;
}


