@charset "utf-8";
/* CSS Document */
/*Clases*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);

* {
  box-sizing: border-box;
}

body {
  background-color: #eee;
  color: #333;
  margin:0;
  padding:0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

h1 {
  font-size: 2rem;
  
}
h2 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
}
h3{
	font-size: 1.8rem;
	margin-bottom: 2rem;
	text-align: center;
	
}
p{
	font-size: 1.2rem;
	text-align: justify;
	margin:40px 0;
}
.banner h1{
	margin-top: 20px;
	
}
.banner p{
	margin:0;
}
.logo{
	margin-right: 40px;
}
header{
	position: fixed;
	z-index: 1000000;
	width: 100%;
  top: 0;

}
header nav{
	
	text-transform: uppercase;
	background: #081958; /*#110cc6;*/

	

}
header nav {
  display: flex;
  justify-content: center;
}
header nav ul {
    display: flex;
}
header nav a {
    padding: 1rem 2rem;
}
  

a {
  color: #b13131;
  text-decoration: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

section{
	margin:0;
	/* padding: 60px 0 60px; */
}
.menutop {
  display: flex;
  justify-content: center;
}
.menutop ul {
  display: flex;
}
.menutop ul a {
  padding: 1rem 2rem;
}


ul {
 
  list-style: none;
  margin: 0;
  padding: 0;
}

.menutop li {
  background-image: linear-gradient(to bottom, transparent 50%, #006 50%, #006 95%, #002 95%);
  background-size: 100% 200%;
  background-position: top center;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
.menutop li:hover {
  background-position: bottom center;
  color: rgba(0, 0, 0, 0.75);
}

.menutop li a {
  color: #fff;
  display: block;
  
  transition: all .25s ease-in-out;
}
.productoDescription h3{
  text-align: left;
}
/* .iconos{
  display: flex;
  justify-content: center;
}
 */

 .iconos section{
  padding: 60px 0;
 }
    .special_feature_area {
        background-color: #f9f9f9;
        padding:0; 
        
        text-align: center;
    }
    
    .single_feature {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        padding: 30px 15px;
        background-color: #fff;
        position: relative;
        z-index: 1;
    }
    
    .single_feature:after {
        background-color: #e67e22;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
        z-index: 5;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    
.pulg3 {
    background-color: #fff;
    background-image: url(../../images/fondo3pulg.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    overflow: hidden;
}

    
.pulg1 {
    background-color: #fff;
    background-image: url(../../images/fondo1pulg.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    overflow: hidden;
}

.bateo {
    background-color: #fff;
    background-image: url(../../images/fondo_bateo.jpg);
    background-position: center center;
    background-size: cover;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    overflow: hidden;
}

.bgd:before {
    background-color: #fff;
    content: "";
    height: 100.5%;
    right:  -25%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    width: 80%;
    z-index: -1;
}


.bglight:before {
    background-color: #303745;
    content: "";
    height: 100.5%;
    left: -16%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    width: 80%;
    z-index: -1;
}

.producto{
  
	text-align: left;
  padding: 20px;
  margin-bottom: 40px;

 
 
}

.pulg1 .producto{
  width: 50%;
  float: right;
}


.pulg3 .producto{
  max-width: 50%;
  
}



.bateo .producto{
  max-width: 50%;
  
}


.galeria{
  display: inline;
  float: none;
  clear: both;
}
.deportes{
	text-align: center;
}
.deportes img{
	margin:2.4rem 3.4rem;
}

figcaption{
	margin: 20px;
}

.bgdark{
	/* background: url("../../images/backgrounds/green-RED-BACKGROUND_01.jpg"); */
  background: rgb(235, 245, 250);
	
}


.bgred{
  background: url("../../images/backgrounds/white-RED-BACKGROUND_02.jpg");
  

}
.bglight{
	
color: #fff;

}

.titulo_divisor h2{
  font-size: 5.25rem;
  margin-bottom: 0;
  margin-top: 40px;
}


@media screen and (min-width: 980px){
.container{
	margin: 0 auto;
	width: 980px;
}

}

@media screen and (max-width: 520px){

header nav a {
    padding: 5px;
}

.menutop ul a {
  padding: 5px;
}


.titulo_divisor h2{
  font-size: 2rem;
  margin-bottom: 0;
  margin-top:20px;
}



.pulg1 .producto{
  width: 100%;
  float: right;
}


.pulg3 .producto{
  max-width: 100%;
  
}



.bateo .producto{
  max-width: 100%;
  
}


 .iconos section{
  padding-top: 90px;
  padding-bottom: 0;
 }
 .disciplinas img{
  width: 30%;
 }

 .bglight:before, .bgd:before{
  left: -50%;
 }

}