body, .contenedor {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh; }

nav.navbar {
  width: 100%;
  height: 120px;
  background-color: white !important;
  display: flex;
  justify-content: center; }
  nav.navbar div .collapse {
    background: red;
    display: flow-root !important; }



/*.telefono{
margin-left:70%;
background-color:#8B0000;
width:20%;
padding:3px;
padding-top:1%;
line-height: 15%;
height:50px;	
}*/


.imgprncipal {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px; }
  .imgprncipal img {
    width: 100%;
    height: 393px; }

.texto1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  position: absolute;
  font-weight: bold;
  font-size: 25px;
  color: #000000; }

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .flexbox .box {
    width: 100px;
    min-width: 125px;
    max-width: 355;
    height: 182px;
    background: gray;
    margin: 17px;
    border-radius: 35px;
    margin-top: 7px; }
    .flexbox .box a {
      color: black;
      text-decoration: none; }
    .flexbox .box h5 {
      color: black;
      text-decoration: none;
      text-align: center;
      font-size: 13px; }
    .flexbox .box p.texto {
      font-size: 13px;
      color: black;
      text-align: center;
      padding-top: 0px; }

.icon {
  display: block;
  margin: 15px auto;
  width: 112px;
  height: 80px;
  padding: 3px;
  -webkit-border-radius: 2%;
  -webkit-box-shadow: 0px 0px 0px 30px rgba(224, 58, 58, 0);
  -webkit-transition-duration: .80s; }

.icon:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(201, 38, 38, 0.6); }
 .footer {
  align-self: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: 50px;
  background-color: #000000;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  color: white;
  vertical-align: center;
  line-height: 4px;
  justify-content: center;
  display: flex; }
  .footer a {
    margin: 9px;
    padding: 2px;
    color: white !important; }
  .footer p {
    margin: 9px;
    padding: 2px; }





@media screen and (max-width: 495px) {
  .texto1 {
    font-size: 23px; }
    .texto1 h3 {
      font-size: 26px; } }
@media screen and (max-width: 423px) {
  .texto1 {
    font-size: 20px; }
    .texto1 h3 {
      font-size: 24px; } }
@media screen and (max-width: 305px) {
  .texto1 {
    font-size: 19px; }
    .texto1 h3 {
      font-size: 22px; } }

/*# sourceMappingURL=style.css.map */
