@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

/*
	Strongly Typed by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

.logo-spis {
    width: 62%;
    height: auto;
    /* margin: 50px; */
}
.fines{
    padding-top: 0%!important;
}
.work-group-img {
    width: 47%;
    
}
.work-group-img{
-moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    border-radius: 0.25rem;
    border: solid 2px rgba(210, 215, 217, 0.75);
}
.icon-group{
    font-size: 2.75rem;
    position: relative;
    color: #3077fa;
    margin: auto;
    transform: rotate(-45deg);
    margin-top: 12%;
    width: 75%;
}
.img-group{
    width: 100px;
    height: 100px;
    border: 3px solid #555;
    margin: auto;
    margin-bottom: 12%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    border-radius: 0.25rem;
    border: solid 2px rgba(210, 215, 217, 0.75);
    box-shadow: 0px 0px 5px #cccccc;
}

 .tab-mobil{
     display: none;
 }
  .socialalign{
      margin-bottom: 10%;
  }
  #institucional{
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 40px;
    overflow: hidden;
  }
  #information{
    background: #fff;
    border: none;
    padding: 3%;
  }
  #information p{
      text-align: center;
      color: #3d4449;
      font-size: 18px;
      letter-spacing: 1px;
      font-weight: 500;
  }
  #tabs{
    position: relative;
  }

  span.diana {
    position: fixed;
    display: none;
    }
    [data-tab-content] {
        display: none;
      }
      
      .active[data-tab-content] {
        display: block;
        margin: 2rem;
        text-align: left;
      }
      .active[data-tab-content] p{
        display: block;
        text-align: left!important;
      }
      /*Segundo tabs css*/
      .active[data-tab-content1] {
        display: block;
        margin: 2rem;
        text-align: left;
      }
      .active[data-tab-content1] p{
        display: block;
        text-align: left!important;
      }
      
      body {
        padding: 0;
        margin: 0;
      }
      
      .tabs {
       
        justify-content: space-around;
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
      
      .tab {
        cursor: pointer;
        padding: 10px;
        display: block!important;
        float: left;
        height: 58px;
        line-height: 58px;
        padding: 0 10px;
        border: 1px solid #ddd;
        background-color: #eee;
        margin-bottom: -1px;
        border-radius: 3px;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        outline: none;
        padding: 0 2rem;
        padding-bottom: 4%;
        margin-top: 13px!important;
      }
      
      .tab.active {
  
        background-color: #fff;
        margin-top: 13px!important;
        border-bottom: none;
      }
      .tab.active:hover{
          background-color: #fff;

      }  
      .tab:hover {
        background-color: #eee;
      }
      
      .tab-content {
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 70px;
        border: 1px solid #ddd;
      }
      .tab-content h2{
          margin-top: 5%;
      }
  .diana + a {
    display: block!important;
    float: left;
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background-color: #eee;
    margin-bottom: -1px;
    border-radius: 3px;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none;
    padding: 0 10px;
    padding-bottom: 4%;
 
  }
  
  .diana:target + a {
    background-color: #fff;
    border-bottom-color: #fff; 
    color: #3d4449;
  }
  /*css para segundo tab*/
  .tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }
  .socialal{
    text-align: center;
    padding: 3% 0;
}
.socialal h3{
    font-size: 18px;
}
.socialal .fa:hover{
    color: #fff!important;
    
}
.titulosocial:hover{
    color: #3077fa!important;
}

.socialFooter{
    background: #595959;
    padding: 1%;
    margin: 0.45em;
    box-shadow: 2px 2px 2px #3d4449;
    border-radius: 50%;
}
.animacionVer{
    transform:scale(1);
  }

  .buttonproyect {
    background-color: #1565f9;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 5px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
  }
  .buttonproyect:hover{
      color: #fff;
  }

  .btnFloating{
    width:40px;
    height:40px;
    border-radius:100%;
    border:none;
    color:#FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    font-size:28px;
    outline:none;
    position:absolute;
    right:0;
    bottom:0;
    margin-right:26px;
    transform:scale(0);
  }

.fab-container {
	position: fixed;
	bottom: 120px;
	right: 50px;
	z-index: 999;
	cursor: pointer;
    top: auto;
}

.fab-icon-holder {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #016fb9;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.face{
    background: #3a5696;
}
.twit{
    background: #1c9cea;
}
.correo{
    background: #d54639;
}
.socio{
    background: #20a051;
}

.fab-icon-holder:hover{
	opacity: 0.8;
}

.fab-icon-holder i {
	display: flex;
	align-items: center;
	justify-content: center;

	height: 100%;
	font-size: 25px;
	color: #ffffff;
}

.fab {
	width: 60px;
	height: 60px;
	background: #206bf9;
}

.fab-options {
	list-style-type: none;
	margin: 0;
	position: absolute;
	bottom: 70px;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale(0);
	transform-origin: 85% bottom;
    top: auto;
}

.fab:hover + .fab-options, .fab-options:hover {
	opacity: 1;
	transform: scale(1);
}

.fab-options li {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
}

.fab-label {
	padding: 2px 5px;
	align-self: center;
	user-select: none;
	white-space: nowrap;
	border-radius: 3px;
	font-size: 16px;
	background: #666666;
	color: #ffffff;
	box-shadow: 0 6px 20px rgba(0,0,0,0.2);
	margin-right: 10px;
}
  /*
   Styling
  */
  body {
    font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
    color: #333;
    font-weight: 300;
  }
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid #ddd;
    background-color: #eee;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-right: -4px;
    border-radius: 3px;
    width: 25.05%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;         
    text-overflow: ellipsis;
  }
  
  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
  }
  
  .tabset > label:hover,
  .tabset > input:focus + label {
    color: #3d4449;
  }
  
  
  
  .tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background: #fff;
    color: #888;
  }
  
  .tab-panel {
    padding: 30px 30px;
    border: 1px solid #ccc;
  }
  
  /*
   Demo purposes only
  */
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }
  
  body {
    padding: 30px;
  }
  
  .tabset {
    max-width: 65em;
    text-align: left;
  }
  
  #pnl_1, #pnl_2, #pnl_3,#pnl_4,#pnl_5,#pnl_6{
    position: absolute;
    top: 31px;
    left: 0;
    border: none;
    clear: both;
    overflow: hidden;
  }
  
    #pnl_1 > div, #pnl_2 > div, #pnl_3 > div,#pnl_4 > div,#pnl_5 > div,#pnl_6 > div{
      opacity: 0;
      transition: all 0.1s ease;
      padding: 60px;
    }
  
  #comision-directiva:target ~ #pnl_1, #fines-generales:target ~ #pnl_2, #fines-especificos:target ~ #pnl_3,#estatutos:target ~ #pnl_4,#proyectos:target ~ #pnl_5,#socios:target ~ #pnl_6{
    position: static;
    border: 1px solid #ddd;
  }
  
    #comision-directiva:target ~ #pnl_1 > div, #fines-generales:target ~ #pnl_2 > div, #fines-especificos:target ~ #pnl_3 > div,#estatutos:target ~ #pnl_4 > div,#proyectos:target ~ #pnl_5 > div,#socios:target ~ #pnl_6 > div{
      opacity: 1;
      transition: all 1s ease;
    }
