/*colores
    --amarillo:#f19721;
    --azul:#057dbe; 057DC1
}*/

/*@media (min-width: 1232px!important)
.navbar-expand-sm .navbar-toggler {
    display: none;
}*/

/*.is_img{
    width:12rem;
}*/

/*Start-header*/
.nmi_type_user_dashboard.nav-item.dropdown
.main-header__admin-link.dropdown-toggle{
	background-color: #f69b1e !important;
	color: #000 !important;
	display:flex;
	font-weight:800;
}

.nmi_type_user_dashboard.nav-item.dropdown
.main-header__admin-link.dropdown-toggle:hover{
	background-color: #d58619 !important;
	color: #fff !important;
}

ul#navigationUser li:last-child a {
	background-color: #f69b1e !important;
	color: #000 !important;
	/*display:flex;*/
	font-weight:800;
}

ul#navigationUser li:last-child a:hover {
	background-color: #d58619 !important; 
	color: #000 !important;	
}

ul#navigationUser li.nav-item:last-child ul {
	top: 5px !important;
}

ul#navigationUser li.nav-item:last-child ul li a {
	background-color:rgba(255, 255, 255, 0) !important;
}

#navigationUser .main-header__admin-link {
	padding: 10px 20px;
	margin-left: 0.5em;
	background-color: #057dc1;
	color: #fff;
	border-radius: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size: 14px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
}

#navigationUser .main-header__admin-link:hover {
	background-color: #065b8b;
	color: #fff;
}

nav ul li a{
    background-color:var(--azul);
}
.main-header__nav-link:hover,.main-header__nav-link:focus,.main-header__nav-link:active {
    color: #000;
    background-color: rgb(0 123 255 / 0%);
}
.main-header__lang-link:hover,#languageNav .main-header__lang-link:focus,#languageNav .main-header__lang-link:active {
    color: #000;
    background-color: rgb(0 123 255 / 0%);
}
main-header__admin {
    display: flex;
    font-size: smaller
}

.main-header__admin.locale-enabled {
    justify-content: space-between
}

.main-header__admin.locale-disabled {
    justify-content: flex-end
}

.main-header__admin-link,.main-header__lang-link {
    padding: .25em .5em;
    margin-left: 0.5em;
    background-color: #007bff00;
    color: #0062cc;
    cursor: pointer
}

.main-header__admin-link:hover,.main-header__lang-link:hover,.main-header__admin-link:focus,.main-header__lang-link:focus,.main-header__admin-link:active,.main-header__lang-link:active {
    color: #000;
    background-color: rgb(0 123 255 / 0%)
}

#languageNav {
    border-bottom: none
}

#languageNav .main-header__lang-link {
    color: #000
}

#languageNav .main-header__lang-link:hover,#languageNav .main-header__lang-link:focus,#languageNav .main-header__lang-link:active {
    color: #0062cc
}

.main-header__nav-link {
    padding: .25em .5em;
    background-color: #007bff00;
    margin: 0 2vw
}


.main-header__nav-link:hover,.main-header__nav-link:focus,.main-header__nav-link:active {
    color: #0062cc;
    background-color: rgb(0 123 255 / 0%);
}

.main-header {
    background-color: #fff;
	padding-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    height: 100%;
    padding-top: 2.5vh;
}

.main-header__title {
    text-align: center;
    width: 75vw;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0rem 0;
	margin: 0px auto 10px auto;
}

.main-header__title img {
    max-width: 30%;
    height: auto;
}

.main-header__nav-link {
 	padding: .25em .5em;
 	background-color: #007bff00;
 	margin: 0px 20px 0px 20px;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    /*margin: 1em 0;*/
	margin:5px;
    padding: 10px;
    cursor: pointer;
    color: inherit;
    border: 0;
    background-color: #c1c1c1;
    border-radius: 10px;
    height: 45px;
}

nav.navbar.navbar-expand-sm.main-header__nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #057DC1;
    box-shadow: 0px 2px 5px #cdcdcd;
    align-items: center;
}

div#main-menu ul li a {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
	font-size: 16px;
}

div#main-menu ul li a:hover {
    color: #fff;
	opacity: 0.6;
}

#navigationPrimary .dropdown-menu.show {
    display: grid;
	width:min-content;
    flex-wrap: wrap;
    align-content: center;
    position: absolute;
    top:calc(100% + .7em);
    left: 0;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0;
    /*width: 100%;*/
    padding-top: 16px;
    padding-bottom: 14px;
}

