*{margin: 0; padding: 0; text-decoration: none; list-style-type: none; font-family: 'Montserrat'; font-weight: 400; font-size: 14px; line-height: 1.428; box-sizing: border-box;}
a {text-decoration: none; color: inherit} :focus {outline:0}
body{background-color: #2e4057;}

/* GENERALES */

.container{
  width: 80%;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 5em 0;
}

.containerrow{
  width: 80%;
  display: flex;
  flex-direction: row;
  height: auto;
  padding: 5em 0;
}

h1 {
  font-size: 46px;
  line-height: 48px;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 5px;
}

h3 {
  font-size: 20px;
}

.btn {
    border: 2px solid #2e4057;
    padding: 1em 2em;
    border-radius: 50px;
    color: #a7ffeb;
    display: table;
    background-color: #2e4057;
}

.btn:hover {
    color: #2e4057;
    background-color: #a7ffeb;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    border-color: #a7ffeb;
}

.btn i {
  margin-left: 1em;
}

.opinaia, .opinaia:visited {
  color: #a7ffeb;
}

.teal{
  font-size: inherit;
  color: #a7ffeb;
}

.dkteal{
  font-size: inherit;
  color: #00bfa5;
}

.dkblue{
  font-size: inherit;
  color: #2e4057;
}

.base{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



/*NAVBAR*/

.mobilenav{display: none}

#navbar .desktopnavbar{
  background-color: #2e4057;
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 5;
  -webkit-box-shadow: 0 0 30px black;
  -moz-box-shadow: 0 0 30px black;
  box-shadow: 0 0 30px black;
}

#navbar .container{
  padding: 0 !important;
  margin: 0 auto;
  height: 100% !important;
  flex-direction: row !important;
  justify-content: space-between;
}


#navbar ul{
  margin-top: 1.2%;
  margin-bottom: 1%;
  color: white;
  align-self:stretch;
  text-transform: uppercase;
  text-decoration: none;
}

#navbar ::selection {background-color: transparent;}
#navbar ::-moz-selection {background-color: transparent;}

#navbar li{
display: inline-block;
  padding: 1em;
}

#navbar img{
  height: 40px;
}

#navbar .nav-first{
  float: left;
  align-self: center;
}

#navbar .nav-float{
  float: right;
  height: 100%;

}

#navbar .vdivider{
  color: #00bfa5;
  cursor: default;
}

#navbar a {
  font-size: 11px;
  letter-spacing: 0.7px;
  text-decoration: none
}

#navbar a, #navbar a:visited {
  color: white;
  text-decoration: none
}

#navbar a:hover {
  color: #00bfa5;
  transition: 500ms;
  -moz-transition: 500ms;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
}




/* INTRO */

#intro {
  padding-top: 5em;
  background-image: url(../img/tepy01.png);
  height: 100vh;
  backgound-size: cover;
}

#intro ::selection {background-color: #00bfa5;}
#intro ::-moz-selection {background-color: #00bfa5;}

#intro .column{
  max-width: 500px;
  display: block;
}

#intro .column img {
  margin-bottom: 10px;
}


#intro .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 4em;
  margin-top: -2.4em;
}

#intro a{
  margin-top: 30px;
}
#intro p {
  color: white;
  margin-bottom: 10px;
}

#intro .circle {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

#intro .circle a {
    display: table;
    border: 2px solid white;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    width: 50px;
    height: 50px;
}

#intro .circle a:hover {
  color: white;
  background-color: rgba(167, 255, 235, 0.75);
  -moz-transition: 500ms;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

#intro .circle img {
    width: 25px;
    margin-top: 17px;
}

#intro .powered {
    position: absolute;
    right: 30px;
  bottom:25px;
}

#intro .powered img {
  width: 10em;
}


#intro a ::selection {background-color: transparent;}
#intro a ::-moz-selection {background-color: transparent;}
#intro .row .powered ::selection {background-color: transparent;}
#intro .row .powered ::-moz-selection {background-color: transparent;}



/* PARTICIPA */

#participa {
    background-image: url(../img/tepy02.png);
    height: 650px;
    background-size: cover;
}