.calendar{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5%;
    width: 75%;
    height: 200px;
    background: #ff2828;
    box-shadow: 1px 1px 4px #ccc;
}
.calendar h2{
    padding: 0;
    background: #5d94fa;
    color: #fff;
    padding: 7%;
    border-radius: 5% 5% 0% 0%;
}
.calendar h1{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 6%;
    text-transform: unset;
}
.calendar .numbers{
    font-size: 3rem;
}
#Table{
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    box-shadow: 1px 1px 6px #ccc;
}
#Table,#Table td,#Table tr{
    border: 1px solid #eee;
}
tr:nth-child(odd) {
    background: #ddd;
    color: #3d4449;
  }
.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
    list-style: none;
}

.objective-title {
    margin-bottom: 1em;
    text-align: left;
}

#purpose>.container,
#especificos>.container {
    text-align: center;
    padding: 50px 0;
}

.purpose-details {
    text-align: left;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
asociarme,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* top: 8px; */
}
label{
    top: 8px;
}


article,
aside,
details,
figcaption,
figure,
asociarme,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #f0f0f0;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
textarea,
select {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #777;
    line-height: 1.65em;
    font-size: 15pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #3d4449;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    border: 0;
}

h2 {
    font-size: 1.65em;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0 0 1.5em 0;
    line-height: 1.75em;
    font-family: 'Roboto', sans-serif;
    font-size: 1.25em!important;
    font-weight: 500!important;
    color: #3d4449;
}

h3 {
    font-size: 1em;
    letter-spacing: 2px;
    margin: 0 0 1.25em 0;
}

a {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    color: #888;
    text-decoration: none;
    border-bottom: solid 1px #ddd;
}

a strong {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
}

a:hover {
    color: #5d94fa;
    border-bottom-color: rgba(255, 255, 255, 0);
}

a:hover strong {
    color: #5d94fa;
}
.izq{
    text-align: left;
}
.izq li, .der li, .der a{
    color: #e4e4e4;
    font-weight: 500;
}
.der{
    text-align: end;
}
strong,
b {
    font-weight: 600;
    color: #666;
}
em,
i {
    font-style: italic;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

hr {
    border: 0;
    border-top: solid 1px #ddd;
}

blockquote {
    border-left: solid 0.5em #ddd;
    padding: 1em 0 1em 2em;
    font-style: italic;
}

p {
    text-align: justify;
    margin-bottom: 1em;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul,
ol,
dl,
table,
blockquote {
    margin-bottom: 2em;
}

br.clear {
    clear: both;
}

/* Container */

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 70em;
}
.event-left{
    padding: 5%!important;
    border-right: 1px solid rgba(210, 215, 217, 0.75);
    border-bottom: 1px solid rgba(210, 215, 217, 0.75);
}
.event-right{
    padding: 5%!important;
    border-bottom: 1px solid rgba(210, 215, 217, 0.75);
}
@media screen and (max-width: 1680px) {

    .container {
        width: 68em;
    }

    #header>.container {
        width: 100%;
    }
}

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

    .container {
        width: calc(100% - 80px);
    }
   

}

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

    .container {
        width: calc(100% - 100px);
    }

}

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

    .container {
        width: calc(100% - 40px);
    }
    .calendar {
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5%;
        width: 120%;
        height: 200px;
        background: #ff2828;
        box-shadow: 1px 1px 4px #ccc;
    }

}

/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.3333333333%;
}

.row>.off-1 {
    margin-left: 8.3333333333%;
}

.row>.col-2 {
    width: 16.6666666667%;
}

.row>.off-2 {
    margin-left: 16.6666666667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.3333333333%;
}

.row>.off-4 {
    margin-left: 33.3333333333%;
}

.row>.col-5 {
    width: 41.6666666667%;
}

.row>.off-5 {
    margin-left: 41.6666666667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.3333333333%;
}

.row>.off-7 {
    margin-left: 58.3333333333%;
}

.row>.col-8 {
    width: 66.6666666667%;
}

.row>.off-8 {
    margin-left: 66.6666666667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.3333333333%;
}

.row>.off-10 {
    margin-left: 83.3333333333%;
}

.row>.col-11 {
    width: 91.6666666667%;
}

.row>.off-11 {
    margin-left: 91.6666666667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
}

.row.gtr-0>* {
    padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
}

.row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.row.gtr-25>* {
    padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 12.5px;
}

.row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
}

.row.gtr-50>* {
    padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
    margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 25px;
}

.row {
    margin-top: -50px;
    margin-left: -50px;
}

.row>* {
    padding: 50px 0 0 50px;
}

.row.gtr-uniform {
    margin-top: -50px;
}

.row.gtr-uniform>* {
    padding-top: 50px;
}

.row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
}

.row.gtr-150>* {
    padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
    margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 75px;
}

.row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
}

.row.gtr-200>* {
    padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
    margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 100px;
}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xlarge {
        order: -1;
    }

    .row>.col-1-xlarge {
        width: 8.3333333333%;
    }

    .row>.off-1-xlarge {
        margin-left: 8.3333333333%;
    }

    .row>.col-2-xlarge {
        width: 16.6666666667%;
    }

    .row>.off-2-xlarge {
        margin-left: 16.6666666667%;
    }

    .row>.col-3-xlarge {
        width: 25%;
    }

    .row>.off-3-xlarge {
        margin-left: 25%;
    }

    .row>.col-4-xlarge {
        width: 33.3333333333%;
    }

    .row>.off-4-xlarge {
        margin-left: 33.3333333333%;
    }

    .row>.col-5-xlarge {
        width: 41.6666666667%;
    }

    .row>.off-5-xlarge {
        margin-left: 41.6666666667%;
    }

    .row>.col-6-xlarge {
        width: 50%;
    }

    .row>.off-6-xlarge {
        margin-left: 50%;
    }

    .row>.col-7-xlarge {
        width: 58.3333333333%;
    }

    .row>.off-7-xlarge {
        margin-left: 58.3333333333%;
    }

    .row>.col-8-xlarge {
        width: 66.6666666667%;
    }

    .row>.off-8-xlarge {
        margin-left: 66.6666666667%;
    }

    .row>.col-9-xlarge {
        width: 75%;
    }

    .row>.off-9-xlarge {
        margin-left: 75%;
    }

    .row>.col-10-xlarge {
        width: 83.3333333333%;
    }

    .row>.off-10-xlarge {
        margin-left: 83.3333333333%;
    }

    .row>.col-11-xlarge {
        width: 91.6666666667%;
    }

    .row>.off-11-xlarge {
        margin-left: 91.6666666667%;
    }

    .row>.col-12-xlarge {
        width: 100%;
    }

    .row>.off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row>* {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform>* {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }

}

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

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-large {
        order: -1;
    }

    .row>.col-1-large {
        width: 8.3333333333%;
    }

    .row>.off-1-large {
        margin-left: 8.3333333333%;
    }

    .row>.col-2-large {
        width: 16.6666666667%;
    }

    .row>.off-2-large {
        margin-left: 16.6666666667%;
    }

    .row>.col-3-large {
        width: 25%;
    }

    .row>.off-3-large {
        margin-left: 25%;
    }

    .row>.col-4-large {
        width: 33.3333333333%;
    }

    .row>.off-4-large {
        margin-left: 33.3333333333%;
    }

    .row>.col-5-large {
        width: 41.6666666667%;
    }

    .row>.off-5-large {
        margin-left: 41.6666666667%;
    }

    .row>.col-6-large {
        width: 50%;
    }

    .row>.off-6-large {
        margin-left: 50%;
    }

    .row>.col-7-large {
        width: 58.3333333333%;
    }

    .row>.off-7-large {
        margin-left: 58.3333333333%;
    }

    .row>.col-8-large {
        width: 66.6666666667%;
    }

    .row>.off-8-large {
        margin-left: 66.6666666667%;
    }

    .row>.col-9-large {
        width: 75%;
    }

    .row>.off-9-large {
        margin-left: 75%;
    }

    .row>.col-10-large {
        width: 83.3333333333%;
    }

    .row>.off-10-large {
        margin-left: 83.3333333333%;
    }

    .row>.col-11-large {
        width: 91.6666666667%;
    }

    .row>.off-11-large {
        margin-left: 91.6666666667%;
    }

    .row>.col-12-large {
        width: 100%;
    }

    .row>.off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -10px;
        margin-left: -10px;
    }

    .row.gtr-25>* {
        padding: 10px 0 0 10px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -10px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 10px;
    }

    .row.gtr-50 {
        margin-top: -20px;
        margin-left: -20px;
    }

    .row.gtr-50>* {
        padding: 20px 0 0 20px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -20px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 20px;
    }

    .row {
        margin-top: -40px;
        margin-left: -40px;
    }

    .row>* {
        padding: 40px 0 0 40px;
    }

    .row.gtr-uniform {
        margin-top: -40px;
    }

    .row.gtr-uniform>* {
        padding-top: 40px;
    }

    .row.gtr-150 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-150>* {
        padding: 60px 0 0 60px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 60px;
    }

    .row.gtr-200 {
        margin-top: -80px;
        margin-left: -80px;
    }

    .row.gtr-200>* {
        padding: 80px 0 0 80px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -80px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 80px;
    }

}

