html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    font-family: "Open Sans",sans-serif;
}

p {
    color: #a2a2a2;
}
a:hover{
    text-decoration: none;
}

.docs h3 {
    margin-top: 35px;
}

.homebg{
    height: 428px;
    background-image: url('/templates/MyZeraWebsite/img/Banner1.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.hometi{
    color: #FFF;
    padding-top: 5rem;
    /*padding-left: 5rem;*/
}
.hometi h1{
    font-size: 3.5rem;
    text-shadow: -1px 0 black, 0 3px black, 1px 0 black, 0 -1px black;
}
@media only screen and (max-width: 422px){
    .hometi{
        color: #FFF;
        padding-top: 4rem;
        padding-left: 3rem;
    }
    .hometi h1{
        font-size: 2.5rem;
    }
}

.menu a:hover{
    background-color: #FF8A00!important;
    color: #FFF;
}

nav.navbar {
    background-color: #FFF;
    border-bottom: 1px solid #EEE;
    font-size: 0.8rem;
}

.nav .nav-item {
    padding-top: 16px;
    padding-right: 0;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    color: #555;
}

.nav .active{
    background-color: #FF8A00!important;
}

.nav a{
    color: #FF8A00;
}

.nav-small {
    font-size: 0.8rem;
}

h6 {
    font-weight: 700;
}

.blog-item {
    margin-bottom: 100px;
}

.blog-item h2 {
    color: #1C2B39;
    margin-top: 20px;
}

.blog-item p {
    color: #76828A;
}

.blog-title{
    text-decoration: none;
}
.blog-title h2{
    transition: 0.3s;
}
.blog-title:hover{
    text-decoration: none!important;
}
.blog-title:hover h2{
    color: #FF8A00;
}

.cirext{
    border: 2px solid #797979;
    background-color: #FFF;
    border-radius: 5px;
    padding: 3rem;
    width: fit-content;
    height: auto;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: 0.5s;
}
.cirint{
    border: 2px solid #797979;
    border-radius: 5px;
    width: fit-content;
    height: auto;
    background-color: #797979;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: 0.5s;
}
.cirint i{
    padding: 1.5rem!important;
    color: #FFF;
    font-size: 30px;
    transition: 0.5s;
}
.conthov:hover .cirext{
     border: 2px solid #FF8A00;
     background-color: rgba(255,138,0, 0.4);
     transition: 0.5s;
}
.conthov:hover .cirint{
    border: 2px solid #FF8A00;
    background-color: #FF8A00;
    transition: 0.5s;
}
.cirtitle{
    transition: 0.5s;
}
.conthov:hover .cirtitle{
    color: #FF8A00;
    transition: 0.5s;
}

.lista-horizontal ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.lista-horizontal li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1rem;
}

.comp a {
    width: 100% !important;
}

.redesSociales{
    position: absolute;
    bottom: -9px;
    font-size: 32px;
    color: #ec0927!important;
}
.redesSociales a{
    color: #ec0927!important;
    text-decoration: none;
}
.redesSociales a:hover{
    color: #ec0927!important;
    text-decoration: none;
}
.facebook{
    background-color: #3C599F;
    color: rgba(255,255,255,0.8);
}

.twitter{
    background-color: #32CCFE;
    color: rgba(255,255,255,0.8);
}

.google{
    background-color: #CF3D2E;
    color: rgba(255,255,255,0.8);
}

.linkedin{
    background-color: #0085AE;
    color: rgba(255,255,255,0.8);
}

/*.lista-horizontal li a {
	display: block;
	color: var(--azul);
	text-align: center;
	padding: 0px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}*/

.lista-horizontal li:hover {
	color: var(--rojo);
	text-decoration: none;
}

.social li{
    border: solid 1px #AAA;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: 0.25s;
}
.social li:hover{
    background-color: #FF8A00
}
.social i{
    padding-top: 8px;
}
.social a{
    color: #FFF
}
.footer{
    background-color: black;
    color: #FFF;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.footer h5 {
    margin-bottom: 20px;
    color: #FFF;
}
.footer ul{
    padding: 0px;
}
.footer li {
    list-style: none;
}
.center a{
    color: #797979;
    padding-bottom: 5px;
    transition: 0.25s;
}
.center a:hover{
    text-decoration: none;
    color: #FFF;
}

.center .post{
    border-bottom: 1px solid #3b3b3b;
    margin-bottom: 5px;
}

.docs a{
    color: #FF8A00;
    transition: 0.3s;
}
.docs a:hover{
    color: #CC6d00;
}

@media only screen and (max-width: 797px) {
    .footer .center{
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 25px;
    }


}
