/*SCROLLBAR*/
::-webkit-scrollbar {
	display: none;
}

/*SELECTION*/
::-moz-selection {
		color: #f5f5f5;
		background: transparent;
}

::selection {
		color: #ffccf3;
		background: transparent;
}

/*CURSOR*/
cursor {
  position: fixed;
  left: -5px;
  top: -5px;
  padding: 10px;
  background-image: url(images/uploads/sitio/cursor-amt-glow-50.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  touch-action: none;
  z-index: 9999;
}

/*
cursor:after {
	content: "";
    width: 10px;
    height: 10px;
    background: red;
    font-size: 22px;
    text-align: center;
    position: absolute;
    z-index: 0 !important;
    left: 6px;
    top: 6px;
 	text-shadow: 0 0 5px rgba(247,194,25,1),
  			  	 0 0 15px rgba(255,115,239,1);
}
*/

/*COLLAGE*/
body {
	/*background-color: #82D5F6;*/
}

#collage {
	/*
	width: calc(100vw - 40px);
    height: calc(100vh - 80px);
	*/
	width: 125vw;
    height: 125vh;
    position: fixed;
	/*
    top: 60px;
	left: 20px;
	*/
	top: -12.5vh;
	left: -12.5vw;
    /*margin: 0 20.5vw 23.5vh 0;*/
    /*padding: 23.5vh 20.5vw;*/
	pointer-events: none;
	/*z-index: 99;*/
    overflow: hidden;
}

.recorte {
	width: 20.5vw;
    height: 23.25vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	pointer-events: none;
}

.recorte img {
	max-width: 100%;
    max-height: 100%;
	/*
    width: auto;
    height: auto;
	*/
	/*position: absolute;*/
	cursor: grab;
	transition: transform .2s !important;
	transform-origin: center;
	pointer-events: auto !important;
}

#collage div.recorte:nth-child(10) {
	width: 13.5vw;
}

#collage div.recorte:nth-child(9), #collage div.recorte:nth-child(18), #collage div.recorte:nth-child(19){
	width: 13vw;
}

#collage div.recorte:nth-child(16), #collage div.recorte:nth-child(17), #collage div.recorte:nth-child(26){
	width: 18.5vw;
}

.recorte img:hover{
	transform: rotate(-5deg);
}

/*
.recorte {
	width: 20.5vw;
	height: auto;
	position: absolute;
}

.recorte img{
	max-width: 100%;
    max-height: 23.5vw;
    width: auto;
    height: auto;
	position: absolute;
}
*/

/*TYPE*/
@font-face {
  font-family: Neue Montreal Regular;
  src: url("system/user/fonts/NeueMontrealRegular.woff");
}

@font-face {
  font-family: Elfen Fraktur A;
  src: url("system/user/fonts/ElfenFrakturA.woff");
}

body {
	font-family: Neue Montreal Regular;
    color: #222222;
    margin: 0 20px;
    letter-spacing: 0.025em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*
    overflow: hidden;
  	height: 100vh;
  	touch-action: none;
    */
    background: #f5f5f5;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 0;
    margin: 0;
    display: inline;   
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    /*margin-inline-end: 8px;*/
    margin-inline-end: 0;
    padding-inline-start: 0;
}

a {
	text-decoration: none;
    color: #222222;
}

/*HEADER*/
.header {
	width: calc(100vw - 40px);
    height: 124px;
	display: flex;
    justify-content: space-between;
    justify-content: center;
    font-size: 24px;
    /*padding-bottom: 115px;*/
    position: absolute;
    padding: 20px 0 0 0;
    left: 20px;
    top: 0;
    z-index: 99;
    pointer-events: none;
}

.header a{
    pointer-events: auto !important;
}

.sitetitle {
    position: absolute;
    top: -124px;
    left: 0;
    padding-top: 144px;
    /*padding-top: 16px;*/
    transition: top .3s;
}

.sitetitle h1{
	font-size: 24px;
}

