/*
	
Rosado: #f36c45;
Celeste: #2ccffb;
Gris: #6c6d70;;
Fondo flechas: #2f3031;

*/

html {
  scroll-behavior: smooth;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

body{
	font-family: 'Montserrat';
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    color: #000000;
    font-family: 'Montserrat';
}

.minion{
	font-family: 'Minion Pro';
}

.din{
	font-family: 'DIN Condensed';
}

.italica{
	font-style: italic;
}

.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
    color: #f36c45 !important;
}

.color-rojo{
	color: #ef0101;
}
.color-rosado{
	color: #f36c45;
}
.color-celeste{
	color: #2ccffb;
}
.color-gris{
	color: #6c6d70;
}

.bg-gris{
	background-color: #6c6d70;
}

.color-morado {
    color: #6281c8 !important;
}

.bg-naranjo{
	background-color: #f36c45 !important;	
}
.bg-celeste{
	background-color: #63cdf6 !important;	
}
.bg-morado{
	background-color: #957cb9 !important;	
}

.g-font-primary {
    font-family: 'Roboto Mono', monospace;
}

.g-bg-secondary {
    background-color: #6d6e71 !important;
}

.bg-indice{
	background-color: #6c6d70;
	background-image: url("../img/indice/bg_indice.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bg-flechas{
	background: #2f3031;
}

.sombra{
	-webkit-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.43);
-moz-box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.43);
box-shadow: 0px 6px 11px -4px rgba(0,0,0,0.43);
}

.u-header{
	z-index: 99999;
}

.tp-caption.NotGeneric-Title.NotGeneric-Title1, .NotGeneric-Title.NotGeneric-Title1 {
    color: #957cb9;
}

.tp-caption.NotGeneric-Title.NotGeneric-Title2, .NotGeneric-Title.NotGeneric-Title2 {
    color: #f36c45;
}

.input-group-overlay {
    position: relative;
    width: 100%;
}

.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 1rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
}



.input-group-append-overlay .input-group-text, .input-group-prepend-overlay .input-group-text {
    border: 0;
    background-color: transparent;
}

[class^="czi-"], [class*=" czi-"] {
    display: inline-block;
    font-family: 'cartzilla-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
}

.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
    padding-left: 2.5rem;
    border-top-left-radius: .3125rem !important;
    border-bottom-left-radius: .3125rem !important;
}

.input-group-overlay .appended-form-control:not(.rounded-right-0) {
    padding-right: 2.5rem;
    border-top-right-radius: .3125rem !important;
    border-bottom-right-radius: .3125rem !important;
}

.cont-text-banner-3{
	
	/*background: rgba(0,0,0,0.4);*/
    background: linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.4) 70%, rgba(0,0,0,0.0) 95% );
    padding: 10px 0px 2px 20px;
    /*float: right;*/
}

.input-group-append-overlay, .input-group-prepend-overlay {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 5;
}

.input-group-append-overlay {
    right: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 2rem .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    vertical-align: middle;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.input-group-append-overlay .form-control, .input-group-append-overlay .custom-select {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.tp-caption.NotGeneric-Title, .NotGeneric-Title {
    font-family: 'Source Sans Pro', sans-serif;	
    }
    
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle {
    font-family: 'Source Sans Pro', sans-serif;
    }
    
 .logo-xs{
    width: 75px;
 }
    
 .slick-slide {
    margin: 0 14px;
}

/*
#articulos .cbp img {
    margin-bottom: 160px;
}
*/

#articulos .cbp img {
    margin-bottom: 84px;
}

.u-block-hover__additional--partially-slide-up .u-block-hover__visible {
    height: 80px;
}

.img-icono-carta{
	width: 90px;
}

.img-icono-suscribete{
	width: 140px;
}

.b-bottom-acerca{
    border-bottom: 1px solid;
}

.b-top-acerca{
    border-top: 1px solid;
}


.main-content {
	 position: relative;
}

 .main-content .owl-theme .custom-nav {
	 position: absolute;
	 top: 20%;
	 left: 0;
	 right: 0;
}

 .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
	 position: absolute;
	 height: 100px;
	 color: inherit;
	 background: none;
	 border: none;
	 z-index: 100;
}
/*
.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 5rem;
    color: #fff;
    text-shadow: 4px 2px 2px rgba(150, 150, 150, 1);
}
*/

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 4rem;
    color: black;
    text-shadow: none;
}

 .main-content .owl-theme .custom-nav .owl-prev {
	 left: -50px;
}

 .main-content .owl-theme .custom-nav .owl-next {
	 right: -50px;
}

.top-sticky{
	top: 200px !important;
}

#stickyblock-start{
	height: 75vh !important;
	overflow: scroll;
}

.borde-menu{
	border-top: 1px solid;
	border-bottom: 1px solid;
} 

