* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
/*Imports*/
@font-face {
    font-family: 'GloberRegular';
    src: url('../fonts/real/FontfabricGloberRegular.eot');
    src: url('../fonts/real/FontfabricGloberRegular.eot') format('embedded-opentype'),
         url('../fonts/real/FontfabricGloberRegular.woff2') format('woff2'),
         url('../fonts/real/FontfabricGloberRegular.woff') format('woff'),
         url('../fonts/real/FontfabricGloberRegular.ttf') format('truetype'),
         url('../fonts/real/FontfabricGloberRegular.svg#FontfabricGloberRegular') format('svg');
}
@font-face {
    font-family: 'GloberThin';
    src: url('../fonts/real/FontfabricGloberThin.eot');
    src: url('../fonts/real/FontfabricGloberThin.eot') format('embedded-opentype'),
         url('../fonts/real/FontfabricGloberThin.woff2') format('woff2'),
         url('../fonts/real/FontfabricGloberThin.woff') format('woff'),
         url('../fonts/real/FontfabricGloberThin.ttf') format('truetype'),
         url('../fonts/real/FontfabricGloberThin.svg#FontfabricGloberThin') format('svg');
}
@font-face {
    font-family: 'GloberBold';
    src: url('../fonts/real/FontfabricGloberBold.eot');
    src: url('../fonts/real/FontfabricGloberBold.eot') format('embedded-opentype'),
         url('../fonts/real/FontfabricGloberBold.woff2') format('woff2'),
         url('../fonts/real/FontfabricGloberBold.woff') format('woff'),
         url('../fonts/real/FontfabricGloberBold.ttf') format('truetype'),
         url('../fonts/real/FontfabricGloberBold.svg#FontfabricGloberBold') format('svg');
}
@font-face {
    font-family: 'GloberSemiBold';
    src: url('../fonts/real/FontfabricGloberSemiBold.eot');
    src: url('../fonts/real/FontfabricGloberSemiBold.eot') format('embedded-opentype'),
         url('../fonts/real/FontfabricGloberSemiBold.woff2') format('woff2'),
         url('../fonts/real/FontfabricGloberSemiBold.woff') format('woff'),
         url('../fonts/real/FontfabricGloberSemiBold.ttf') format('truetype'),
         url('../fonts/real/FontfabricGloberSemiBold.svg#FontfabricGloberSemiBold') format('svg');
}
@font-face {
    font-family: 'GloberHeavy';
    src: url('../fonts/real/FontfabricGloberHeavy.eot');
    src: url('../fonts/real/FontfabricGloberHeavy.eot') format('embedded-opentype'),
         url('../fonts/real/FontfabricGloberHeavy.woff2') format('woff2'),
         url('../fonts/real/FontfabricGloberHeavy.woff') format('woff'),
         url('../fonts/real/FontfabricGloberHeavy.ttf') format('truetype'),
         url('../fonts/real/FontfabricGloberHeavy.svg#FontfabricGloberHeavy') format('svg');
}

@font-face {
    font-family: 'ChangaLight';
    src: url('../fonts/real/ChangaLight.eot');
    src: url('../fonts/real/ChangaLight.eot') format('embedded-opentype'),
         url('../fonts/real/ChangaLight.woff2') format('woff2'),
         url('../fonts/real/ChangaLight.woff') format('woff'),
         url('../fonts/real/ChangaLight.ttf') format('truetype'),
         url('../fonts/real/ChangaLight.svg#ChangaLight') format('svg');
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/real/BebasNeueRegular.eot');
    src: url('../fonts/real/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/real/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/real/BebasNeueRegular.woff') format('woff'),
         url('../fonts/real/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/real/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../fonts/real/BebasNeueBook.eot');
    src: url('../fonts/real/BebasNeueBook.eot') format('embedded-opentype'),
         url('../fonts/real/BebasNeueBook.woff2') format('woff2'),
         url('../fonts/real/BebasNeueBook.woff') format('woff'),
         url('../fonts/real/BebasNeueBook.ttf') format('truetype'),
         url('../fonts/real/BebasNeueBook.svg#BebasNeueBook') format('svg');
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/real/BebasNeueBold.eot');
    src: url('../fonts/real/BebasNeueBold.eot') format('embedded-opentype'),
         url('../fonts/real/BebasNeueBold.woff2') format('woff2'),
         url('../fonts/real/BebasNeueBold.woff') format('woff'),
         url('../fonts/real/BebasNeueBold.ttf') format('truetype'),
         url('../fonts/real/BebasNeueBold.svg#BebasNeueBold') format('svg');
}

img{
  vertical-align:bottom;
}
body {
    font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #a5b2b2;
    background-repeat:repeat-x;
}
header{
    display: block;
    padding:4px;
    background-color:#fff;
}
footer{
  display:block;
  background-color:#343433;
  padding:0px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GloberHeavy', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
}
h5 span{
  font-family: 'GloberSemiBold', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 21px;
  color:#00a7b6;
  text-transform: uppercase;
}
p{
  color:#7e7e7e;
}
.fixFloat{
 clear:both;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #fff;
}


