@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
}

.section2 {
  width: 100%;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5px;
}

.menu {
  background-color: white;
  align-content: center;
  padding-top: 35px;
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 12px;
  color: #8b0509;
  font-weight: bold;
}

.logo {
  background-color: white;
  align-content: center;
  vertical-align: middle;
}

.header {
  background-color: #e9e9e9;
  padding-top: 0px;
}

.titulo {
  background-color: #e9e9e9;
  padding-top: 0px;
}

.footer {
  background-color: #555555;
  align-content: center;
  vertical-align: middle;
  padding-top: 7px;
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}

.correo,
.tel,
.direc {
  background-color: #555555;
  align-content: center;
  vertical-align: middle;
  padding-top: 7px;
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
  height: 25px;
}

.contenido {
  background-color: #e9e9e9;
  height: 350px;
  align-content: center;
  padding-top: 20px;
}

.contenido2 {
  background-color: #e9e9e9;
  height: auto;
  align-content: center;
  padding-top: 10px;
}

.feature-1 {
  background-color: #e9e9e9;
  height: 310px;
  align-content: center;
  padding-top: 40px;
}

.feature-2 {
  background-color: #e9e9e9;
  height: 310px;
  align-content: center;
  padding-top: 40px;
}

.feature-3 {
  background-color: #e9e9e9;
  height: 310px;
  align-content: center;
  padding-top: 40px;
}

a:link {
font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
font-size: 12px;
color: #333333;
text-decoration: none;
}

a:visited {
font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
font-size: 12px;
color: #333333;
text-decoration: none;
}

a:active {
font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
font-size: 12px;
color: #333333;
text-decoration: none;
}

a:hover {
font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
font-size: 12px;
color: #333333;
text-decoration: none;
}

.resumen {
  background-color: #ffffff;
  text-align: center;
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 12px;
  color: #848383;
  font-weight: normal;
}

.resumen a {
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 14px;
  color: #848383;
  font-weight: bold;
}

.resumenint {
  background-color: #ffffff;
  text-align: left;
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 12px;
  color: #848383;
  font-weight: normal;
}

strong {
  font-family: Segoe, "Trebuchet MS", Verdana, "sans-serif";
  font-size: 13px;
  color: #545353;
}

 .collapsible {
  cursor: pointer;
}

 .active {
  cursor: pointer;
}

.contentCollapsible {
  display: none;
} 
.contentActive {
  display: '';
} 

.collapsible .signoMas {
  display: '';
}

.collapsible .signoMenos {
  display: none;
}

.active .signoMas {
  display: none;
}

.active .signoMenos {
  display: '';
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    background-color: #F09A9D; /* Red */
  }
   .header {
    height: 137px;
  }
  
     .titulo {
    height: 98px;
  }
      .menu {
    height: 60px;
    vertical-align: sub;
  }
      .logo {
    height: 75px;
  }
    .feature-1,
	.feature-2,
	.feature-3  {
	height: 270px;
	}
	.footer {
    width: 100%;
	height: 20px;
    font-size: 9px;
  }

	.tel {
    width: 40%;
	height: 20px;
    font-size: 9px;
  }
  
	.correo {
    width: 60%;
	height: 20px;
    font-size: 9px;
  }

	.direc {
    width: 100%;
	height: 20px;
    font-size: 9px;
  }
  
    .contenido2 {
	height:auto;
	}
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 900px) {
  .logo,
  .menu,
  .feature-1,
  .feature-2 {
    width: 50%;
  }
   .logo,
   .menu  {
    height: 80px;
  }
  
  .feature-3 {
  width: 100%;
  padding-top: 20px;
  }
  
  .feature-1,
  .feature-2,
  .feature-3  {
	height: 270px;
	}
	
  .tel {
    width: 10%;
	height: 25px;
	font-size: 9px;
  }
  
   .correo {
    width: 20%;
	height: 25px;
	font-size: 9px;
  }
  
   .direc {
    width: 45%;
	height: 25px;
	font-size: 9px;
  }
  
  .footer {
    width: 25%;
	height: 25px;
	font-size: 9px;
  }
    
  .titulo {
  height: 220px;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 901px) {
  .page {
    width: 1025px;
    margin: 0 auto;
  }

  .logo,
  .menu {
    width: 50%;
    height: 80px;
  }

  .feature-1,
  .feature-2,
  .feature-3 {
    width: 33.3%;
  }
  
  .header {
    height: 438px;
	width:  1024px;
  }
  
  .titulo {
    height: 252px;
	width:  1024px;
  }
  
  .tel {
    width: 15%;
	height: 25px;
  }
  
   .correo {
    width: 20%;
	height: 25px;
  }
  
   .direc {
    width: 40%;
	height: 25px;
  }
  
  .footer {
    width: 25%;
	height: 25px;
  }
  
  .contenido {
    width: 100%;
  }
  
}