@media screen and (max-width: 980px) {
    /*css floating button*/
    .opn{
        display: block!important;
    }
  
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .buttonproyect {
        background-color: #1565f9;
        border: none;
        color: white;
        font-weight: 500;
        border-radius: 5px;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
      }
      #proyecto .container{
          display: none;
      }
      .buttonproyect:hover{
          color: #fff;
      }
    .buttonpro{
        text-align: center;
    }
    .danlay {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        display: none;
        z-index: 9;
    }
    .nob {
        -webkit-animation: ra .9s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1;
        animation: ra .9s cubic-bezier(0.18, 0.89, 0.32, 1.28) 1;
    }
    @-webkit-keyframes ra {
        25% {
            -webkit-transform: rotate(-10deg) skew(50deg);
            transform: rotate(-10deg) skew(50deg);
        }
    }
    @keyframes ra {
        25% {
            -webkit-transform: rotate(-10deg) skew(50deg);
            transform: rotate(-10deg) skew(50deg);
        }
    }
    .opn {
        position: fixed;
        bottom: -1.5em;
        left: 50%;
        margin-left: -2.5em;
        border: none;
        visibility: visible!important;
        padding-bottom: 1.7em;
        color: white;
        height: 5em;
        width: 5em;
        z-index: 11;
        text-align: center;
        border-radius: 50%;
        background: #fa0605;
        cursor: pointer;
        outline: none;
        -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.51);
        box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.51);
        transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -webkit-transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -moz-transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -ms-transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }
    .opn i {
        font-size: 2.2em;
        margin-left: 3%;
    }
    .tb:before {
        content: '\f00d';
        font-family: fontAwesome;
        position: absolute;
        background: #f35454;
        bottom: -2.5em;
        font-size: 1.5em;
        width: 100%;
        line-height: 50px;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 50%;
        outline: none;
    }
    .opn:active,
    .opn:hover {
        background: #fa0605;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    .bubble.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .bubble {
        z-index: 10;
        width: 26em;
        height: 26em;
        display: flex!important;
        border-radius: 50%;
        -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        position: fixed;
        bottom: -13em;
        left: 50%;
        margin-left: -13em;
        overflow: hidden;
        transition: .4s ease;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        -ms-transition: .4s ease;
        -o-transition: .4s ease;
    }
    .bubble li {
        position: absolute;
        overflow: hidden;
        width: 11em;
        height: 11em;
        top: -9px;
        left: 46%;
        margin-left: -10em;
        -webkit-transform-origin: 100% 101%;
        -ms-transform-origin: 100% 101%;
        transform-origin: 100% 101%;
    }
    .bubble li:first-child {
        -webkit-transform: rotate(-10deg) skew(50deg);
        -ms-transform: rotate(-10deg) skew(50deg);
        transform: rotate(-10deg) skew(50deg);
    }
    .bubble li:nth-child(2) {
        -webkit-transform: rotate(30deg) skew(50deg);
        -ms-transform: rotate(30deg) skew(50deg);
        transform: rotate(30deg) skew(50deg);
    }
    .bubble li:nth-child(3) {
        -webkit-transform: rotate(70deg) skew(50deg);
        -ms-transform: rotate(70deg) skew(50deg);
        transform: rotate(70deg) skew(50deg);
    }
    .bubble li:nth-child(4) {
        -webkit-transform: rotate(110deg) skew(50deg);
        -ms-transform: rotate(110deg) skew(50deg);
        transform: rotate(110deg) skew(50deg);
    }
    .bubble li:nth-child(5) {
        -webkit-transform: rotate(150deg) skew(50deg);
        -ms-transform: rotate(150deg) skew(50deg);
        transform: rotate(150deg) skew(50deg);
    }
    .bubble li a:after {
        -webkit-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        -o-transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        font-family: Gulim, sans-serif;
        text-shadow: 1px 1px 2px rgb(80, 80, 80);
        position: absolute;
        font-size: 10px;
        right: 0%;
    }
    
    .bubble li:first-child a:after {
        content: 'Seguinos';
        top: 46px;
        -webkit-transform: skew(-5deg) rotate(116deg);
        -ms-transform: skew(-5deg) rotate(116deg);
        transform: skew(-5deg) rotate(116deg);
        left: 25%;
    }
    .bubble li:first-child a:hover:after {
        left: 14%;
    }
    .bubble li:nth-child(2) a:after {
        content: 'tweet?';
        top: 56px;
        -webkit-transform: skew(-5deg) rotate(-5deg);
        -ms-transform: skew(-5deg) rotate(-5deg);
        transform: skew(-5deg) rotate(-5deg);
        left: 28%;
    }
    .bubble li:nth-child(2) a:hover:after {
        left: -3%;
    }
    .bubble li:nth-child(3) a:after {
        content: 'Correo';
        top: 111px;
        -webkit-transform: skew(-5deg) rotate(5deg);
        -ms-transform: skew(-5deg) rotate(5deg);
        transform: skew(-5deg) rotate(5deg);
        left: -4.4%;
    }
    .bubble li:nth-child(3) a:hover:after {
        top: 54px;
    }
    
    .bubble li:nth-child(4) a:after {
        content: 'Asociarme';
        top: 14px;
        -webkit-transform: skew(-5deg) rotate(4deg);
        -ms-transform: skew(-5deg) rotate(4deg);
        transform: skew(-5deg) rotate(4deg);
        left: -40%;
    }
    .bubble li:nth-child(4) a:hover:after {
        left: 0%;
    }
    
    .bubble li:nth-child(5) a:after {
        content: 'ver eventos';
        top: 22px;
        -webkit-transform: skew(-5deg) rotate(-101deg);
        -ms-transform: skew(-5deg) rotate(-101deg);
        transform: skew(-5deg) rotate(-101deg);
        left: -25%;
    }
    .bubble li:nth-child(5) a:hover:after {
        left: -16%;
    }
    .bubble ul li:first-child {
        margin-top: 0;
        transform-origin: 141% 101%; 
    }
    .bubble li a {
        display: block;
        font-size: 1.18em;
        height: 14.5em;
        width: 14.5em;
        position: absolute;
        overflow: hidden;
        bottom: -109px;
        left: 3.75em;
        border-radius: 50%;
        text-decoration: none;
        color: #f6f7f9;
        padding-top: 1.8em;
        text-align: center;
        background-color: #edf2fa;
        -webkit-transform: skew(-54deg) rotate(-84deg);
        -ms-transform: skew(-54deg) rotate(-84deg);
        transform: skew(-54deg) rotate(-84deg);
    }
    
    li a:before {
        position: absolute;
        content: '';
        height: 100%;
        right: 0;
        top: 0;
        width: 0;
        background-color: transparent;
        -webkit-transition: width .5s cubic-bezier(0, 0.75, 0.82, 0.72), height .5s ease;
        -o-transition: width .5s cubic-bezier(0, 0.75, 0.82, 0.72), height .5s ease;
        transition: width .5s cubic-bezier(0, 0.75, 0.82, 0.72), height .5s ease;
    }
    li:first-child a:before,
    li:nth-child(2) a:before {
        left: 0;
    }
    li:nth-child(3) a:before {
        width: 100%;
        height: 0%;
    }
    li:nth-child(3) a:hover:before {
        height: 100%;
    }
    li:not(:nth-child(3)) a:hover:before{
          width: 100%;
    }
    li:first-child a:hover:before {
        background-image: linear-gradient(to bottom, #6d84b4, #626c8f, #53566d, #41414c, #2e2e2e);
    }
    li:nth-child(2) a:hover:before {
        background-image: linear-gradient(to bottom, #00b6f1, #4a8ec0, #516a8c, #464a5b, #2e2e2e);;
    }
    li:nth-child(3) a:hover:before {
        background-image: linear-gradient(to bottom, #df4a32, #b93a56, #843c61, #4f3952, #2e2e2e);
    }
    li:nth-child(4) a:hover:before {
        background-image: linear-gradient(to bottom, #20a12b, #00886e, #00687f, #254760, #2e2e2e);
    }
    li:nth-child(5) a:hover:before {
        background-image: linear-gradient(to bottom, #8a3ab9, #693e99, #503c77, #3d3653, #2e2e2e);
    }
    
    
    .bubble li:first-child i {
        color: #3b5998;
    }
    .bubble li:nth-child(2) i {
        color: #00b6f1;
    }
    .bubble li:nth-child(3) i {
        color: #df4a32;
    }
    .bubble li:nth-child(4) i {
        color: #20a051;
    }
    .bubble li:nth-child(5) i {
        color: #c32aa3;
    }
    .bubble li i {
        -webkit-transform: skew(-5deg) rotate(5deg);
        -ms-transform: skew(-5deg) rotate(5deg);
        transform: skew(-5deg) rotate(5deg);
        font-size: 1.18em;
        text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        -webkit-transition: font-size .3s ease-out, color .7s ease-out, text-shadow.7s ease-out;
        -o-transition: font-size .3s ease-out, color .7s ease-out, text-shadow.7s ease-out;
        transition: font-size .3s ease-out, color .7s ease-out, text-shadow.7s ease-out;
    }
    .bubble li a:hover i {
        color: #f6f7f9;
        font-size: 16px;
        text-shadow: 1px 1px 2px rgb(80, 80, 80);
    }
    .sepheader2{
        text-align: center!important;
    }
    #institucional{
        display: none;
    }
    .desarrollo{
        padding-bottom: 20%!important;
    }
    .fab-container {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 999;
        cursor: pointer;
        display: none;
    }
    .diana + a {
        display: block;
        float: left;
        height: 58px;
        line-height: 58px;
        padding: 0 10px;
        border: 1px solid #ddd;
        background-color: #eee;
        margin-bottom: -1px;
        border-radius: 3px;
        text-decoration:none;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        outline: none;
        padding: 0 2rem;
        padding-bottom: 4%;
        max-width: 100%;
        width: 70%;
      }
      .socialalign {
        margin-bottom: 10%;
        text-align: center;
    }
      #pnl_1, #pnl_2, #pnl_3,#pnl_4,#pnl_5,#pnl_6{
        position: absolute;
        top: 230px;
        left: 0;
        border: none;
        clear: both;
        overflow: hidden;
      }
      .calendar {
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5%;
        width: 60%;
        height: 200px;
        background: #ff2828;
        box-shadow: 1px 1px 4px #ccc;
        margin: auto;
    }
    .calendar .numbers{
        margin-top: 14%;
    }
    #information p {
        text-align: center;
        color: #3d4449;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .left-text {
        text-align: center;
    }
    #fines{
        padding-top: 0%;
    }
    .fines{
        padding-top: 0%;
    }
    .texto-free b{
        text-align: center;
        padding: inherit;
    }
    .tab-mobil{
        display: block;
        padding: 5%;
        background: #fff
    }
    .tab-web{
        display: none;
    }
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-medium {
        order: -1;
    }

    .row>.col-1-medium {
        width: 8.3333333333%;
    }

    .row>.off-1-medium {
        margin-left: 8.3333333333%;
    }

    .row>.col-2-medium {
        width: 16.6666666667%;
    }

    .row>.off-2-medium {
        margin-left: 16.6666666667%;
    }

    .row>.col-3-medium {
        width: 25%;
    }

    .row>.off-3-medium {
        margin-left: 25%;
    }

    .row>.col-4-medium {
        width: 33.3333333333%;
    }

    .row>.off-4-medium {
        margin-left: 33.3333333333%;
    }

    .row>.col-5-medium {
        width: 41.6666666667%;
    }

    .row>.off-5-medium {
        margin-left: 41.6666666667%;
    }

    .row>.col-6-medium {
        width: 50%;
    }

    .row>.off-6-medium {
        margin-left: 50%;
    }

    .row>.col-7-medium {
        width: 58.3333333333%;
    }

    .row>.off-7-medium {
        margin-left: 58.3333333333%;
    }

    .row>.col-8-medium {
        width: 66.6666666667%;
    }

    .row>.off-8-medium {
        margin-left: 66.6666666667%;
    }

    .row>.col-9-medium {
        width: 75%;
    }

    .row>.off-9-medium {
        margin-left: 75%;
    }

    .row>.col-10-medium {
        width: 83.3333333333%;
    }

    .row>.off-10-medium {
        margin-left: 83.3333333333%;
    }

    .row>.col-11-medium {
        width: 91.6666666667%;
    }

    .row>.off-11-medium {
        margin-left: 91.6666666667%;
    }

    .row>.col-12-medium {
        width: 100%;
    }

    .row>.off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }

    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }

    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }

    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }

    .row {
        margin-top: -50px;
        margin-left: -50px;
    }

    .row>* {
        padding: 50px 0 0 50px;
    }

    .row.gtr-uniform {
        margin-top: -50px;
    }

    .row.gtr-uniform>* {
        padding-top: 50px;
    }

    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }

    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }

    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }

    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }

}