form input[type="button"]:hover {
  background: #3a3933;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0 3px 0px 0px #3a3933;
  -moz-box-shadow: 0 3px 0px 0px #3a3933;
  -ms-box-shadow: 0 3px 0px 0px #3a3933;
  -o-box-shadow: 0 3px 0px 0px #3a3933;
  box-shadow: 0 3px 0px 0px #3a3933;
}
form label {
      font-size: 12px;
    color: #333;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]{
    font-size: 12px;
    line-height: 16px;
    color: #56565a;
    vertical-align: middle;
    width:240px;
    padding:8px 5px;
    margin:5px;
    font-size:12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:solid 1px #e7e8e8;
    font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5fc1ed;
}
-moz-placeholder { /* Firefox 19+ */
  color: #5fc1ed;
}
-ms-input-placeholder { /* IE 10+ */
  color: #5fc1ed;
}
-moz-placeholder { /* Firefox 18- */
  color: #5fc1ed;
}
.container{
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

  /* YouTube Responsive CSS for HubSpot */ 

.hs-responsive-embed { 
  position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0;  
 } 

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
 position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
 } 

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
 padding-bottom: 56.25%; 
}
/*Header*/
.logo{
    width:100px;
    height: 64px;
    float:left;
    margin:0 20px;
}
.logo span{
    display:block;
    height: 0;
    width:0;
    overflow:hidden;
}
.contacto{
    font-family: 'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
    color: #7e7e7e;
    font-size:14px;
}
.contacto ul{
  margin-left:70px;
}
.contacto ul li{
    float:left;
    list-style:none;
}
.contacto li{
    width:192px;
    padding:10px 40px 10px 50px;
}
.contacto li a:link,
.contacto li a:hover,
.contacto li a:visited{
  color:#7e7e7e;
  font-family: 'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
.contacto ul li.wap{
  background: url(../images/b_icn_wapp.png) no-repeat;
  background-size: 9%;
  background-position: 18px 4px;
}
.contacto ul li.tel{
  background: url(../images/b_icn_tel.png) no-repeat;
  background-size: 8%;
  background-position: 18px 4px;
}
.contacto ul li.mail{
  background: url(../images/b_icn_mail.png)no-repeat;
  background-position: 18px 4px;
  background-size: 8.5%;
}
/*Menu*/
.menu{
  line-height: 66px;
  font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size:15px;
  background-color:#75c043;
  padding:4px 0 5px;
  border-top: solid 1px #e7e8e8;
}
.menu_left{
  width: 10%;
  float: left;
}
.fixed {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.menu_rigth{
  color:#fff;
  width:90%;
  float: right;
}
.menu_rigth ul{
  list-style:none;
  padding-left: 100px;
}
.menu_rigth ul li{
  float:left;
  padding:0 25px 0 25px;
}
.menu_rigth ul li a{
  color:#fff;
  display: block;
  cursor:pointer;
}
.menu_rigth ul li a:hover{
  color:#008a5d;
  font-weight:400;

}
.menu_rigth .submenu{

}
.menu_rigth .submenu li{

}
#menu_rigth>li>ul{
  display: none;
  float:none;
  position:absolute;
  background-color:#75c043;
  padding:0;
  box-shadow: 0px 10px 20px -10px #000;
  margin:0 0 0 -30px;
  cursor:pointer;
  z-index: 99;
  width: 18%;
}
#menu_rigth>li:hover>ul{
  float:none;
  display:block;
  padding:0 25px;
  z-index: 9999;
}
#menu_rigth>li:active>ul{

}
/*Slider*/
.color_slider{
  background-color: #0C8A5F;
}
.box_slider{
  background: url(../images/back_esfea.png)no-repeat;
  background-position: top -10px right;
  background-size: 100%;
}
.slider{
  width: 100%;
  float: left;
  margin: 20px auto;
  color:#fff;
}
.slider h2{
  font-family:'GloberThin', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size:26px;
  display:block;
  margin:auto 4%;
  text-align: center;
}
.slider h2 span{
  font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  margin: auto 8%;
  display:block;
  line-height: 1.4em;
}
.slider h3{
  font-family:'BebasNeueBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size:80px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
.slider h3 span{
  color:#75c043;
}
.slider h4{
  font-family:'BebasNeueRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  color:#75c043;
  font-size: 60px;
  margin:auto  5%;
}
.slider h4 span{
  color:#ffce00;
  font-size: 28px;

}

.slider h5{
  font-family:'BebasNeueBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  color:#75c043;
  font-size: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
.slider h5 {
    font-size: 30px;
    text-align: center;
  }
}

.slider h6{
  font-family:'BebasNeueRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  color:#fff;
  margin-top:10px;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
.slider h6 {
    font-size: 20px;
    text-align: center;
  }
}

.slider p{
  color:#fff;
  font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin:15px auto;
  float: right;
}
.slider a{
  border-radius: 4px;
  color: #008a5d;
  padding: 15px 30px;
  font-family:'BebasNeueBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  float: right;
}

.row {
  display: flex;
}

.column1 h2 {
  font-family: 'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  text-align: right;
}

.column2 h2 {
  font-family: 'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}

/* Create two equal columns that sits next to each other */
.column1 {
  flex: 50%;
  padding: 10px;
  border-right: 2px solid #75c043;
}

.column2 {
  flex: 50%;
  padding: 10px;
}


.button {
  background-color: #75c043;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 0 auto;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  cursor: pointer;
}

.button:hover{
  transform: scale(1.2);
}

a:hover..slider{
  transition: background-color 0.5s ease;
  background-color: #006450;
  color:#fff;
  border:solid 1px #006450;
}
.fb-mobile{
  padding: 10px 30px;
  background: #ffce00;
  border: none;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 0px 0px #edc003;
  -moz-box-shadow: 0 3px 0px 0px #edc003;
  -ms-box-shadow: 0 3px 0px 0px #edc003;
  -o-box-shadow: 0 3px 0px 0px #edc003;
  box-shadow: 0 3px 0px 0px #edc003;
  margin:0 0 0 940px;
  float: left;
  font-family:'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
/*Form*/
.form_head{
  float:left;
  width:100%;
  color:#6cc04a;
  background-color: #00a7b6;
  padding: 15px 10px 40px;
  margin:20px -10px;
}
.form_head h5,
.form_head h5 span{
  color:#fff;
  text-transform: uppercase;
}
.content-form{
    width:96%;
    float:right;
    z-index:2;
    margin:10px auto;
}
.content-form form .boton-enviar{
  color:#fff;
  text-align:center;
  font-size:16px;
  line-height:22px;
  margin-top: -44px;
}
.form_mobile{
  display: none;
}
.hidenform{
  position:absolute;
  margin:-160px 30px 90px -47px;
  background-color: #00a7b6;
  padding: 50px 90px 40px 50px;
  display: none;
  z-index: 999;
}
.hidenform p{
  margin:0 0 15px 0;
  text-align: left;
  font-size: 15px;
  color:#fff;
}
.hidenform .boton-enviar{
}
/*Why Box*/
.why_box{
  background: url(../images/back_sede.jpg)no-repeat;
  background-color:#f5f5f5;
  margin:;
  height: auto;
  background-size: cover;
}
.why_box .container{
  background-position: 0px 66px;
  background-size: 100%;
  height: 434px;
}
.why_text{
  width: 30%;
  float:left;
  margin: 80px auto;
  color:#6cc04a;
  padding:10px 15px;
  background-color: #000 0.2;
  text-align: center;
}
.border{
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.why_text h5{
  color:#fff;
  font-family: 'GloberThin', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  text-align: center;
}
.why_text h5.cd{
  color:#75c043;
  font-family: 'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
}
.why_text p{
  text-align: center;
  color:#fff;
  line-height: 24px;
}
.why_text p span{
  color: #398f60;
  font-family: 'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0.5px;
}
.why_text a{
  border-radius: 4px;
  background: #ea2326;
  padding: 10px;
  margin:5% 20%;
  font-weight: 800;
  border-bottom: solid 4px #b41013;
  color:#fff;
}
.why_text_mobile{
  display: none;
}
.video{
  width: 620px;
  float: right;
  margin:-410px 0 0 0;
  height: 380px;
}
.video iframe{
  width: 100%;
  height: 100%;
}
/*Oferta*/
.oferta_box{
  color:#6cc04a;
  margin:50px auto;
  width: 55%;
  float: left;
  border-right:solid 1px #e9e9e9;
}
.oferta_box h5{
  margin:20px auto 40px;
  text-transform: uppercase;
}
.oferta_box button.accordion {
    background-color: #f7f7f7;
    color:#7e7e7e;
    cursor: pointer;
    padding: 18px;
    width: 95%;
    letter-spacing: 1px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    border-bottom:solid 1px #e9e9e9;
    font-family:'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
.oferta_box button.accordion p{
    color:#6cc04a;
    font-family:'Globerbold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}

.oferta_box div.panel {
    background-color: white;
    max-height:0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border:solid 1px #f3f3f3;
    width:94%;
    margin:2px 0;
}
.oferta_box div.panel ul{
  list-style-type:none;
}
.oferta_box div.panel li{
  padding:10px 12px;
}
.oferta_box div.panel li a{
    color:#7e7e7e;
}
.oferta_box div.panel li a:hover{
  text-decoration: underline;
    color:#6cc04a;
}
.oferta_box div.panel li a:active,
.oferta_box div.panel li a:link{
  padding: 5px 10px;
}
/*Witness*/
.witness_box{
  float:right;
  width:100%;
  margin:0 auto;
  color:#6cc04a;
  text-align: center;
}
.witness_box h5{
  margin:20px auto;
  text-transform: uppercase;
}
.witness_box img{
  margin:5px -110px 40px;
}
.witness_box p{
  margin:30px auto 0;
}
.witness_box p.comillas{
  font-size: 17px;
  font-style: italic;
  margin:10px auto;
}
.witness_box p span{
  color:#398f60;
  font-family:'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
.witness_box p.final_ley{
  color:#00a7b6;
  font-family:'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
}
.witness_box p.final_ley span.licma{
  font-family:'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size:24px;
  text-transform: uppercase;
  line-height: 30px;
  color:#00a7b6;
  font-style: italic;
}
.witness_box p.final_ley span.linea{
  font-size: 24px;
  color:#00a7b6;
}
.witness_box .cta_slide{
  float: right;
  border-radius: 4px;
  color: #fff;
  padding: 9px 30px;
  background-color:#ffce00;
  font-family:'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  margin:10px 80px 0;
}
/*CTA*/
.yellow_box{
  background-color: #0B8A5F;
  -webkit-box-shadow: 1px 7px 10px 1px rgba(112,112,112,0.62);
  -moz-box-shadow: 1px 7px 10px 1px rgba(112,112,112,0.62);
  box-shadow: 1px 7px 10px 1px rgba(112,112,112,0.62);
}
.yellow_pleca{
  /*background: url(../images/back_pleca.png)no-repeat;*/
  background-position: left;
  padding:  0 10px 10px;
  background-size: 45%;
  border-bottom :dotted #636363 1px;
}
.yellow_box p{
  color:#fff;
  font-size: 18px;
  margin:0 0 0 0;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0 5PX;
}
.yellow_box p strong{
  font-family:'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  color:#75c043;
  font-size: 24px;
  letter-spacing: -1px;
}
.yellow_box .cta_slide{
  float: right;
  margin:-35px 205px 0 0;
  border-radius: 4px;
  color: #fff;
  padding: 9px 30px;
  background-color:#ffce00;
  font-family:'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}
/*Benefit*/
.benefit_box{
  margin:65px auto 30px;
  color:#6cc04a;
}
.benefit_box p{
  margin:30px auto;
}
.benefit_box .one{
 width:46%;
 float:left;
 margin:0 20px 0 0;
}
.benefit_box .two{
 width:46%;
 float:right;
}
.benefit_box .one p,
.benefit_box .two p{
  text-align:left;
}
.benefit_box .one p span{
  color:#398f60;
  font-family:'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  padding-left: 15px;
}
.benefit_box .one ul li,
.benefit_box .two ul li{
  list-style-type: none;
}
.benefit_box .one h6,
.benefit_box .two h6{
  font-family:'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  margin:0 35px 0;
}
.benefit_box .one li.b1{
  background:url(../images/b01.png)no-repeat;
  background-position: top left;
  background-size: 6%;
}
.benefit_box .one li.b2{
  background:url(../images/b02.png)no-repeat;
  background-position: top left;
  background-size: 6%;
}
.benefit_box .one li.b3{
  background:url(../images/b03.png)no-repeat;
  background-position: top left;
  background-size: 6%;
}
.benefit_box .two li.b4{
  background:url(../images/b04.png)no-repeat;
  background-position: top left;
  background-size: 6%;
}
.benefit_box .two li.b5{
  background:url(../images/b05.png)no-repeat;
  background-position: top left;
  background-size: 6%;
}
.benefit_box .two li.b6{
  background:url(../images/b06.png)no-repeat;
  background-position: top left;
  background-size: 6%;
  margin-bottom:100px;
}
.benefit_box .two a.cta_slide{
  margin:0 70px;
  background-color: #ffce00;
  color:#fff;
}
.benefit_box .two a:hover.cta_slide{
  transition: background-color 0.5s ease;
  background-color: #006450;
  color:#fff;
  border:solid 1px #006450;
}
.benefit_mobile{
  display: none;
}
.galeria{
  margin:65px auto;
  min-height: 700px;
  color:#6cc04a;
}
.galeria h6{
  font-family: 'GloberSemibold', "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin:15px ;
}
/*Footer*/
.menu_foot{
 width: 40%;
 float: right;
 margin:20px 0;
}
.menu_foot ul li{
  list-style:none;
}
.menu_foot li{
  float:left;
  margin:auto 20px;
}
.menu_foot ul li a{
 color:#fff;
 font-size:12px;
}
.derechos{
  width:60%;
  float:left;
  margin:20px 0;
}
.derechos p{
  font-size:12px;
  color: #fff;
}
.color_slider {
    margin-top: 0px;
}

.save-date {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
      form input[type="button"] {
        margin:60px 0 0 -85px;
      }
      .container{
          width: 760px;
          margin-right: auto;
          margin-left: auto;
          display: block;
      }
      .contacto{
          margin-left:20px;
      }
      .contacto ul li{
          float:left;
          list-style:none;
      }
      .contacto li{
          padding:10px 10px 5px;
      }
      .contacto ul li.wap{
        background-size: 9%;
        background-position: -1px 7px;
      }
      .contacto ul li.tel{
        background-size: 8%;
        background-position: 1px 7px;
      }
      .contacto ul li.mail{
        background-position: 1px 7px;
        background-size: 8.5%;
      }
      .menu_rigth{
        width:80%;
      }
      .menu_rigth ul li{
        float:left;
        padding:0 18px;
      }
      .menu_left p{
        margin: auto 5px auto -30px;
      }
      .box_slider{
        background-size: 90%;
      }
      .slide{
        width: 94%;
        margin:240px 0 0;
        padding: 0 15px;
      }
      .slide h2{
        font-size:64px;
      }
      .slide h3{
        font-size:56px;
      }
      .slide h4{
        font-size:40px;
      }
      .cta_slide{
        padding: 9px 25px;
        margin:45px auto 0;
      }
      .why_box{
        height: 470px;
      }
      /*Form*/
      .content-form{
          width:86%;
          float:right;
          z-index:2;
          margin:10px auto;
      }
      .why_text{
        width: 50%;
        margin: 30px auto 10px;
        padding:15px 0 15px 25px;
      }
      .why_text p{
        text-align: right;
        margin:30px 70px 10px 0;
      }
      .why_text_mobile{
        display: none;
      }
      .oferta_box{
        width: 50%;
      }
      .witness_box{
        margin:40px 30px;
      }
      .yellow_box .cta_slide{
        margin:-33px 70px 0 0;
      }
      .benefit_box{
        padding: 0 20px;
      }
      .benefit_box ul li{
        list-style-type: none;
        float: left;
        width: 28%;
        margin:auto 10px;
      }
      .derechos{
        width: 50%;
      }
      .menu_foot{
         width: 50%;
      }
      .menu_foot li{
        margin:auto 10px;
      }
      .benefit_mobile{
        display: none;
      }
      .form_mobile{
        display: none;
      }
}

/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px){
      input[type="text"],
      input[type="password"],
      input[type="datetime"],
      input[type="datetime-local"],
      input[type="date"],
      input[type="month"],
      input[type="time"],
      input[type="week"],
      input[type="number"],
      input[type="email"],
      input[type="url"],
      input[type="search"],
      input[type="tel"],
      input[type="color"]{
        color:#56565a;
      }
      form input[type="button"]:hover {
        background: #6cc04a;
      }
      .container{
        width: 300px;
        margin-right: auto;
        margin-left: auto;
      }
      .logo{
        margin:10px 0 20px 90px;
        width: 40%;
      }
      .contacto{
        margin:0 0 0 0;
      }
      .contacto ul{
        margin-left:70px;
      }
      .contacto li{
        padding:10px 20px 0;
      }
      .contacto ul li.tel{
        background: url(../images/header_tel_mob.png) no-repeat;
        background-size: 8%;
        background-position: 10px 20px;
      }
      .contacto ul li.mail{
        background: url(../images/header_mail_mob.png) no-repeat;
        background-size: 8%;
        background-position: 10px 10px;
      }
      .menu{
        padding: 0 0 0;
        background-color: #00a7b6;
      }
      .menu_rigth_mobile{
        display:block;
      }
      .menu_rigth_mobile{
        color:#fff;
        width:100%;
        float: left;
        background-color: #6cc04a;
      }
      .menu_rigth_mobile ul{
        list-style:none;
      }
      #menu_rigth>li>ul{
        display: none;
        position:absolute;
        background-color:#75c043;
        box-shadow: 0px 10px 20px -10px #000;
        margin:10px 0 0 -20px;
        cursor:pointer;
        z-index: 99;
        width:40%;
      }
      #menu_rigth>li>ul>li{
        width: 54%;
        border: none;
        text-align: center;
        float: none;
        padding: 5px 0 5px 20px;
      }
      #menu_rigth>li:hover>ul{
        float:none;
        padding:0 5px;
        z-index: 9999;
      }
      #menu_rigth>li:active>ul{

      }
      .menu_rigth_mobile ul li{
        float:left;
        padding:12px 0px;
        line-height: 1.3em;
        height: 30px;
        border-right: dotted 1px #fff;
        font-size: 12px;
      }
      .menu_rigth_mobile ul li:last-child{
        border:none;
      }
      .menu_rigth_mobile ul li a{
        color:#fff;
        display: block;
        cursor:pointer;
      }
      .menu_rigth_mobile li{
        width: 24%;
        text-align: center;
      }
      .menu_rigth_mobile ul li a:hover{
        color:#008a5d;
        font-weight:400;
      }
      #menu_rigth_mobile>li>ul{
        display: none;
        float:left;
        position:absolute;
        background-color:#75c043;
        padding:0;
        box-shadow: 0px 10px 20px -10px #000;
        margin:10px 5px 0 0;
        cursor:pointer;
        z-index: 99;

      }
      #menu_rigth_mobile>li:hover>ul{
        float:none;
        display:;
        padding:0 25px;
        z-index: 9999;
        text-align: center;
        width: 25%;
      }
      #menu_rigth>li:active>ul{

      }
      .menu_left{
        width: 90%;
        float: left;
        border:none;
      }
      .menu_left p{
        margin:5px 0 16px 60px;
        color:#fff;
      }
      .menu_left a.fb-mobile{
        margin:-5px 40px 10px 10px;
        padding: 1px 20px 0;
      }
      .slide{
        display:none;
      }
      .slider_mobile{
        background: #008a5d;
        margin:0 0 -10px;
        padding: 40px 10px 30px;
        color:#fff;
      }
      .slider_mobile h2{
        font-family:'GloberThin', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
        font-size:16px;
        text-align: center;
      }
      .slider_mobile h2 span{
        font-family:'GloberRegular', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
      }
      .slider_mobile h3{
        font-family:'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
        font-size:28px;
        text-align: center;
        line-height: 1.6em;
      }



      .form_head{
        display:none;
      }
      .why_back{
        background: none;
      }
      .why_back ul{
        width: 80%;
       }
      .why_back ul li{
        float: none;
        width: 10%;
        height: auto;
        margin:5px 10px;

       }
      .why_back li{
        text-align: center;
        margin:10% 50%;
       }
      .why_back .lb-overlay{
          width: 40%;
       }
      .why_box{
        background-color:#f5f5f5;
        margin: 0px 0 0;
        height: 625px;
        padding: 15px 0 45px;
      }
      .why_text{
        width:100%;

      }
      .why_text_mobile{
        width:100%;
        display: block;
        margin:30px auto 45px;
      }
      .why_text_mobile h5{
        text-align: center;
        margin: 10px auto;
        color:#75c043;
      }
      .why_text_mobile h5.cd{
        color:#88e35c;
      }
      .why_text_mobile p{
        text-align: center;
        padding: 5px 10px 15px;
        color:#c7c8c8;
      }
      .why_text_mobile p span{
        color: #398f60;
        font-family: 'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
      }
      .why_text_mobile a{
        border-radius: 4px;
        background: #ea2326;
        padding: 10px;
        margin:auto 28%;
        font-weight: 800;
        border-bottom: solid 4px #b41013;
        color:#fff;
      }
      .video{
        display:none;
      }
      .witness_box{
        width: 90%;
        margin:40px 15px;
        float: none;
      }
      .oferta_box{
        width:100%;
        float: none;
        margin:30px 0;
      }
      .oferta_box h5{
       margin:20px auto;
      }
      .yellow_box p{
        margin:0 0 10px 0px;
        text-align: center;
      }
      .yellow_box .cta_slide{
        float: right;
        margin:10px 50px 0 0;
      }
      .yellow_pleca{
        padding: 10px;
      }
      .benefit_box{
        display: none;
      }
      .benefit_mobile{
        color:#6cc04a;
        width:100%;
        display: block;
        margin:15px 0;
      }
      .benefit_mobile h6{
        font-family:'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
      }
      .benefit_mobile ul{
        margin:0 0 30px 5px;
      }
      .benefit_mobile ul li{
        margin:10px 0 20px 0;
        color:#7e7e7e;
        padding:10px 0 5px 50px;
        list-style-type: none;
      }
      .benefit_mobile ul li.mob1{
        background:url(../images/b_01.png)no-repeat;
        background-position: top left;
        background-size: 16%;
      }
      .benefit_mobile ul li.mob2{
        background:url(../images/b_02.png)no-repeat;
        background-position: top left;
        background-size: 16%;
      }
      .benefit_mobile ul li.mob3{
        background:url(../images/b_03.png)no-repeat;
        background-position: top left;
        background-size: 16%;
      }
      .benefit_mobile ul li.mob4{
        background:url(../images/b_04.png)no-repeat;
        background-position: top left;
        background-size: 16%;
      }
      .benefit_mobile ul li.mob5{
        background:url(../images/b_05.png)no-repeat;
        background-position: top left;
        background-size: 16%;
      }
      .derechos{
        width:100%;
      }
      .menu_foot{
       width: 100%;
       margin:0px 0;
      }
      .derechos{
        margin: 0px 0;
      }
      .form_mobile{
        width:94%;
        margin:40px 18px;
        color:#6cc04a;
        display: block;
        padding-top:30px;
      }
      .form_mobile h5,
      .form_mobile h5 span{
        color:#fff;
      }
      .content-form-mobile{
        width:100%;
        float:right;
        z-index:2;
        margin:0;
      }
      .back_formbo{
        background-color: #00a7b6;
      }
      .content-form-mobile form{
          padding:0;
      }
      .content-form-mobile p{
          color:#7e7e7e;
          font-size:12px;
          text-align: center;
      }
      .content-form-mobile form .boton-enviar{
        color:#fff;
        text-align:center;
        font-size:16px;
        line-height:18px;
      }
        .btn_mobile{
        font-family:'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
        padding:20px 4px 20px 50px;
        z-index: 100000;
        font-size: 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 4px 0px 0px #ed7206;
        -moz-box-shadow: 0 4px 0px 0px #ed7206;
        -ms-box-shadow: 0 4px 0px 0px #ed7206;
        -o-box-shadow: 0 4px 0px 0px #ed7206;
        box-shadow: 0 4px 0px 0px #ed7206;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        width:56%;
        position:fixed;
        background-color: #ff7a03;
        }
      .hidenform{
        position: absolute;
        margin:-300px 0 0 -20px;
        background-color: #fff;
        padding:20px 20px 74px 25px;
        display: none;
      }
}


