
@charset="UTF-8"
    
    
    
    
    
    
    
    
    
    
    * {box-sizing:border-box}

 /*  slide */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #312883;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



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

.active, .dot:hover {
  background-color: #717171;
}

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

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

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

    /* fin slide */
    
    
    
    
    
    
    
    /* mobile first */

html{
    height: 100%;
}

body{
    background-color:#ffffff;
    margin: 0

}

button {
  background-color: white;
  color: black;
  border: 2px solid #e6007f;
  border-radius: 20px;
  padding: 15px 32px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition-duration: 0.4s;
 
    margin-bottom: 4%;
    margin-top: 4%; 
    display: block;
    align-content:center;
    

}

button:hover {
background-color: #e6007f;
  color: white;
  border: 2px solid #69b52e;
  border-radius: 12px;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  
    font-size: 16px;
box-shadow: 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0);
  
      margin-bottom: 4%;
    margin-top: 4%; 
}

.menubuttons

{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 4%; 
    margin-top: 4%;
     margin-right: 5%; 
    margin-left: 5%;
}

.avatar {
margin-bottom: 5%;
    margin-top: 1%;
}
.img-circle {
    border-radius: 50%;
     border: 6px solid #e6007f;
}
.logohuella{
    margin-left: 20px;
}


h1 {
    text-align: center;   
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #e6007f;
    font-size: calc(18pt + 2.5vw);
    font-style: regular;
    line-height: 10px;
    margin-top: 25px;
    padding-top: 0px;
}


h2 {
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(5pt + 1.5vw);
    color: #312883;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(6pt + 1.2vw);
    color: #312883;
    text-align: center;
    margin-top: 0.8em;
    margin-bottom: 3em;
       margin-left: 15%;
    margin-right: 15%;
   border-bottom: 0.2em solid #e6007f;
    line-height: calc(10pt + 2.2vw);
}

h4 {
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: calc(5pt + 0.7);
 color: #312883;
    text-align: left;
 margin-top: 0.8em;
    margin-bottom: 3em;
    margin-left: 3em;
    margin-right:3em;
}


.navbar {
    width: 100%;
    top: 0px;
    background-color:#e6007f;
    text-align: center;
    height: 55px;
 align-content: center;
    
    
}

.navbar ul{
    padding: inherit;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: calc(40vw + 300px);
    margin: auto;
}

.navbar li {
    display: inline-block;
    padding: 30px 5%;
    margin-top: 0px;
    line-height: 0px;
 max-width: calc(40vw + 300px);

}

   
.navbar a {
    text-decoration: none;
    color: #ede9e4;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 18pt;
}



header div {
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    list-style-type: none;
    text-align: center;
    color: #69b52e;
    font-size: 11pt;
    text-decoration: none;
}


.avatar {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18pt;
    color: #f49100;
    text-decoration: none;
}

#nombre {
    font-family:'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-style: regular;
    color: #f49100;
    margin-top: 0px;
    line-height: 12px;
    z-index:-1;
    position:relative;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

figure {
max-width: 100%;
height: auto;
}

.infofadu {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;
    height: 100px;
    text-align: left;
    align-content: center;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    color: #4c7499;
    font-size: 10pt;
    padding-right: 50px;
    padding-left: 50px;
    margin-top:15em;
    margin-bottom:15em;
}
.logos{
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 5%;
    margin-bottom: 5%;   
}

.textosfadu{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: auto;
    margin-bottom: auto;   
}

footer {
    color: #4c7499;
    font-family: 'Advent Pro', sans-serif;
    font-weight: 400;
    font-size: 8pt;
    text-align: center;
    margin-top: 100px;
    padding: 25px;
}
figure {
max-width: 100%;
height: auto;
}