/* 
Created on : 20 sep. 2022, 00:16:35
Author     : Eduardo Murillo
*/
@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* Tiles */

html body{
    /*font-family: 'Anton', sans-serif !important;*/
    line-height: 1.75;
    color: #585858;
    font-family: "Source Sans Pro", Helvetica, sans-serif !important;
    font-size: 16pt;
}

.tiles {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    postiion: relative;
    margin: -2.5em 0 0 -2.5em;
}

.tiles article {
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: relative;
    width: calc(33.33333% - 2.5em);
    margin: 2.5em 0 0 2.5em;
}

    .tiles article > .image {
            -moz-transition: -moz-transform 0.5s ease;
            -webkit-transition: -webkit-transform 0.5s ease;
            -ms-transition: -ms-transform 0.5s ease;
            transition: transform 0.5s ease;
            position: relative;
            display: block;
            width: 100%;
            border-radius: 4px;
            overflow: hidden;
    }

            .tiles article > .image img {
                    display: block;
                    width: 100%;
            }

            .tiles article > .image:before {
                    -moz-pointer-events: none;
                    -webkit-pointer-events: none;
                    -ms-pointer-events: none;
                    pointer-events: none;
                    -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
                    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
                    -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
                    transition: background-color 0.5s ease, opacity 0.5s ease;
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 1.0;
                    z-index: 1;
                    opacity: 0.8;
            }

            .tiles article > .image:after {
                    -moz-pointer-events: none;
                    -webkit-pointer-events: none;
                    -ms-pointer-events: none;
                    pointer-events: none;
                    -moz-transition: opacity 0.5s ease;
                    -webkit-transition: opacity 0.5s ease;
                    -ms-transition: opacity 0.5s ease;
                    transition: opacity 0.5s ease;
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 0.25px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='100' y2='100' /%3E%3Cline x1='100' y1='0' x2='0' y2='100' /%3E%3C/svg%3E");*/
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: 100% 100%;
                    opacity: 0.25;
                    /*z-index: 2;*/
            }

    .tiles article > a {
            display: -moz-flex;
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -moz-align-items: center;
            -webkit-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            -ms-justify-content: center;
            justify-content: center;
            -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
            -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
            -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
            transition: background-color 0.5s ease, transform 0.5s ease;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 1em;
            border-radius: 4px;
            border-bottom: 0;
            color: #ffffff;
            text-align: center;
            text-decoration: none;
            /*z-index: 3;*/
    }

            .tiles article > a > :last-child {
                    margin: 0;
            }

            .tiles article > a:hover {
                    color: #ffffff !important;
                    background: rgba(0,0,0,0.15);
            }

            .tiles article > a h2 {
                    margin: 0;
            }

            .tiles article > a .content {
                    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
                    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
                    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
                    transition: max-height 0.5s ease, opacity 0.5s ease;
                    width: 100%;
                    max-height: 0;
                    line-height: 1.5;
                    margin-top: 0.35em;
                    opacity: 0;
            }

                    .tiles article > a .content > :last-child {
                            margin-bottom: 0;
                    }

/*			.tiles article.style1 > .image:before {
            background-color: rgba(242,132,158,0.75);
    }*/

    .tiles article.style1 > a {
            background-color: rgba(242,132,158,0.75);
    }

    .tiles article.style2 > a {
            background-color: rgba(123,208,193,0.75);
    }

    .tiles article.style3 > a {
            background-color: rgba(126,202,246,0.75);
    }

    .tiles article.style4 > a {
            background-color: rgba(199, 91, 155, 0.75);
    }

    .tiles article.style5 > a {
            background-color: rgba(174, 133, 202, 0.75);
    }

    .tiles article.style6 > a {
            background-color: rgba(132, 153, 231, 0.75);
    }

    .tiles article.style1 > a:hover {
            background: rgba(0,0,0,0.45);
    }
    .tiles article.style2 > a:hover {
            background: rgba(0,0,0,0.45);
    }
    .tiles article.style3 > a:hover {
            background: rgba(0,0,0,0.45);
    }
    .tiles article.style4 > a:hover {
            background: rgba(0,0,0,0.45);
    }
    .tiles article.style5 > a:hover {
            background: rgba(0,0,0,0.45);
    }
    .tiles article.style6 > a:hover {
            background: rgba(0,0,0,0.45);
    }

    body:not(.is-touch) .tiles article:hover > .image {
/*				-moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);*/
    }

            body:not(.is-touch) .tiles article:hover > .image:before {
                    /*background-color: #333333;*/
                    /*opacity: 0.35;*/
            }

            body:not(.is-touch) .tiles article:hover > .image:after {
                    opacity: 0;
            }

    body:not(.is-touch) .tiles article:hover .content {
            max-height: 15em;
            opacity: 1;
    }

* + .tiles {
    margin-top: 2em;
}

body.is-loading .tiles article {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
}

body.is-touch .tiles article .content {
    max-height: 15em;
    opacity: 1;
}