/*THANK YOU PAGE*/
.menu .typ_head{
  margin:auto 0 0 90px;
}
.menu .typ_head p{
  color:#fff;
}
.typ_slide{
  margin:30px auto;
}
.typ_slide p{
  font-size: 20px;
  text-align: center;
  margin:0 0 40px 0;
  line-height: 28px;
}
.typ_slide p strong{
  font-family:'GloberBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  color: #6cc04a;
}
.slider .ty-page .text{
    width:880px;
    z-index:100;
    margin:-10px auto;
}
.info h4 .ty-bold{
  font-weight:800;
  font-size:18px;
  margin:10px auto 0;
}
.ty-page .matt-one,
.ty-page .matt-two,
.ty-page .matt-three{
  width:31%;
  float:left;
  margin:0 10px 0;
  text-align:justify;
}
.ty-page .matt-one h5,
.ty-page .matt-two h5,
.ty-page .matt-three h5{
  text-align:left;
  font-size:18px;
  color:#3156a3;
  margin:15px 0;
}
.ty-page .matt-one img,
.ty-page .matt-two img,
.ty-page .matt-three img{
  width:270px;
  height:180px;
  margin:auto;
}
.ty-page .matt-one p,
.ty-page .matt-two p,
.ty-page .matt-three p{
  font-size: 15px;
  text-align: left;
  margin: 40px 10px;
}
.ty-page .matt-one a,
.ty-page .matt-two a,
.ty-page .matt-three a{
  padding:10px 30px;
  background:#ffce00;
  border-radius:6px;
  border-bottom:solid 3px #e9bd02;
  font-weight:bold;
}
.ty-page .matt-one a:hover,
.ty-page .matt-two a:hover,
.ty-page .matt-three a:hover{
  padding:10px 30px;
  transition:0.5s ease;
  background-color: #006450;
  border-radius:6px;
  border-bottom:solid 3px #023f33;
  font-weight:bold;
}
.ty-page .matt-one a.img-link,
.ty-page .matt-two a.img-link,
.ty-page .matt-three a.img-link,
.ty-page .matt-one a.img-link:hover,
.ty-page .matt-two a.img-link:hover,
.ty-page .matt-three a.img-link:hover{
  padding:0;
  background: none;
  border:none;
}
.typ_redes .yellow_box{
  background: #878787;
  padding-left:180px;
}
.typ_redes .yellow_box ul{
  margin-left:140px;
}
.typ_redes .yellow_box ul li{
  list-style:none;
  float:left;
  width:10px;
  margin:10px 50px;
}
.typ_redes .yellow_box ul li:last-child{
  margin:10px 90px;
}
.typ_redes .yellow_box li{
  margin:20px 10px;
}
.typ_redes .yellow_box img{
  margin:0;
}

