@charset "UTF-8";





/*********************************** fonts ***********************************/
@font-face {
font-family: Gotham-Book;
src: url("../fonts/Gotham-Book.otf");
}
@font-face {
font-family: Gotham-Light;
src: url("../fonts/Gotham-Light.otf");
}
@font-face {
font-family: Gotham-Bold;
src: url("../fonts/Gotham-Bold.otf");
}


@font-face {
font-family: Austin-Italic;
src: url("../fonts/Austin-Italic.otf");
}

@font-face {
font-family: Bebas-Bold;
src: url("../fonts/Bebas-Bold.otf");
}
@font-face {
font-family: Bebas-Thin;
src: url("../fonts/Bebas-Thin.otf");
}
/*********************************** fonts ***********************************/





/*********************************** reset styles ***********************************/
*{box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);/******* eliminar hover azul universal *******/	
    line-height: 1;
	background-color: #FFFFFF;
    transition: 0.5s;
}
/******************* EDIT SCROLLBAR *******************/ 
body::-webkit-scrollbar {
	background-color: #2F2F2F;
    width: 8px;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb {
    background-color: #FFC629;
    border-radius: 0px;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #FFFFFF;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb:active {
    background-color: #FFC629;
    transition: 0.5s;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
    transition: 0.5s;
}
body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
    background-color: transparent;
    transition: 0.5s;
}
/******************* EDIT SCROLLBAR *******************/


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************/
/****************************************/
/****************************************/
textarea, select, input, button {
    outline: none;
}
:focus { 
    outline-color: transparent; 
    outline-style: none;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);/******* eliminar hover azul universal *******/
    text-decoration: none;
    transition: 0.5s;
}
html{
	scroll-behavior: smooth;
    transition: 0.5s;
}
/*********************************** reset styles ***********************************/





/*********************************** STYLES - ***********************************/
/*********************************** STYLES - ***********************************/
/*********************************** STYLES - ***********************************/
.MAIN-BOX-content-A {
    width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    transition: 0.5s;
}
.MAIN-BOX-content-B {      
    width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    transition: 0.5s;
}
.MAIN-BOX-content-C {
    width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
    transition: 0.5s;
}
/*********************************** STYLES - ***********************************/
/*********************************** STYLES - ***********************************/
/*********************************** STYLES - ***********************************/





/*************** CONTAINER ***************/
container {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    transition: 0.5s;
}