#navigationPrimary .nav-item {
        position: relative;
  }

#navigationPrimary .dropdown-item a {
    color: #000;
    margin-left: 0;
    padding: 10px 8px 8px 8px;
    border: none;
}

#navigationPrimary .dropdown-item a:hover {
    color:#000;
	border:0px;
    font-weight: 600;
	text-shadow:none;
}


.page_index:not(.indexSite) .main-header__title {
 text-align: center;
 max-width: 75vw;
margin: 10px auto 10px auto;
padding: 0rem 0;
}

/*End-header*/

/*Start-article-page*/

.article-page {
	padding-top: 5vh;
	padding-bottom: 5vh;
	background: #ffffff00;
	color: #000000;
}

.article-page a {
    color: #057dbe;
}

.list-galleys a {
    background-color: #f19721;
    border: 1px solid #f19721;
    font-weight: 600;
    color: #000000;
    padding: 6px 12px;
}

.list-galleys a:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.article-page__galleys {
    margin: 0px;
}

dt {
	display: none;
}

dd {
    display: none;
}

aside p {
    font-size: 0.75em;
    margin-top: 20px;
}

/*End-article-page*/

/*Start-issue-page*/

.article {
    margin-bottom: 0.5vh;
}

p.article__meta {
    margin-bottom: 0.5rem;
}

.issue {
    padding-top: 40px;
    background: #f1f1f1;
    color: #000;
}

.issue .container {
    min-height: 0px;
}

.issue__header {
    margin-bottom: 10px;
}

.issue-section__header {
    margin-bottom: 2.5vh;
    /*border-bottom: solid 1px #057DC1;*/
}

.issue-desc {
    padding-top: 2.5em;
    padding-bottom: 20px;
}

.issue-desc a {
    color: #fff;
    padding-left: 15px;
    margin-bottom: 40px;
	flex: auto;
    max-width:350px;
}

.issue-desc__content p {
    font-size: 16px;
}

.issue-desc__content ul{
    font-size: 16px;
}

.col-md-6 {
    flex: 0 0 69%;
    max-width: 69%;
}

.col-md-8.offset-md-4 {
    margin-left: 0px;
}

/* Start--section-archive*/

.img-fluid, .img-thumbnail {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

img.img-fluid:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    /*transform: translateY(-4px);*/
}

/* End-section-archive*/

/* .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;


  .col-md-2 {
        flex: 0 0 auto;
        max-width: 40%;
    }}*/

.issue-desc__galleys h3{
	   margin: 1.5rem 0 1.5rem 0;
}
					

.issue-desc__btn-group {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.issue-desc__btn-group .article__btn {
    background-color: #f19721;
	color: #000000;
    border: none;
    text-align: right;
    padding: 0.75em 1em;
}

.issue-desc__btn-group .article__btn a{
    color: #000000;
}


.issue-desc__btn-group .article__btn:hover {
    background-color: #000;
	border: none;
    color: #fff;
}

.issue-desc__btn-group .article__btn a:hover {
	border: none;
    color: #fff;
}

.issue-section {
    background-color: #fff;
	padding: 15px 0 0 0;
}

.issue-section h3 {
    color: #057DC1;
    margin-top: 0;
    margin-bottom: -5px;
}

.article__btn {
    background-color: #f19721;
    margin-right: 2vw;
    font-size: smaller;
    padding: 0.75em 1em;
    box-shadow: none;
    border-bottom: 0;
    border: none;
    color: #000;
}

.article__btn:hover{
    background-color: #000;
    color: #fff;
}

.article__btn-group {
    list-style: none;
    padding: 0;
    margin: -10px 0 15px 0;
}

/*End-issue-page*/

/*Start_sección_de_envíos*/
.author_guidelines {
    display: none;
}

.section_policy {
    display: none;
}

.copyright_notice {
    display: none;
}

.privacy_statement {
    display: none;
}
/*End_sección_de_envíos*/

/*Start-general-appearance*/


.btn-primary {
    background-color: #f19721;
    border: 1px solid #f19721;
    font-weight: 600;
    color: #000000;
}

.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff
}

.btn-primary a{
	color: #000000;
	
}

.btn-primary a:hover{
	color: #ffffff;
	
}

.btn-primary a:after,aside a:after {
	display: none;
}