@media screen and (max-width: 736px) {
    .proyect{
        padding-top: 0!important;
    }
    .diana + a {
        display: block;
        float: left;
        height: 58px;
        line-height: 58px;
        padding: 0 10px;
        border: 1px solid #ddd;
        background-color: #eee;
        margin-bottom: -1px;
        border-radius: 3px;
        text-decoration:none;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        outline: none;
        padding: 0 2rem;
        padding-bottom: 4%;
        max-width: 100%;
        width: 70%;
      }
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-small {
        order: -1;
    }

    .row>.col-1-small {
        width: 8.3333333333%;
    }

    .row>.off-1-small {
        margin-left: 8.3333333333%;
    }

    .row>.col-2-small {
        width: 16.6666666667%;
    }

    .row>.off-2-small {
        margin-left: 16.6666666667%;
    }

    .row>.col-3-small {
        width: 25%;
    }

    .row>.off-3-small {
        margin-left: 25%;
    }

    .row>.col-4-small {
        width: 33.3333333333%;
    }

    .row>.off-4-small {
        margin-left: 33.3333333333%;
    }

    .row>.col-5-small {
        width: 41.6666666667%;
    }

    .row>.off-5-small {
        margin-left: 41.6666666667%;
    }

    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }

    .row>.col-7-small {
        width: 58.3333333333%;
    }

    .row>.off-7-small {
        margin-left: 58.3333333333%;
    }

    .row>.col-8-small {
        width: 66.6666666667%;
    }

    .row>.off-8-small {
        margin-left: 66.6666666667%;
    }

    .row>.col-9-small {
        width: 75%;
    }

    .row>.off-9-small {
        margin-left: 75%;
    }

    .row>.col-10-small {
        width: 83.3333333333%;
    }

    .row>.off-10-small {
        margin-left: 83.3333333333%;
    }

    .row>.col-11-small {
        width: 91.6666666667%;
    }

    .row>.off-11-small {
        margin-left: 91.6666666667%;
    }

    .row>.col-12-small {
        width: 100%;
    }

    .row>.off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }

    .row.gtr-25 {
        margin-top: -7.5px;
        margin-left: -7.5px;
    }

    .row.gtr-25>* {
        padding: 7.5px 0 0 7.5px;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -7.5px;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 7.5px;
    }

    .row.gtr-50 {
        margin-top: -15px;
        margin-left: -15px;
    }

    .row.gtr-50>* {
        padding: 15px 0 0 15px;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -15px;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 15px;
    }

    .row {
        margin-top: -30px;
        margin-left: -30px;
    }

    .row>* {
        padding: 30px 0 0 30px;
    }

    .row.gtr-uniform {
        margin-top: -30px;
    }

    .row.gtr-uniform>* {
        padding-top: 30px;
    }

    .row.gtr-150 {
        margin-top: -45px;
        margin-left: -45px;
    }

    .row.gtr-150>* {
        padding: 45px 0 0 45px;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -45px;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 45px;
    }

    .row.gtr-200 {
        margin-top: -60px;
        margin-left: -60px;
    }

    .row.gtr-200>* {
        padding: 60px 0 0 60px;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -60px;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 60px;
    }

}