.cbp-search-input {
    border: none;
    border-bottom: 2px solid #6c6d70;
}
    
.cbp-search {
    width: 100%;
}

.borde-sidebar{
    border-left: 2px solid #6c6d70;
}

.borde-top{
    border-top: 2px solid #6c6d70;
}



.slick-initialized .slick-slide {
	position: inherit;
}

button:focus {
    outline: none;
}

:focus-visible{
    outline: none;
}



.wrapper {
  display: flex;
  justify-content: space-between;
}

.main {
  /*height: 200vh;*/
  height: fit-content;
  min-height: 1000px;
  display: flex;
  flex-direction: column;
}

.sidebar {
  height: 78vh;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

.sidebar-int {
    height: 74vh;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
}

.main-int {
    height: 65vh;
    min-height: fit-content;
    display: flex;
    flex-direction: column;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.cuadro-slide{
	position: absolute;
	margin-top: 0px;
}

.cuadro-portada {
    position: absolute;
    z-index: 9999;
    right: 0;
    width: 15px;
    height: 15px;
}


.cuadro-portada-2 {
    position: relative;
    z-index: 9999;
    right: 0;
    width: 15px;
    height: 15px;
    top: 14px;
    float: right;
}

.cuadro-portada-2 img{
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.cuadro-portada-ultimo {
    position: absolute;
    z-index: 9999;
    right: 15px;
    width: 30px;
    height: 30px;
    float: right;
}

.cuadro-portada-ultimo img{
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

.cuadro-articulo {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0px;
}

.mostrar{
	display: block;
}

.logo_scroll{
	width: 75%;
}

.scroll_menu .logo_scroll{
    width: 50%;
    transition: width 0.5s;
}

.bibliografia {
    list-style-type: none;
    font-size: 10px;
    padding-inline-start: 10px;
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid;
}

#articulo_1 p{
   font-family: 'Montserrat';
    font-weight: 300;
}

#articulo_1 .blockquote p{
	font-family: 'Minion Pro';
	font-style: italic;
}

.carousel-indicators .active {
    background-color: #2ccffb;
}

@media only screen and (min-width: 175px) and (max-width: 812px)  { 

#stickyblock-start {
    height: auto !important;
    overflow: auto;
}

.main {
    height: auto;
    min-height: auto;
    display: initial;
    flex-direction: column;
}

.main-int {
    height: auto;
    min-height: auto;
    display: initial;
    flex-direction: column;
}

.sidebar {
    height: auto !important;
    overflow: auto;
    position: inherit;
    position: initial;
    top: auto;
    min-height: auto;
}

.sidebar-int {
    height: auto !important;
    overflow: auto;
    position: inherit;
    position: initial;
    top: auto;
    min-height: auto;
}


.text-center-xs{
	text-align: center;
}

.slick-slide {
    margin: 0;
}

.texto-banner {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    bottom: 34px;
}

.navbar {
    background: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
    font-size: 3rem;
    color: inherit;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: -30px;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: -30px;
}

.borde-sidebar {
    border-left: none;
}

.borde-menu {
    border-top: transparent;
    border-bottom: transparent;
}


}



/*=============================================================*/

.tabs {
  margin: 0 auto;
}

#cont-ediciones .owl-theme .owl-nav [class*=owl-] {
    font-size: 34px !important;
        width: 24px;
}

#cont-ediciones .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: initial;
    text-decoration: none;
}

.h-mas-leido{
    height: 92px;
}

.logos-footer{
    width: 84px !important;
}

.brd-logo-footer{
    border-right: 5px solid #ccc;
}

.brd-editorial{
    border-bottom: 2px solid #ccc;
}

.icono-pdf{
	width: 50px;
}

.lista-acerca{
    list-style-type: none;
    padding: 0;
    text-align: left;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, .u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: black;
}

.carousel-caption {
    right: 8%;
    left: auto;
    width: fit-content;
}

.titulo_articulo h2{
	font-family: 'DIN Condensed';
}
.titulo_articulo h1{
	font-family: 'DIN Condensed';
}

.color-naranjo{
	color: #FF8C00 !important;
}

.tintero{
    border-width: 0px;
    border-style: solid;
    width: 36px;
    height: 44px;
    vertical-align: baseline;
    margin-right: 14px;
}

@media screen and (min-width: 640px) {
  
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}


.error{
	color:red;
	font-size: 18px;
}

.u-has-error-v1{
	color: red;
    font-size: 14px;
}

.modal{
	z-index: 900000; 
}

.icono-checkout {
    display: inline-block;
    width: 4.25rem;
    height: 4.25rem;
    padding: 12px;
    background-color: #69b3fe;
    color: #fff !important;
}
.sb-round{
	  border-radius: 50%!important;
}