#participa ::selection {background-color: rgba(46, 64, 87, 0.8);}
#participa ::-moz-selection {background-color: rgba(46, 64, 87, 0.8);}

#participa .column {
    max-width: 465px;
    align-self: flex-end;
}

#participa h1{
  color: #a7ffeb;
}

#participa h3{
  color: white;
}

#participa p {
  color: white;
  margin-bottom: 10px;
}

#participa a ::selection {background-color: transparent;}
#participa a ::-moz-selection {background-color: transparent;}
#participa a p ::selection {background-color: transparent;}
#participa a p ::-moz-selection {background-color: transparent;}

/* PREMIOS */

#premios {
  background-image: url(../img/tepy03.png);
  height: auto;
}

#premios ::selection {background-color: rgba(46, 64, 87, 0.8);}
#premios ::-moz-selection {background-color: rgba(46, 64, 87, 0.8);}

#premios .column {
}

#premios .colcontainer {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#premios .col1 {
    margin-top: 25px;
}

#premios .col2 {
    margin: 90px 15px 0;
}

#premios .col3 {
    margin-top: 25px;
}

#premios h1{
  color: #00bfa5;
  text-align: center;
}

#premios h3{
  color: white;
}

#premios p {
    font-size: 16px;
    color: #7d7c7c;
    text-align: center;
    max-width: 220px;
    margin: 5px auto 0;
}

#premios img {
    margin: 0 auto;
    display: table;
    max-height: 175px;
    max-width: 100%;
}

#premios .roundedblueA{
    background-image: url(../img/tepyA.png);
    width: 250px;
    height: 250px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  margin-bottom: 15px;
}

#premios .roundedblueB{
    background-image: url(../img/tepyB.png);
    width: 250px;
    height: 250px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-self: center;
    -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  margin-bottom: 15px;
}

#premios .roundedblueA img {
  width: 80%;
  height: 70%;
  align-self: center;
}

#premios .roundedblueB img{
  width: 235px;
  align-self: center;
}

#premios .circle {
  width: 50px;
  height: 50px;
  border: 3px solid #00bfa5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.25);
}

#premios .circle img {
  width: 50%;
  margin: 0 auto;
}

#premios .roundedblueA ::selection {background-color: transparent;}
#premios .roundedblueA ::-moz-selection {background-color: transparent;}
#premios .roundedblueB ::selection {background-color: transparent;}
#premios .roundedblueB ::-moz-selection {background-color: transparent;}
#premios .circle ::selection {background-color: transparent;}
#premios .circle ::-moz-selection {background-color: transparent;}

/* DATOS */

#datos {
  background-image: url(../img/tepy04.png);
  height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

#datos .containerrow{
  justify-content: space-between;
  margin: 0 auto;
  padding: 9em 0;
}

#datos ::selection {background-color: #00bfa5;}
#datos ::-moz-selection {background-color: #00bfa5;}

#datos .column1 {
  display: flex;
  align-items: center;
  width: 45%;
}

#datos .column2 {
  width: 55%;
}

#datos .titulo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 20px;
}

#datos .colcontainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#datos .column {
  width: 45%;
}

#datos h1{
  color: white;
}

#datos h2{
  color: #a7ffeb;
  width: 100%;
}

#datos p {
  color: white;
  margin-bottom: 10px;
}

#datos .circle {
  width: 300px;
  height: 300px;
  border: 10px solid #a7ffeb;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}

#datos .circle img {
  width: 50%;
  margin: 0 auto;
}

#datos .circle ::selection {background-color: transparent;}
#datos .circle ::-moz-selection {background-color: transparent;}



/* ACERCA DE OPINAIA */

#opinaia {
  background-image: url(../img/tepy05.png);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#opinaia ::selection {background-color: rgba(46, 64, 87, 0.8);}
#opinaia ::-moz-selection {background-color: rgba(46, 64, 87, 0.8);}

#opinaia .column1 {
  width: 50%;
}

#opinaia .column2 {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

#opinaia .titulo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}

#opinaia .colcontainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#opinaia .column {
  width: 48%;
}