/* Sections/Article */



section> :last-child,
article> :last-child,
section:last-child,
article:last-child {
    margin-bottom: 0;
}

/* Image */

.image {
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    display: inline-block;
    border: solid 6px #ebebeb !important;
}

.image:hover {
    opacity: 0.9;
}

.image img {
    display: block;
    width: 100%;
}

.image.fit {
    display: block;
    width: 100%;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 3.5em 0;
}

.image.left {
    float: left;
    margin: 0 1.5em 1.5em 0;
    position: relative;
    top: 0.5em;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

/* List */

ul {
    list-style: disc;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
    margin: 0.75em 0 0.75em 0;
}

ul li:first-child {
    margin-top: 0;
}

ol {
    list-style: decimal;
    padding-left: 1em;
}

ol li {
    padding-left: 0.5em;
    margin: 0.75em 0 0.75em 0;
}

ol li:first-child {
    margin-top: 0;
}

/* Links */

ul.links {
    list-style: none;
    padding-left: 0;
}

ul.links li {
    display: inline;
    /*border-left: solid 1px #d0d0d0;*/
    padding-left: 1em;
    margin: 0 0 0 1em;
    font-family: 'Roboto', sans-serif;
}
header.major > :last-child {
    border-bottom: solid 3px #3077fa;
    display: inline-block;
    margin: 0 0 2em 0;
    padding: 0 0.75em 0.5em 0;
}
.major h2{
    font-size: 28px;
    /* font-weight: 500; */
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
#solicitud label{
    margin: 0;
    font-size: 1em;
}
.social{
    margin-top: 2%;
}
.social i{
    color: #fff;
    padding: 5px;
}
.social a{
    border: none;
    text-decoration: none;
}
.social i:hover{
    color: #3077fa;
}
.foot{
    margin: 5%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.foot h2, .foot h3{
    margin: 0;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.foot h3{
    font-weight: 400;
}
ul.links li:first-child {
    margin-left: 0;
    padding-left: 0;
}

/* Actions */

ul.actions {
   /* margin-top: 1.5em;*/
    clear: both;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    padding-left: 0;
    display: inline-block;
    margin: 0 0 0 1em;
}

ul.actions li:first-child {
    margin-left: 0;
}

/* Divided */

ul.divided {
    list-style: none;
    padding-left: 0;
}

ul.divided li {
    border-top: solid 2px #e5e5e5;
    padding-left: 0;
    margin: 2.5em 0 0 0;
    padding: 2.5em 0 0 0;
}

ul.divided li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

/* Icons */

ul.icons {
    list-style: none;
    padding-left: 0;
}

ul.icons>li {
    position: relative;
    padding: 2em 0 0 3em;
    margin: 0;
}

ul.icons>li:before {
    position: absolute;
    left: 0;
    top: 2em;
    display: block;
    background: #878787;
    color: #e4e4e4;
    width: 1.65em;
    height: 1.65em;
    border-radius: 1.65em;
    line-height: 1.65em;
    text-align: center;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
}

ul.icons>li:first-child {
    padding-top: 0;
}

ul.icons>li:first-child:before {
    top: 0;
}

/* Form */

#asociarme form label {
    font-weight: 400;
    color: #888;
    display: block;
    margin: 0 0 1em 0;
    text-align: left;
}

form input[type="text"],
form input[type="email"] input[type="password"],
form select,
form input,
form textarea {
    -moz-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #e8e8e8;
    width: 100%;
    box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    line-height: 1.25em;
    padding: 0.75em 1em 0.75em 1em;
}

form input[type="text"]:focus,
form input[type="email"] input[type="password"]:focus,
form select:focus,
form textarea:focus {
    background: #f0f0f0;
}

form textarea {
    min-height: 11em;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
    line-height: 1.35em;
}

form :-moz-placeholder {
    color: #555 !important;
    font-weight: bold;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Table */

table {
    width: 100%;
}

table tbody tr {
    border-top: solid 1px #E5E5E5;
}

table tbody tr:first-child {
    border-top: 0;
}

table td {
    padding: 0.75em 1em 0.75em 1em;
}

table th {
    text-align: left;
    font-weight: bold;
    padding: 0.75em 1em 0.75em 1em;
}

table thead {
    background: #878787;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    font-size: 0.85em;
    letter-spacing: 2px;
}

table tfoot {
    background: #F0F0F0;
    border-top: solid 2px #E5E5E5;
}

/* Button */
.event-but{
    border: 2px solid #3077fa!important;
    color: #3077fa!important;
    cursor: pointer;
}
.event-but:hover{
    border: 2px solid #3077fa!important;
    color: #fff!important;
    background: #3077fa!important;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    background: #fff ;
    color: #636363;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #636363;
    outline: 0;
    font-size: 1em;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    font-weight: 600;
    text-align: center;
    font-size: 0.85em;
    letter-spacing: 2px;
    padding: 0.85em 2.75em 0.85em 2.75em;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
    position: relative;
    padding-right: 0.75em;
    opacity: 0.5;
    top: 0.05em;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background: #636363;
    color: #fff;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background: #ed786a;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background: #878787;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background: #979797;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background: #878787;
}

/* Box */

.no-sidebar .box.post>header {
    text-align: center;
}

.box.excerpt .date {
    background: #878787;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 4px;
    border: 0;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    display: inline-block;
    font-size: 0.85em;
    letter-spacing: 2px;
    padding: 0.25em 1em 0.25em 1em;
    margin: 0 0 2.5em 0;
}

/* Icons */

.icon {
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}

/* Page Wrapper */

#page-wrapper>section {
    margin-bottom: 0;
}

/* Header */

#header {
    position: relative;
    position: relative;
    background: #fff;
    text-align: center;
}

#header>.container {
    padding: 3.2em 0 4em 0;
    border-bottom: solid 2px #e5e5e5;
    /*box-shadow: inset 0px -8px 0px 0px #fff, inset 0px -10px 0px 0px #e5e5e5;*/
   
}
nav{
    position: fixed!important;
    z-index: 9999;
    height: 150px;
    width: 100%;
   top: 3em!important;
    opacity: 0.7;
    color: #3d4449;
    line-height: 125px;
      -webkit-transition: height .5s, line-height .5s; /* Safari */
      transition: height .5s, line-height .5s;
      text-align: center;
      padding-right: 2em;
  }
  .preheader{
    height: 115px;
    max-height: 115px;
    background: #5d94fa;
    margin-bottom: 3%;
    border-bottom: 14px solid #1565f9;    
    padding-right: 2%;
    padding-left: 2%;

  }
  .scrolled-nav, .scrolled-nav span {
    height: 60px !important;
    line-height: 30px !important;
    opacity: 1;
    background: #5d94fa;
    color: #fff;
    top: 0!important;
  }
  .sepheader{
      margin-top: 1%;
      margin-left: 2%;
  }
  .sepheader2{
      margin-top: 1%;
      margin-left: -2%;
  }
  .textheader{
      color: #fff;
      font-weight: 600;
  }
  .socialheader{
    padding: 0px 19px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .socialheader:hover{
      color: #fff;
      background-color: #1565f9;
      padding: 4%;
  }
  .texthead{
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .texthead:hover{
      color: #fff;
  }
  .site-title {
    display: inline-block;
    -webkit-transition: all .5s;
      transition: all .5s;
  }
  
  .scrolled-nav .site-title  {
    font-size: 16px;
  }
  
  .nav-list {
    list-style: none;
  }
  
  .nav-list li {
    list-style: none;
    display: inline-block;
    padding-left: 20px;
  }


#header h1 {
    font-family: 'Arvo';
    font-weight: 700;
    text-shadow: 0.05em 0.075em 0 rgba(0, 0, 0, 0.1);
    font-size: 3em;
    letter-spacing: 13px;
}

#header h1 a {
    border: 0;
}