.sitetitle.scrolled{
  position: fixed;
  /*width: calc(100% - 40px);*/
  top: 20px;
  padding-top: 0;
  left: 20px;
  z-index: 99;
}

img.logo {
	width:96px;
    stroke: #222222;
	stroke-width: 1;
}

.tagline {
	padding: 4px 0 0 4px;
}

/*MAIN MENU*/
.main-menu {
	/*
    height: 34px;
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
    margin-bottom: 16px;
    */
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    /*margin-top: 16px;*/
}

.main-menu ul.sections {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding: 0 200px;
    justify-content: center;
    height: 80px;
}

.main-menu ul.sections li{
	margin: 0 13px;
    /*border: 1px solid black;*/
    /*height: 32px;*/
}

.main-menu ul.sections li.acerca{
	width: 77px;
}

.main-menu ul.sections li.catalogo{
	width: 99px;
}

.main-menu ul.sections li.videos{
	width: 82px;
}

.main-menu ul.sections li.actividades{
	width: 127px;
}

.main-menu ul.sections li.efemerides{
	width: 123px;
}

.main-menu ul.sections li.publicaciones{
	width: 150px;
}

.main-menu ul.sections li.prensa{
	width: 82px;
}

.main-menu ul.sections li a:hover{
	font-family: Elfen Fraktur A;
    font-size: 26px;
    /*line-height: .6;*/
    /*letter-spacing: -0.00005em;*/
}

.contact-menu {
	/*width: 195px;*/
    position: absolute;
    right: 0;
    top: -124px;
    padding-top: 144px;
    transition: top .3s;
}

.contact-menu.scrolled {
    position: fixed;
    top: 20px;
    padding-top: 0;
    right: 20px;
}

.contact-menu ul.contact {
	display: flex;
    flex-direction: row;
    flex-flow: row;
}

.contact-menu ul.contact li{
	border-right: 1px solid #222222;
    width: 50px;
    text-align: center;
    /*padding: 0 10px;*/
}

.contact-menu ul.contact li a:hover {
	font-family: Elfen Fraktur A;
    font-size: 26px;
    line-height: .6;
}

.contact-menu ul.contact li:last-child{
    width: 36px;
    text-align: right;
    border-right: 0;
    
}

/*SUB-MENU*/
.sub-menu {
	width: 100%;
    height: 32px;
    border-bottom: 1px solid #222222;
    padding-top: 164px;
    padding-bottom: 6px;
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-flow: row;
	font-size: 24px;
    /*line-height: 1.3;*/
}

.sub-menu h1, .sub-menu h2 {
	font-size: 24px;
}

.sub-menu li a:hover {
	font-family: Elfen Fraktur A;
    font-size: 26px;
    line-height: .6;
}

.sub-menu #sub-nav {
	width: calc(100vw - 40px);
    height: 32px;
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
    text-align: center;
    background: #f5f5f5;
    transition: width .3s !important;
    z-index: 9;
}

.sub-menu #sub-nav.scrolled{
  position: fixed;
  width: calc(100vw - 0px);
  top: 0;
  padding-top: 20px;
  /*left: 0px;*/
  /*
  transform: translateX(-50%);
  */
  text-align: center;
}

/*LAZYLOAD*/

img.lazyload {
	opacity: 0;
    /*
    -webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
    */
}

img.lazyload:not([src="https://archivotrans.ar/images/uploads/catalogo/blank-h-300.gif"]) {
	/*
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
    */
	opacity: 1;
}

img.lazyload:([src="https://archivotrans.ar/images/uploads/catalogo/blank.gif"]) {
}

/*CONTENT*/
.content {
	/*margin-top: 164px;*/
}

/*FORMS*/
input:focus:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

/*ACERCA*/
#acerca {
	font-size: 24px;
	text-align: justify;
    margin-top: 16px;
    padding-bottom: 12px;
    line-height: 1.25;
    overflow-wrap: break-word;
  	word-wrap: break-word;
  	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	-moz-hyphens: auto;
  	hyphens: auto;
    cursor: default;
}