#opinaia h1{
  color: #2e4057;
}

#opinaia h2 {
    color: #00bfa5;
    width: 100%;
    margin: 20px 0;
}

#opinaia p {
  color: #7d7c7c;
  margin-bottom: 10px;
}

#opinaia .circle {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  align-content: center;
  align-self: center;
}

#opinaia .circle img {
  margin: 0 auto;
  width: 100%;
}


#opinaia .opinaia {
  color:#00bfa5;
}

#opinaia .circle ::selection {background-color: transparent;}
#opinaia .circle ::-moz-selection {background-color: transparent;}

/* CONTACTANOS */

#contactanos {
  background-image: url(../img/tepy06.png);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#contactanos .container {
display: flex;
justify-content: center;
align-content: center;
}

#contactanos ::selection {background-color: #00bfa5}
#contactanos ::-moz-selection {background-color: #00bfa5}

#contactanos .titulo{
width: 50%;
margin: 0 auto;
}

#contactanos .column {
  width: 45%;
  flex-direction: column;
  margin: 0 auto;
}

#contactanos h1{
  color: white;
  text-align: center;
}

#contactanos h3{
  color: #a7ffeb;
  text-align: center;
  margin-bottom: 30px;
}

#contactanos a ::selection {background-color: transparent;}
#contactanos a ::-moz-selection {background-color: transparent;}
#contactanos a p ::selection {background-color: transparent;}
#contactanos a p ::-moz-selection {background-color: transparent;}



/*FORM*/

#contactanos form{
  margin: 0 auto;
}

.form-group1{
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
  margin-bottom: 1em;
}

.submit{
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.form-group{
  margin-bottom: 1em;
}

.groupA, .groupB{
  width: 48%;
}

label {
  width: 100%;
  color: #a7ffeb;
  font-size: 17px;
}

input {
    padding: .7em;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-top: .5em;
    color: #2e4057;
    height: 40px;
    display: block;
}

textarea {
  border: 0;
  padding: .7em;
  border-radius: 10px;
  min-width: 100%;
  resize: none;
  max-height: 260px;
  height: 160px;
  color: #2e4057;
  margin-top: 5px;
}

input[type="submit"]{
  padding: .7em;
  border-radius: 10px;
  border: none;
  background-color: #a7ffeb;
  width: 50%;
  height: 40px;
  margin: .5em auto 1em auto;
  margin-top: .5em;
  margin-bottom: 1em;
  color: #2e4057;
}

input[type="submit"]:hover{
  background-color: #2e4057;
  color: #a7ffeb;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
  cursor: pointer;
}

input:focus, textarea:focus{
  border: 3px solid #a7ffeb;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  transition: 100ms;
}

#contactanos h2{
  display: flex;
  justify-content: center;
  color: white;
}



/* FORMULARIO */

#formulario {
  background-image: url(../img/formu01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#formulario .container {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 0;
}

.containerformnav {
    width: 80%;
    margin: 0 auto;
    display: flex;
    height: 70px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}


#formulario ::selection {background-color: rgba(46, 64, 87, 0.8);}
#formulario ::-moz-selection {background-color: rgba(46, 64, 87, 0.8);}

#formulario .columnA {
  width: 50%;
  flex-direction: column;
}

#formulario .columnB {
  width: 50%;
}

#formulario form {
    flex-direction: column;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}

#formulario h1 {
  width: 100%;
  color: #a7ffeb;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: .4em;
}

#formulario h2 {
  width: 100%;
  color: white;
}

#formulario p {
    color: white;
    max-width: 450px;
    margin: 5px 0;
}


#formulario .titulo {
  max-width: 450px;
}

#datosseguros {
  margin: 30px 0;
}



#formulario .form-group {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* padding: 0 3em; */
    width: 100%;
    margin-bottom: 5px;
}

form hr{
  border: 1px solid #ededed;
  margin: 7px 0;
}

#formulario label{
  color: #2e4057;
  font-size: 14px;
}


#formulario .disabled {
  background-color: #b5b5b5;
  color: #ededed;
}