#header p {
    text-transform: uppercase;
    font-weight: 400;
    color: #888;
    margin: 2.5em 0 0 0;
    font-size: 0.85em;
    letter-spacing: 3px;
    text-align: center;
}

/* Nav */

#nav {
    position: absolute;
    top: 2em;
    left: 0;
    width: 100%;
    cursor: default;
}

#nav>ul>li {
    display: inline-block;
    padding-right: 2em;
}

#nav>ul>li:last-child {
    padding-right: 0;
}

#nav>ul>li>a {
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #777;
    outline: 0;
    display: block;
}

#nav>ul>li>a:before {
    display: none;
    background: #878787;
    color: #e4e4e4;
    width: 1.65em;
    height: 1.65em;
    border-radius: 1.65em;
    line-height: 1.65em;
    text-align: center;
    box-shadow: 0.125em 0.175em 0 0 rgba(0, 0, 0, 0.125);
    margin-right: 0.75em;
    -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}

#nav>ul>li>a>span {
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-size: 0.85em;
    letter-spacing: 3px;
}

#nav>ul>li>ul {
    display: none;
}

#nav>ul>li.active>a:before,
#nav>ul>li:hover>a:before {
    background: #ED786A;
    color: #fff;
}

#nav>ul>li.active>a>span,
#nav>ul>li:hover>a>span {
    color: #3d4449;
}

.dropotron {
    text-align: left;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.965);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0.75em 0 0.5em 0;
    min-width: 12em;
    margin-top: calc(-0.5em + 1px);
    margin-left: -2px;
    list-style: none;
}

.dropotron.level-0 {
    margin-top: 1.5em;
    margin-left: -1em;
}

.dropotron.level-0:after {
    content: '';
    display: block;
    position: absolute;
    left: 1.25em;
    top: calc(-0.75em + 1px);
    border-left: solid 0.75em rgba(255, 255, 255, 0);
    border-right: solid 0.75em rgba(255, 255, 255, 0);
    border-bottom: solid 0.75em #fff;
}

.dropotron.level-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 1.25em;
    top: -0.75em;
    border-left: solid 0.75em rgba(255, 255, 255, 0);
    border-right: solid 0.75em rgba(255, 255, 255, 0);
    border-bottom: solid 0.75em #ccc;
}

.dropotron span,
.dropotron a {
    display: block;
    padding: 0.3em 1em 0.3em 1em;
    border: 0;
    border-top: solid 1px #f0f0f0;
    outline: 0;
}

.dropotron li {
    padding-left: 0;
    margin: 0;
}

.dropotron li:first-child>span,
.dropotron li:first-child>a {
    border-top: 0;
    padding-top: 0;
}

.dropotron li:hover>span,
.dropotron li:hover>a {
    -moz-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out, border-bottom-color 0.25s ease-in-out;
    color: #ed786a;
}

/* Features */

#features,
#contact,
#directiva {
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
    padding: 6em 0;
}
#contact, #intereses{
    padding: 0!important;
    background-color: #636363!important;
}
#asociarme{
    background-color: #fff!important;
}

#directiva p {
    text-align: center;
}

