@view-transition {
  navigation: auto;
  type: forwards;
}

main {
	view-transition-name: body;
}

@keyframes sd-slide-in {
	from {
		translate: 100vw 0;
	}
}

@keyframes sd-slide-out {
	to {
		translate: -100vw 0;
	}
}



html::view-transition-old(body),
html::view-transition-new(body) {
	animation-duration: 400ms;
}

html::view-transition-new(body) {
	animation-name: sd-slide-in;
	animation-duration: inherit;
	animation-fill-mode: inherit;
}

html::view-transition-old(body) {

	animation-name: sd-slide-out;
	animation-duration: inherit;
	animation-fill-mode: inherit;
}



main {
	background-color: #FFF;
}

.nota
{
    padding: 10px;
    text-align: left;
}

.nota .volanta
{
    width: 100%;
    background-color: #F6F6F6;
    color: #E2F0F9;
    padding: 10px;
    box-sizing: border-box;
    color: #55B1F2;
}

.nota .volanta a{
    font-weight: normal;
    text-transform: uppercase;
    color: #55B1F2;
}

.nota .titulo a
{
    color: #3da1e0;
    font-size: 26px;
    color: #357;
    font-weight: normal;
}

.nota .titulo a:hover
{
    color: #2B90B7;
}

.nota .bajada
{
    text-align: justify;
    margin-top: 5px;
    color: #333333;
}

.nota .imagen
{
    height: 200px;
    width: 100%;
    margin-top: 5px;
}

.nota-epigrafe {
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.69);
    font-size: 10px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: block;
}

.nota .texto
{
    text-align: justify;
    margin-top: 5px;
    color: #333333;
}

.nota .texto p{
    margin-bottom: 10px;
}

.nota .cabecera
{
    margin-bottom: 10px;
    border-bottom: 1px solid #004872;
    border-top: 1px solid #004872;
    padding-bottom: 10px;
    padding-top: 10px;
}

/******************************************************************************/
.nota-contenedor
{
    padding: 10px;
    text-align: left;
    /* border: 1px solid #333; */
}

.nota-contenedor .nota-volanta
{
    width: 100%;
    background-color: #F6F6F6;
    color: #E2F0F9;
    padding: 10px;
    box-sizing: border-box;
    color: #55B1F2;
}

.nota-contenedor .nota-volanta a{
    font-weight: normal;
    text-transform: uppercase;
    color: #55B1F2;
}

.nota-contenedor .nota-titulo a
{
    color: #3da1e0;
    font-size: 26px;
    color: #357;
    font-weight: normal;
}

.nota-contenedor .nota-titulo a:hover
{
    color: #2B90B7;
}

.nota-contenedor .nota-bajada
{
    text-align: justify;
    margin-top: 5px;
    color: #333333;
}

.nota-contenedor .nota-imagen
{
    height: 200px;
    width: 100%;
    margin-top: 5px;
}

.nota-contenedor .nota-texto
{
    text-align: justify;
    margin-top: 5px;
    color: #333333;
}

.nota-contenedor .nota-texto p{
    margin-bottom: 10px;
}

/*************************/
#idGaleria{
    position: relative;
    width: 300px;
    ;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    float: left;
    height: 230px;
}

#idGaleria li{
    transition: .15s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}

#idGaleria span.galeria-next,
#idGaleria span.galeria-back{
    opacity: 0;
    transition: .15s;
}

#idGaleria:hover span.galeria-next,
#idGaleria:hover span.galeria-back{
    opacity: 1;
}

span.galeria-back {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.61);
    color: #FFF;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}

span.galeria-next {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.61);
    color: #FFF;
    font-size: 30px;
    padding: 10px;
    cursor: pointer;
}


.related-news
{
    display: block;
}

.related-news ul
{
    list-style: none;
    padding: 0;
}

.related-news h3
{
    font-size: 16px;
    font-weight: bold;
}

.related-news p
{
    font-size: 14px;
}

.min-arrow-carrusel{
    height: 90px;
    top: 50%;
    margin-top: -65px;
}




/****************ESTILOS del VER TAMBIEN *********************/
.nota-texto-imagen img{
    object-fit: cover;
    object-position: 50% 50%;
}

@media (min-width:768px){
    .nota-texto-imagen{
        flex: 1 0 auto;
    }
    .col-12 .nota-texto-imagen picture{
        height:150px;
        width:150px !important;
        margin:auto;
    }
    .col-md-6 .nota-texto-imagen picture{
        height:100px;
        width:100px !important;
        margin:auto;
    }
    .col-md-4 .nota-texto-imagen picture{
        height:75px;
        width:75px !important;
        margin:auto;
    }
    .col-md-4 .nota-texto-cuerpo-titulo{
        height: 59px;
        display: -webkit-box;
        font-size: 14px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nota-texto-cuerpo:before {
        height: calc(100% - 17%);
        top: 20px;
        left: -4px;
    }
}
.nota-texto-imagen{
    margin-right:0.5em;
}
.nota-texto{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin-bottom:5px;
    cursor: pointer;
}

[data-view="686"].col-sm-4{
    padding-left: 2px;
    padding-right: 2px;
}
[data-view="686"].col-sm-6{
    padding-left: 2px;
    padding-right: 5px;
}
.col-sm-6 .nota-texto-cuerpo-titulo{
    height: 75px;
    display: -webkit-box;
    font-size: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nota-texto-titulo>p{
    font-size: 20px!important;
    margin-bottom: 0px!important;
    font-weight: 600;
    color: #f55;
}

.nota-texto-cuerpo{
    padding-left:10px;
    padding-right:10px;
    position:relative;
    display:flex;
    flex-wrap: wrap;
}
.nota-texto-cuerpo:before {
    content: '';
    display: block;
    border-radius:5px;
    background: #ebebeb8f;
    position: absolute;
    right: 0;
    z-index: -1;
}

.nota-texto-cuerpo-titulo a,
.nota-texto-cuerpo-titulo a:hover,
.nota-texto-cuerpo-titulo a:visited{
    text-decoration:none;
    color: #232325;
}
.nota-texto:hover{
    transform: translateY(-3px);
}


@media (max-width:768px){
    .nota-texto-imagen img{
        height: 100px;
        width: 100px !important;
        margin: auto;
    }
    .nota-texto-cuerpo-titulo {
        height: 75px;
        display: -webkit-box;
        font-size: 18px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nota-texto-cuerpo:before {
        height: calc(100%);
        top: 0pc;
        left: 0px;
        ;

    }
    iframe{
        padding: 0 2%;
    }
}
iframe{
    max-width: 100%!important;
}
[data-format="SUBTITULO"]{
    font-weight:bold;
}

