﻿/* Navbar ====================================== */
@import url(materialize.css);

/**
  * Created by JPeralta
  * User: Jose Peralta
  * Date: 19/05/2024
  * Time: 20:17 pm
*/

body{
  background: #ccc;
  padding:  0;
  margin: 0;
}

#contenedor {
  background: #b63838;
  border: 1px solid;
  margin: auto;
  width: 75%;
  min-height: 500px;
}
  
ul{
  background: #ffffff;
  border-top: 1px solid;
  height: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  color: white;
  width: 100%;
}

li{
  display: inline-block;
  text-align: center ;
  vertical-align:middle;
  height: 100%;
}

li:hover {
    background: greenyellow;
    border-radius: 25px;
    border: 1px solid green transparent;
    border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%) 1; 
    transition: background-color 0.5s;
    padding: 0px;
    opacity: 1;
}

li:active {
  color: white;
}

a{
  height: 50%;
  text-decoration: none;
  color: white;
  margin-top: 5px;
  display: block;
}

.child {
  width: 100%;
  height: 100%;
  /* Center vertically and horizontally */
  position: absolute;
  top: 50%;
  left: 50%;
}

.child .style {
  text-align:justify;
  font-size: 14px;
}

.link { color: green; } /* CSS link color */

.menu_movil { 
  text-decoration: none; 
  width:250px; 
  vertical-align: middle;
  color:green;
}

.menu_movil:hover { 
  text-decoration: none; 
  width:250px; 
  vertical-align: middle;
  color:green;
}


.trmenu:hover {
  background: greenyellow;
  border-radius: 25px;
  text-decoration: none; 
  border: 1px solid green transparent;
  border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%) 1; 
  transition: background-color 0.5s;
  flex-basis: 10rem;
  padding: 0px;
  opacity: 1;
}

.trmenu{
  text-indent: 5%;
  text-decoration: none; 
}

.block-scroll {overflow:hidden;}

@media (max-width: 1000px) {


    .menu_principal {
      display: none !important;                       
      }
    .mobile_menu {
      display: block !important;
    }

    .menu-float {
      position: absolute;
      z-index: 1;
      background-color: white;
      height: 100%; 
      border-color: green;
      border-style:ridge;
    }
  
  }

 .icon_menu_mobile {
  position: relative;
  text-align: left;
  text-decoration: none;
 } 

footer {
  background-image: url('../images/background/green.png');
  color: white;
  font-family: "flexBold";
  font-size: 13px;
  padding: 1rem;
  text-align: center;
}
footer p {
  font-size: 40px;
}
footer .info {
  font-size: 21px;
  margin-bottom: 1rem;
}
footer i {
  font-size: 25px;
}
footer input {
  font-family: "flexBold";
  padding: 0.5rem;
  width: 100%;
}
.grid-footcolums {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -ms-grid-columns: 16% 2rem 18% 2rem 32% 2rem 25%;
  grid-template-columns: 16% 18% 32% 25%;
  gap: 2rem;
}
.grid-footcolums div {
  text-align: left;
}

.grid-footcolums a {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
.grid-footcolums3 {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  text-align: left;
}
.grid-footcolums3 img {
  float: left;
  margin: 0.5rem;
}
.grid-footcolums3 a {
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
}
.grid-footcolums3 span {
  display: block;
  margin-bottom: 1rem;
}
.grid-footcolums3 i {
  font-size: 15px;
  margin-right: 0.5rem;
}
.grid-footcolums4 {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -ms-grid-columns: 1fr 3rem 3fr 2rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  text-align: left;
}
footer a:hover {
  color: #fff;
}
.footel {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: inline !important;
}
.footer__address {
  font-style: normal;
}
.footer__address a {
  text-decoration: none;
  color: inherit;
}
.footer__title {
  text-align: left;
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 17px !important;
  padding: 0.5rem 0;
  
}


.caja-footer{
  width: 50%;
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
  margin: 0 auto;
}
.caja1{
  width:50%;
  padding-top: 15px;
  margin: 0 auto;
}
.caja-footer a{
  padding-right: 8px;
}
.caja2{
  width:50%;
  margin: 0 auto;
}

.caja1 a{
  width: 100%;   
  color: #fff;
  margin-right: 20px;

}
.caja1 a i{
  font-size: 35px;
}



@media screen and (max-width: 1333px) {
  .caja-footer{
    width: 100%;
  }
}

@media screen and (max-width: 745px) {
  .caja1{
    width:100%;
  }
  .caja2{
    width:100%;
  }
}