#features ul.actions,
#directiva ul.actions {
    margin-top: 1.25em;
}

/* Banner */

#banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    color: #fff;
    text-align: center;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
    box-shadow: inset 0px -8px 0px 0px #fff, inset 0px 8px 0px 0px #fff;
    position: relative;
    text-transform: uppercase;
    background: url("../../images/banner.jpg");
    background-size: cover;
    padding: 10em 0;
}

#banner p {
    font-weight: 400;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 4px;
    text-align: center;
    margin: 0;
}
.parallax, .main, .texto{margin:0 auto}

.parallax{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size:  cover;
	height:25rem;
	max-width: 100%;
	position: relative
}

.texto-interior h2{
	color:#fff;
	font-size: 2rem!important;
	font-weight: 400!important;
    left: 10%;
    letter-spacing: 3px;
	position: absolute;
	text-align: center;
	top:40%;
	width: 80%
}
	
.img-uno{background-image: url('../../images/bannernew.jpg')}



.texto{
	padding:5%;
	width: 90%
}
#banner strong {
    color: inherit;
}

#banner>.container {
    position: relative;
}

#banner>.container:before,
#banner>.container:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 141px;
    margin-top: -70px;
    background: url("images/bracket.svg");
    opacity: 0.15;
}

#banner>.container:before {
    left: 0;
}

#banner>.container:after {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
}

/* novedades */

#novedades {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 6em 0;
}

/* Content */
#principal p, #principal h4,#principal h2{
    text-align: center;
}
#institucional{
    padding-bottom: 4%;
    padding-top: 4%;
    border-top: 2px solid #e5e5e5;
}
#content>section,
#content>article {
    border-top: solid 1px rgba(210, 215, 217, 0.75);;
    /*box-shadow: inset 0px 2px 0px 0px #ccc, inset 0px 10px 0px 0px #e5e5e5;*/
    margin: 5em 0 0 0;
    padding: 5em 0 0 0;
}

#content>section:first-child,
#content>article:first-child {
    border-top: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* Sidebar */

#sidebar>section,
#sidebar>article {
    border-top: solid 2px #e5e5e5;
    box-shadow: inset 0px 8px 0px 0px #fff, inset 0px 10px 0px 0px #e5e5e5;
    margin: 5em 0 0 0;
    padding: 5em 0 0 0;
}

#sidebar>section:first-child,
#sidebar>article:first-child {
    border-top: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* asociarme */

#asociarme {
    position: relative;
    overflow: hidden;
    border-top: solid 2px #e5e5e5;
    background: #f0f0f0;
    padding: 6em 0 8em 0;
}
#intereses {
    position: relative;
    overflow: hidden;
    border-top: solid 2px #e5e5e5;
    /* background: #f0f0f0; */
    padding: 6em 0 8em 0!important;
}
.text-interes{
    color: #fff;
    font-weight: bold;
}
.text-interes:hover{
    color: #f5f6f7;
}

.link_interes{
    text-decoration: none;
    border: none;
}
#intereses h2{
    color: #fff;
}


#asociarme form input[type="text"],
#asociarme form input[type="email"],
#asociarme form input[type="password"],
#asociarme form select,
#asociarme form input[type="date"],
#asociarme form input[type="number"],
#asociarme form textarea {
    background: #fff;
    background: #f7f7f7;
    border-radius: 0.35em;
    border: solid 2px transparent;
    box-shadow: 1px 1px 3px #ccc;
}

#asociarme form input[type="text"]:focus,
#asociarme form input[type="email"]:focus,
#asociarme form input[type="password"]:focus,
#asociarme form input[type="date"]:focus,
#asociarme form input[type="number"]:focus,
#asociarme form select:focus,
#asociarme form textarea:focus {
    background: #fff;
    border-color: rgb(48, 119, 250);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px rgba(48,119,250,0.6);
    outline: 0 none;
}

#asociarme h2 {
    text-align: center;
}

/* Copyright */

#copyright {
    border:none;
    text-align: center;
    margin-top: 0em;
    padding-top: 4em;
}
.menu-front{
    text-align: center;
    padding-right: 1em;
    font-family: 'Roboto', sans-serif;
}
.menu-item{
    color: #3d4449;
    font-weight: bold;
    letter-spacing: 3px!important;
    font-family: 'Roboto', sans-serif;
    font-size: 2vh!important;
}

/* XLarge */

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

    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 13pt;
    }
    .sepheader {
        margin-top: 1%;
        margin-left: 2%;
    }
}
.logo-spis {
    width: 45%;
   
}
/* Large */
@media (min-width: 1920px) and (max-width: 2560px){
    .sepheader {
        /* margin-top: 1%; */
        /* margin-left: 2%; */
        margin: 14px auto;
    }
    .logo_spis {
        width: 50%!important;
        height: 100%!important;
        margin-bottom: -29%!important;
        margin-top: -7%!important;
    }
    .preheader {
        height: 115px;
        max-height: 115px;
        background: #5d94fa;
        margin-bottom: 50px;
        border-bottom: 6px solid #1565f9;
        padding-right: 2%;
        padding-left: 2%;
    }
}
@media screen and (max-width: 1280px) {

    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 12pt;
    }

    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    /* Image */
    .image.left {
        max-width: 50%;
    }

    .image.right {
        max-width: 50%;
    }

    /* Header */
    #header>.container {
       
        margin: 0 !important;
        width: 100%;
        
    }
    #header h1 {
        font-size: 2.5em;
    }

    /* Nav */
    #nav>ul>li {
        padding-right: 1.25em;
    }

    /* Features */
    #features,
    #directiva {
        padding: 4em 0;
    }

    /* Banner */
    #banner {
        padding: 8em 0;
    }

    #banner>.container {
        padding: 0 4em;
    }

    #banner>.container br {
        display: none;
    }

    /* novedades */
    #novedades {
        padding: 4em 0;
    }

    /* asociarme */
    #asociarme {
        padding: 4em 0;
    }
    #intereses {
        padding: 4em 0!important;
    }
    #intereses h2{
        color: #fff;
    }
    /* Copyright */
    #copyright {
        margin-top: 2em;
        padding-top: 2em;
    }

}

/* Medium */

#navPanel,
#titleBar {
    display: none;
}

