/*
Template: Hallooou HTML5 Responsive template
Author: Mauritius D'Silva <hello@mauritiusdsilva.com>
Theme URI: http://www.mauritiusdsilva.com/themes/hallooou
Version: 1.0

*/


/*  ----------------------------------------------
            CSS TABLE OF CONTENTS
            ------------------------------------------------- */
/*
1:  Pre-loader
2:  Default styles
3:  Common section styles
4:  Navigation
5:  Page sections (sections included in the navigation)
    5.1:    Hero Unit (Main slider)
    5.2:    About section ("About us")
    5.3:    Services section ("What we do")
    5.4:    Products section ("Why choose us")
    5.5:    Team section 
    5.6:    Portfolio section
    5.7:    Clients section
    5.8:    Contact section
6:  Our achievements section
7:  Call to action section  (one or two columns)
8:  Call to action section (two columns)
9:  Clients testimonial
10: Footer
11: CSS3 Animations
12: Buttons
13: Media queries

/*
----------------------------------------------------- */






/* 1:   Pre-loader -  Need more customizations? Visit-> http://github.hubspot.com/pace/docs/welcome/ 
/* ---------------------------------------------- */


.push_button {
      position: relative;
      width:220px;
      height:40px;
      text-align:center;
      color:#FFF;
      text-decoration:none;
      line-height:43px;
      font-family:'Oswald', Helvetica;
      display: block;
      margin: 30px;
}
.push_button:before {
      background:#f0f0f0;
      background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#D0D0D0), to(#f0f0f0));
      
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      
      -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
      -moz-box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF; 
      box-shadow:0 1px 2px rgba(0, 0, 0, .5) inset, 0 1px 0 #FFF;
      
      position: absolute;
      content: "";
      left: -6px; right: -6px;
      top: -6px; bottom: -10px;
      z-index: -1;
}

.push_button:active {
      -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset;
      top:5px;
}
.push_button:active:before{
      top: -11px;
      bottom: -5px;
      content: "";
}

