p {
	font-size: 0.9rem !important;
}

.bg-negro-t {
	background-color: #00000080;
}

.bg-rojo {
	background-color: #ea3637;
}

.text-rojo {
	color: #ea3637;
}

.bg-inicio {
  background-image: url('/themes/images/inicio-imagen.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.bg-secretaria {
  background-image: url('/themes/images/secretaria.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.titulo-inicio {
  font-size: 4rem;
}

.iconos-inicio {
  font-size: 3rem;
  transition: transform .2s; /* Animation */
}

.iconos-inicio:hover {
  transform: scale(1.2);
}

.super-bold {
  font-weight: 700;
}

.text-shadow {
  text-shadow: 0px 0px 5px #000;
}

.titulos {
	font-size:1.8em !important;
}

.titulos-seccion {
	font-size:2.2rem !important;
}

.frases {
	font-size:1.5rem !important;
}

.frases-chico {
  font-size:1.2em !important;
}

.servicios-titulos {
	font-size: 1rem;
	font-weight: 300;
}

.logo-nosotros {
  width: 300px;
}

.page-section-logo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 600px) {
  .titulo-inicio {
    font-size: 3rem;
  }
  .logo-nosotros {
    width: 200px;
  }
  .frases {
    font-size:1.1rem !important;
  }
  .titulos-seccion {
    font-size:1.5rem !important;
  }
}

.nav-item {
	font-size: 1rem;
}

.pt-8 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.page-section {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.circulo-icono {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 30px;
    border-color: #ea7362 !important;
}

.servicios {
	font-size: 1.2em;
	font-weight: 400;
}

.btn-outline-light:hover {
	color: #ea7362 !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    background-color: #ea7362 !important;
    border-color: #ea7362 !important;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #ea7362 !important;
    border-color: #ea7362 !important;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea7362 !important;
    border-color: #ea7362 !important;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d16858 !important;
    border-color: #d16858 !important;
}

.btn-danger {
    color: #fff;
    background-color: #ea7362 !important;
    border-color: #ea7362 !important;
}

.imagen {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.imagen .imagen-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.imagen:hover .imagen-overlay{
  opacity: 1;
}

.imagen-image{
  width: 100%;
}

.imagen-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.imagen:hover .imagen-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.imagen-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.imagen-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 12rem;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}