*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* Clearfix */
  .cf:after{
    content: "";
    display: table;
    clear: both;
    }
  
  /* Generales */
  body {
    color: #004d47;
    background-color: #fff;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    } 
  .wrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 10px;
    }
  .center {
    text-align: center;
    }
  h1, h2, h3 {
    font-weight: 700;
    font-style: italic;
    }
  h1, h2 {
    margin: 5px 0;
    }
    
  /* Titulos formulario */
  
  .contacto h2 {
    font-weight: 400;
    }
  .habeas h6 a {
    color: #004d47;
    float: left;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    width: 90%;
    text-align: left;
    }
  
  /* Reset Select */
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: transparent;
    }
  
  /* header */
  header {
    background: #004b41;
    }
  header .header-logo {
    display: block;
    margin: 0 auto;
    }
  header .header-logo img{
    width: 100%;
    height: auto;
    }
  .header-logo img {
    display: block;
    }
  .social-icons {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }
  .social-icons li {
    display: inline-block;
    margin: 7px 10px;
    }
  .social-icons a {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-image: url(../images/social-icons-green.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    /* Hide text */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    }
  .fb { background-position: 0 0; }
  .tw { background-position: -35px 0;}
  
  .social-icons li a{
  transition: transform 0.2s linear;
  }
  .social-icons li a.fb:hover {background-position: 0 -36px; transform: translateY(-5px); background-color: #2d5fa2;}
  .social-icons li a.tw:hover {background-position: -35px -35px; transform: translateY(-5px); background-color: #62d5f8;}
  
  
  
  option.separator {
  border-top: 1px dashed rgba(0, 77 ,66, .5);
  margin: 8px 5px 0;
  padding: 0;
}

option.titulo {
  color:#004d42 !important;
  padding:5px;
  font-weight: 700;
}

option.separator {
  border-top: 1px dashed rgba(0, 77 ,66, .5);
  margin: 8px 5px 0;
  padding: 0;
}

option {
  padding: 2px 15px !important;
}



  
  /* footer */
  footer .social-icons li a.fb-footer {
    background-color: #39559e;
    background-image: url("../images/icon-facebook.png");
    background-repeat: no-repeat;
    border-radius: 15%;
    height: 24px;
    text-indent: 35px;
    width: 24px;
    display: block;
    }
  footer .social-icons li a.tw-footer {
    background-color: #00b1ff;
    background-image: url("../images/icon-twitter.png");
    background-repeat: no-repeat;
    border-radius: 15%;
    display: block;
    height: 24px;
    text-indent: 35px;
    width: 24px;
    }
  footer .section.md.large{
    float: left;
    width: 52% !important;
    height: 100%;
    padding: 0 20px;
    }
  footer .section.md{
    float: left;
    width: 28% !important;
    height: 100%;
    }
  footer .section.md.small{
    float: left;
    width: 20% !important;
    height: 100%;
    }
  footer .section .social-icons {
    float: none;
    margin: 0;
    }
  footer .section .social-icons a {
    display: block;
    overflow: visible;
    }
  footer .section .social-icons li {
    display: block;
    margin: 7px 10px;
    }
  
  
  

  
  
  /* Hero */
  .hero {
    background: #aecb37;
    }
  
  /* Info */
  .info {
    max-width: 600px;
    padding: 1.5em;
    background: #fff;
    border-top: 10px solid #b51729;
    border-radius: 5px;
    }
  .info ul {
    padding: 0;
    }
  .info li {
    margin: 1em;
    }
  
  /* Contacto */
  .contacto {
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    }
  .contacto h2 {
    margin: 0;
    height: 50px;
    color: #fff;
    background: #004b41;
    line-height: 50px;
    font-size: 1.75em;
    text-align: center;
    }
  .contacto h2:before {
    content: url(../images/contacto.png);
    position: relative;
    left: -10px;
    bottom: -2px;
    }
  .contacto form {
    margin: 0;
    padding: .5em 1.1em;
    }
  .contacto input,
  .contacto select {
    padding: 1em;
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 5px;
    }
  .contacto form p{
    margin:20px 5px;
    }
  
  .habeas h6 img {
    margin-top: 11px;
    margin-left: 5px;
    }
    
  /* Custom select */
  .cs {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    }
  .cs select {
    cursor: pointer;
    }
  .cs:after {
    content: " ";
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    /* el bg debe ser del mismo color de .custom-select */
    background: #fff url(../images/select.png) no-repeat center right;
    /* clic a través de la flecha */
    pointer-events:none;
    }
  
  /* Footer */
  footer {
    background: #fff;
    }
  div.hr {
    height: 7px;
    background: #fff url(../images/footer-line.png) repeat-x scroll center;
    }
  div.hr hr {
    display: none;
    }
  .footer-info span {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 71px;
    background: url(../images/logo-footer.png) no-repeat center;
    }
  footer .footer{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    }
  footer .section p span{
   color: #004b41;
   font-weight: 700;
    }
  footer .section p{
   color: #272727;
   font-weight: normal;
   font-size: 15px;
    }
  footer .section p.legal{
   font-size: 11px;
    }
  footer .social-icons li a{
    color: #004b41;
    text-decoration: none;
    }
  footer .social-icons li a p:hover{
    color: #99cc33;
    text-decoration: none;
    }
    
    /* contenido */
  .logo-cll63 {
    display: block;
    float: left;
    margin: -50px 10px 0 0;
    }
  .wrap h1{
    color: #fff;
    font-size: 3.4em;
    font-weight: 700;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
    font-style: normal;
    margin: 0 0 0 150px;
    }
  .copy h2 {
    color: #fff;
    font-size: 2.4em;
    font-style: normal;
    font-weight: 400;
    }
  .copy h2 span{
    color: #fff;
    font-weight: 700;
    font-style: normal;
    }
  .fix-bottom .contenido{
    max-width:665px;
    }
  .fix-bottom .contenido img{
    width: 100%;
    height: auto;
    }
  .fix-bottom .boton{
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 10px 0;
    }
  .wrap h1.responsive-tittle{
    color: #fff;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
  }
  
  /* Botones */
  button,
  input.button {
    width: auto;
    padding: .5em 1em;
    background: #004b41;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    font-style: italic;
    border: none;
    border-radius: 5px;
  }
  .boton button{
    color: #004b41;
    background: #fff;
    border-radius: 0.2em;
    padding:5px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.4em;
  }
  .boton button:hover{
    color: #fff !important;
    background: #004b41;
  }
  .boton a{
    color: #004b41;
    font-size: 1.2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-style: normal;
  }
  .boton span {
    background: rgba(255, 255, 255, 1) url("../images/arrow.png") no-repeat scroll 15px 2px;
    border-radius: 0.2em;
    display: inline-block;
    height: 42px;
    margin: 1px 10px 0 0;
    padding: 0;
    width: 56px;
    vertical-align: top;
  }
  
  
.boton a:hover span {
    background: #004b41  url("../images/arrow.png") no-repeat scroll 15px -33px;
  }

.contacto input.button:hover{
    color: #aecb37;
}

  /* Responsive */

@media screen and (min-width: 420px) {
  body {
    font-size: 16px;
  }
  .header-logo {
    float: left;
  }
  .social-icons {
    float: right;
    margin: 0;
  }
  .social-icons li {
    margin: 7px 0 7px 10px;
  }
}

@media screen and (max-width: 960px){
  .social-icons {
    float: none;
    margin: 0;
  }
  footer .section.xs {
    float: left;
    height: 100%;
    width: 100% !important;
    text-align: center;
  }
  footer .section.large.xs p {
  font-size: 16px;
  padding: 0 20px;
  }
  footer .section.large.xs p.legal{
    font-size: 12px;
  }
  footer .section.large.xs{
    float: left;
    width: 100% !important;
    height: 100%;
  }
    footer .section.small.xs{
    float: left;
    width: 100% !important;
    height: 100%;
  }
  footer .section p {
    color: #272727;
    font-size: 15px;
    font-weight: normal;
  }
  footer .social-icons a p {
    font-size: 15px;
    padding-top: 4px;
    text-indent: 30px;
  }
  footer .section .social-icons li {
    display: inline-block;
    margin: 7px 30px;
    max-width: 95px;
    width: 100%;
  }
  .habeas h6 a {
    color: #004d47;
    float: left;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .wrap h1 {
    color: #fff;
    font-size: 2.6em;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 0 150px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
  }
  .copy h2 {
    color: #fff;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
  }
  .fix-bottom {
  margin-bottom: 2em;
  }
  .fix-bottom .boton {
  margin: 30px 0;
  }
  .boton span {
    height: 47px;
  }
  .boton button {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #004b41;
    font-size: 1.6em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 20px;
  }
  .contacto form p {
    margin: 20px 25px;
  }
  .habeas h6 a {
    font-size: 15px;
    padding: 0 0 0 30px;
  }
  .habeas h6 img {
    margin-top: 3px;
  }
  .contacto {
    margin-bottom: 30px;
  }
  .wrap h1.responsive-tittle{
    display:none;
  }
}


@media screen and (min-width: 960px){
  .wrap { max-width: 960px;padding: 20px 10px;}
  .hero-img {
    margin: 0 auto;
    max-width: 1400px;
    background: url(../images/hero/pedagogia.jpg) no-repeat center top;
  }
  .info {
    -webkit-box-shadow: 0px 10px 10px rgba(0,0,0,.4);
    box-shadow: 0px 10px 10px rgba(0,0,0,.4);
  }
  .contacto {
    background: rgba(238, 238, 238, 0.3) none repeat scroll 0 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
    float: right;
    width: 250px;
    margin-top: 1.6em;
  }
  .contacto input, .contacto select {
    font-size: 0.85em;
    padding: 0.7em;
  }
  input.button {
    font-size: 1.25em;
    padding: .5em 2em;
  }
  footer{
    /* Shadow */
    -webkit-box-shadow: 0 -10px 10px rgba(0,0,0,.4);
    box-shadow: 0 -10px 10px rgba(0,0,0,.4);
  }
  footer .small {
    font-size: 10px;
  }
  .footer-info {
    float: right;
    width: 280px;
    margin: 2em 0;
  }
  .fix-bottom {
    float: left;
    max-width: 90%;
    margin-bottom: 1.6em;
  }
  .wrap h1.responsive-tittle{
    display:none;
  }
}

@media screen and (max-width: 678px) {
  footer .section.large.xs p {
    font-size: 15px;
  }
  footer .section.large.xs p.legal {
    font-size: 12px;
  }
  footer .section.large.xs {
    padding: 0;
  }
  .habeas h6 a {
    font-size: 13px;
    padding: 0 0 0 30px;
  }
  .contacto {
    margin-bottom: 10px;
  }
  footer .section .social-icons li {
    display: inline-block;
    margin: 7px 20px;
    max-width: 95px;
    width: 100%;
  }
  .boton button {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #004b41;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px;
  }
    .boton span {
      background: rgba(255, 255, 255, 1) url("../images/arrow.png") no-repeat scroll 25px 11px / 24px auto;
      border-radius: 0.2em;
      display: inline-block;
      height: 46px !important;
      margin: 1px 10px 0 0;
      padding: 0 8px 0 0;
      vertical-align: top;
      width: 58px;
    }
  
.boton a:hover span {
  background: #004b41 url("../images/arrow.png") no-repeat scroll 25px -13px / 24px auto;
}
  
  .logo-cll63 {
    float: none;
    text-align: center;
  }
.copy h2 {
    color: #fff;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .wrap h1.responsive-tittle{
    color: #fff;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
    display:block;
  }
  .wrap h1 {
    display:none;
  }
  .logo-cll63 {
    display: block;
    float: none;
    margin: 0 !important;
  }
  .fix-bottom .cabecera .logo-cll63 a img{
    max-width: 130px;
  }
}


@media screen and (max-width: 420px) {
  footer .section.large.xs p {
    font-size: 12px;
  }
  footer .section.large.xs p.legal{
    font-size: 10px;
  }
  footer .section.large.xs {
    padding: 0;
  }
  .habeas h6 a {
    font-size: 11px;
    padding: 0 0 0 30px;
  }
  .contacto {
    margin-bottom: 10px;
  }
  .boton button {
    background: #fff none repeat scroll 0 0;
    border-radius: 0.2em;
    color: #004b41;
    font-size: 1.4em;
    font-style: normal;
    font-weight: 700;
    padding: 5px 15px;
  }
.boton span {
  background: rgba(255, 255, 255, 1) url("../images/arrow.png") no-repeat scroll 12px 6px / 24px auto;
  border-radius: 0.2em;
  display: inline-block;
  height: 34px !important;
  margin: 1px 10px 0 0;
  padding: 0 8px 0 0;
  vertical-align: top;
  width: 40px;
}
  
.boton a:hover span {
  background: #004b41 url("../images/arrow.png") no-repeat scroll 12px -19px / 24px auto;
}
  .logo-cll63 {
    float: none;
    text-align: center;
  }
  .copy h2 {
    color: #fff;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 400;
    text-align: center;
  }
  .wrap h1.responsive-tittle{
    color: #fff;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.7);
    display:block;
  }
  .wrap h1 {
    display:none;
  }
  .logo-cll63 {
    display: block;
    float: none;
    max-width: 450px;
    margin: 0 !important;
  }
  .fix-bottom .cabecera .logo-cll63 a img{
    max-width: 115px;
  }
}