 
/*
Bootstrap v3.3.5
normalize.css v3.0.3
*/
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
a {background-color: transparent;}
a:active,
a:hover {outline: none;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin:0;}
hr {height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: black;font: inherit;margin: 0;outline: none;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],
input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
left: 40%;
top: 26px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}


/*-----  GENERALES -----*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
position: relative;

padding: 0;
margin: 0;
}
body {
font-size: 14px;
line-height: 1.42857143;
color: #5f5f5f;
/* background: #aa151a url("../img/fondo.jpg") center 100px no-repeat; */
background-color: #ffffff;
background-size: cover;
position: relative;
height: auto;
padding: 0;
margin: 0;
text-align: center;
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

body#c-index { height: 100%; }

ul { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; color: #6b6b6b;}
input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit; outline: none; }
a {color: #6b6b6b;text-decoration: none; outline: none;}
a:hover,a:focus {color: #6b6b6b;text-decoration: underline; outline: none;}
a:focus {outline: none;}
figure {margin: 0;}
img {vertical-align: middle;}
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #eeeeee;}

/*RESPONSIVE*/
.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after {content: " ";display: table;}
.clearfix:after,.container:after,.container-fluid:after {clear: both;}
.pull-right {float: right !important;}
.pull-left {float: left !important;}
.text-hide {font: 0/0 a;color: transparent;text-shadow: none;background-color: transparent;border: 0;}
@-ms-viewport {width: device-width;}
.container {margin-right: auto;margin-left: auto;}
.sd_img  {display: block;max-width: 100%;height: auto;}
.sd_img2 {display: block;width: 100%;height: auto;}



.sd_animated1 { -webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-ms-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease; }
.sd_animated3 { -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }
.sd_animated5 { -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }

/*ESQUEMA*/
.header { width: 100%; background: url("../img/header.png") center bottom no-repeat; height: 0; padding-bottom: 40%; float: left; background-size: 221%;  }
.formulario { background: #f1f1f1; top:0; position: relative; border-radius: 12px; display: inline-block; width: 90%; max-width: 610px; min-height: 560px; text-align: left; padding: 30px;  margin: 10px 5% 30px 5%; }

/*form input*/
    .form-group {
      float: left;
      width: 100%;
      position: relative;
      margin-top: 2.25rem;
      margin-bottom: 10px;
    }

    .form-inline > .form-group,
    .form-inline > .btn {
      display: inline-block;
      margin-bottom: 0;
    }


    .form-radio .form-help, .form-group .form-help {
      position: absolute;
      width: 100%;
    }

    .form-group input {
      height: 30px;
    }
    .form-group select {
      height: 30px;
    }
    .form-group .control-label {
    font-family: 'Titillium Web';
      position: absolute;
      top: -27px;
        letter-spacing: 0px;
      pointer-events: none;
      padding-left: 0.125rem;
      z-index: 1;
       color: #5f5f5f;
      font-size: 15px;
      font-weight: normal;
      -webkit-transition: all 0.28s ease;
      transition: all 0.28s ease;
    }
    .form-group .bar {
      position: relative;
      border-bottom: 0.0625rem solid #999;
      display: block;
    }
    .form-group .bar::before {
      content: '';
      height: 0.125rem;
      width: 0;
      left: 50%;
      bottom: -0.0625rem;
      position: absolute;
      background: #337ab7;
      -webkit-transition: left 0.28s ease, width 0.28s ease;
      transition: left 0.28s ease, width 0.28s ease;
      z-index: 2;
    }
    .form-group input{
      display: block;
      background: none;
      padding: 0 10px 0 10px;
      font-size: 1rem;
      border-width: 0;
      line-height: 1.9;
      width: 100%;
     /* color: transparent; */
      -webkit-transition: all 0.28s ease;
      transition: all 0.28s ease;
      box-shadow: none;
      background-color: #FFF;
    }
    .form-group select{
      display: block;
      background: none;
      padding: 0 10px 0 10px;
      font-size: 1rem;
      border-width: 0;
      line-height: 1.9;
      width: 100%;
      -webkit-transition: all 0.28s ease;
      transition: all 0.28s ease;
      box-shadow: none;
      background-color: white;
    }

    .form-group input:focus,
    .form-group input:valid,
    .form-group input.form-file,
    .form-group input.has-value{
      color: #000;

     background-color: #FFF;


    }

    .form-group select:focus,
    .form-group select:valid,
    .form-group select.form-file,
    .form-group select.has-value{
      color: #000;

     background-color: #FFF;


    }

    .form-group select:focus ~ .control-label,
    .form-group select:valid ~ .control-label,
    .form-group select.form-file ~ .control-label,
    .form-group select.has-value ~ .control-label{
      letter-spacing: 1px;
      font-size: 19px;
          top: -23px;
    }
    .form-group select:focus {
      outline: none;

    }
    .form-group select:focus ~ .control-label {
      /*color: #337ab7;*/

    }
    .form-group select:focus ~ .bar::before {
      width: 100%;
    background-color: transparent;
      left: 0;
    }


    .form-group input:focus ~ .control-label,
    .form-group input:valid ~ .control-label,
    .form-group input.form-file ~ .control-label,
    .form-group input.has-value ~ .control-label{
      letter-spacing: 1px;
      font-size: 19px;
          top: -23px;
    }

    .form-group input:focus {
      outline: none;

    }
    .form-group input:focus ~ .control-label {
      /*color: #337ab7;*/

    }
    .form-group input:focus ~ .bar::before {
      width: 100%;
    background-color: transparent;
      left: 0;
    }





  /*  button.button { background:url("../img/enviar.png") center center no-repeat; border: none; width: 119px; height: 56px; margin: 10px 0 0 0; 
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.28s ease;
transition: all 0.28s ease;
}

    button.button:hover {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
    } */ 
    .form-radio {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .form-radio label {
      position: relative;
      cursor: pointer;
      padding-left: 2rem;
      text-align: left;
      color: #fff;
      display: block;
    }
    .form-radio input {
      width: auto;
      opacity: 0.00000001;
      position: absolute;
      left: 0;
    }

    .radio {
      margin-bottom: 0;
      float: left;
    }
    .radio .helper {
      position: absolute;
      top: -0.25rem;
      left: -0.25rem;
      cursor: pointer;
      display: block;
      font-size: 1rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #fff;
    }
    .radio .helper::before, .radio .helper::after {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      margin: 0.25rem;
      width: 1rem;
      height: 1rem;
      -webkit-transition: -webkit-transform 0.28s ease;
      transition: -webkit-transform 0.28s ease;
      transition: transform 0.28s ease;
      transition: transform 0.28s ease, -webkit-transform 0.28s ease;
      border-radius: 50%;
      border: 0.125rem solid currentColor;
    }
    .radio .helper::after {
      -webkit-transform: scale(0);
              transform: scale(0);
      background-color: #d32f3c;
      border-color: #d32f3c;
    }

    .radio label { float: left; margin: 0 25px 0 0; font-size: 15px; }

    .radio label:hover .helper {
      color: #fff;
    }

    .radio input:checked ~ .helper::after {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
    }

    .radio input:checked ~ .helper::before {
      color: #fff;
    }
/*form input*/



p.txt_land { max-width: 80%; margin: 20px 10% 0 10%;  display: inline-block; font-size: 15px; }


/*GENERALES*/
/*GENERALES*/
@media (max-width: 360px) {  /*Maqueta hasta --360px |||||||||||||||||||||||||       360   --           ||||||||||||||||||||||||| */}
@media (max-width: 610px) {  /*Maqueta hasta --610px |||||||||||||||||||||||||       760   --           ||||||||||||||||||||||||| */}
@media (max-width: 760px) { 

 /*Maqueta hasta --760px |||||||||||||||||||||||||       760   --           ||||||||||||||||||||||||| */}

@media (min-width: 361px) {  /*Maqueta hasta ++360px |||||||||||||||||||||||||       361   ++           ||||||||||||||||||||||||| */}
@media (min-width: 480px) {  /*Maqueta hasta ++480px |||||||||||||||||||||||||       480   ++           ||||||||||||||||||||||||| */}
@media (min-width: 560px) { /* Maqueta desde ++560px |||||||||||||||||||||||||       560   ++           ||||||||||||||||||||||||| */}



@media (min-width: 769px) { /* Maqueta desde ++769px |||||||||||||||||||||||||       769   ++           ||||||||||||||||||||||||| */
  .container {width: 750px;}

    .header { width: 100%; background: url("../img/header.png") center bottom no-repeat; height: 0; padding-bottom: 17%; float: left; background-size: 100%;  }
    .formulario { top:1vh; position: relative; display: inline-block; width: 90%; max-width: 610px; min-height: 560px; text-align: left; padding: 30px;}

/*form input*/
.form-group {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 29px;
  margin-bottom: 10px;
}

.form-group .control-label {
  position: absolute;
  top: -27px;
    letter-spacing: 0px;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #5f5f5f;
  font-size: 19px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
h1{
  color: #6b6b6b;
  position: relative;
  top: 15px;
}

.form-group input:focus {
  border: 2px solid #97d700;
}
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label{
  letter-spacing: 1px;
  font-size: 19px;
      top: -23px;
}

.form-group select:focus ~ .control-label,
.form-group select:valid ~ .control-label,
.form-group select.form-file ~ .control-label,
.form-group select.has-value ~ .control-label{
  letter-spacing: 1px;
  font-size: 19px;
      top: -23px;
}

p.txt_land { max-width: 60%; margin: 20px 20% 0 20%;  display: inline-block; font-size: 20px; }



/*    700    */
}


@media (min-width: 992px) { /* Maqueta desde +992px |||||||||||||||||||||||||        992   ++           ||||||||||||||||||||||||| */
  .container {width: 970px;}


/*    900  */
}


@media (min-width: 1200px) {/* Maqueta desde +1200px |||||||||||||||||||||||||       1200   ++           ||||||||||||||||||||||||| */
  .container {width: 1170px;}
/*ESQUEMA*/


/*1200*/
}



@media (min-width: 1440px) {/* Maqueta desde +1200px |||||||||||||||||||||||||       1440   ++           ||||||||||||||||||||||||| */
  .container {width: 1170px;}

/*ULTIMO MEDIA*/
}
.accordion {
  background-color: #dfdfdf;
  color: #444;
  cursor: pointer;
  padding: 18px;
  border-radius: 12px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  font-weight: bold;
}
.accordion:hover {
    color: white;
    background-color: #97d700 !important;
}
.formsubmit{
  transition: 0.4s;
}
.formsubmit:hover {
    color: white;
    background-color: #97d700 !important;
}
.active, .accordion:hover {
  background-color: #ccc; 
}
.contacto-sede{
  width: 25vw;
  margin-top: 1%;
}
.titulo-contacto{
  top: 3px;
  position: relative;
  font-size: xx-large;
}
.contenedor-cajas-contacto{
   display: flex;
   font-size: initial;
    color: #f1f1f1;
}
/*#contacto-sede-Heredia, #contacto-sede-SanPedro{
  background: red;
}*/
#panel-estudio-tv{
  display: none;
}
.panel {
  padding: 0 18px;
  background-color: #f1f1f1;
  overflow: hidden;
}
#boton-espacios{
 margin: 7px;
 width: 50%;
 display: initial;
}

element.style {
    position: relative;
    left: 10px;
}
#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}
#crmWebToEntityForm * {
    direction: ltr;
}
.zcwf_button {
    font-size: 21px;
    color: #333;
    border: 1px solid #ccc;
    padding: 3px 9px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.error{
  color:red;
}
/*.check-activos{
  position: relative;
  left: 24%;
  bottom: 23px;
}*/
.activos{
  display: flex;
}
.tr-tabla-activos{
  position: relative;
  left: 7%;
}
.descripcion-produlatina{
  text-align: left;
  margin: 3%;
  position: relative;
  left: 20%;
  padding: 2%;
  width: 56%;
  background: #f1f1f1;
  font-size: 18px;
  color: #5f5f5f;
  list-style: inside;
} 
.activos li, .activos-movil li{
  list-style: none;
  font-weight: bold;
}
.activos-movil li{
  position: relative;
}
.activos-movil label{
  position: relative;
  right: 5%;
}
.tres{
  width: 50vw;
}
.activos #label-activos-1 label{
  position: relative;
}
.activos #label-activos-2 label{
  position: relative;
  left: 25%;
}
/*.formulario .activos label{
  color:#0774D9;
  background:rgba(0,0,0,.1);
  padding: 5px 15px 5px 51px;
  display: inline-block;
  position: relative;
  font-size: 1em;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
} 
.formulario .activos label:hover{
  background:rgba(0,116,217,0.2);
}
.formulario .activos label:before{
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: none;
  border:3px solid #0774D9;
  border-radius: 3px;
  position: absolute;
  left: 17px;
  top: 4px;
}
.formulario .activos input[type="checkbox"]:checked + label{
  padding: 5px 15px;
  background: #0774D9;
  border-radius: 2px;
  color:fff;
}
.formulario .activos input[type="checkbox"]:checked + label:before{
  display: none;
} */
p{
  color: #6b6b6b;
  font-weight: 600;
  position: relative;
  text-align: left;
  top: 32px;
}
.activos-movil{
  display: none;
}
#estudio-tv-caja{
  margin-top: -6%;
}
.descripcion-produlatina-thank-you{
  text-align: left;
  position: relative;
  padding: 2%;
  width: 100%;
  background: #f1f1f1;
  font-size: 17px;
  color: #5f5f5f;
  list-style: inside;
  margin-top: 5%;
}
.button {
  background-color: #f1f1f1;
  border: none;
  color: #8bc34a;
  padding: 15px 82px;
  text-align: center;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.caja-sedes-information{
  display: none;
  padding: 4px 12px;
  color: #6b6b6b;
}
@media (max-width: 600px) {
  .descripcion-produlatina{
    left: 2%;
    width: 90%;
    font-size: 16px;
    padding: 5%;
  }
  h1{
    font-size: 153%;
    top: 27px;
    position: relative;
  }
  .form-group .control-label{
    font-size: 19px;
  }
  .activos-movil{
    display: block;
  }
  .activos{
    display: none;
  }
  p.txt_land{
    text-align: center;
    margin: 21px 0px 30px 0px !important;
    max-width: 90%;
  }
  .input-ajustar-movil{
    margin-top: 13%;
  }
  #estudio-tv-caja{
  margin-top: -15% !important;
  }
  #contacto-sede-Heredia{
    right: 45%;
    /* left: -33px; */
    position: relative;
   margin-top: 51%;
  }
  #contacto-sede-SanPedro{
    margin-top: 6%;
    position: relative;
    left: 15%;
  }
  .contacto-sede {
    margin-top: 12%;
    text-align: left;
    width: 60vw;
  }
  /*.titulo-contacto {
    left: 35%;
  }*/
}