.col-lg-8 {
	 flex: 100%;
     max-width: 100%
    }

.offset-lg-2 {
	margin-left: 0%;
	
}

.offset-md-1 {
	margin-left: 0%;
}

/*End-general-appearance*/

/* Start_journal_slider_style */

.journal-description {
 	padding: 10px 0 10px 0;
	background-color: #f1f1f1;
	border-top:#6A6A6A;
	border-bottom: #6A6A6A;
}

.journal-description h3{
	display:none;
}

.journal-description p{
	display:none;
}

.section_dark h3 {
	display: none;
}
	
.section_dark p {
	border-radius: 5px;
	
}

.section_dark a{
     color: #000000;
		 }

.section_dark .btn {
	display: none;
}

/* End_journal_slider_style */


/*Start-btn-home*/

.btn-home-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-home {
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	padding: 0.375rem 0.75rem;
	margin: 15px;
	line-height: 1.5;
	user-select: none;
	border-radius: 5px;
	font-family: 'Roboto',sans-serif;
    font-size: 18px;
    background-color: #f19721;
	color: #000;
}

.btn-home:hover{
	border-radius: 5px;
    background-color: #000000;
	color: #fff;
}

/*End-btn-home*/


/* Slider-start*/
.slider-frame-congreso {
	width: 100%;
	height: auto;
	margin-top:30px;
	margin-bottom: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: hidden;
	flex: auto;
}

.slider-frame-congreso ul {
	display: flex;
	padding: 0;
	width: 400%;
	text-decoration: none;
	list-style: none;
	/*animation: slide 20s infinite alternate ease-in-out;*/
}

.slider-frame-congreso ul:hover {
    opacity: 85%;
	animation-play-state:paused;
	
}

.slider-frame-congreso li {
	width: 100%;
	text-decoration: none;
	list-style: none;
	margin: 0px;
}

.slider-frame-congreso img {
	width: 100%;
	border-radius: 15px;
}

.slider-frame-congreso a:after,aside a:after {
    display: none;
}

@keyframes slide {
	0% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	100% {margin-left: -300%;}
}


/* Slider-end*/

/* Start_home_text*/

.additional-home-content {
    padding-top: 20px;
    padding-bottom: 40px;
}

.additional-home-content p{
    font-size:18px;
	text-align: center;
	
}

/* End_home_text*/


/* Start_footer */

.main-footer {
    padding-top: 60px;
	padding-bottom: 30px;
	background-color: #057DC1;
	border-top:none;
}

.main-footer h2{
	color: #ffffff;
}

.main-footer p{
    color:#ffffff;	
}

.main-footer a{
    color:#ffffff;
}

.main-footer img {
    display:flex;
}


.main-footer a:after,aside a:after {
	display: block;
    content: '';
    height: 1px;
    width: 100%;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border-bottom: 1px solid #fff;
}