#formulario select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 35px;
    background-color: #00bfa5;
    color: white;
    background-image: url(../img/chevron-mini.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    margin-bottom: 5px;
    cursor: pointer;
}

#formulario select:focus {
  border: 3px solid #a7ffeb;
  -webkit-transition: 100ms;
  -moz-transition: 100ms;
  transition: 100ms;
}

#formulario option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #7d7c7c;
  padding: .7em;
  background-color: white;
}

#formulario input[type="submit"] {
    background-color: #2e4057;
    color: #a7ffeb;
    height: 40px;
    margin: 0 auto;
    width: 100%;
  margin-top: 10px;
}

#formulario input[type="submit"]:hover{
  background-color: #a7ffeb;
  color: #2e4057;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  transition: 250ms;
  cursor: pointer;
  align-self: flex-start;
}

.form-group2{
  display:block;
  padding: 0 3em;
  margin-bottom: 2em;
}

#formulario .roundedblueA{
  background-image: url(../img/tepyA.png);
  background-position: center;
  width: 125px;
  height: 125px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  margin: 0 auto;
}

#formulario .roundedblueB {
  background-image: url(../img/tepyB.png);
  background-position: center;
  background-size: 100vw;
  width: 125px;
  height: 125px;
  border-radius: 20px;
  display: flex;
  -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  margin: 0 auto;
}

#formulario .roundedblueA img {
  width: 80%;
  height: 70%;
  align-self: center;
}

#formulario .roundedblueB img {
  width: 120px;
  margin: 0 auto;
  align-self: center;
}

#formulario .circle {
  width: 40px;
  height: 40px;
  border: 3px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  fill: white;
}

#formulario .circle img {
  width: 50%;
  margin: 0 auto;
  fill: white;
}

#formulario .subflex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#formulario .subflex .column {
    margin-right: 10px;
}

#formulario .subflex .column p {
    font-size: 12px;
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
}

#formulario .subflex .column img {
    max-height: 120px;
    max-width: 100%;
}

#formulario .subflex .column.col2 {
  margin-top:40px;
}

.formfoot{
  color: #00bfa5;
  background-color: #ededed;
  padding: 0;
}

.formfoot .container{
  padding: 15px;
}

#formulario .form-group2 {
    margin-bottom: 0;
  padding: 0;
}

#formulario .form-group p{
    color: #00bfa5;
    width: 100%;
    max-width: 100%;
    font-size: 10px;
    margin: 0 auto 5px;
}

#formulario .form-group input {
    height: 35px;
    padding: 5px 10px;
    margin: 0 0 5px;
    border: 1px solid #00bfa5;
    color: rgba(46, 64, 87, 0.75);
}

#formulario .form-group2 .checkbox-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
}

#formulario input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0px 7px 0px 0px;
}

#formulario .checkbox-group-actividad {
    display: inline-block;
    width: 30%;
    margin: 5px 0;
    font-size: 13px;
}

#formulario .checkbox-group-actividad input[type="checkbox"] {
    display: inline-block;
    vertical-align: sub;
}

@media screen and (max-width: 1136px) {

  #premios .colcontainer {
      width: 90%;
  }

}