/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px){
      .menu .typ_head{
        margin:auto 0 0 50px;
      }
      .ty-page .matt-one,
      .ty-page .matt-two,
      .ty-page .matt-three{
        width:100%;
        float:left;
        margin:20px 0 0 230px;
      }
      .ty-page .matt-one p,
      .ty-page .matt-two p,
      .ty-page .matt-three p{
        margin: 20px 10px;
      }
      .typ_redes .yellow_box{
        background: #878787;
        padding-left:30px;
      }
    }
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px){
      .menu .typ_head{
        margin:0 0 0 10px;
        padding: 10px 0;
      }
      .menu .typ_head p{
        line-height: 28px;
      }
      .ty-page .matt-one,
      .ty-page .matt-two,
      .ty-page .matt-three{
        width:90%;
        float:left;
        margin:10px 10px 30px;
      }
      .ty-page .matt-one p,
      .ty-page .matt-two p,
      .ty-page .matt-three p{
        margin: 20px 10px;
      }
      .typ_redes .yellow_box{
        padding-left:10px;
      }
      .typ_redes .yellow_box ul{
        margin-left:30px;
      }
      .typ_redes .yellow_box ul li{
        margin:0 15px;
      }
      .typ_redes .yellow_box ul li:last-child{
        margin: 3px 70px;
      }
    }


