@charset "UTF-8";
/*
Theme Name: Grupoalta
Text Domain: Grupoaltatension
Description: Design and Development by: avisporro
Author: avisporro
Version: beta
License:
License URI:
*/

body {
    background-color: white;
    
    
}
p { /*interlineado*/
  margin-left: 10px;
  max-width: 100%;
}

.p1 {
  line-height: 115%;
}

.p2 {
  line-height: 200%;
}

.p3 {
  line-height: 250%;
}
.p4 {
  line-height: 24px;
}
.p5 {
  line-height: 1.1;
}
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  20% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
#myDiv {
  display: none;
  text-align: center;
} /* termina loader */
.flotante {
	display:scroll;position:fixed;bottom:10px;right:0px;
} /*terminaelfloat*/
* { /*inicia el nav */
  padding: 0;
  margin: 0;
}
p {
  margin-bottom: 20px;
}
.wrapper {
  width: 100%;
  margin: auto;
  overflow:hidden;
}
header {
  background: #000090; /*COLORBARRAYDEGRADADO*/
  width: 100%;
  height: 60px;
  position: fixed;
  z-index: 10;
}

nav {
  float: center; /* Desplazamos el nav hacia la izquierda */
}
nav ul {
  list-style: none;
  overflow: hidden; /* Limpiamos errores de float */
}
nav ul li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 25px;
}
nav ul li a {
  display: flex; /* Convertimos los elementos a en elementos bloque para manipular el padding */
  padding: 20px;
  color: #fff; /*COLORTEXTOMENU*/
  text-decoration: none;
}
nav ul li:hover {
  background: gray; /*fondoboton*/
    height: 60px;
}
.contenido {
  padding-top: 80px;
} /*HASTA AQUI*/
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
 width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
font-family: FontAwesome, sans-serif;
font-weight: bold;
  color: #f2f2f2;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 150px;
  right: 90px;
  width: 50%;
  text-align: justify;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-family: FontAwesome, sans-serif;
font-weight: bold;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 100px;
  left:80px;
  right: 100px;
  width: 90%;
  text-align: justify;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 3.1s;
}

@-webkit-keyframes fade {
  from {opacity: 3} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
} /*carrusel*/
h1.sombra{
		text-shadow: 3px 3px 2px #238;
		color: #000;
	}
