/* Comenzamos */

section, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
  }

html, body {
     width: 100%;
     overflow-x: hidden;
  }

h1, h2, h3, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #CCC;
}

.section-title strong {
	color: #00C6D7;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,#about, #team, 
#portfolio, #pricing, #contact {
  padding-top: 100px;
  padding-bottom: 100px;
}


/* ==========================================================================
preloader section
========================================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #fff;
}
.preloader .words {
  color: #dc0000;
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.preloader .words.lema {
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: Chewy, cursive; 
  font-weight: 500;
  z-index: 99999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sk-spinner-circle.sk-spinner {
  width: 22px;
  height: 22px;
  position: relative; }
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 20%;
  height: 20%;
  background-color: #dc0000;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #F8F8F8;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #dc0000;
  font-weight: 400;
  font-size: 20px;
  text-shadow: 1px 1px #610B0B;
}
.custom-navbar .navbar-brand .navbar-toggle {
  background: #00c6d7;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.custom-navbar .nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.custom-navbar .nav li a:hover {
	background: transparent;
  color: #dc0000;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
  color: #dc0000;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #ff0000;
  border-color: transparent;
}

@media(min-width:768px){
    .custom-navbar {
      background: #F8F8F8;
      padding: 10px;
      border-bottom: 0;
      background: 0;
    }
    .custom-navbar.top-nav-collapse {
      padding: 8px;
      background: #F8F8F8;
      border-bottom: 1px solid #ddd;
    }
    .intro .navbar-brand {
      text-shadow: none;
    }
    .custom-navbar.intro li a {
      color: #777777;
    }
    .custom-navbar.intro li a:focus {
      background-color: transparent;
      color: #dc0000;
      outline: none;
    }
    .custom-navbar.intro li.active > a {
      color: #dc0000;
    }
    .custom-navbar.intro  li  a:hover {
      background: transparent;
      color: #dc0000;
    }
}

@media(max-width:767px){
  .custom-navbar {
      padding: 8px;
      background: #F8F8F8;
      border-bottom: 1px solid #ddd;
    }
    .custom-navbar .navbar-brand  {
      text-shadow: none;
    }
    .custom-navbar .nav li a {
      color: #777777;
    }
    .custom-navbar .nav li a:focus {
      background-color: transparent;
      color: #777777;
      outline: none;
    }
    .custom-navbar .nav li.active > a {
      color: #dc0000;
    }
}


/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
  text-shadow: 1px 1px 5px #000;
}
#home h3 {
  font-size: 14px;
  text-shadow: 1px 1px 5px #000;
}
#home h4 {
  text-shadow: 1px 1px 5px #000;
}
#home h5 {
  text-shadow: 1px 1px 5px #000;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: rgba(220,00,00,0.5);
  border-color: transparent;
}
#home .btn-danger {
  background: rgba(220,00,00,0.5);
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
	border-radius: 1;
	background: transparent;
  color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
    text-align: center;
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
#work h3 {
  font-size: 18px;
}
#work a {
  color: #dc0000;
  text-decoration: none;
}
#work a:hover{
  color: #fa5858;
}


/* ==========================================================================
about section
========================================================================== */
#about {
  background: #BDBDBD;
  color: #ffffff;
}
#about img {
  margin-top: 20px;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #848484;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
  	color: #ffffff;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #dc0000;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #0CC;
}

.tab-content a:hover, .tab-content a:link {
	color: #FF0;
	text-decoration: none;
}

/* ------------------------------------------------------------------
/* g. Testimonials section
/* ------------------------------------------------------------------ */
#testimonials {
   background: #1F1F1F url(../images/chavez.jpg) no-repeat center center;
   background-size: cover !important;
  -webkit-background-size: cover !important;
   background-attachment: fixed;

   position: relative;
   min-height: 200px;
   width: 100%;
   overflow: hidden;
}
#testimonials .row {
   width: 96%;
   max-width: 1020px;
   margin: 0 auto;
}
/* fixed width for IE8 */
#testimonials .ie .row { width: 1000px ; }

#testimonials .narrow .row { max-width: 980px; }