.cta-contacto_rojo {
    color: #fff;
    background-color: #ea2326;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    text-transform: uppercase;
    font-size: .8em;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    font-family: 'GloberBold';
    -webkit-box-shadow: 0 2px 0px 0px #333333;
    -moz-box-shadow: 0 2px 0px 0px #333333;
    -ms-box-shadow: 0 2px 0px 0px #333333;
    -o-box-shadow: 0 2px 0px 0px #333333;
    box-shadow: 0 2px 0px 0px #333333;
}
section#header {
  background: #75c043;
}

@media screen and (max-width: 767px) {
  .slider h2 {
    font-size: 17px;
    margin: auto 1%;
}
  .slider h3 {
      font-size: 34px;
      text-align: center;
  }
  .why_text {
        margin: 15px auto;
        padding: 0;
  }
  .color_slider {
      margin-top: 60px;
    }
  h5.cd {
  font-size: 21px;
  }
}


.graducaiones_anteriores {
    display: flex;
    width: 100%;
    margin: 15px auto;
    max-width: 940px;
}
.cgraduacion_inv2017 {
    width: 100%;
}

.Video1, .Video2, .Video3 {
    width: 100%;
    margin: 10px 0px;
}
.Video1 p, .Video2 p, .Video3 p {
    text-align: center;
}
#videos_graduaciones, #texto_cla {
    float: left;
    width: 47%;
    padding: 10px 10px;
    margin-top: 25px;
}

