

html,body{
    margin:0;
    padding:0;
    width:100%;
    font-family:'Verdana', arial;
    color:#4A4A4A;
    background-color:transparent;
}

a {
  text-decoration: none;
  color:#000 !important;
}

a:hover {
  text-decoration: none;
  color:#eee;
}


.titulotranseop{
  font-size: 40px;
  color: #FFC727;
}


.top{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:20px;
  background:  #FFC727;
  text-align:center;
  border-bottom:1px solid #eee;
}

.top h4{
  font-size: 13px;
  color:white;
}



h1 {

    font-size: 38px;
    color: black;
    font-weight: bold;
    font-family: 'Verdana', arial;
}

h1 a{
  color:FFC727 !important;
}

h2 {
  color: black;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Verdana', arial;
  text-align:center;
  width:100%;
}

h3 {
  color: black;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Verdana', arial;
  text-align:center;
  width:100%;
}

.h3_header{

  text-align:left;
  margin-top:80px;
  margin-bottom:15px;
  font-size:30px;
  color:black;

}


h4,h5 {
  color: black;
  font-size: 25px;
  font-weight: bold;
  font-family: 'Verdana', arial;
  width:100%;
  margin:1px;
}

.header_h4 {
  text-align:left;
  font-size:18px;
  color:black;
  font-family: 'Verdana', arial;
}



#container{
    display:grid;
    height:auto;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 250px;
    grid-column-gap: 0px;
    grid-template-areas: "header"
                         "main"
                         "footer";
  }


  header {
    grid-area: header;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/api/fondo_header.e6f5a186e1ce.jpg") no-repeat center center; /* W3C */
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/api/fondo_header.e6f5a186e1ce.jpg") no-repeat center center; /* FF3.6+ */
    background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/api/fondo_header.e6f5a186e1ce.jpg") no-repeat center center; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/api/fondo_header.e6f5a186e1ce.jpg") no-repeat center center;  /* Opera 11.10+ */
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/api/fondo_header.e6f5a186e1ce.jpg") no-repeat center center;  /* IE10+ */
   
     background-size: 100% 100%;
     /* Full height */
     height: 100%;
     padding:15px 0px;
      
      /* Center and scale the image nicely */
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
}

#section0{
  position:relative;
  width:90%;
  display:block;
  margin:10px auto;


}