#testimonials .row .row { width: auto; max-width: none; margin: 0 -20px; }

/* row clearing */
#testimonials .row:before,
#testimonials .row:after {
    content: " ";
    display: table;
}
#testimonials .row:after {
    clear: both;
}

#testimonials .column, .columns {
   position: relative;
   padding: 0 20px;
   min-height: 1px;
   float: left;
}
#testimonials .column.centered, .columns.centered  {
    float: none;
    margin: 0 auto;
}

/* removed gutters */
#testimonials .row.collapsed > .column,
#testimonials .row.collapsed > .columns,
#testimonials .column.collapsed, .columns.collapsed  { padding: 0; }


/* column widths */
#testimonials .row .one         { width: 8.33333%; }
#testimonials .row .two         { width: 16.66667%; }
#testimonials .row .three       { width: 25%; }
#testimonials .row .four        { width: 33.33333%; }
#testimonials .row .five        { width: 41.66667%; }
#testimonials .row .six         { width: 50%; }
#testimonials .row .seven       { width: 58.33333%; }
#testimonials .row .eight       { width: 66.66667%; }
#testimonials .row .nine        { width: 75%; }
#testimonials .row .ten         { width: 83.33333%; }
#testimonials .row .eleven      { width: 91.66667%; }
#testimonials .row .twelve      { width: 100%; }

#testimonials .text-container {
   padding-top: 96px;
   padding-bottom: 66px;
}
#testimonials h1 {
   font: 18px/24px 'opensans-bold', sans-serif;   
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
}
#testimonials h1 span { display: none; }
#testimonials .header-col { padding-top: 9px; }
#testimonials .header-col h1:before {
   font-family: 'FontAwesome';
   content: "\f10d";
  padding-right: 10px;
  font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #fff;
}

/*  Blockquotes */
#testimonials blockquote {
  border: 0px;
  margin: 0 0px 30px 0px;
  padding-left: 0;
  position: relative;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
}
#testimonials blockquote:before { content: none; }
#testimonials blockquote p {
   font-family: Chewy, cursive; font-size: 150%, serif;
   padding: 0;
   font-size: 24px;
   line-height: 48px;
   color: #fff
}
#testimonials blockquote cite {
   display: block;
   font-size: 12px;
   font-style: normal;
   line-height: 18px;
   color: #fff;
}
#testimonials blockquote cite:before { content: "\2014 \0020"; }
#testimonials blockquote cite a,
#testimonials blockquote cite a:visited { color: #8B9798; border: none }

#testimonials .header-col h1:before {
  font-size: 66px;
  line-height: 66px;
}
#testimonials blockquote p {
  font-size: 22px;
  line-height: 46px;      
}

/* Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
   content: " ";
   display: table;
}
.slides:after {
   clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* Slider Styles */
.slides { zoom: 1; }
.slides > li {
   /*margin-right: 5px; */
   overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: left;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #ddd;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}
.flex-control-paging li a:hover {
    background: #CCC;
    background: rgba(255, 255, 255, .7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    cursor: default;
}

/* ==========================================================================
about section
========================================================================== */
#organigrama {
  padding-top: 120px;
  padding-bottom: 120px;
  margin: 0;
  background: #FBF8EF;
  color: #585858;
}
#organigrama .bold {
  margin-top: 5px;
  margin-bottom: 5px; 
  padding: 0;
}
#organigrama hr {
  width: 100%;
}
#organigrama p {
  letter-spacing: 0;
  line-height: 24px
}
#organigrama h4 {
  letter-spacing: 0;
  font-weight: normal;
}
#organigrama a {
  text-decoration: none;
}
#organigrama .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}


/* ==========================================================================
portfolio section
========================================================================== */
#portfolio {
  background-color: #f6f6f6;
  text-align: center;
  margin: 0;
  }
#portfolio img {
  width: 100%;
  transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
  opacity: 0.5;
}
/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 40px 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li .selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    color: #dc0000;
    outline: none;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

