
/* colores
vino rgb(166,66,87) #a64257
gris rgb(108,108,108) #6c6c6c
negro rgb(0,0,0) #000000
verde rgb(0,176,80) #00b050
*/
body {
  font-family: "arial", "san-serif";
  font-size: 14px; 
  color: #6c6c6c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a64257;
  font-weight: 700; 
}
h1 {
    font-size: 23px;
    font-weight: lighter;
    margin: 8px 0px 0px 0px;
    padding: 25px 0;
}
p{
  color: black;
}
a,
a:hover,
a:focus {
  text-decoration: none;  
  color: inherit;
}

.strong{
	color: #8d273c;
}
.light{
	color: #6c6c6c;
}
.white{
  color: white;
}
.tituloSeccion{
  font-size: 50px;
}

.btn:focus{
  box-shadow: none;
}
.btn-secondary{
	background-color: #fff;
	color: #00b050;
	border: none;
}
.btn-secondary:hover,
.btn-secondary:focus{
  color: #fff;
  background-color: #d3d3d3;
}

.btn-primary{
  background-color: #a64257;
  color: #fff;
  border: none;
}
.btn-primary:hover,
.btn-primary:focus{
  color: #a64257;
  background-color: #fff;
  border:solid 1px #a64257;
}
.navbar-dark{
  background-color: rgb(166,66,87);
}

#carousel-top .carousel-item {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

#carousel-top .carousel-caption h3{
  padding: 15px;
  color: white;
  text-shadow: 2px 2px 5px #000;
}
#carousel-top .carousel-caption p{
  background-color: rgba(0,176,80,.8);
  border-radius: 30px;
  padding: 15px;
  font-size: 14px;
}
.frase{
  padding: 50px  50px 150px 50px;
}
#nosotros{
  background-color: #a64257;
  background-image: url(../img/child.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 60%;
  padding:50px 200px 100px 200px;
}
#nosotros .us{
  background-color: #fff;
  padding: 60px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #54565a;
  text-align: justify;
}
.frase-vertical{
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  font-size: 3em;
  margin-top: 150px;
}
#valores{
  padding:50px 200px 100px 200px;
}
#valores .content2{
  margin-top: 100px;
}
.icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    min-height: 216px;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 2px 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
}
#valores .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}
#valores .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #a64257;
}
#valores .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

#participa, #contacto{
  padding:50px 200px 10px 200px;
  
}
#participa ul, #equipo ul{
  list-style: none;
  text-decoration: none;
}
#participa ul li, #equipo ul li{
  margin-top: 25px;
}

.call-toaction{
  background-image: url(../img/bg-call.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding:150px 200px 150px 200px;

}
.call-toaction .fill-button {
    position: relative;
   
    transform: translate(-50%, -50%)
}

.call-toaction .btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.call-toaction .btn {
    border: 3px solid #a64257;
    color: #a64257;
}

.call-toaction .btn:hover {
    color: #fff
}

.call-toaction .btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s
}

.call-toaction .btn:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #a64257;
}

.call-toaction .btn:hover:after,
.call-toaction .btn:active:after {
    width: 100%
}
.call-toaction h1{
  color: #000;
  font-size: 50px;
  font-weight: 700;

}
#equipo{
  padding:100px ;
  display: flex;
background-image: url(../img/bg-participaMas-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100%;
}
#equipo .imagen img{
  width: auto;
  max-width: none;
}
.cuadrito{
  border:solid 3px #a64257;
  border-radius: 0 15px 15px 0;
  display: flex;
}
.interno{
  background-color: #a64257;

}
.masmargen{
  margin: 100px 0;
}
#participaMas{
  background-image: url(../img/bg-participaMas1.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}
.porqueparticipar i{
  font-size: 20px;
  border-radius: 20px;
  background-color: #a64257;
  color: #fff;
  padding: 10px;
}
.porqueparticipar li{
  line-height: 30px;
  font-size: 18px;
}
.info {
  padding: 30px;
  margin-bottom: 15px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.face-plugin{
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.info i {
  font-size: 20px;
  color: #922c42 ;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  border:solid 1px #922c42;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
}
.info i:hover {  
  color: #fff;
  background-color: #922c42;
}
footer{
  background-color: #922c42;
}
.copyright {
    text-align: center;
    padding-top: 30px;
}
.credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

@media(max-width: 768px){
  .slogan{
    display: none;
  }
  #carousel-top{
    max-height: 200px;
    overflow: hidden;
  }
  .frase h1{
    font-size: 18px;
    text-align: justify;
  }
  .frase p{
    text-align: justify;
  }
  .frase-vertical{
    display: none;
  }
  #nosotros, #valores, #participa,
  #contacto {
    background-image: none;
    padding: 20px;
  }
  #equipo{
    padding: 20px;
    background-position: 0PX 490PX;
  }
  .call-toaction {
    padding: 20px;
    background-position: right;

  }
  .call-toaction h1, .call-toaction h2, .call-toaction .fill-button{
    text-align: center !important;
  }
  #participa h1{
    text-align: center;
  }
  #equipo img{
    max-width: 100%;
  }
  #contacto p{
    font-size: .9em;
  }
  #equipo ul{
    padding-left: 0;
  }
  .interno{
    width: 40% !important;
  }
  .call-toaction .fill-button {
    transform: none;
  }
  .face-plugin{
    height: 600px;
    box-shadow: none;
  }
}
@media(min-width: 768px)and (max-width: 992px ){
  .frase-vertical{
    display: none;
  }
  #equipo{
    padding: 20px;
    background-position: 0PX 100PX;
  }
  .us{
    margin: 0;
    min-width: 100%;
  }
  #valores, #participa,
  #contacto {
    background-image: none;
    padding: 20px;
  }
  .masmargen{
    display: none;
  }
  .fill-button{
    margin: auto 60%;
  }
  .icon-box {
    min-height: 240px;
  }
  .slogan{
    display: none;
  }  
}
@media(min-width: 1200px){
  .masmargen {
    margin: 200px 0;
  }
  #nosotros{
    min-height: 650px;
  }
  .porqueparticipar{
    margin-top: 100px !important;
  }
  #nosotros{
  
  padding:150px 200px 250px 200px;
}
}