/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Aca termina el reset */
/* Aca termina el reset */
/* Aca termina el reset */

@font-face {
    font-family: 'bold';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'regular';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'medium';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'light';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-Light.ttf") format("truetype");
}

@font-face {
    font-family: 'extralight';
    font-style: normal;
    font-weight: normal;
    src: url("../media/fuentes/Poppins-ExtraLight.ttf") format("truetype");
}

body {
  /*background-color: #7EA7FF*/
  /*background: -webkit-gradient(linear, left top, left bottom, from(#D0DFFF), to(#FFFFFF)) fixed;*/
  background: rgb(166,194,255);
  background: linear-gradient(180deg, rgba(166,194,255,1) 0%, rgba(255,255,255,1) 23%, rgba(255,255,255,1) 100%);
}


/*menu*/
      .contenedor {
        /*background-color: red;*/
        height: 60px;
        width: 84%;
        margin-right: 8%;
        margin-left: 8%;
        margin-bottom: 1%;
        margin-top: 3%;
      }

      div nav a {

      }

      div nav a img {
        position: absolute;
        top: 55px;
        left: 115px;
      }

      #menu1 {
        position: absolute;
        top: 70px;
        right: 410px;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
      }

      #menu2 {
        position: absolute;
        top: 70px;
        right: 250px;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
      }

      #menu3 {
        position: absolute;
        top: 60px;
        right: 100px;
        display: inline-block;
        border-radius:20px;
        background-color: #88ACFB;
        padding: 10px;
        color: white;
        text-decoration: none;
        font-family: 'medium';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        float:left;
        color: white;
        text-decoration: none;
        }

      #menu1:hover, #menu2:hover {
        top: 60px;
        transition-duration: 0.2s;
        color: #798DD1;
      }


      #menu3:hover {
        top: 50px;
        transition-duration: 0.2s;
        color: #798DD1;
        display: inline-block;
        border-radius:20px;
        background-color: #88ACFB;
        padding: 10px;
        color: white;
        text-decoration: none;
      }

      #menuf:hover{
        transition-duration: 0.2s;
        opacity: 0.5;
        bottom: 20px;
      }

      #menuf{
        font-family: 'regular';
        font-size:17px;
        margin-right: 1%;
        margin-left: 1%;
        color: white;
        text-decoration: none;
        text-align: center;
      }

/*titulo*/
      .cuerpo .titulo {
        /*background-color: blue;*/
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 20%;
        margin-top: 20%;
      }

/*subitulo*/
      .cuerpo .subtitulo {
        /*background-color: blue;*/
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 30%;
        margin-top: 30%;
      }

.cuerpo .texto{
  /*background-color: green;*/
  margin-right: 16%;
  margin-left: 16%;
  margin-bottom: 8%;
  margin-top: 20%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.left {
  float: left;
}

.footer1 {
  padding: 60px;
  background-color: #41B69D;
  height: 150px;
  text-align-last: center;
}

.explicaciontest1 {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 5%;
  margin-top: 20%;
}

.explicaciontest2 {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 20%;
  margin-top: 5%;
  text-align: right;
}

.visita {
  width: 80%;
  margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 40%;
  margin-top: 30%;
}

div.bloque1, div.bloque2, div.bloque3, div.bloque4, div.bloque5, div.bloque6  {
display: inline-block;
 vertical-align: top;
}

div.bloque1 {
 width: 65%;
 margin-top: 100px;
 height: 100px;
}

div.bloque2 {
height: 100px;
width: 34%;
}

div.bloque3 {
height: 200px;
width: 34%;
}

div.bloque4 {
 width: 65%;
 height: 200px;
 margin-top: 40px;
}

div.bloque5 {
  width: 35.5%;
  height: 100px;
  padding-left: 7%;
  padding-right: 7%;
}

div.bloque6 {
 width: 35.5%;
 height: 100px;
 padding-left: 7%;
 padding-right: 7%;
}


.explicaciontest1 h3{
  font-family: 'bold';
  font-size:32px;
  text-align: center;
  color: #798DD1;
  line-height: 43px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.explicaciontest1 p{
  font-family: 'regular';
  font-size:20px;
  text-align: justify;
  line-height: 1.6;
  color: #7A7A7A;
  margin-bottom:30px;
  display: inline-block;
}

.explicaciontest2 h3{
  font-family: 'bold';
  font-size:32px;
  color: #798DD1;
  line-height: 43px;
  display: inline-block;
}

.explicaciontest2 p{
  font-family: 'regular';
  font-size:20px;
  text-align: justify;
  line-height: 1.6;
  color: #7A7A7A;
  margin-bottom:30px;
  display: inline-block;
}

.visita p{
  font-family: 'regular';
  font-size:20px;
  text-align: justify;
  line-height: 1.6;
  color: #7A7A7A;
  margin-bottom:30px;
  display: inline-block;
  width: 100%;
   max-width: 700px;
   height: auto;

}

h1 {
  font-family: 'bold'; font-size:32px;
  text-align: center;
  color: #798DD1;
  line-height: 43px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-family: 'medium';
  font-size:30px;
  text-align: center;
  color: #FFA69E;
  line-height: 43px;
}

h3 {
  font-family: 'extralight';
  font-size:20px;
  text-align: center;
  color: white;
}

h4 {
  font-family: 'bold';
  font-size:28px;
  color: #FFA69E;
  line-height: 43px;
  margin: auto;
  max-width: 700px;
  height: auto;
  text-align: center;
}

p {
  font-family: 'light'; font-size:25px;
  text-align: justify;
  line-height: 1.6;
  color: white;
  margin-bottom:30px;
}

#texto1 {
  font-family: 'light'; font-size:20px;
  text-align: justify;
  line-height: 1.6;
  color: white;
  margin-left:30px;
}

#img1 {
  width: 500px;
  height: 300px;
}

#img2 {
  width: 200px;
  height: 450px;
}

#img3 {
  width: 350px;
  height: 450px;
}

details summary {
  font-family: 'light';
  font-size:22px;
  color: white;
  margin-bottom:30px;
}

summary:hover {
  margin-left: 20px;
  transition-duration: 0.2s;
  color: #496EBE;
  font-weight: bold;
}

.cuerpo .galeria {
  widows: 90%;
  margin: 0 auto;
  list-style: none;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cuerpo .galeria li{
  margin: 5px;
  color: white;
}

.cuerpo .galeria li img{
  width: 300px;
  height: 300px;
  border-radius: 20px 20px 20px 20px;
}

#logofooter{
margin-top: 60px;
margin-left: auto !important;
margin-right: 0 !important;

}

/* ------------  Animaciones --------------*/


.typing-demo {
  width: 22ch;
  animation: typing 3s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: 'bold';
  font-size:28px;
  color: #FFA69E;
  line-height: 43px;
  margin: auto;
  max-width: 700px;
  height: auto;
  animation-iteration-count: 1000;
}


.typing-demo2 {
  width: 22ch;
  animation: typing 3s steps(22), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: 'bold';
  font-size:28px;
  color: #FADA6F;
  line-height: 43px;
  margin: auto;
  max-width: 700px;
  height: auto;
  animation-iteration-count: 1000;
}

@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}