@media screen and (max-width: 1280px) {

    .tiles {
            margin: -1.25em 0 0 -1.25em;
    }

            .tiles article {
                    width: calc(33.33333% - 1.25em);
                    margin: 1.25em 0 0 1.25em;
            }

}

@media screen and (max-width: 980px) {

    .tiles {
            margin: -2.5em 0 0 -2.5em;
    }

            .tiles article {
                    width: calc(50% - 2.5em);
                    margin: 2.5em 0 0 2.5em;
            }

}

@media screen and (max-width: 736px) {

    .tiles {
            margin: -1.25em 0 0 -1.25em;
    }

            .tiles article {
                    width: calc(50% - 1.25em);
                    margin: 1.25em 0 0 1.25em;
            }

                    .tiles article:hover > .image {
                            -moz-transform: scale(1.0);
                            -webkit-transform: scale(1.0);
                            -ms-transform: scale(1.0);
                            transform: scale(1.0);
                    }

}

@media screen and (max-width: 480px) {

    .tiles {
            margin: 0;
    }

            .tiles article {
                    width: 100%;
                    margin: 1.25em 0 0 0;
            }

}


.homeLogo{
cursor: pointer;
letter-spacing: 0.35em;
text-transform: uppercase;
font-size: 28px;
font-weight: 900;
}

.homeLogo:hover{
color: #18449d;
}

.menuLink{
font-size: 22px; 
font-weight: 900; 
border: 1px solid #1a1a1a; 
padding: 1px 15px 1px 15px; 
border-radius: 5px; 
cursor: pointer;
}

.menuLink:hover{
color: #18449d;
border-color: #18449d;
}

main > .container {
padding: 70px 15px 20px;
}

.footer {
background-color: #f5f5f5;
font-size: .9em;
height: 60px;
}

.footer > .container {
padding-right: 15px;
padding-left: 15px;
}

.not-set {
color: #c55;
font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
content: '';
left: 3px;
display: inline-block;
width: 0;
height: 0;
border: solid 5px transparent;
margin: 4px 4px 2px 4px;
background: transparent;
}

a.asc:after {
border-bottom: solid 7px #212529;
border-top-width: 0;
}

a.desc:after {
border-top: solid 7px #212529;
border-bottom-width: 0;
}

.grid-view th {
white-space: nowrap;
}

.hint-block {
display: block;
margin-top: 5px;
color: #999;
}

.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding-top: 7px;
color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
.nav li > form > button.logout {
    display:block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
outline: none;
}

#menu2 li a{
    color: #fff;
}

.ajax-file-upload-statusbar{
    margin-right: 0px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
}
.ajax-upload-dragdrop{
    margin-bottom: 5px;
    width: 100% !important;
}
.ajax-file-upload-statusbar{
    width: 100%;
}
.ajax-file-upload-statusbar {
border: 1px solid #0ba1b5;
margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #0ba1b5;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}
.ajax-file-upload-red {
-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
box-shadow: inset 0 39px 0 -24px #e67a73;
background-color: #e4685d;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
text-shadow: 0 1px 0 #b23e35;
cursor: pointer;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload-green {
background-color: #77b55a;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin: 0;
padding: 0;
display: inline-block;
color: #fff;
font-family: arial;
font-size: 13px;
font-weight: normal;
padding: 4px 15px;
text-decoration: none;
cursor: pointer;
text-shadow: 0 1px 0 #5b8a3c;
vertical-align: top;
margin-right:5px;
}
.ajax-file-upload {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
   font-weight: bold;
	padding: 15px 20px;
	cursor:pointer;	
	line-height:20px;
	height:25px;
	margin:0 10px 10px 0;
  display: inline-block;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #888;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-box-shadow: 0 2px 0 0 #e8e8e8;
  -webkit-box-shadow: 0 2px 0 0 #e8e8e8;
  box-shadow: 0 2px 0 0 #e8e8e8; 
  padding: 6px 10px 4px 10px; 
  color: #fff;
  background: #2f8ab9;
  border: none;
  -moz-box-shadow: 0 2px 0 0 #13648d;
  -webkit-box-shadow: 0 2px 0 0 #13648d;
  box-shadow: 0 2px 0 0 #13648d; 
  vertical-align:middle;  
  }
  
.ajax-file-upload:hover {
      background: #3396c9;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
      box-shadow: 0 2px 0 0 #15719f;
}

.ajax-upload-dragdrop
{

	border:2px dotted #A5A5C7;
	width:420px;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #e3e7e9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #009cea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #007ab7;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #009cea;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

h1, h2{
    font-weight: bolder;
}

.goog-te-gadget-icon {display:none;}
.goog-te-gadget-simple a {text-decoration: none !important;}

.goog-te-banner-frame.skiptranslate {display: none !important;}
body { top: 0px !important; }

.goog-te-gadget-simple{
    background-color: transparent !important;
    border-color: transparent !important;
    
}

.goog-te-gadget-simple .goog-te-menu-value{
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
    font-size: 18px;
}

.goog-te-menu-value span{
/*    border-left-color: #FFFFFF !important;
    color: #FFFFFF !important;*/
}