.grad_19{
  margin:0;
  padding: 0;
}
.grad_19 iframe{
  height: 560px;
  width: 100% !important;
}
div#texto_cla p {
  font-size: 12px;
}
#graduaciones_anteriores {
  padding: 3px 0 15px 0;
  max-width: 940px;
  margin: 0 auto;
  display: block;
}
#graduaciones_anteriores h2{
  text-align: center;
  color: #75c043;
      margin-bottom: 25px;
}
a.grad_funcion8 {
    background: #333;
    color: white;
  }
a.grad_funcion1,
a.grad_funcion2,
a.grad_funcion3,
a.grad_funcion4,
a.grad_funcion6,
a.grad_funcion7,
a.grad_funcion8,
a.grad_funcion9,
a.grad_funcion10,
a.grad_funcion11,
a.grad_funcion12,
a.grad_funcion13,
a.grad_funcion14 {
    margin: 0 2px;
    border: solid 1px #d1d1d1;
    padding: 10px 6px;
    text-align: center;
    font-size: 12px;
    width: 12%;
    top: 0;
}

@media screen and (max-width: 780px) {
  a.grad_funcion1,
  a.grad_funcion2,
  a.grad_funcion3,
  a.grad_funcion4,
  a.grad_funcion5,
  a.grad_funcion6,
  a.grad_funcion7,
  a.grad_funcion8,
  a.grad_funcion9,
  a.grad_funcion10,
  a.grad_funcion11,
  a.grad_funcion12,
  a.grad_funcion13,
  a.grad_funcion14 {
      float: none;
  }
}