/* ==========================================================================
pricing section
========================================================================== */
#pricing {
  text-align: center;
  background-color: #BDBDBD;
}
#pricing h2 {
  font-size: 32px;
  letter-spacing: 1px;
}
#pricing h3 {
  font-size: 14px;
  letter-spacing: 1px;
}
#pricing .plan {
  box-shadow: 0px 4px 10px 1px rgba(50, 50, 50, 0.30);
  padding-bottom: 50px;
  margin-bottom: 32px;
  background-color: #ffffff;
  border-radius: 5px;
}
#pricing .plan p {
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
#pricing .plan span {
	font-size: 16px;
}
#pricing .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 10px;
  margin-bottom: 2px;
}
#pricing .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.50);
  border-radius: 50%;
  font-size: 42px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  margin-bottom: 10px;
}
#pricing .plan ul {
  padding: 0px;
}
#pricing .plan ul li {
  display: block;
  font-weight: 500;
  padding: 12px 0px;
}
#pricing .plan .btn {
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-family: Chewy, cursive;
  font-size: 16px;
  padding: 5px 30px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
#pricing .plan-one .btn {
  background-color: #dc0000;
}
#pricing .plan-two .btn {
  background-color: #ffa400;
}
#pricing .plan-three .btn {
  background-color: #009988;
}
#pricing .plan .btn:hover {
  background-color: #3B3B3B;
}


/* ==========================================================================
contact section
========================================================================== */
#contact {
  background: #3B3B3B url('../images/contact-bg.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  letter-spacing: 0.5px;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact h4 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #2E2E2E;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 30px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 1;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact a {
  color: #dc0000;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
#contact a:hover{
  color: #ff0000;
}
#contact .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#contact .btn:hover {
  background: rgba(220,00,00,0.5);
  border-color: transparent;
}
#contact .btn-danger {
  background: rgba(220,00,00,0.5);
  border-color: transparent;
}
#contact .btn-danger:hover {
  border: 4px solid #ffffff;
  border-radius: 1;
  background: transparent;
  color: #ffffff;
}
#contact .modal p {
  font-size: 14px;
  color: #6E6E6E;
  letter-spacing: 0.2px;
  line-height: 20px;
}
#contact .modal .modal-body{
  color: #000000;
  padding-bottom: 50px;
}
#contact .modal .modal-footer{
  background-color: #dc0000;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; 
  color: #000000;
  letter-spacing: 0;
}
#contact .modal .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 12px 42px;
  margin-top: 5px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#contact .modal .btn:hover {
  background: rgba(255,255,255,1);
  border-color: transparent;
  color: #dc0000;
  transition: all 0.4s ease-in-out;
}
#contact .modal form {
  padding-top: 0;
  padding-bottom: 20px;
}
#contact .modal .form-control {
  border: 1px solid #B5B5B5;
  border-radius: 1;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.4s ease-in-out;
}
#contact .modal .custom-input-file {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
#contact .modal .custom-input-file .input-file {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 10000px;
    border: 10000px solid transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: -1000px;
    top: -1000px;
    cursor: pointer;
}
#contact .modal .custom-input-file .archivo {
  height: 40px;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  background-color: transparent;
  padding-top: 10px;
  padding-left: 12px;
  color: #909090;
}
#contact .modal .res {
  margin-top: 10px;
  padding: 0px;
}

/* ==========================================================================
enlaces section
========================================================================== */
#enlaces {
  text-align: center;
  background-color: #2E2E2E;
}
#enlaces h3 {
  font-size: 16px;
  color: #848484;
  letter-spacing: 0.2px;
  text-align: left;
  margin-left: 30px;
  font-weight: normal;
}
#enlaces .plan {
  padding-bottom: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
#enlaces .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 10px;
  margin-bottom: 2px;
}
#enlaces .plan ul li {
  margin: 5px 60px;
  text-align: left;
  color: #ffffff;
  letter-spacing: 0.2px;

}
#enlaces .plan ul li a{
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
}
#enlaces .plan ul li a:hover{
  color: #D8D8D8;
}
#enlaces .plan .twitter-eps {
  margin-top: 25px;
  text-align: center;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #dc0000;
}
footer p {
  padding-top: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
  background-color: #ffffff;
  color: #dc0000;
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #00c6d7;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }    
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}