@media screen and (max-width: 980px) {
    .preheader {
        height: 115px;
        max-height: 115px;
        background: #5d94fa;
        margin-bottom: 30px;
        border-bottom: 6px solid #1565f9;
        padding-right: 2%;
        padding-left: 2%;
    }
    /* Basic */
    html,
    body {
        overflow-x: hidden;
    }
    #proyecto p, #proyecto a {
        text-align: center;
    }
    .calendar h2 {
        padding: 0;
        background: #5d94fa;
        color: #fff;
        padding: 7%;
        font-size: 25px!important;
        border-radius: 5% 5% 0% 0%;
    }
    /* Header */
    #header>.container {
        padding: 10em 0 7em 0;
    }
    .texto-interior h2 {
        color: #fff;
        font-size: 2rem!important;
        font-weight: 400!important;
        left: 10%;
        letter-spacing: 3px;
        position: absolute;
        text-align: center;
        top: 24%;
        width: 80%;
    }
    ul.links {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }
    /* Nav */
    #nav {
        display: none;
    }
  
    .tab-mobil #TableMovil{
        padding: 2%;
    }
    table td {
        padding: 0.45em 0em 0.45em 0em;
    }
    /* Nav */
    #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }

    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 70px;
        width: 100%;
        z-index: 10001;
    }
    .sepheader2 {
        margin-top: 1%;
        margin-left: -2%;
        padding-top: 0;
        margin: 0!important;
    }
    .textheader {
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    #titleBar .toggle {
        position: absolute;
        left: 0;
        top: 0;
        width: 80px;
        height: 60px;
        border: 0;
    }

    #titleBar .toggle:before {
        display: inline-block;
        font-family: FontAwesome;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f0c9';
        display: block;
        width: 60px;
        height: 40px;
        background: rgba(232, 232, 232, 0.9);
        border-radius: 4px;
        position: absolute;
        left: 5px;
        top: 5px;
        box-shadow: 0.125em 0.125em 0 0 rgba(0, 0, 0, 0.15);
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        color: #aaa;
    }

    #titleBar .toggle:active:before {
        opacity: 0.5;
    }

    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        background: #3077fa;
        border-right: solid 2px #618add;
        font-weight: 400;
        text-transform: uppercase;
        color: #888;
        letter-spacing: 2px;
        font-size: 0.85em;
    }

    #navPanel .link {
        display: block;
        color: #ddd;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        border: 0;
        border-top: solid 1px #3c3c3c;
        padding: 0 1em 0 1em;
    }

    #navPanel .link:first-child {
        border-top: 0;
    }

    #navPanel .link.depth-0 {
        font-weight: 600;
        color: #fff;
    }

    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }

    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }

    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }

    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }

    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }

    #navPanel .depth-0 {
        color: #fff;
    }

    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }

    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    /* Sidebar */
    #sidebar {
        padding-top: 6em;
    }

}

/* Small */

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

    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 11pt;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.2em;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 1em 0;
    }

    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }

    /* Image */
    .image.featured {
        margin: 0 0 1.5em 0;
    }

    .image.left {
        max-width: 35%;
    }

    .image.right {
        max-width: 35%;
    }
    .interesrow{
        padding-top: 0!important;
    }
    /* Button */
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        letter-spacing: 2px;
        display: block;
        padding: 1em 0 1em 0;
        width: 100%;
    }
    /* Actions */
    ul.actions li {
        display: block;
        margin: 1em 0 0 0;
    }

    ul.actions li:first-child {
        margin-top: 0;
    }

    /* Box */
    .box.excerpt header {
        text-align: center;
    }

    /* Header */
    #header>.container {
        padding: 0em 0 0em 0;
    }

    #header h1 {
        font-size: 2em;
        letter-spacing: 8px;
        line-height: 1.325em;
    }

    #header p {
        margin: 1.25em 0 0 0;
        letter-spacing: 2px;
    }

    /* Banner */
    #banner {
        padding: 5em 0;
    }

    #banner>.container {
        padding: 0;
    }

    #banner>.container:before,
    #banner>.container:after {
        display: none;
    }

    #banner p {
        font-size: 1.25em;
    }

    /* Features */
    #features,
    #directiva {
        padding: 2em 0;
    }

    #features ul.actions,
    #directiva ul.actions {
        margin-top: 0;
    }

    /* novedades */
    #novedades {
        padding: 2em 0;
    }

    /* Content */
    #content>section,
    #content>article {
        margin: 3em 0 0 0;
        padding: 3em 0 0 0;
    }

    /* Sidebar */
    #sidebar {
        padding-top: 3em;
    }

    #sidebar>section,
    #sidebar>article {
        margin: 3em 0 0 0;
        padding: 3em 0 0 0;
    }

    /* asociarme */
    #asociarme {
        padding: 2em 0;
    }

    #asociarme ul.icons {
        margin-bottom: 0;
    }

    /* Copyright */
    #copyright .links {
        margin-bottom: 0;
    }

    #copyright .links li {
        display: block;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }

}

#directiva,
#especificos,
#asociarme {
    background-color: #e4e4e4;
}

#purpose,
#features,
#novedades,
#contact {
    background-color: white;
}


input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #777;
    margin-right: 0.5em;
    font-weight: bold;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

input[type="checkbox"]:required {
    opacity: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 1px;
    float: left;
}

input[type="checkbox"]:required:invalid+label::before {
    content: "\2610";
    padding-right: 0.2em;
    font-size: 1.6em;
    color: #888;
}

input[type="checkbox"]:required:valid+label::before {
    content: "\2611";
    padding-right: 0.2em;
    font-size: 1.6em;
    color: #3077fa;
}

.g-recaptcha {
    width: 300px;
    margin: 0 auto 1em auto;
}
[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}

input,
[type=file]+label {
    border-radius: 3px;
    padding: 9px;
}

[type=file]+label {
    text-align: left;

    /* Decorative */
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: unset;
}

[type=file]+label:hover {
    background: #3399ff;
}

/* Center the loader */
#loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 200px;
    height: 200px;
    margin: -75px 0 0 -75px;
    border: 40px solid #f3f3f3;
    border-radius: 50%;
    border-top: 40px solid #f9887a;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    .textheader {
        color: #fff;
        font-weight: 600;
        text-align: left;
        margin-top: 0!important;
    }
    .opn {
        display: none!important;
    }
    .sepheader2 {
        margin-top: 8%!important;
        margin-left: -2%!important;
        text-align: end!important;
        padding-top: 2;
    }
    .fab-container {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 999;
        cursor: pointer;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .textheader {
        color: #fff;
        font-weight: 600;
        margin-top: 6px;
    }
    .bubble {
        display: none!important;
    }
    .opn {
        display: none!important;
    }
    .sepheader2 {
        margin-top: 2%;
        margin-left: -2%;
    }
    .fab-container {
        position: fixed;
        bottom: 50px;
        right: 50px;
        z-index: 999;
        cursor: pointer;
        display: block;
    }
    .calendar h2 {
        padding: 0;
        background: #5d94fa;
        color: #fff;
        padding: 7%;
        font-size: 25px!important;
        border-radius: 5% 5% 0% 0%;
    }
    .calendar {
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 5%;
        width: auto;
        height: 200px;
        background: #ff2828;
        box-shadow: 1px 1px 4px #ccc;
        margin: auto;
    }
    .socialnet{
        padding-left: 3%;
    }
    #asociarme h2 {
        text-align: left;
    }
    .texto-interior h2 {
        color: #fff;
        font-size: 2rem!important;
        font-weight: 400!important;
        left: 10%;
        letter-spacing: 3px;
        position: absolute;
        text-align: center;
        top: 40%;
        width: 80%;
    }
    .tab {
        cursor: pointer;
        padding: 10px;
        display: block!important;
        float: left;
        height: 58px;
        line-height: 58px;
        padding: 0 10px;
        border: 1px solid #ddd;
        background-color: #eee;
        margin-bottom: -1px;
        border-radius: 3px;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        outline: none;
        padding: 0 1rem;
        padding-bottom: 4%;
        margin-top: 13px!important;
    }
  }

  /*botones floating responsive*/
  .opn{
      display: none;
  }
  .bubble{
      display: none;
  }

  .logo_spis{
    width: 80%;
    height: 100%;
    margin-bottom: -50%;
    margin-top: -14%;
  }