a.grad_funcion1,
a.grad_funcion2,
a.grad_funcion3,
a.grad_funcion4,
a.grad_funcion5,
a.grad_funcion6,
a.grad_funcion7,
a.grad_funcion8,
a.grad_funcion9,
a.grad_funcion10,
a.grad_funcion11,
a.grad_funcion12,
a.grad_funcion13,
a.grad_funcion14
{
    color: #333;
}
a#cgraduacion_edi2015:hover,
a#cgraduacion_inv2016:hover,
a#cgraduacion_ver2016:hover,
a#cgraduacion_inv2017:hover,
a#cgraduacion_ver2017:hover,
a#cgraduacion_gdl2018:hover,
a#cgraduacion_mtr2018:hover,
a#cgraduacion_cdm2018:hover,
a#cgraduacion_cun2019:hover.
a#cgraduacion_mty2019:hover,
a#cgraduacion_cdmx2019:hover,
a#cgraduacion_que2019:hover,
a#cgraduacion_gdl2019:hover {
    background: #333333;
    color: #fff;
}
.graducaiones_anteriores h5, .graducaiones_anteriores h6{
    font-family: 'GloberSemiBold', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    color: #75c043;
  }

  /*TExto hidden*/
.hiddentext {
  display: none;
}
a.visibilitytext{
   color: #333;
}
  /*END TEXTO HIDDEN*/