#acerca em {
	font-family: Elfen Fraktur A;
    font-size: 26px;
    line-height: 0.9;
    font-style: normal;
}

#acerca span img {
	width: auto;
    max-width: 190px;
	max-height: 180px;
    /*margin-top: 5px;*/
    transform: translateX(-50%);
	position: fixed;
    display: none;
    pointer-events: none;
}

#acerca span:hover img {
	display: inline;
}

.info-acerca #info-acerca:first-child {
	border-bottom: 1px solid black;
    padding-bottom: 32px;
}

.info-acerca #info-acerca:nth-child(2) {
	padding-bottom: 32px;
}

#info-acerca {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-size: 24px;
    line-height: 1.25;
    /*height: 130px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

#info-acerca em {
	font-family: Elfen Fraktur A;
    font-size: 26px;
    line-height: 1.2;
    font-style: normal;
}

#info-acerca span img {
	width: auto;
    max-width: 190px;
	max-height: 180px;
    /*margin-top: 5px;*/
    transform: translateX(-50%);
	position: fixed;
    display: none;
    pointer-events: none;
}

#info-acerca span:hover img {
	display: inline;
}

#info-acerca a:hover {
	font-family: Elfen Fraktur A;
    font-size: 26px;
    line-height: .8;
}

#info-acerca div {
    /*height: 100%;*/
}

#info-acerca:first-child div:first-child {
    width: calc(32.5vw - 20px);
    /*border-right: 1px solid #222222;*/
    padding-right: 20px;
}

#info-acerca:nth-child(2) div:first-child {
    width: calc(32.5vw - 20px);
    border-right: 1px solid #222222;
    padding-right: 20px;
}

#info-acerca:first-child div:nth-child(2) {
    width: calc(47.5vw - 40px);
    /*border-right: 1px solid #222222;*/
    padding: 0 20px;
}

#info-acerca:nth-child(2) div:nth-child(2) {
    width: calc(47.5vw - 40px);
    border-right: 1px solid #222222;
    padding: 0 20px;
}

#info-acerca div:nth-child(3) {
    width: calc(20vw - 20px);
    padding-left: 20px;
}

.creditos {
    padding: 20px 0;
}


.creditos p {
	font-size: 10px;
	text-align: left;
    width: 100%;
    letter-spacing: 0.08em;
}

.creditos a {
	text-decoration: underline;
}

/*FOOTER*/
.footer {
	display: flex;
    justify-content: space-between;
    padding: 24px 0 20px 0;
    border-top: 1px solid #222222;
}


.footer p {
	text-align: center;
    width: 100%;
    height: 13px;
    padding-top: 27px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.08em
}

.footer img{
	height: 40px;
}

/*MOBILE*/
@media (max-width:600px) {

/*COLLAGE*/
#collage {
	width: 150vw;
    height: calc(100vh - 150px);
    position: fixed;
    top: 150px;
	left: -25vw;
	/*
	top: -12.5vh;
	left: -12.5vw;
    */
    /*margin: 0 20.5vw 23.5vh 0;*/
    /*padding: 23.5vh 20.5vw;*/
	pointer-events: none;
	/*z-index: 99;*/
    overflow: hidden;
}

.recorte {
	width: 38vw !important;
    height: 48vw !important;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	pointer-events: none;
}

.recorte img {
	max-width: 100%;
    max-height: 100%;
	/*
    width: auto;
    height: auto;
	*/
	/*position: absolute;*/
	cursor: grab;
	transition: transform .2s !important;
	/*transform-origin: center;*/
	pointer-events: auto !important;
}

.header {
    width: calc(100vw - 40px);
    height: auto;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    /* padding-bottom: 115px; */
    position: absolute;
    padding: 0;
    left: 20px;
    top: 0;
    z-index: 99;
    pointer-events: auto;
}