.red {
      text-shadow:-1px -1px 0 #A84155;
      background: #D25068;
      border:1px solid #D25068;
      
      background-image:-webkit-linear-gradient(top, #F66C7B, #D25068);
      background-image:-moz-linear-gradient(top, #F66C7B, #D25068);
      background-image:-ms-linear-gradient(top, #F66C7B, #D25068);
      background-image:-o-linear-gradient(top, #F66C7B, #D25068);
      background-image:linear-gradient(to bottom, #F66C7B, #D25068);
      
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      
      -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
      -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
      box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #AD4257, 0 4px 2px rgba(0, 0, 0, .5);
}

.red:hover {
      background: #F66C7B;
      background-image:-webkit-linear-gradient(top, #D25068, #F66C7B);
      background-image:-moz-linear-gradient(top, #D25068, #F66C7B);
      background-image:-ms-linear-gradient(top, #D25068, #F66C7B);
      background-image:-o-linear-gradient(top, #D25068, #F66C7B);
      background-image:linear-gradient(top, #D25068, #F66C7B);
}

.blue {
      text-shadow:-1px -1px 0 #2C7982;
      background: #3EACBA;
      border:1px solid #379AA4;
      background-image:-webkit-linear-gradient(top, #48C6D4, #3EACBA);
      background-image:-moz-linear-gradient(top, #48C6D4, #3EACBA);
      background-image:-ms-linear-gradient(top, #48C6D4, #3EACBA);
      background-image:-o-linear-gradient(top, #48C6D4, #3EACBA);
      background-image:linear-gradient(top, #48C6D4, #3EACBA);
      
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      
      -webkit-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
      -moz-box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
      box-shadow:0 1px 0 rgba(255, 255, 255, .5) inset, 0 -1px 0 rgba(255, 255, 255, .1) inset, 0 4px 0 #338A94, 0 4px 2px rgba(0, 0, 0, .5);
}

.blue:hover {
      background: #48C6D4;
      background-image:-webkit-linear-gradient(top, #3EACBA, #48C6D4);
      background-image:-moz-linear-gradient(top, #3EACBA, #48C6D4);
      background-image:-ms-linear-gradient(top, #3EACBA, #48C6D4);
      background-image:-o-linear-gradient(top, #3EACBA, #48C6D4);
      background-image:linear-gradient(top, #3EACBA, #48C6D4);
}

body {font-family: "Lato", sans-serif;}

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontainer { 
    padding: 3px;
    margin: 3px;
}
.sectitle {
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #fff !important;
    font-weight: normal !important;
    font-family: "Source Sans pro", 'Ultra', sans-serif !important;   
    font-size: 36px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
text-shadow: 1px 0px 2px rgba(145, 150, 150, 1);
}

.sectitlee {
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #0000 !important;
    font-weight: normal !important;
    font-family: "Source Sans pro", 'Ultra', sans-serif !important;   
    font-size: 36px !important;
    line-height: 42px !important;
    text-transform: uppercase !important;
text-shadow: 1px 0px 2px rgba(145, 150, 150, 1);
}
.tablinks {

}
.tabcontent {
    margin: auto;
    margin-top:10px;
width: 50%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6833b+0,e6833b+44,e76c25+100 */
background: rgb(230,131,59); /* Old browsers */
background: -moz-linear-gradient(top, rgba(230,131,59,1) 0%, rgba(230,131,59,1) 44%, rgba(231,108,37,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(230,131,59,1) 0%,rgba(230,131,59,1) 44%,rgba(231,108,37,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(230,131,59,1) 0%,rgba(230,131,59,1) 44%,rgba(231,108,37,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6833b', endColorstr='#e76c25',GradientType=0 ); /* IE6-9 */ 
    padding: 20px;
    min-height: 400px;
    display: none;
    border: none;
    border-top: none;
}
.tabcontent h3 {
color: #fff;
}
.tabcontent p {
color: black;
}
.imgvalores {
    margin-bottom: 20px;
    height: 100px;
    width: 100px;
}
.emptybtn {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  height: 25px;
  font-family: Arial;
  color: #9c8f75;
  font-size: 14px;
  text-decoration: none;
  border: none;
  background: rgba(0,0,0,0);
}

.donarbtn {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 25px;
    background: #f5d59d;
    background-image: -webkit-linear-gradient(top, #f5d59d, #e6b56c);
    background-image: -moz-linear-gradient(top, #f5d59d, #e6b56c);
    background-image: -ms-linear-gradient(top, #f5d59d, #e6b56c);
    background-image: -o-linear-gradient(top, #f5d59d, #e6b56c);
    background-image: linear-gradient(to bottom, #f5d59d, #e6b56c);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #757a9c !important;
    font-size: 14px;
    border: solid #e39700 1px;
    text-decoration: none;
}
.nav span { 
  color: #757a9c !important;
  font-size: 16px;
}
.donarbtn:hover {
  background: #edb379;
  background-image: -webkit-linear-gradient(top, #edb379, #dba35e);
  background-image: -moz-linear-gradient(top, #edb379, #dba35e);
  background-image: -ms-linear-gradient(top, #edb379, #dba35e);
  background-image: -o-linear-gradient(top, #edb379, #dba35e);
  background-image: linear-gradient(to bottom, #edb379, #dba35e);
  text-decoration: none;
}
.alinear {
    position: relative;
    display: block;
    margin: 5px;
    height: 400px;
    padding: 30px 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
  pointer-events: none;
}



/* 2:   Default styles
/* ---------------------------------------------- */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #999; /* Can be changed via colors.css */
    background-color: #fff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 6px 0;
    text-transform: none;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
}

p {
    margin: 0 0 25px;
    font-size: 16px !important;
    line-height: 1.5;
}

.cont, cont
{
	color: #999;
	margin: 0 0 25px;
    font-size: 12px;
    line-height: 1;
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus{
    text-decoration: none;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.light {
    font-weight: 100;
}

.white{
    color:#fff;
}

.gray{
    color: #a5a5a5;
}

.leblack {
    color: #A0E097;
}

.lightblue
{
	color: #267ABF;
}

.darkgray
{
	color: #585858;
}

.green
{
	color: #089E17;
	font-weight:bold;
}

.buffer-twenty{
    margin:20px 0;
}

.buffer-twenty-top{
    margin-top: 20px;
}

.buffer-twenty-bottom{
    margin-bottom: 20px;
}

.buffer-forty{
    margin:40px 0;
}

.buffer-forty-top{
    margin-top: 40px;
}

.no-bottom-pad{
    padding-bottom: 0 !important;
}

.no-top-pad{
    padding-top: 0 !important;
}

.highlight{
    font-weight: 700;
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.list-ord{
    list-style: none;
    margin:0;
    padding: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.no-bg{
    background: none !important;
}


/* 3:   Common section styles
/* ---------------------------------------------- */


.content-section.alt-bg{
    background-color: #222;
}

.content-section.alt-bg-light{
    background-color: #fafafa;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #d2d2d2;
}

.caption{
    font-weight: 100;
    font-size: 20px;
}

.caption2{
    font-weight: 600;
    font-size: 20px;
}


.text-center{
    text-align: center;
}

.align-middle{
    margin:0 auto;
}

.sans-border{
    border-radius: 0;
}

.sans-shadow{
    box-shadow: none;
}

blockquote { 
    display: block;
    font-size: 22px;
    position: relative; 
    padding-left: 90px;
    color: rgba(254,82,76, 1);
    border-color: rgba(254,82,76, 1);
}

blockquote:before {
    content: "\f10d";
    font-size: 55px; 
    font-family: FontAwesome;
    position: absolute;
    top: -4px;
    left: 20px;
}

blockquote span:before{
    content:'--';
    padding: 0 10px 0 0;
}

blockquote span{
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #999;
}

.facebook-border
{
	border: 1px solid;
	border-radius: 12px;
	
}

.facebook
{
	padding: 16px 0;
	text-align: center;
}

/*@media (min-width:768px)
{
	.facebook
	{
		padding-top: 0;
		text-align: center;
	}

/* 4:   Navigation
/* ---------------------------------------------- */

.navbar-custom {
    margin-bottom: 0;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.navbar-custom.top-nav-collapse{
    background: rgba(255,110,0, .8); /* Primary color, can be changed via colors.css */
}

.navbar-custom .navbar-brand {
    font-weight: 600;
    font-size: 25px;
    padding: 0;
    margin: 0;
}
.resizer {
}

.navbar-custom .navbar-brand span.brand-logo{
	display: inline-block;
	/*padding: -8px 0;*/
	margin-top: 4px;
	margin-right: 20px;
	/*margin-left: 20px;*/
	max-height: 100%;
	max-width: 40%;
	height: 100%;
	width: auto;
}
.bordeo {
    border: 1px red solid;
    margin-left: 3px;
    margin-right: 3px;

}
.ctrimg img {
  z-index: 999;
  width: 100%;
  padding: 5px;
}
.bordeo2 {
  background-color: #fff;
  margin-top: 15px;
margin-bottom: 15px;
  color: #E76C25;
    text-transform: uppercase !important;
      margin-bottom: 0;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
.bordeo:hover {
      background-color: red !important;
}


.container-fluid{
    padding-left:50px;
}

.icon-bar{
    background-color:#E76C25 ;
}

@media (min-width:768px)
{
	.navbar-custom .navbar-brand span.brand-logo{
		display: inline-block;
		/*padding: -8px 0;*/
		margin-top: 0;
		/*margin-right: -25px;
		margin-left: -25px;*/
		margin-bottom: 0;
		text-align: center;
		max-height: 100%;
		max-width: 105%;
		height: 100%;
		width: auto;
	}
    .img-logo{
        height:100%;
    }
    .first-equipo{
        margin-left: 50px;
    }
    .navbar .navbar-nav {
        display: inline-block;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}


.navbar-custom .navbar-brand:focus {
	outline: 0;
	color: rgba(255,128,0,1);
	text-align: left;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 2px 6px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(231, 108, 37, 0.6);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}


/* Custom overlay navigation
/* ---------------------------------------------- */
.button_container {
    position: relative;
    margin-top: 14px;
    height: 28px;
    width: 28px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}

/* Animate the top hamburger bar */
.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #E76C25;
}

/* Set the middle hamburger bar's opacity to 0  */
.button_container.active .middle {
    opacity: 0;
    background: #E76C25;
}

/* Animate the bottom hamburger bar */
.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #E76C25;
}

.button_container span {
	background: #fff;
	border: none;
	height: 4px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	background-color: #E76C25;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

/* The overlay */
.overlay {
    position: fixed;
    display: block; 
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    top: 0;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    font-size: 30px;
    font-family: "Raleway", "Helvetica Neue", Arial, sans-serif;
    text-transform: none;
    font-weight: 600;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #E76C25;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
}

/* Link underline on hover */
.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .15s;
    transition: .15s;
}


/* 5:   PAGE SECTIONS
/* ---------------------------------------------- */

/*      5.1: Hero unit (Main slider)
/* ---------------------------------------------- */

.intro-carousel {
    width: 100%;
    /*height: 100%;*/
    color: #fff;
    background:#222;
}

.carousel-caption{
    text-shadow: none;
    bottom: 25%;
}

.carousel-caption h1{
    padding: 0;
    margin: 10px 0;
    color: #fff;
} 

.carousel-caption .intro-text{
    padding: 0;
}

.carousel-caption .btn{
    margin:0;
}

.carousel-control{
    top: 50%;
    width:4%;
    height:7%;
    margin: 0;
    text-shadow: none;
}

.carousel-control.left,
.carousel-control.right{
    background: none;
    z-index: 100;
}

.carousel-control.left:hover,
.carousel-control.right:hover{
    background: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
}

#parallax-slide{
    background: url(../images/title.jpg) 50% 50% no-repeat;
    background-attachment: fixed;
    max-height: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000; /* Set to black, can be changed via colors.css */
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: 1;
}

.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #E76C25;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px;
}

.mouse:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #E76C25;
    border-radius: 100%;
    left: 50%;
    margin-left: -2.5px;
    top: 10px;
    -webkit-animation: rotateplane 1.5s  infinite ease-in-out;
    animation: rotateplane 1.5s infinite ease-in-out;
}

.mainlogo
{
	max-width: 100%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.footerlogo
{
	max-width: 50%;
	height: auto;
}
/* Full Slider HTML Template via www.startbootstrap.com
/* ---------------------------------------------- */

/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 .carousel,
 .item,
 .active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* Hero unit background video
/* ---------------------------------------------- */


.video-section{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.video-section .bgndVideo{
    width: 100%;
    height: 100%;
}


.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.video-controls,
.html5-video-controls {
    display: none;
    font-size: 16px;
    position: absolute;
    bottom: 8%;
    right: 5%;
    z-index: 99;
    opacity: .4;
}

.video-controls-visible {
    display: inline;
}

.video-controls .fa,
.html5-video-controls .fa {
    color: #fff;
    padding: 5px;
    width: 25px;
}

/* HTML 5 video
/* ---------------------------------------------- */
video#html5-video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

/* fix for IE8 refer to conditional comment in the <head> of the page*/
video {
    display: block;
}

/*      5.2: About section
/* ---------------------------------------------- */
.aboutinside {
    padding-top: 100px;
    padding-bottom: 150px;
    margin: auto;
}
.about h2,.about h3{
    margin: 5px 0;
    padding: 0;
}
.w3-button {

}

/*      5.3: Services section ("What we do")
/* ---------------------------------------------- */

.services{
 background-image: url("../images/leafs.jpg");
 padding-top: 100px;
 padding-bottom: 100px;
 /*background-repeat: repeat;*/
}
.contact{
 background-image: url("../images/leafs.jpg");

 /*background-repeat: repeat;*/
}
.services-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #fff #fff rgba(254,82,76, 1) rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    /* Firefox 3.0 damage limitation */
    display: block;
    width: 0;
}


.services-item{
    background: #FBF2DA;
    padding: 30px 20px 20px;
    margin: 15px 0;
    position: relative;
    color: #FBF2DA;
    overflow: hidden;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.services-item h4{
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.services-item p{
    padding: 0;
    margin: 0;
    color:#999;
    font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.services-item i{
    color: #FFEEC1; /* Primary color, can be changed via colors.css */
    padding: 0;
    margin: 0 0 10px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover{
    background: #FFEEC1;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}


.services-item:hover h4{
    /*color:#fff;*/
    transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    -o-transform: translate(0,-5px); 
    -moz-transform: translate(0,-5px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.services-item:hover p{
    color:#fff;
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -o-transform: translate(0,-10px); 
    -moz-transform: translate(0,-10px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover i{
    color:#FFEEC1;
    transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    -o-transform: translate(0,-5px); 
    -moz-transform: translate(0,-5px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.services-item:hover:before{
    border-color: #fff #fff #a5a5a5 #a5a5a5;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}

.services-item img
{
	width: 80%;	
}

/*       5.4: Products section ("Why choose us")
/* ---------------------------------------------- */

.products{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background: url(../images/valores.jpg) 50% 50% no-repeat scroll;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.mct {
    position:relative;
    padding:-5px;
    height:300px;
}

.mct2 {
    position:relative;
}

.overlayt {
    background:rgba(255,255,255,.6);
    position:absolute;
    width:95%;
    height: 95%;
    z-index:1;
}
.overlayt2 {
    z-index:1;
}
.contenidot {
    position:relative;
    z-index:2;
}
.contenidot2 {
    position:relative;
    z-index:2;
}
.contenidot p {
    color: #fff;
    font-weight: bold;
}

.products-container p{
    color:#955e63;
}

.products-container span.icon{
    display: inline-block;  
    padding: 18px;
    margin: 0 0 22px 0;
    min-width: 80px;
    color: #fff;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    text-align: center;
    border-radius: 50px;
    width: 80px;
    height: 80px;
}


.product-item{
    padding: 10px 0;
}
.product-item h3{
    margin: 0;
    padding: 0 10px;
    font-size: 20px;
}

.product-item p{
    font-size: 16px;
    padding: 0 10px;
}

.product-fixed
{
	width: auto;
	height: auto;
}

@media(min-width:768px)
{
	.product-fixed
	{
		width: 380px;
		height: 340px;
	}
}
/*      5.5: Team section
/* ---------------------------------------------- */

.team-member {
    margin: 15px 0;
    padding:0;
}
.nopadding {
    padding-left: 0px !important;
  padding-right: 0px !important;  
}

.team-resizer {
      padding-left: 0px !important;
  padding-right: 0px !important;  
margin: auto;
      width: 250px;
    height: 250px;
        overflow: hidden;
}


.team-member figure{
    position: relative;
    overflow: hidden;
    padding:0;
    margin: 0;
}

.team-member figure img{
    min-width: 100%;
}

.team-member figcaption p{
    font-size: 16px;
}

.team-member figcaption ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.team-member figcaption ul{
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li{
    display: inline-block;
    padding:10px;
}

.team-member h4{
    margin: 10px 0 0;
    padding: 0;
}

.team-member figcaption{
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team-member figcaption{
    padding:50px;
}

@media (min-width: 768px)
{
	.team-member figcaption{
      padding:10px;
  }
}

.team-member figure:hover {
    visibility: visible;
    border: 1px solid #f5f5f5;
    height: 100%;
}

.team-member figure:hover figcaption ul li a:hover{
    color: rgba(49, 49, 49, .97);
}

.team-member figure img{
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img{
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team {
    margin-top: 100px;
}

/*       5.6: Portfolio section
/* ---------------------------------------------- */


#portfolio, #autoestima, #sanando, #mascaras, #oftalmologia, #matrimonios{
    width: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,0.99),rgba(0,0,0,0.8),rgba(0,0,0,0.1), white), url('../images/historia2.jpg');
    background-blend-mode: multiply;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

.imgempresasred {
    border: none !important;
    padding-top: 50px;
    white-space: normal;
    height: 50%;
    background: url(../images/fondodonar.jpg) ;    
    min-height: 700px;
}
.misionvision p {
    font-weight: bold;
    color:#D6E2F0;
}

.misionvision h2 {
 font-weight: bold;
 color:#D6E2F0; 
}

.misionvision {
    padding-top: 100px;
    padding-bottom: 400px;
    background: url(../images/mvu.jpg) 50% 50% no-repeat scroll;    
    overflow: overlay;
    white-space: normal;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-blend-mode: multiply;
}

.port-p{
    margin: 10px;
    margin-right: 20px;
    font-family: sans-serif;
    font-size: initial;
    color: #fff;
}

.project-container {
    margin-top: 50px;
    position: relative;
}

.recent-project {
    position: relative;
    overflow: hidden;
    margin: 5px;
}
.recent-project img {
    width: 100%;
}
.project-info {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.project-info h3 {
    line-height: 18px;
}
ul.project-meta {
    margin: 0;
    padding: 0; 
}

ul.project-meta li{
    display: inline-block;
    padding:5px 10px;
    border: 1px solid #fff;
}

ul.project-meta li a{
    display: inline-block;
    color: #fff;
}
ul.project-meta li a:hover{
    color: #f76758;
}

.full-project {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    line-height: 18px;
    font-size: 18px;
    text-transform: capitalize;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}
.full-project:hover {
    background: rgba(223,81,76, 1); /* Hover color, can be changed via colors.css */
}
.full-project a {
    padding: 0px;
    display: block;
    color: #fff;
}

.full-project a:hover{
    color:#fff;
}

.full-project a i{
    font-size: 14px;
    padding: 0 10px;
    line-height: 20px;
}

/* Overlay and hover effect
/* ---------------------------------------------- */
.recent-project::before {
    content: "";
    background: rgba(59,59,59,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.recent-project:hover::before {
    opacity: 1;
}

.project-info h3,
ul.project-meta,
.full-project {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}
.project-info h3,
ul.project-meta{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.full-project {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.recent-project:hover .project-info h3,
.recent-project:hover ul.project-meta,
.recent-project:hover .full-project {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



/* Carousel navigation
/* ---------------------------------------------- */

.project-navigation .btn-next,
.project-navigation .btn-prev {
    position: absolute;
    width: 40px;
    height: 70px;
    top: 40%;
    margin-top: -20px;
    background: rgba(59,59,59,0.9);
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    z-index: 997;
    cursor: pointer;
}

.project-navigation .btn-prev {
    left: 0;
}

.project-navigation .btn-next {
    right: 0;
}

.project-navigation a:hover {
    width: 60px;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.project-container .project-navigation .btn-prev,
.project-container .project-navigation .btn-next {
    opacity: 1;
}


/*       5.7: Clients section
/* ---------------------------------------------- */

.our-clients {
padding-top: 100px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c1806+0,674b2f+100 */
background: rgb(255,50,50); /* Old browsers */
background: -moz-linear-gradient(top, rgb(255,50,50) 0%, rgb(209,112,112) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(255,50,50) 0%,rgb(209,112,112) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgb(255,50,50) 0%,rgb(209,112,112) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#d17070',GradientType=0 ); /* IE6-9 */
}

.our-clients h2{
    color: #fff;
}

.our-clients .i{
    text-align:center;
    line-height:120px;
}

.our-clients .i img{
    display:inline-block;
    margin:0;
    padding: 0;
}

.client-slider{
    margin: 0 auto;
}

.client-slider .item:before{
    content: '';
    display: inline-block;
    text-align: center;
}

.client-slider .item{
    display: inline-block;
    margin:0 auto;
    width: auto;
    height: auto;
}

/* change client logo slider pagination color to white for readibility */
.client-slider.owl-theme .owl-controls .owl-page span{
    background: rgba(255, 255, 255, .5) !important;
}


/*       5.8: Contact section
/* ---------------------------------------------- */

.contact-dir
{
	text-align: left;
}

.contact-contact
{
	text-align: right;
}

.contact-form,
.contact-address{
    padding-top: 60px;
    text-align: center;
}

.contact-form .form-group{
    padding: 5px 0;
    min-height: 100%;
}

.contact-form .form-group label{
    font-weight: 600;
}

.contact-form .form-group button{
    display: inline-block;
    min-height: 100%;
}

.contact-form .form-group input,
.contact-form .form-group textarea{
    border-radius: 0;
    padding: 20px 10px;
    min-width: 100%;
    font-size: 16px;
}

.contact-form .form-group textarea{
    padding-top: 10px;
}


.contact-form .form-group .btn-default{
    min-width: 100%;
}

.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="phone"],
.contact-form .form-group input[type="text"] 
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px; /* Increase height as required */
    margin-bottom: 0px;
    padding: 0 10px; /*  Now only left & right padding */

}

.contact-address ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-address ul li{
    font-size: 16px;
}

.contact-address ul li span{
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
}

.contact-form label.error,
.contact-form label.error.valid{
    color:#f00;
    padding-top: 10px;
}

.contact-form label.error.valid{
    color:#018804;
}

.form-alerts .alert{
    border-radius: 0;
    border: 0;
}


.form-alerts .alert.alert-success,
.form-alerts .alert.alert-danger{
    color: #fff;
    background: #85ceab;
}

.form-alerts .alert.alert-danger{
    background: #fe8080;
}


/* Google Map
/* ---------------------------------------------- */
#google-container {
  position: relative;
  min-width: 100%;
  min-height: 400px;
  background-color: #e7eaf0;
}

#cd-google-map {
  position: relative;
  padding: 20px 0;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(254,82,76, 0.9); /* Primary color, can be changed via colors.css */
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #d36868;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

#cd-zoom-out {
  background-position: 50% -32px;
}


/* 6:   Our achievements section
/* ---------------------------------------------- */

.counter-section {
    text-align: center;
    background: linear-gradient(
      rgba(38,122,191, 0.3), 
      rgba(38,122,191, 0.1)
      ),url(../images/counter_bg.jpg) 50% 0 no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.counter-section strong {
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    color: #fff;
}
span.count-description {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding-top: 10px;
}

.counter-wrap{
    padding:50px 0;

}

.counter-section .alternate{
 background-color: rgba(254,82,76, .2);
}


/* 7.   Call to action section  (one or two columns)
/* ---------------------------------------------- */





/* 8.   Call to action section (two columns)
/* ---------------------------------------------- */

.cta-two-section{
    width: 100%;
    margin:0;
    padding: 50px 0;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}

.cta-two-section h3{
    font-size: 25px;
    line-height: 20px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 2px;
}

.cta-two-section p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 100;
    margin: 0px;
    color: #fff;
}

.cta-two-section .btn{
    margin: 0;
}


.btn-donar{

}

/* 9:   Client testimonials section
/* ---------------------------------------------- */

.testimonials h1{
    margin: 0;
    padding: 0;
}

.testimonials p.speech{
    padding: 40px;
    margin: 20px;
    position: relative;
    text-align: center;
    line-height: 1.5;
    background-color: #fff;
    border: 2px solid rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonials p.speech:before{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 80px;
    top: 100%;
    border: 15px solid;
    border-color: rgba(254,82,76, 1) transparent transparent rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}

.testimonials p.speech:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 83px;
    top: 100%;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;
}

.client-info{
    padding: 10px;
}

.client-info h4{
    color: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    margin: 10px 0 0 0;
    padding: 0;
}

.client-info span{
    display: block;
    padding: 5px;
}

.client-info img{
    border:2px solid #fff;
    padding: 2px;
    border-radius: 50px;
    height:100px;
    width: 100px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
}


/* 10.  Footer
/* ---------------------------------------------- */

footer {
    background:rgba(54,53,54,.96); /* Dark color/Footer color, can be changed via colors.css */
    color:#fff;
    padding: 8px 0;
}

footer h2{
    display: inline-block;
    color:#fff;
}

footer h4{
    margin: 5px 0;
    padding: 0;
    color:#fff;
}

footer p {
    margin: 5px 0;
    font-size: 14px;
}

footer ul.blog-entries,
footer ul.twitter-entries{
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

footer ul.blog-entries li,
footer ul.twitter-entries li{
    margin: 10px 0;
    line-height: 1.5;
}

footer ul.blog-entries li span,
footer ul.twitter-entries li span{
    display: block;
    color: #6d7579;
}

footer .copynote{
    padding: 10px 0;
    margin-top: 10px;
    background:rgba(54, 53, 54, 1); /* Dark color/Footer color, can be changed via colors.css */
}

footer .segment{
    padding-bottom: 5px 0;
}

footer .social a{
    display: inline-block;
    padding: 6px;
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 4%;
    right: 1%;
    z-index: 100;
}

.scroll-top a:link,
.scroll-top a:visited {
    display: inline-block;
    padding: 5px 15px;
    color: #e76c25;
    border: 1px solid rgba(254,82,76, 1);
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    font-size: 30px;
}

.scroll-top a:hover {
    border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c; /* Hover color, can be changed via colors.css */
}
.makevis {
    color: #fff;
    visibility: visible;
}





/* 11.  CSS3 Animations
/* ---------------------------------------------- */

/* Hero unit mouse animation */

@-webkit-keyframes rotateplane { 
    0% {
        -webkit-transform: translateY(-2px)
    }

    100% {
        -webkit-transform: translateY(7px)
    }
}

@keyframes rotateplane { 
    0% {
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
    }

    100% {
        transform: translateY(7px);
        -webkit-transform: translateY(7px);
    }
}


/* Navigation link animation */

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/* 12:  Buttons
/* ---------------------------------------------- */

.btn {
    border-radius: 0;
    border: 0;
    padding: 10px 30px;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 100;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    color: #E76C25;
    border: 1px solid rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}


.btn-default:hover,
.btn-default:focus,
.btn-overcolor:hover,
.btn-overcolor:focus {
    border: 1px solid #fff; /* Hover border color, can be changed via colors.css */
    outline: 0;
    color: #fff;
    background: #df514c; /* Hover color, can be changed via colors.css */
}


.btn-outlined {
    border: 1px solid rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    color: #fff;
    background-color: rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
}


.btn-outlined:hover,
.btn-outlined:focus{
    border: 1px solid rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    color: rgba(9,113,178, 1); /* Secondary color, can be changed via colors.cs */
    background: transparent;
}

.btn-overcolor{
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
}


.btn-lg{
    margin: 15px 0;
}

.circle {
    padding: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px; 
}

.squared {
    padding: 10px;
    width: 60px;
    height: 60px; 
}

.donation
{
	border: solid;
	border-color: #089E17;
	border-width: 1px;
	border-radius: 15px;
}

.donation-line
{
	border-color: #089E17;
}

.voluntario
{
	background-color: rgba(38,122,191,1.00);
}
/* 14:  MEDIA QUERIES START
/* ---------------------------------------------- */


/* Media Queries [min-width:767px]
/* ---------------------------------------------- */


.drp-menu{
      margin-left: 133px;
    margin-top: 29px;
}

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

     .drp-menu{
      margin-left: 65px;
    margin-top: 29px;
    }
}
@media (min-width:481px) and (max-width:767px) {
    .drp-menu{
    margin-left: 25px;
    margin-top: 29px;
}
 }
@media(min-width:767px) {

    .btn {
        font-size: 20px;

    }

}


/* Media Queries [min-width:768px]
/* ---------------------------------------------- */

@media(min-width:768px) {

 
    .about{
        text-align: center;
    }


    p {
        margin: 0 0 35px;
        font-size: 18px;
        line-height: 1.6;
    }

    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 10px 0;
        background: rgba(254,82,76, 1); /* Primary color, can be changed via colors.css */
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
        box-shadow: 0 0 10px 2px rgba(0,0,0,.1);

    }

    .navbar-custom.top-nav-collapse .navbar-brand{
        color: #fff;
    }

    .navbar-custom.top-nav-collapse .button_container span{
        background: #E76C25;
    }

    .navbar-custom.top-nav-collapse .button_container.active span.top,
    .navbar-custom.top-nav-collapse .button_container.active span.bottom{
        background:#E76C25;
    }


}

/* Media Queries [max-width:767px]
/* ---------------------------------------------- */

@media(max-width:767px) {

    .about,
    .cta-two-section{
        text-align: center;
    }
    .carousel-caption {
        top: 30%;
        margin: 0;

    }

    .carousel-caption h1 {
        font-size: 25px;
    }

    .carousel-caption .intro-text {
        font-size: 20px;
        padding: 0;
    }

    .mouse{
        display: none;
    }

    .circle {
        padding: 0px;
        font-size: 18px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
    }

    .navbar-custom a{
        color: rgba(254,82,76, 1);
        color: #fff;
    }

    .video-section{
        background: url(../images/youtube-video-cover.jpg) no-repeat bottom center scroll;
    }


    .button_container span,
    .button_container span {
        background: #E76C25 !important;
    }

    .button_container.active span.top,
    .button_container.active span.bottom{
        background:#fff;
    }


    .cta-two-section .btn{
        margin: 20px 0 0 0;
    }

    .scroll-top {
        bottom: 4%;
        right: 3%;
    }
    
    .scroll-top a:link,
    .scroll-top a:visited {
        padding:2px 6px;
        font-size: 25px;
    }

}



/* Media Queries [max-device-width:800px] - Fix for HTML5 videos on mobile devices
/* ---------------------------------------------- */
@media screen and (max-device-width: 800px) {
    /*body {
        background: url(../images/youtube-video-cover.jpg) #000 no-repeat center center fixed;
        }*/
        .html5-video-container{
            background: url(../images/typing-on-mac.jpg) no-repeat bottom center scroll;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            background-size: cover;
            -o-background-size: cover;
            background-attachment: fixed;
        }
        #bgvid{
            display: none;
        }
    }


/* Media Queries [min-width:992px]
/* ---------------------------------------------- */
@media screen and (min-width: 992px) {
    .about{
        text-align: left;
    }

    .video-controls,
    .html5-video-controls{
        display: block;
    }

    .carousel-control{
        top: 48%;
        margin:0%;
    }

    .products{
        text-align: left;
    }

}


/* Media Queries [max-width:1199px]
/* ---------------------------------------------- */

@media(max-width:1199px) {
 .navbar-custom .button_container span {
    background: #E76C25;
}

}




/* Selection and other generic styles
/* ---------------------------------------------- */
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(254,82,76, .8);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    color: #fff;
    background: rgba(254,82,76, .8);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(254,82,76, .8);
}



/* Debug styles (remove before exporting for production)
/* ---------------------------------------------- */

.debug{
    border:1px solid #f00;
}

.btnd {
    align-self: center;
    width: 200px;
    margin: 10px;
    background: #ffd500;
    background-image: -webkit-linear-gradient(top, #ffd500, #d9b214);
    background-image: -moz-linear-gradient(top, #ffd500, #d9b214);
    background-image: -ms-linear-gradient(top, #ffd500, #d9b214);
    background-image: -o-linear-gradient(top, #ffd500, #d9b214);
    background-image: linear-gradient(to bottom, #ffd500, #d9b214);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border: solid #edd221 1px;
    text-decoration: none;
}

.btnd:hover {

  background: #fae884;
  background-image: -webkit-linear-gradient(top, #fae884, #fff200);
  background-image: -moz-linear-gradient(top, #fae884, #fff200);
  background-image: -ms-linear-gradient(top, #fae884, #fff200);
  background-image: -o-linear-gradient(top, #fae884, #fff200);
  background-image: linear-gradient(to bottom, #fae884, #fff200);
  text-decoration: none;
}

/* lightbox */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
	margin-top: 100px;
	color: gray;
	position: absolute;
	top: 10px;
	right: 20%;
	font-size: 75px;
	font-weight: bold;
	opacity: 1;
	z-index: 999;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}
.imgslide {
margin-left: 10%;
  width: 80% !important;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: white;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-prev {
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
}
.modal-next {
  font-size: 40px;

  background-color: rgba(0, 0, 0, 0.8);
  float: right;
}
.modal-prev:hover,
.modal-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  width: 100%;
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/* lightbox */
a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
.seccar {
  background-color: rgba(231,108,37,1) !important;
  background-repeat: repeat-y;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  padding-bottom: 150px;
  
  margin-bottom: 50px;
}
.carousel-indicators-numbers {
  height: 50px;
  z-index: 5;
  position: absolute !important;
  bottom: 0 !important;
  margin: 0px !important;
  padding: 10px !important;
  word-spacing: 10px !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  size: 10px !important;
}
ol.carousel-indicators-numbers li,
ol.carousel-indicators-numbers li.active {
  width: 9.1%;
  height: 10px;
  margin: 1px;
  border-radius: 0;
  border: 0;
    background-color: rgba(255,150,100,1) !important;

}
ol.carousel-indicators-numbers li.active {
    background-color: rgba(255,110,5,1) !important;

}
.secondc {
  margin-top: 10%;
  background-color: black !important;
  bottom: 0;
  position: absolute;
  display : table-row;
    vertical-align : bottom;
}