.main-footer a:hover:after,aside a:hover:after {
    width: 0%;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.block_make_submission a{
	color: #000000;	
}

.block_make_submission a:after,aside a:after{
	display: none;
}

.block_language a{
	color:#ffffff;
}

.block_language a:after,aside a:after {
	display: block;
    content: '';
    height: 1px;
    width: 100%;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    border-bottom: 1px solid #fff;
}

.block_language a:hover:after,aside a:hover:after {
    width: 0%;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

footer .col-sm-1 a:after,aside a:after {
	display:none;
}

footer .col-md-8 {
    display: flex;
    flex: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
}

footer .col-2.col-sm-1.offset-10.offset-sm-11 {
    display: none;
}

footer .datos p strong {
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 16px;
}

/* End_footer */

/*Start-search*/

.search__form {
    background-color: transparent;
    color: #000000;
    padding: 5vh 5% 5vh 5%;
    margin-bottom: 5vh;
}

.search__control {
    background-color: transparent;
    border-color: #000000;
    color: #343a40;
}

.search__control:focus {
    background-color: transparent;
    color: #343a40;
}

.search__select {
    position: relative;
    z-index: 3;
    background: transparent;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-right: 5px;
}

.search__select:focus {
    background: transparent;
    color: #343a40;
}

.search__form button {
    border: none;
}

/*End-search*/


/*Start cards-home*/
aside div.container.additional-home-content ul{
/*bof card container*/
width: 100%;
max-width: 1109px;
height: auto;
display:flex;
flex-wrap: wrap;
flex: auto;
justify-content: center;
margin: 40px 0px 0px 0px;
padding: 0px;
border-bottom: solid 1px #dad5d5;
/*eof card container*/
}

aside div.container.additional-home-content ul li {
    width: 328px;
    height: 440px;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0px 20px 60px 20px;
    text-align: center;
    transition: all 0.25s;
    background-color: #fff;
}

aside div.container.additional-home-content ul li:hover{
	/*transform: translateY(-15px);*/
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

aside div.container.additional-home-content ul li img{
	border-radius:none;
	width: 328px;
	height: auto;
	margin-bottom: 30px;
}

aside div.container.additional-home-content ul li em{
	margin: 1.5rem 0 1.5rem 0; 
	font-weight: 700;
	font-style: normal;
    font-size: 20px;
}

aside div.container.additional-home-content ul li p{
	padding: 0 1rem;
	font-size: 16px;
	font-weight: 300;
}

aside div.container.additional-home-content ul li a {
    font-weight: 500;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    background-color: #f19721;
    padding: 5px 8px 5px 8px;
    border-radius: 3px;
}

aside div.container.additional-home-content ul li a:hover{
text-decoration: none;
color: #000;
background-color: #d58619;
font-size: 16px;
}
/*End cards-home/

/*Start_colaboradores*/

aside div.container.additional-home-content p em {
    margin: 1.5rem 0 1.5rem 0;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #000;
}

aside div.container.additional-home-content ol {
width: 100%;
max-width: 1109px;
height: auto;
display:flex;
flex-wrap: wrap;
flex: auto;
justify-content: center;
margin: 15px 0px 0px 0px;
padding:0px 0px 10px 0px;
}


aside div.container.additional-home-content ol li{
width: 160px;
height: auto;
overflow: hidden;
margin: 0px 20px 20px 0px;
text-align: center;
transition: all 0.25s;
background-color:#fff;

}

aside div.container.additional-home-content ol li:hover{
transform: translateY(-15px);
box-shadow: none;
}

aside div.container.additional-home-content ol li img{
width: 160px;
height: auto;
overflow: hidden;
text-align: center;
transition: all 0.25s;
background-color:#fff;

}

/*End_colaboradores*/


/*Start-equipo-editorial*/

.card-container{
width: 100%;
max-width: 1109px;
height: auto;
display:flex;
flex-wrap: wrap;
flex: auto;
justify-content: left;
margin: 40px 0px 0px 0px;
padding: 0px;
}

.card-container .card-editorial{
	width: 257px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0px 20px 40px 0px;
    text-align: center;
    background-color: #fff;
}

.card-container .card-editorial .foto img{
	width: 257px;
	height: auto;
	/*border-radius:50%;
	border-style: solid;
	border-color: #b7b7b7;*/
}


.card-container .card-editorial .bandera img{
	margin: 13px 0px 5px 0px;
	width: 36px;
	height: auto;
}

.card-container .card-editorial .orcid img {
	margin: 0px 10px 15px 10px;
	width: 20px;
	height: auto;
	border-radius:50%;
}

.card-container .card-editorial .orcid img:hover {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
}


.card-container .card-editorial h3{
	margin: 10px;
	font-family: roboto;
	font-weight: 600;
    font-size: 18px;
}

.card-container .card-editorial p{
	margin: 0px 15px 10px 15px;
	font-size: 12px;
	font-weight: 300;
}

.card-container .card-editorial p em{
	margin: 15px 0px 15px 0px;
}

.card-editorial a:after,aside a:after {
	display: none;
}
/*End-equipo-editorial*/

/*Start-menu-programa*/
.nav-menu-p{
	border-radius: 10px;
	max-width: 600px;
	background-color: #f19721;
	font-size: 16px;
	margin: 20px 0px 20px 0px;
	
}

.menu-hor-p {
	padding: 0px;
	list-style: none;
	display:flex;
	justify-content: space-around;
}

.menu-hor-p li a{
	font-family: roboto;
	display: block;
	padding: 15px 20px;
	color:#000;
	text-decoration: none;
}

.menu-hor-p a:after,aside a:after {
	display: none;
}

.menu-hor-p a:hover {
	font-weight: 600;
}


.menu-ver-p {
	margin-top:4px;
	padding: 0px;
	position: absolute;
	display:none;
	list-style: none;
	width: 240px;
	background-color:#E0E0E0;
	
}

.menu-hor-p  li:hover .menu-ver-p {
	display: block;
}

.menu-vertical li:hover {
	background-color: #E0E0E0;
}

.menu-ver-p li a {
	font-size: 14px;
	font-family: roboto;
	display: block;
	color:#000;
	padding: 15px 15px 15px 15px;
	text-decoration: none;
}

.menu-ver-p a:after,aside a:after {
	display: none;
}

/*End-menu-programa*/

/*Start-programa*/

.card-container-encabezado{
width: 100%;
max-width: 900px;
height: auto;
flex-wrap: wrap;
flex: auto;
justify-content: left;
margin: 10px 0px 0px 0px;
padding: 0px;
}

.card-container-p{
width: 100%;
max-width: 900px;
height: auto;
display:flex;
flex-wrap: wrap;
flex: auto;
justify-content: left;
margin: 10px 0px 0px 0px;
padding: 0px;
}

.card-container-p .card-programa{
	width: 900px;
    height: auto;
	border-bottom: solid 1px #dad5d5;
    overflow: hidden;
    margin: 0px 0px 3px 0px;
	padding: 15px;
    text-align: left;
    background-color: #fff;
	/*border-radius: 8px;*/
	/*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
}

.card-container-encabezado h2{
	margin: 10px;
	font-family: roboto;
	font-weight: 800;
    font-size: 32px;
	color: #057DC1
}

.card-container-p .card-programa h4{
	margin: 2px;
	font-family: roboto;
	font-weight: 600;
    font-size: 18px;
}
.card-container-encabezado  h3{
	margin: 10px;
	font-family: roboto;
	font-weight: 600;
    font-size: 28px;
}

.card-container-encabezado  p{
	font-family: roboto;
	margin: 10px;
	font-size: 16px;
	font-weight: 300;
}

.card-container-p .card-programa p{
	font-family: roboto;
	margin: 2px;
	font-size: 16px;
	font-weight: 300;
}

.card-programa a:after,aside a:after {
	display: none;
}
/*End-programa*/

/*Start-cards-template*/

.card-template-container{
	width: 100%;
	max-width: 1109px;
	height: auto;
	display:flex;
	flex-wrap: wrap;
	flex: auto;
	justify-content: left;
	margin: auto;	
}

.card-template-container .card-template{
	width: 250px;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 2px 2px  rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 20px 20px 20px 0px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	transition: all 0.25s;
}

.card-template-container .card-template:hover{
	transform: translateY(-15px);
	box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);	
}

.card-template-container .card-template img{
	width: 100px;
	height: auto;
}

.card-template-container .card-template h3{
	margin: 10px 0px 10px 0px; 
	font-size: 20px;
	font-weight: 600;	
}

.card-template-container .card-template p{
	padding: 0 1rem;
	font-size: 12px;
	font-weight: 300;
}

.card-template-container .card-template a:after,aside a:after {
	display: none;
}

/*End-cards-template*/

/*Start-modal-login*/

.modal {
    top:0;
  
}

.modal-content {
    border-radius: 15px;
    background: #057dc1;
    color: #fff;
}

/*End-modal-login*/

/*Start_indexaciones*/

.index-cii ul {
width: 100%;
max-width: 1109px;
height: auto;
display:flex;
flex-wrap: wrap;
flex: auto;
justify-content: left;
margin: 15px 0px 0px 0px;
padding:0px 0px 10px 0px;
}

.index-cii ul li{
width: 190px;
height: 90px;
border-radius: 8px;
box-shadow: none;
overflow: hidden;
margin: 0px 20px 20px 0px;
text-align: center;
transition: all 0.25s;
background-color:#fff;
}

.index-cii ul li:hover{
transform: translateY(-15px);
box-shadow: none;
opacity: 0.5;
}

.index-cii ul li img{
width: 190px;
height: 90px;
border-radius: 8px;
box-shadow: none;
overflow: hidden;
margin: 0px 20px 20px 0px;
text-align: center;
transition: all 0.25s;
background-color:#fff;
}

/*End_indexaciones*/

/*Start_content_custom_page*/

#immersion_content_main.container.main__content {
min-height: 800px !important;
}

main#immersion_content_main:has(img.cintillo) div div header {
    position: absolute;
    left: -9999px;
}

img.cintillo {
    margin: 3.5rem 0 1.5rem 0;
}

/*End_content_custom_page*/

/*Start_contact*/

.contact.support {
    display: none;
}
/*End_contact*/