.sitetitle {
	/*
	width: 100%;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    top: 15px;
    */
    width: auto;
    left: auto;
    margin-top: -5px;
    margin-left: 50%;
    transform: translateX(-50%);
    /*top: 15px;*/
    transition: .3s;
}

.sitetitle.scrolled {
    width: 100%;
    top: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    left: 0;
    /*margin-top: -5px;*/
    transition: top .3s;
    z-index: 999;
    background: #f5f5f5;
    border-bottom: 1px solid black;
}

.sitetitle.scrolled img{
    margin-left: 50%;
    transform: translateX(-50%);
}

/*MAIN MENU*/
.main-menu {
	/*
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
    margin-bottom: 13px;
    */
    height: auto;
    margin-top: 60px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.main-menu ul.sections {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    padding: 0;
    justify-content: center;
    height: auto;
}

.main-menu ul.sections li{
	margin: 0 0 5px 0;
    padding: 5px 0;
    /*border: 1px solid black;*/
    height: auto;
}

.main-menu ul.sections li.acerca{
	width: 70px;
    border-right: 1px solid #222222;
    /*padding-right: 0;*/
}

.main-menu ul.sections li.catalogo{
	width: 85px;
    border-right: 1px solid #222222;
    /*padding-right: 0;*/
}

.main-menu ul.sections li.videos{
	width: 70px;
    border-right: 1px solid #222222;
    /*padding-right: 0;*/
}

.main-menu ul.sections li.actividades{
	width: 102px;
}

.main-menu ul.sections li.efemerides{
	width: 80px;
    border-right: 1px solid #222222;
    padding: 5px 11px 5px 0;
}

.main-menu ul.sections li.publicaciones{
	width: 120px;
    border-right: 1px solid #222222;
    /*padding-right: 5px;*/
}

.main-menu ul.sections li.prensa{
	width: 70px;
}

.main-menu ul.sections li a:hover{
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: .6;
}

.contact-menu {
	width: 100%;
    /* position: inherit; */
    /* right: 0; */
    /* text-align: center; */
    display: flex;
    justify-content: center;
    /*top: 130px;*/
    margin-top: 130px;
    top: 0;
    padding-top: 0;
}

.contact-menu ul.contact {
	display: flex;
    flex-direction: row;
    flex-flow: row;
}

.contact-menu ul.contact li{
	border-right: 1px solid #222222;
    width: auto;
    text-align: center;
    padding: 5px 10px;
}

.contact-menu ul.contact li a:hover {
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: .6;
}

.contact-menu ul.contact li:last-child{
    width: auto;
    text-align: inherit;
    border-right: 0;
}

.contact-menu.scrolled {
    position: inherit;
    margin-top: 130px;
    top: 0;
    left: 0;
    padding-top: 0;
    z-index: 0;
}

/*SUB-MENU*/
.sub-menu {
	/*
	width: 100%;
    height: 24px;
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-flow: row;
    */
    padding-top: 0;
	font-size: 16px;
    margin-top: 138px;
    margin-bottom: 40px;
    /*line-height: 1.3;*/
}

.sub-menu h1, .sub-menu h2 {
	font-size: 16px;
}

.sub-menu li a:hover {
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: .6;
}

.sub-menu a, .sub-menu h2 {
	display: none;
}

/*
.sub-menu #sub-nav {
	width: calc(100vw - 0);
    height: 32px;
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
    text-align: center;
    background: #f5f5f5;
    transition: width .3s !important;
    z-index: 9;
}
*/

.sub-menu #sub-nav.scrolled{
	position: inherit;
	width: calc(100vw - 0);
    height: 32px;
    top: 0;
    padding-top: 0;
    border-bottom: 1px solid #222222;
    padding-bottom: 6px;
    text-align: center;
    background: #f5f5f5;
    transition: width .3s;
}