.article_header{
  display:inline-block !important;
  vertical-align:top;
  width:40% !important;
  padding:40px;
}

 #main{
   margin:0;
   padding:0;
 }
  


  footer{
    grid-area:footer;
    background:#fafafa;
    justify-content:center;
    text-align: center;
    color:white;
    z-index:3;
    margin:0 !important;
    min-height:300px;
    height:auto;
  }

  footer h2{font-size:15px;color:#000;font-weight:bold; text-align: left; margin-top: 50px; font-family: 'Verdana', arial;}
  footer a{font-size:12px;color:#000;font-weight:bold; text-align: left; font-family: 'Verdana', arial;}
  footer b{font-size:12px;color:#000;font-weight:bold; text-align: left; font-family: 'Verdana', arial;}

  #container article{
    display:block;
    width:100%
  }


  

  #section1 {background-color: #FFC727;background-repeat:no-repeat; background-size: cover; padding: 0 0 0 0px !important;}
  #section1 h1{text-align: center;color:black;font-size:40px}
  #section1 h2{text-align: center;color:black;font-size:36px}
  #section1 h3{text-align: center;color:black;padding:0;margin:0;}

  #section1 .article_section1{display:inline-block !important;color:black;vertical-align:top;width:45% !important;padding:10px 20px;}
  #section1 .article_section1_input{display:inline-block !important;color:black;vertical-align:top;width:45% !important;padding:10px 0px;}
  #section1 .article_section1_input input{width:100%;}
  
  #section1 .item{
    display:inline-block;
    width:49%;
    margin: 15px auto;

  }

  #section2 {background-color: white;height:auto;min-height:300px;text-align:center;}
  #section2 .dot{height: 350px;width: 350px;background-color: #FFC727;border-radius: 50%;display: inline-block;}
  #section2 h2{line-height:1.0em; font-size:30px; color:#000; font-weight:bold; text-align: center; font-family: 'Verdana', arial;}
  #section2 h3{line-height:1.2em; font-size:20px; color:#000; font-weight:bold; text-align: center; font-family: 'Verdana', arial}
  #section2 p{font-size:18px; color:#000; text-align: center;padding:10px;}
  #section2 a{font-size:18px; color:#000; text-align: justify; text-decoration: underline;}

  #section2 .section2_row {width:80%;display:block;margin:1px auto;}
  #section2 .section2_3 {width:32%;display:inline-block;vertical-align:top;padding:10px 5px}
  #section2 .number {font-size:100px;color:black;font-family: 'Verdana';padding:0;margin:20px 0}

  #section3 {background-color: white;text-align:center;margin-top:0;height:auto;padding:10px;color:black;}
  #section3 h3{font-size:25px;text-align:center;margin-top:0;height:auto;padding:10px;color:black;background:black;}
  #section3 article{display:inline-block !important;vertical-align:top;width:40% !important;padding:40px;}
 
  
  .button_black{display:block !important;font-family: 'Verdana', arial !important;font-weight:bold !important;margin:10px auto !important;padding:10px !important; width:250px !important;color:white !important; text-align:center !important; background-color:black !important}
  .button_black_header{display:block !important;font-family: 'Verdana', arial !important;font-weight:bold !important;text-align:left !important;margin-left:10px !important;padding:30px !important;font-size:20px !important; width:320px !important;color:white !important;  background-color:black !important}
  

  
  #section4{background-color: whitesmoke;color:black;font-size:25px;text-align:center;margin-top:0;height:600px;padding:0;}
  #section4 .article_4{display:inline-block !important;vertical-align:top;width:40% !important;text-align:left;margin-top:50px}



  .btn {
    padding: 12px 50px;
    border: none;
    border-color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.9em;
    background-color: #FFC727;
    line-height: 1.33;
    border-radius: 6px;
    width:100%;
  }
  .btn:hover {
    background-color:#aaa;
    cursor:pointer;
  }


  .row_footer {
    padding:10px;
    display:inline-block;
    vertical-align:top;
    width: 20%;
    font-size:16px;
    color:black;
    line-height: 32px;
    text-align:left;
  }

  .row_footer h5{

    font-size:18px;

  }

  .panel-default {
    background: rgba(255, 255, 255, 0.85) /* Green background with 30% opacity */;
}
.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.5);
    background:rgba(255,255,255,.9);
    width:400px;
    margin: 50px auto;
}

.panel-body {
  padding: 15px;
}

.form-signin input[type=email], .form-signin input[type=password], .form-signin input[type=text], .form-signin button {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    border:1px solid #aaa;
}

.info{
  color:white;
  font-size:18px;
  font-weight:bold;
  
}

/*Carousel*/
.carrousel {
  background: #eee;
  text-align: center;
  padding: 4em 0;
  height: 7.5em;
  max-width: 750px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.carrousel h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-align: center;
  color: black;
}
.carrousel .slides {
  width: 400%;
  left: 0;
  padding-left: 0;
  padding-top: 1em;
  overflow: hidden;
  list-style: none;
  position: relative;

  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}
.carrousel .slides li {
  width: 25%;
  position: relative;
  float: left;
}
.carrousel li p{
  margin-top: 0;
  font-size:18px; 
}
.carrousel li q {
  max-width: 90%;
  margin: auto;
  color: #666666;
  font-size: 1.3em;
  font-weight: bold;
}
.carrousel li img {
  width: 3em;
  height: 3em;
  object-fit: cover;
  border-radius: 50%;
  margin-left: -1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.carrousel li span.author {
  margin-top:0.5em;
  font-size: 1.2em;
  color: #777777;
  display: block;
}
.carrousel .slidesNavigation {
  display: block;
  list-style: none;
  text-align: center;
  bottom: 1em;
  /*--- Centering trick---*/
    /* Absolute positioning*/
    position: absolute; 
    /* Abosulte positioning*/
    width: 104px; /*This width  is the addition of the width of all the navigations dots - So in this case is   104 because the navigation dots are 26px (width:10px and 6px marginleft + 6 px marginright) and there are 4 dots so 4x26=104 */
    left: 50%; /*Centering de element*/
    margin-left: -52px; /*adjusting the centering by applying a negative margin of half of the width*/
}
.carrousel input {
  display: none;
}
.carrousel .slidesNavigation label {
  float: left;
  margin: 6px;
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #4A4A4A;
  font-size: 0;
}
/* You have to repeat this with each slide
TODO: make it easier with SCSS
25% movement 100/slides-num
*/
#radio-1:checked ~ .slides {
  transform: translateX(0%);
}
#radio-2:checked ~ .slides {
  transform: translateX(-25%);
}
#radio-3:checked ~ .slides {
  transform: translateX(-50%);
}
#radio-4:checked ~ .slides {
  transform: translateX(-75%);
}