@media screen and (max-width: 1280px)  {

.base{
  background-size: cover;
}
  /*NAVBAR MOBILE*/

  #navbar {display: none}

  .mobilenav{display: flex;}

  .mobilenav {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 5;
    background-color: #2e4057;
    -webkit-box-shadow: 0 0 30px black;
    -moz-box-shadow: 0 0 30px black;
    box-shadow: 0 0 30px black;
    display: flex;
    align-content: center;
  }

  .mobilenav .containerrow, .mobilenav .nav-first {
    width: 100%;
    align-content: center;
    align-items: center;
    padding: 0.5em 1em 0.3em 1em;
    align-self: center;
  }

  .mobilenav img {
    height: 30px;
  }

  .mobilenav i {
    color: white;
  }

  #show-nav, #close-nav {
    cursor: pointer;
  font-size: 25px;
  }

  #show-nav {
    margin-right:10px;
  }

  .mobilenav-list {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #2e4057;
    justify-content: center;
  }

  .mobilenav-list .containerrow {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #2e4057;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.8em;
    color: white;
  }

  .mobilenav-list ul{
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 100%;
    align-self: center;
    justify-content: center;
    align-content: center;
  }

  .mobilenav-list li{
    padding: 1em;
  text-transform: uppercase;
  }

  .mobilenav-list a, .mobilenav-list a:visited {
    color: white;
    font-size: 16px;
    letter-spacing: 0.7px;
    text-decoration: none;
    height: 100%;
  }

  .mobilenav-list a:hover {
    color: #00bfa5;
    margin-left: 1em;
    margin-right: 1em;
    transition: 500ms;
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
  }

  #premios .column {
    width: 100%;
    margin: 15px;
  }

  #formulario .container {
    padding: 85px 0;
  }

  #formulario .checkbox-group-actividad {
      width: 45%;
  }

}


@media screen and (max-width: 968px) {
  #opinaia .column1 {
    width: 75%;
  }

    #opinaia .column2 {
    display:none;
  }

  #formulario .checkbox-group-actividad {
      width: 100%;
  }
}

@media screen and (max-width: 768px) {


  /* DATOS */


  #datos .containerrow{
    justify-content: center;;
    margin: 0 auto;
    padding: 4em 0;
  }
  #datos .column1 {
    display: none;
  }

  #datos .column2 {
    width: 95%;
    text-align: center;
  }

  #datos .titulo {
    text-align: center;
  }

  #datos .colcontainer {
    width: 95%;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #datos .column {
    width: 100%;
  }

  #datos h1{
    color: white;
  width: 100%;
  }

  #datos h2 {
    color: #a7ffeb;
    width: 100%;
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
  }

  #datos p {
    color: white;
  }

  /* PREMIOS */

  #premios .colcontainer {
    width: 95%;
    flex-wrap: wrap;
    padding: 15px 0;
  }

  #premios .column {
      width: 100%;
  }

  #premios .col1 {
    margin-top: 10px;
  }

  #premios .col2 {
    margin-top: 10px;
  }

  #premios .col3 {
    margin-top: 5px;
  }

  #premios .roundedblueA{
    width: 150px;
    height: 150px;
  }

  #premios .roundedblueB{
    width: 150px;
    height: 150px;
  }

  #premios .circle {
    width: 40px;
    height: 40px;
  }

  /* ACERCA DE OPINAIA */

  #opinaia .containerrow{
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
  }

  #opinaia .column1 {
    width: 95%;
    align-self: center;
    flex-direction: column;
  }

  #opinaia .column2 {
    width: 60%;
    align-self: center;
    display: flex;
    margin: 15px 0 0;
  }

  #opinaia .titulo {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #opinaia .colcontainer {
    flex-direction: column;
    width: 100%;
  }

  #opinaia .column {
    width: 100%;
  }

  #opinaia .circle {
    width: 150px;
    height: 60px;
    display: flex;
  }

  /* CONTACTO */

  #contactanos .column{
    width: 90%;
  }

  #contactanos .titulo{
    width: 90%;
  }

  /* FORMULARIO */

  #formulario .container {
    flex-direction: column;
    width: 90%;
    padding: 30px 0;
  }

  #formulario .columnA {
    padding-top: 40px;
    width: 100%;
    text-align: center;
  }

  #formulario .titulo {
    margin:0 auto;
    display: table;
  }

  #formulario .titulo:nth-last-of-type(2) {
    display: none;
  }

  #formulario p {
    margin:0 auto;
    display: table;
  }

  #formulario .columnB {
  width: 100%;
  }

  #datosseguros {
    margin: 20px 0;
  }

  #formulario form {
  flex-direction: column;
  background-color: white;
  border-radius: 5px;
  height: auto;
  margin-top: 10px;
  }

  #formulario h1 {
  width: 100%;
  color: #a7ffeb;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: .4em;
  }

  #formulario h2 {
  width: 100%;
  color: white;
  font-size:16px;
  line-height: 18px;
    text-align: center;
  }

  #formulario .form-group{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding: 0px;
  }

  #formulario label{
  color: #2e4057;
  padding-bottom: .4em;
  }

  #formulario .firstlabel{
  padding-top: 0px;
  }

  #formulario .disabled {
  background-color: #b5b5b5;
  color: #ededed;
  }

  .form-group2{
  display:block;
  padding: 0 3em;
  margin-bottom: 2em;
  }

  #formulario .roundedblueA{
    background-image: url(../img/tepyA.png);
    background-position: center;
    width: 125px;
    height: 125px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
    box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  }

  #formulario .roundedblueB {
  background-image: url(../img/tepyB.png);
  background-position: center;
  background-size: 100vw;
  width: 125px;
  height: 125px;
  border-radius: 20px;
  display: flex;
  -webkit-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  -moz-box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  box-shadow: 2px 6px 10px rgba(136, 136, 136, 0.4);
  }

  #formulario .roundedblueA img {
  width: 80%;
  height: 70%;
  align-self: center;
  }

  #formulario .roundedblueB img {
  width: 50%;
  height: 50%;
  margin: 0 auto;
  align-self: center;
  }

  #formulario .circle {
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  fill: white;
  }

  #formulario .circle img {
  width: 50%;
  margin: 0 auto;
  fill: white;
  }

  #formulario .col2{
  display: flex;
  align-items: center;
  }


  #formulario .subflex{
  display: none;
  }

  .customtooltip{
  display: block;
  background-color: rgba(46, 64, 87, 0.8);
  border-radius: 10px;
  position: relative;
  top: -40px;
  }

  .customtooltip p{
  font-size: 12px;
  }

  .customtooltip hr{
  border: 1px solid rgba(237, 237, 237, 0.4);
  }

  .formfoot {
    text-align: center;
  }

}