/***************** NAV FIXED ****************/
.nav-fixed {
    width: 30px;
    height: 100vh;
    position: absolute;
	right: 0px;
    display: grid;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    transition: 0.5s;
}
.nav-fixed_button {
    width: 30px;
    height: 50px;
    position: fixed;
	right: 0px;
    transition: 0.5s;
}
.nav-fixed_butto-A {
    background-color: #FFC629;
    width: 20px;
    height: 20px;
	position: absolute;
	top: 0px;
	overflow: hidden;
	font-family: Gotham-Bold;
	color: #2F2F2F;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.nav-fixed_butto-B {
    background-color: #FFC629;
    width: 20px;
    height: 20px;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	font-family: Gotham-Bold;
	color: #2F2F2F;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50px;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.nav-fixed_butto-A:hover,
.nav-fixed_butto-B:hover {
    background-color: #2F2F2F;
	color: #FFFFFF;
    transition: 0.5s;
}




/*************** LOGOTIPO EPH ***************/
.logo {
    background-image: url(../images/logo_eph.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 46px;
    top: 20px;
    left: 20px;
    position: absolute !important;
    z-index: 9999999999;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 720px){  
.logo {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    position: relative !important;
} 
}
/**************************************/





/*************** H1 H2 H3 H4 H5 - P ***************/
h1 {
    margin-top: 0px;
    margin-bottom: -10px;
    font-family: Gotham-Light;
    color: #2F2F2F;
    font-size: 110px;
    line-height: 94px;
    text-align: center;
    font-weight: normal;
    transition: 0.5s;
}
@media (min-width: 720px) and (max-width: 1000px){  
h1 {
    font-size: 80px;
    line-height: 70px;
} 
}
@media (min-width: 0px) and (max-width: 720px){  
h1 {
    font-size: 36px;
    line-height: 38px;
} 
}
/**************************************/

h2 {
    width: auto;
    height: auto;
	margin-top: 0px;
    margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
    font-family: Gotham-Light;
    color: #2F2F2F;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 520px){  
h2 {
    font-size: 28px;
    line-height: 30px;
} 
}
/**************************************/

h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Gotham-Light;
    color: #FFFFFF;
    font-size: 38px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
	pointer-events: none;
    transition: 0.5s;
}

p {
    width: auto;
    height: auto;
    margin: 0px;
    font-family: Gotham-Book;
    color: #2F2F2F;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: normal;
    transition: 0.5s;
}





/*************** INTRO / TITLE ***************/
.intro-TOP-SECTION-main {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 120px;
    padding-bottom: 34px;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 720px){   
.intro-TOP-SECTION-main {
    padding-top: 60px;
}
}
/********************************************/

.box_SECTION_TOP-01 {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0px;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 720px){  
.box_SECTION_TOP-01 {
    padding-left: 0px;
    padding-right: 0px;
} 
}
/**************************************/





/*************** OPERACIONES ENACTOR ***************/
.operation_main_grid_center {
    background-color: #2f2f2f;
    width: 300px;
    height: auto;
    transition: 0.5s;    
}
.operation_main_grid_botom {
    background-color: #FFFFFF;
    width: 300px;
    height: 110px;
	padding-top: 15px;
	padding-left: 80PX;
    border-top: 5px solid #FFC629;
    transition: 0.5s;
}
.operation_main_grid_title {
    width: auto;
    height: auto;
    margin: 0px;
    font-family: Gotham-Bold;
    color: #2F2F2F;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    transition: 0.5s;
}
.operation_main_grid_button {
	background-image: url(../images/download_icon.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFC629;
	width: 140px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	border-radius: 30px;
	transition: 0.5s;
}
.operation_main_grid_button:hover {
	background-color: #FFFFFF;
	border: 1px solid #2F2F2F;
	box-sizing: border-box;
	transition: 0.5s;
}





/*************** DIVIDED ***************/
.divided {
    width: 100%;
    height: 120px;
	margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
    transition: 0.5s;
}





/*************** TABLA / SEARCH ***************/
.content-main {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
	margin-bottom: 50px;
    padding: 50px 20px 50px 20px;
    display: inline-grid;
    justify-content: center;
    align-items: center;	
    border: 1px solid #FFC629;
    transition: 0.5s;
}
form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}
form #q {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 5px 0px;
	font-family: Gotham-Bold;
	color: #2F2F2F;
	font-size: 16px;
	text-align: center;
	border: 1px solid #2F2F2F;
	transition: 0.5s;
}
tbody {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;	
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    grid-gap: 50px;
    grid-auto-rows: minmax(50px, auto);
    transition: 0.5s;
}
@media (min-width: 770px) and (max-width: 1160px){   
tbody {
    grid-template-columns: repeat(2, 0fr);
}
}
@media (min-width: 0px) and (max-width: 770px){   
tbody {
    grid-template-columns: repeat(1, 0fr);
}
}
/********************************************/

tr {
    background-color: #FFFFFF;
    width: 300px;
    height: 435px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
    transition: 0.5s;
}
.operation_main_grid_center {
    background-color: #2F2F2F;
    width: 300px;
    height: auto;
    transition: 0.5s;  
}
td .operation_main_grid_title {
    background-color: #FFC629;
    width: auto;
    height: 100px;
    margin: 0px;
    padding: 0px 20px 0px 20px;
    font-family: Gotham-Bold;
    color: #2F2F2F;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    justify-content: center;
    align-items: center;	
    display: flex;
    transition: 0.5s;
}
.search-section {
	background-image: url(../images/background_footer.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #EFEFEF;
	width: 90%;
	height: auto;
	margin-top: -10px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 50px;
	padding: 20px 20px 20px 20px;
	border: 1px solid #2F2F2F;
	transition: 0.5s;
}





/*************** FOOTER ***************/
footer {
	background-image: url(../images/background_footer.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFC629;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 36px;
	-webkit-box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.6);
	z-index: 5;
	transition: 0.5s;
}
.footer_icon {
	background-image: url(../images/logo_eph_footer.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	margin-left: -2px;
	transition: 0.5s;
}
.footer_title {
	margin-top: 6px;
	margin-bottom: 0px;
    font-family: Gotham-Bold;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    transition: 0.5s;
}
.footer_paragraph {
    font-family: Gotham-Book;
    color: #2F2F2F;
    font-size: 9px;
    line-height: 12px;
    text-align: left;
    transition: 0.5s;
}