
/*CSS GENERAL*/

input {
    width: 100%;
}
/* para botón si/no, ver https://proto.io/freebies/onoff/ */



.linea{
    height: 31px;
    background-image: url(../img/linea.png);
    margin-bottom: 40px;
    position: center;
    left: 33%;
    background-position: center;
    background-repeat: no-repeat;
}

.mision{
    color: #fff;
    width: 100%;
    height: 600px;
    position: relative;
}

.politics{
    color: #fff;
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/politics.png);
    background-position: center;
    background-size: cover;
}

.politics-text-height{
    padding-top: 420px; 
}

.titulo{
    margin-top: 60px;
}

.blanco{
    color: #fff;
}


.vision{
    color: #fff;
    width: 100%;
    height: 500px;
    position: relative;
}

form {
    margin: auto;
    margin-top: 20px;
    width: 100%;
    max-width: 900px;
    padding: 20px 30px;  
    padding-bottom: 120px;
}

.contacto-contenedor{
    margin-top: 10px;
    color: #fff;
    width: 100%;
    height: 1050px;
    background-color: #fff;
    position: relative;
    padding:0 0 0 50px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-image: url(../img/fondo-form.png);
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.contenedor-form {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.contacto{
    width: 100%;
    height: 100%;
    position: relative;
}

.btn-enviar {
    width: 30%;
    margin-top: 0px; 
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    background-color: rgba(152, 38, 64, 1);
    border-bottom: 5px solid rgba(88, 21, 77, 1);
}

.btn-enviar:hover {
    background-color: rgba(165, 37, 28, 1);
    cursor: pointer;
     border-bottom: 5px solid rgba(199, 46, 35, 1);
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid transparent; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: "Futura Round", Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Si";
    padding-left: 10px;
    background-color: #BF772A; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "No";
    padding-right: 10px;
    background-color: transparent; color: transparent;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid transparent; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


.form-wrapper .ico {
    float: left;
    line-height: 30px;
    vertical-align: middle;
}

.form-wrapper .ico a{
    height: 30px;
    vertical-align: middle;
}
.form-wrapper .ico img{
    height: 30px;
    vertical-align: middle;
}

.form-wrapper div {
    margin-left: 35px;
}


body {
  font-family: "Futura Round", 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 1.7em;
}
p.small {
  font-size: 1.5px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #fff;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Futura Round", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}


hr.star-light,
hr.star-primary,
hr.star-transparent:after{
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after,
hr.star-transparent:after{
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #2C3E50;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
hr.transparente 
{
  background-color: transparent !important;
}

hr.transparente:after {
  background-color: transparent !important;
}

.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: transparent;
  color: white;
  border: none;   
  position: relative;
  width: 100%;
}
header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  font-family: "Futura Round", Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1em;
}
header .intro-text .skills {
  font-size: 2em;
  font-weight: 300;
}
.height-adjust{
    padding-top: 100px;
    height: 100px;
}
.c1{
    color:#cc1645;
    width: 100%;
    display: inline !important;
    font-weight: bold;
}
.c2{
    color:#ca750b;
    width: 100%;
    display: inline !important; 
    font-weight: bold;
}
.c3{
    color:#aec629;
    width: 100%;
    display: inline !important; 
    font-weight: bold;
}
.c4{
    color:#35793d;
    width: 100%;
    display: inline !important;  
    font-weight: bold;
}
.c5{
    color:#29b5bb;
    width: 100%;
    display: inline !important; 
    font-weight: bold;
}
.c6{
    color:#364075;
    width: 100%;
    display: inline !important;    
    font-weight: bold;
}
.c7{
    color:#b3579c;
    width: 100%;
    display: inline !important; 
    font-weight: bold;
}
.c8{
    color:#FFD700;
    width: 100%;
    display: inline !important; 
    font-weight: bold;
}
.bg-kundalini {
  background-image: url('../img/kundalini.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  font-family:"Futura Round", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: none;
  height: 500px;    
}

.bg-form {
  background-image: url('../img/form-login.png');
  background-size: cover;
  background-repeat: no-repeat;
  border: none;  

    margin: 0px;
    padding: 50px;
    height: 820px;
}

.input-style {
 border-radius: 10px;
 height: 50px;
 margin: 2px;
 font-size: 1em;
    color: rgba(0, 0, 0, 1);
    display: block;
    padding: 15px;
    width: 90%;
}

.bg-nav {
 background-image: url('../img/form-header-bg.png');
 background-size: cover;
 background-repeat: no-repeat;
 border: none; 
 height: 200px;
 margin: 0px;
 border-radius: 0px;
}    

   .form-margin{
        margin: auto !important;
        width: 60%;
        border: none;
    }

.no-margin{
margin:0px !important;
}

.no-padding{
padding:0px !important;
}

.btn-formulario{
    color: linear-gradient(to bottom, #b2ba36, #b2ba36 50%, #a0a92d 50%, #a0a92d) !important;
    background: linear-gradient(to bottom, #b2ba36, #b2ba36 50%, #a0a92d 50%, #a0a92d) !important;
    width: 280px;
    height: 84px;
    text-align: center;
    font-size: 27px;
    vertical-align: center;
    border-bottom: 5px solid #34502c;
    padding: 23px;
    border-radius: 20px;
}
.btn-padding{
    padding-top: 10px;
    
}

.form-box{
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.redes{
    height: 402px;
    width: 820px;
    align-content: center;
    text-align: center;
    padding-top: 10px;
}

.form-round{
 border-radius: 0 100 0 0px;
}
.nav-tabs{
   background-color: transparent;
   color:#b6bf34 !important; 
   text-align: center;
    
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover .nav-tabs.active{
   background-color: transparent;
   color:#fff !important; 
   border-bottom-color: #fff;
    text-align: center;
}

 /*aquí tb*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: transparent !important; 
    border-bottom-color: #fff;
}

form-tab>li.active>a:hover{
    background-color: transparent !important;
    border-bottom-color: #fff;
    
} /*aquí falta*/



.form-tab{
   width:100%;
}
.form-tab-title{
   width:50%;
}

.form-title{
 text-align: inherit;
 height: 200px;
 align-content: center;
 vertical-align: middle;
 color:white;
}

.navbar-custom {
  background-color: transparent;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Futura Round", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  background-image: none;
	background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 70px;
    padding: none;
	background-position: left center;  
    color: white;
    background-color:transparent;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: transparent;
}
.navbar-custom .navbar-nav li a:hover {
  color: #b6bf34;
  outline: none;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: radial-gradient(#b6bf34, #b6bf34, #b6bf34, transparent, transparent);
  box-shadow: none;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: radial-gradient(#b6bf34, #b6bf34, #b6bf34, transparent, transparent);
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}

section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}

section.success {
  background: #fff;
  color: #2C3E50;
}
section.contact {
  background: #2C3E50;
  color: white;
}

@media (max-width: 780px) {
  header .container {
    padding-top: 0px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 3em;
  }
  header .intro-text .skills {
    font-size: 2em;
    display: block;
    padding: 50px 0px;  
  }
}


@media (min-width: 780px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
    background-image: url('../img/navbar.jpg');  
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
    background-image: url('../img/logotipo.png');
  }
  .navbar-custom.affix .navbar-nav li a {
    color: white;
  }
}

@media (max-width: 780px) {   /* smartphone*/
 /*   html {
    width: 1008px;
    }*/
    section h2 {
      margin: 0;
      font-size: 4em;
    }
    section h3 {
      margin: 0;
      font-size: 3em;
    }
    p {
    font-size: 1.8em;
    }
    .redes {
    height: 402px;
    width: 820px;
    }
    .politics {
    height: 680px;    
    }
    .col-sm-8 {
    width: 100%;
    }
    .mision{
    height: 600px;
    }
    .vision {
    height: 760px;
    }
    .gallery-padding {
    padding: 0px !important;
    }
    #gallery-responsive{
    padding:0px;
    margin:0px;
    width: 100% !important;
    height: 100% !important;
    }
    #gallery-row-responsive{
    padding:0px !important;
    margin:0px !important;
    }
    .slidesjs-control{
    width: 100% !important;
    height: 100% !important;
    }
    .gallery-responsive{
    width: 100% !important;
    height: 100% !important;
    margin-right: 0px;
    margin-left: 0px;
    }
    .slidesjs-container{
    width: 100% !important;
    /*height: auto!important; */
    }
    #slides{
    width: 100% !important;
    height: 100% !important;
    }
    .icon-large:before{
        font-size: 3.3333333333333333em !important;   
    }
    .slidesjs-pagination-item{
        font-size: 1.3333333333333333em !important;
        margin: 0 3px !important;
        width: 10px !important;
    }
    #form-responsive{
        font-size: 3em !important; 
    }
    
    .input-style{
      font-size: 2em;       
    }
    .form-padding-top{
        padding-top: 60px;   
        
    }
}

footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
/*FONDO FORMULARIO*/

@media (max-width: 991px) {
    .contacto-contenedor {
        padding:0 0 0 7%;
        height: 1000px !important;
      /*  width: 800px !important; */

    }
    .bg-form {
        background-image: url('../img/FONDO-FORMULARIO-MD.png');
        padding: 50px;

        height: 1390px;
    }       
}

/*SMARTPHONES esto cago todo*/

@media (max-width: 780px) {
 /*   section {
        padding: 50px 0;
    }
    section.first {
        padding-top: 75px;
    }
    section h2 {
        margin: 0;
        font-size: 2em;
    }
    .form-tab h2{
        font-size: 1.6em;  
    }
    h3 {
        font-size: 1.4em;      
    }
    .input-style{
        font-size: 1em;         
    }
    .bg-kundalini {
        height:250px;
        background-image: url('../img/kundalini-sm.jpg');
    }
    .contacto-contenedor {
        padding:0 0 0 7%;
        height: 900px !important;
        width: 90% !important;
    }
    .form-margin{
        margin: auto !important;
        width: 490px;
        border: none;
    }
    .form-tab{
       width:240px;
    }
    .navbar-custom .navbar-brand {
        font-size: 2em;
        height: 40px;
        width: 200px;
        position: 2%;
     /*   -webkit-transform: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        transform: scale()  esto estaba comentado de antes*/
 /*   }
   .navbar-custom {
        padding-left: 20px;   
        padding-top: 2px;    
    }
    .redes {
        height: 60%;
    }
}
*/
@media (min-width: 780px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
  display: block;
}
.portfolio-title{
   display: block; 
}


.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2C3E50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
      header .container {
        padding-top: 0px;
        padding-bottom: 100px;
      }
      header .intro-text .name {
        font-size: 3em;
      }
      header .intro-text .skills {
        font-size: 2em;
        display: block;
        padding: 50 0px;  
      }
}
    
    
    
    
    section h2 {
      margin: 0;
      font-size: 4em;
    }
    section h3 {
      margin: 0;
      font-size: 3em;
    }
    #contacto-contenedor h3 {
      margin: 0;
      font-size: 1.2em;
    }
    p {
    font-size: 1.3em;
    }
    .redes {
    height: 402px;
    width: 820px;
    }
    .politics {
    height: 360px;  
    padding:50px;
    }
    .politics-text-height{
        padding-top: 220px; 
    }
    .col-sm-8 {
    width: 100%;
    }
    .mision{
    height: 600px;
    }
    .vision {
    height: 560px;
    }
    #about{
    padding-bottom: 50px;
    }
    .gallery-padding {
    padding: 0px !important;
    }
    #gallery-responsive{
    padding:0px;
    margin:0px;
    width: 100% !important;
    height: 100% !important;
    }
    #gallery-row-responsive{
    padding:0px !important;
    margin:0px !important;
    }
    .slidesjs-control{
    width: 100% !important;
    height: 100% !important;
    }
    .gallery-responsive{
    width: 100% !important;
    height: 100% !important;
    margin-right: 0px;
    margin-left: 0px;
    }
    .slidesjs-container{
    width: 100% !important;
    /*height: auto!important; */
    }
    #slides{
    width: 100% !important;
    height: 100% !important;
    }
    .icon-large:before{
        font-size: 1.3333333333333333em !important;   
    }
    .slidesjs-pagination-item{
        font-size: 1.3333333333333333em !important;
        margin: 0 10px !important;
        width: 10px !important;
    }
    #form-responsive{
        font-size: 1.1em !important;
    }
    .form-tab-title{
       width:50%;
    }
    .form-tab{
       width:100%;
    }
    .input-style{
      font-size: 2em;       
    }
    .form-padding-top{
        padding-top: 60px;   
        
    }
    
    
    
    
    /*section {
        padding: 100px 0;
    } */
    section.first {
        padding-top: 75px;
    }
    section h2 {
        margin: 0;
        font-size: 2em;
    }
    .form-tab h2{
        font-size: 1.6em;  
    }
    h3 {
        font-size: 1.4em;      
    }
    .input-style{
        font-size: 1em;         
    }
    .bg-kundalini {
        height:250px;
        background-image: url('../img/kundalini-sm.jpg');
    }
    .contacto-contenedor {
        padding:0 0 0 7%;
        height: 940px !important;
        width: 90% !important;
        background-size: cover;
    }
    .form-margin{
        margin: auto !important;
        width: 100%;
        border: none;
    }
    .btn-formulario {
        width: 80%;
    }

    .navbar-custom .navbar-brand {
        font-size: 2em;
        height: 40px;
        width: 200px;
        position: 2%;
     /*   -webkit-transform: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        transform: scale() */
    }
   .navbar-custom {
        padding-left: 20px;   
        padding-top: 2px; 
       
    }
    
    #mainNav{
        background: transparent;
        background-color: transparent;
        box-shadow: none;
    }
    
    
    .redes {
        height: 60%;
    }
    .height-adjust{
    padding-top: 0px;
    height: 0px;
}
}

/* iPads (portrait and landscape) ----------- */

@media only screen
and (min-device-width : 768px) 
    and (max-device-width : 1024px) {

    .politics-text-height{
        padding-top: 38% !important; 
    }
    #form-responsive{
        font-size:  2em !important;
    }
        
}