@media screen and (max-width: 400px)  {

  *{
    font-size: 12px;
  }

  .container{
    width: 95%;
    display: flex;
    flex-direction: column;
    padding: 3em 0 1em;
    margin: 0 auto;
  }

  h1 {
    font-size: 24px;
    line-height: 26px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
  }

  .base{
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .btn {
    padding: 0.5em 1em;
    border-radius: 50px;
    color: white;
    font-size: 11px;
  }

  .btn:hover{
    color: white;
    background-color: rgba(255, 255, 255, 0.25);
    -moz-transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }

  .btn i {display: none;}


  /* INTRO */

  #intro {
    padding: 20px 0 20px 0;
    background-image: url(../img/tepy01.png);
    background-position: right 55px;
    height: auto;
  }

  #intro .container {
    width: 100%;
    display: table;
    text-align: center;
    margin: 25px auto 0;
    height: auto;
  }

  #intro .column {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    display: table;
  }

  #intro .column img{
    width:75%;
  }

  #intro p {
    color: white;
    margin-bottom: 0;
  }


  #intro .column a {
    margin: 10px auto 0;
    padding: 10px 10px;
  }

  #intro .column .opinaia a {
    padding: 0;
  }

  #intro .powered img {
    width: 8em;
  }

  #intro .circle {
    display:none;
  }

  #intro .powered {
    display:none;
  }

  /* PARTICIPA */

  #participa {
    background-image: url(../img/tepy02.png);
    height: auto;
    overflow: hidden;
    padding: 3em 0;
  }


  #participa .column {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  #participa h1{
    color: #a7ffeb;
  }

  #participa h3{
    color: white;
  }

  #participa .column a {
    margin: 10px auto 0;
    padding: 10px 10px;
  }

  #opinaia h2 .opinaia a, h2 .opinaia a:visited {
    font-size: 20px;
  }

  /* DATOS */

  #datos h2 {
    font-size: 20px;
    line-height: 24px;
  }

  /* OPINAIA */

  #opinaia h2 {
    color: #00bfa5;
    width: 100%;
    margin: 10px 0;
  }

  /* CONTACTANOS */

  #contactanos h3{
    font-size: 14px;
  }

  /* FORM */

  #formulario .columnA {
      padding-top: 40px;
  }

}