/*ACERCA*/
#acerca {
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
    width: 100%;
    padding-bottom: 50px;
    overflow-wrap: inherit;
    word-wrap: inherit;
    -webkit-hyphens: inherit;
    -ms-hyphens: inherit;
    -moz-hyphens: inherit;
    hyphens: inherit;

}

#acerca em {
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: .6;
    font-style: normal;
}

#acerca span img {
    display: none;
    pointer-events: none;
}

#acerca span:hover img {
	display: none;
}

#info-acerca {
    display: flex;
    /*justify-content: space-between;*/
    flex-flow: wrap;
    font-size: 16px;
    line-height: 1.25;
    height: auto;
    margin-bottom: 0px;
}

#info-acerca em {
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: 1.2;
    font-style: normal;
}

#info-acerca a:hover {
	font-family: Elfen Fraktur A;
    font-size: 18px;
    line-height: 1.4;
}

.info-acerca #info-acerca:first-child {
    padding-bottom: 0 !important;
}

#info-acerca:first-child {
	padding-top: 0;
    padding-bottom: 0;
}

#info-acerca div {
    height: auto;
}

#info-acerca:first-child div:first-child {
    width: 100% !important;
    border-top: ;
}

#info-acerca:first-child div:nth-child(2) {
    width: 100% !important;
    padding: 18px 0 18px 0;
}

/*
#info-acerca div:nth-child(2) {
    width: calc(100vw - 40px);
    border-top: 1px solid #222222;
    border-right: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
*/

#info-acerca:first-child div:nth-child(3) {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #222222;
    padding-top: 18px;
    padding-bottom: 18px;
}

#info-acerca:nth-child(2) div:first-child {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 18px;
}

#info-acerca:nth-child(2) div:nth-child(2) {
    width: 100%;
    border-right: 0;
    padding: 0 0 18px 0;
}

#info-acerca:nth-child(2) div:nth-child(3) {
    width: 100%;
    border-right: 0;
    padding: 0;
}

.creditos {
	font-size: 8px;
    padding: 16px 0 20px 0;
}


.creditos p {
	text-align: left;
    width: 100%;
    letter-spacing: 0.08em;
}

.footer {
    padding: 16px 0 20px 0;
    flex-wrap: wrap;
}

.footer img{
	height: 12vw;
    margin-bottom: 3vw;
}

.footer p {
    font-size: 8px;
    padding-top: 16px;
}
}

.plan-madrinazgo h3 {
font-size: 1rem;
text-transform: uppercase;
text-align: center;
font-weight: 400;
display:block;
margin: 2rem 0;
}
.plan-madrinazgo-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.plan-madrinazgo-col {
padding: 10px;
border-right: 1px solid #000;
border-left: 1px solid #000;
}
@media(min-width:768px) {
.plan-madrinazgo-col {
width: 48%;
border-left: none;
}
.plan-madrinazgo-row  .plan-madrinazgo-col:last-of-type {
border-right: none;
}
}
@media(min-width:1024px) {
.plan-madrinazgo-col {
width: 23%;
}
}
.plan-madrinazgo-item {
text-align: center;
height: 100%;
}
.plan-madrinazgo-item a {
text-decoration: none;
background-color: #fff;
color: #222222;
display: block;
height: 100%;
padding: 20px 0;
transition: opacity ease .3s;
box-sizing: border-box;
}
.plan-madrinazgo-item a:hover {
opacity: .7;
}
.plan-madrinazgo-item h4 {
text-transform: uppercase;
font-style: italic;
font-weight: 400;
font-size: 1.25rem;
margin: 0;
}
.plan-madrinazgo-item img {
width: 100%;
height: auto;
}
.plan-madrinazgo-item p {
padding: 0 20px;
margin: 0 0 20px 0;
}
.plan-madrinazgo-item p.plan-madrinazgo-item-value {
color: #281ef0;
line-height: 1;
}
.mobile-divider {
height: 1px; 
background-color: #000;
margin: 10px 0;
display: block;
width: 100%;
}
@media (min-width:768px) {
.mobile-divider {
display: none;
}
}