div#menu_grad_ant {
    width: 90%;
    margin: 0 auto;
}
div#menu_grad_ant .nav li {
    list-style-type:none;
    float:left;
    border-left:solid 1px #fff;
}
div#menu_grad_ant .nav li a {
            background-color:#858685;
            color:#fff;
            text-decoration:none;
            padding:10px 15px;
            display:block;
            width:auto;
         }
div#menu_grad_ant .nav li:last-child a {
            background-color:#858685;
            color:#fff;
            text-decoration:none;
            padding:10px 30px;
            display:block;
            width:auto;
         }       
div#menu_grad_ant .nav li a:hover, 
div#menu_grad_ant .nav li a:active,
div#menu_grad_ant .nav li a:visited,
div#menu_grad_ant .nav li:last-child a:hover {
            background-color:#434343;
         }      
div#menu_grad_ant .nav li ul {
            display:none;
            position:absolute;
            min-width:240px;
         }
         
div#menu_grad_ant .nav li:hover > ul {
            display:block;
         }
         
div#menu_grad_ant .nav li ul li {
            position:relative;
            float:none;
            margin-left:-3px;
         }
         
div#menu_grad_ant .nav li ul li ul {
            right:-140px;
            top:0px;
         }


.grad_19 iframe{
  height: 360px;
  width: 100% !important;
}
div#formulario_hs {
    position: fixed;
    top: 98px;
    z-index: 1;
    background: #f1f1f1;
    right: 17%;
  }

div#formulario_hs h2 {
    background: #333;
    text-align: center;
    padding: 7px 0 2px 0;
    margin: 0 0 10px 0;
    color: #fff;
}



.hbspt-form {
    padding: 0 10px;
}

input.hs-button.primary.large {
    background: #ea2326;
    background-image: -webkit-linear-gradient(top,#ea2326,#ea2326);
    -webkit-box-shadow: 0 2px 0 0 #000;
    -moz-box-shadow: 0 2px 0 0 #000;
    -ms-box-shadow: 0 2px 0 0 #000;
    -o-box-shadow: 0 2px 0 0 #000;
    box-shadow: 0 2px 0 0 #000;
    border-radius: 6px;
    padding: 5px 10px;
    color: #fff;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* width: 43%; */
}
.actions {
    width: 45%;
    margin: 0 auto 20px auto;
}
.video_streaming iframe {
    height: 648px;
    width: 100%;
}
.video_streaming p {
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
div#formulario_hs {
    position: fixed;
    top: 65px;
    z-index: 1;
    background: #f1f1f1;
    right: 0;
    }
    .video_streaming iframe {
    height: 248px;
    }
    footer {
        padding: 10px 30px;
    }
    .why_text h5 {
      color: #75c043;
      font-family: 'GloberHeavy', Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
      text-align: center;
      font-size: 21px;
    }
    .slider h4 {
        font-size: 14px;
    }
    #texto_cla{
    width: 91%;
    padding: 10px 10px 0 10px;
    margin: 0 0px 0 5px;
    }
    #videos_graduaciones {
    padding: 0px 10px 0 10px;
    margin: 0px 0px 0 5px;
    width: 91%;
    }
    div#texto_cla p {
      text-align: justify;
    }
    div#menu_grad_ant {
        width: 90%;
    }
    div#menu_grad_ant .nav li {
    list-style-type:none;
    float:none;
    border-bottom:solid 1px #fff;
    text-align:center;
    }
    ,
    div#menu_grad_ant .nav li a.grad_funcion5{
      width:100%;
      float:none;
      border-bottom:solid 1px #fff;
      text-align:center;
    }
    a.grad_funcion1, a.grad_funcion2, a.grad_funcion3, a.grad_funcion4, a.grad_funcion6, a.grad_funcion7 {
        margin: 0px 2px 4px 2px;
        padding: 10px 6px;
        width: 19%;
    }
    .graducaiones_anteriores {
        margin: -30px auto 15px;
    }
}

a#cerrarform {
    float: right;
    margin-top: -45px;
    margin-right: 0px;
    color: #fff;
    padding: 10px 4px 5px 4px;
    font-weight: bold;
    border: 1px solid #b1b1b1;
}
div#lateral_izq {
  margin-bottom: -18px;
  background-color:#57ae4d;
}

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

}