hr.footer{
  width:100%;
  color:#aaa;
  background-color:#aaa;

}


.carrousel .slidesNavigation label:hover {
   cursor: pointer;
}
/* You have to repeat this with each slide/dot */
.carrousel #radio-1:checked ~ .slidesNavigation label#dotForRadio-1,
.carrousel #radio-2:checked ~ .slidesNavigation label#dotForRadio-2,
.carrousel #radio-3:checked ~ .slidesNavigation label#dotForRadio-3,
.carrousel #radio-4:checked ~ .slidesNavigation label#dotForRadio-4 {
  background: #4A4A4A;
}



@media  (max-width: 796px) {
  .carrousel{
    height: 8.5em;
  }

  .section2_4{
    width:100%;
    display:block;
  }

  .section1_3{
    width:100%;
    display:block;
  }

}
@media  (max-width: 480px) {
  .carrousel li p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .carrousel li q {
      font-size: 1em;
  }
  .carrousel li img {
     width:2em;
     margin-left: -1em;
     margin-right: 0.25em;
  }

  #section2 .number {
    padding:10px;
    margin:0px;
  
  }
}


@media screen and (max-width: 1200px) {

  header{
    padding:1px;
  }

  .article_header{
    display:block !important;
    width:90% !important;
    padding:10px;
    margin:40px auto;
  }

  #section2 .section2_row {
    width: 100%;
    display: block;
    margin: 1px auto;
  }

  #section2 .dot {
    height: 300px;
    width: 300px;

  }

  #section2 .number {
    padding:10px;
    margin:0px;
  
  }

  #section1 img{
    margin-top:60px;
    width:100%;
  }

  #section2 p {
    font-size: 14px;
    padding:10px;
    color: #000;
    text-align: center;
  }

  #section1 .article_section1_input {

    display:block !important;
    padding:10px !important;
    width:85% !important;
  }

  


}

@media screen and (max-width: 1024px) {

  header{
    padding:1px;
  }

  #section2 .section2_3 {
    width:100%;
    display:block;
    padding:10px;
    text-align:center;
    margin:10px auto;
  
  }

  #section2 .number {
    padding:10px;
    margin:0px;
  }

  #section3 img{
    width:100%;
  }


  

  #container{
    width:100%;
  }

  #section1{
    height:auto;
  }

  #section1 img{
    display:none
  }

  #section1 .article_section1 {

    display:block !important;
    padding:10px !important;
    width:85% !important;
  }

  #section1 .article_section1_input {

    display:block !important;
    padding:10px !important;
    width:85% !important;
  }

  

  .row_footer {

    display:block;
    width: 100%;
  }

  .top{
    display:none;
  }
  .h3_header{
    display:block;
    width:90%;
    margin:10px auto;
  }

  .header_h4{
    display:block;
    width:90%;
    margin:10px auto;
  }

  .article_header{
    display:block !important;
    width:90% !important;
    padding:10px;
    margin:40px auto;
  }

  #section2 article{
    display:block !important;
    width:95% !important;
    margin:10px auto;
    padding:1px;
  }

  .row_section2 p {
    text-align: center;
  }

  #section3 article{
    display:block !important;
    text-align:center;
    width:90% !important;
    margin:10px auto;
  }

  #section4 .article_4{
    display:block !important;
    text-align:center;
    width:90% !important;
    margin:10px auto;
  }

  #section4 .article_4 img{

    width:80%;
    margin:10px auto;
    text-align:center;
  }

  .img_section{
    display:none;
  }

  .panel{
    width:350px;
  }

  #section2 h3{
    width:90%;
    margin:1px auto;
  }




}

