/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: SHIELD - Free Bootstrap 3 Theme
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */
 @import url(http://weloveiconfonts.com/api/?family=entypo);

 /* entypo */
[class*="entypo-"]:before {
 font-family: "entypo", sans-serif;
 color: white;
}


#sticky-social {
   position: relative;
   top:443px;
   left: 39px;
   z-index: 1000;
}

#sticky-social a {
   background: black;
   color: #fff;
   display: block;
   height: 50px;
   font: 26px "Open Sans", sans-serif;
   line-height: 40px;
   position: relative;
   text-align: center;
   width: 50px;
   padding-top: 5px;

}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
   width: auto;
   height: auto;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span /*{ background: #3b5998; }*/

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span /*{ background: #00aced; }*/

#sticky-social a[class*="spotify"],
#sticky-social a[class*="Spotify"]:hover,
#sticky-social a[class*="Spotify"] span /*{ background: #34c454; }*/

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span /*{ background: #517fa4; }*/


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #f4d71b;
    color: #d42020;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Ubuntu", sans-serif;
    color: white;
    /*font-weight: 300;*/
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


.col-md-4 {
	padding-bottom: 20px;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: rgba(51, 51, 51, 0.58);
padding: 14px 0 15px 0;
height: 100px;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
background-color: #e21212;
margin-top: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: none;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 36%;
    width: 29%;
    height: 7px;
    background: #ccc;
    border-radius: 5px;
}

a img {
    background: none;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

h2{
    font-size: 32px;
    letter-spacing: 5px;
    colo: #ccc;
}

h1{
    font-size: 40px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #4b464a;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #e2b556;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

   .home-section {
     min-height: 100%;
     position: relative;
     padding: 0 0 2em 0;
     text-align: center;
     margin-top: 160px;
   }

   .about {
     width: auto;
     height: auto;
     min-height: : 100%;
     text-align: center;
     padding: 0em 2em 3em 2em;
     color: white;
     font-size: 20px;

   }

   .about p{
    color:black;
    font-size: 18px;
    text-align: center;
   }

   .content-videos {
     width: auto;
     height: auto;
     min-width: 100%;
     text-align: left;
     padding: 14em 2em 3em 2em;
     color: white;
     font-size: 18px;
     background-color: rgba(0,0,0,0.8);
   }

   .team {
     width: auto;
     height: auto;
     min-width: 100%;
     text-align: center;
     padding: 17em 2em 2em 2em;
     font-size: 20px;
     background-color: white;
   }


    #slides_porta{
      width: auto;
      height: auto;
      min-width: 100%;
      text-align: center;
      padding: 17em 2em 0em 2em;
      font-size: 20px;
      background-color: white;
    }


   .tittle-team {
     width: auto;
     height: auto;
     min-width: 100%;
     text-align: center;
     padding: 5em 2em 0em 2em;
     font-size: 20px;
     background-color: #ddd;
     background-color: rgba(0, 0, 0, 0.41);
     background-image: url("img/back.png");
     background-repeat: no-repeat;
     position: absolute;
     z-index: -99;
     }

   .team h1 {
     color: black;
     font-size: 20px;
   }

   .team p {
     color: black;
     font-size: 20px;
   }
   video {
       position: fixed;
       top: 50%;
       left: 50%;
       min-width: 100%;
       min-height: 100%;
       width: auto;
       height: auto;
       z-index: -100;
       transform: translateX(-50%) translateY(-50%);
    background: url('../assets/img/bg/valid.png') no-repeat;
     background-size: cover;
     transition: 1s opacity;
   }

   .button-action {
      margin-top: 40px;
   }

   .button-descubre {
    margin: 0;
   }

  #headerwrap {
    background-color: rgba(0, 0, 0, 0.41);
    background-image: url("./assets/img/bg/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
  color: white;
}

#footerwrap h4 {
	color: white;
}

.section-evento {
  background-color: rgba(0, 0, 0, 0.41);
  background: url("../img/bg/back.png");
  background-color: #222;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
      background-size: cover;
  z-index: 99;
  height: 800px;
  min-height: 100%;
  position: relative;
  padding: 0;
  text-align: center;

}

#evento {
  padding-top: 10em;
}

.row-center {
  margin: 0 100px 0 0;
}






/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    /*border-bottom: 2px solid #E6EAED;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
    text-align: center;
}

.textdivider h1 {
	padding-top: 19px;
	color: black;
	font-size: 34px;
  text-align: left;
}

.textdivider p {
	color: #464a4c;
	font-size: 17px;
  text-align: justify;
  margin-top: 15px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('../img/bg/nectar-azul.png')
}

.divider2 {
	background-image: url('../img/bg/nectar-verde.png')
}

.divider3 {
	background-image: url('../img/bg/nectar-sn.png');
	margin-top: 0px;
}

.divider4 {
	background-image: url('../img/bg/portafolio-nectar.png');
}

.divider5 {
	background-image: url('../img/bg/premium-bg.png')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;

}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */


.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;

}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}

  .container-blog {
    width: 100%;
  }

.artc-blog-home{
  width: 100%;
  padding-left: -15px;
  padding-right: -15px;
  padding-bottom: 0px;
}

.artc-blog-home img{
  padding: 0 0 0 0;
}
.img-blog {
  background-image: url(../img/blog/img-blog-prin.jpg);
	background-size: cover;
  background-position: center;
  margin-left: 0px;
  width: 100%;
  height: 489px;
  margin-bottom: 0px;
  text-align: center;
  }

.texto-blog {
  width: 100%;
  padding: 2em 13em 3em 5em;
}

 #img-blog-02{
  background-image: url(../img/blog/01.png);
  background-size: cover;
  background-position: center;
  margin: 0px;
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  text-align: center;
  }

  #img-blog-03{
   background-image: url(../img/blog/02.png);
   background-size: cover;
   background-position: center;
   margin: 0px;
   width: 100%;
   height: 300px;
   margin-bottom: 0px;
   text-align: center;
   }

   #img-blog-04{
    background-image: url(../img/blog/03.png);
    background-size: cover;
    background-position: center;
    margin: 0px;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
    text-align: center;
    }

    #img-blog-05{
     background-image: url(../img/blog/04.png);
     background-size: cover;
     background-position: center;
     margin: 0px;
     width: 100%;
     height: 300px;
     margin-bottom: 0px;
     text-align: center;
     }

    /* #img-blog-06{
      background-image: url(../img/blog/05.png);
      background-size: cover;
      background-position: center;
      margin: 0px;
      width: 100%;
      height: 300px;
      margin-bottom: 0px;
      text-align: center;
      }*/

      .portafolio{
        width: 100%;
        margin-top: 30px;
        padding-left: -15px;
        padding-right: -15px;
        padding-bottom: 0px;
      }

      #port-01{
       background-image: url(../img/blog/into-01.png);
       background-size: cover;
       background-position: center;
       margin: 0px;
       width: 100%;
       height: 635px;
       margin-bottom: 0px;
       text-align: center;
       }

       #port-02{
        background-image: url(../img/blog/rojo-home.png);
        background-size: cover;
        background-position: center;
        margin: 0px;
        width: 100%;
        height: 635px;
        margin-bottom: 0px;
        text-align: center;
        }

        #port-03{
         background-image: url(../img/blog/azul-home.png);
         background-size: cover;
         background-position: center;
         margin: 0px;
         width: 100%;
         height: 635px;
         margin-bottom: 0px;
         text-align: center;
         }

         #port-04{
          background-image: url(../img/blog/verde-home.png);
          background-size: cover;
          background-position: center;
          margin: 0px;
          width: 100%;
          height: 635px;
          margin-bottom: 0px;
          text-align: center;
          }

          #port-05{
           background-image: url(../img/blog/rojo-sa-home.png);
           background-size: cover;
           background-position: center;
           margin: 0px;
           width: 100%;
           height: 635px;
           margin-bottom: 0px;
           text-align: center;
           }

           #port-06{
            background-image: url(../img/blog/into-02.png);
            background-size: cover;
            background-position: center;
            margin: 0px;
            width: 100%;
            height: 635px;
            margin-bottom: 0px;
            text-align: center;
            }


        #social {
         margin-top: 30px;
         }

         .container {
            margin: 0 auto;
         }

         .contacto {
           width: auto;
           height: auto;
           min-width: 100%;
           /*padding: 4em 2em 0 2em;*/
           color: rgba(0,0,0,0.7);
           font-size: 18px;
         }

         .contacto h1,h3 {
           color: rgb(#636c72);
         }


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){


  }

}

/*laptop*/
@media only screen and (min-device-width:1200px) and (max-device-width : 1280px) and (orientation : portrait){



}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){


}


/* IDEA: THIS SIZE FOR MOVILE DEVICE LIKE IPHONE6S */
@media screen and (max-width:769px) {

  .texto-blog {
    width: 100%;
    padding: 0em;
  }

  #slides_porta{
    padding: 20em 2em 0em 2em;
  }

  #sticky-social {
     left: 3px;
  }

	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}


    .container-blog {
    border-color: transparent;
    padding: 0px 5 5px 0;
    }



  .navbar-default {
  border-color: transparent;
  background-color: rgba(51, 51, 51, 0.58);
  padding: 0px 0 0px 0;
  height: 70px;
  }

  .button-descubre {
    margin-top: 230px;
  }

  #evento {
    padding-top: 10em;
  }

}

/* IDEA: THIS SIZE FOR MOVILE DEVICE LIKE IPADS */
@media screen and (min-width:768px){

  .texto-blog {
    width: 100%;
    padding: 0em ;
  }

  .container-blog {
  border-color: transparent;
  padding: 0px 2 2px 0;
  }


    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
    }

    .navbar-default {
    border-color: transparent;
    background-color: rgba(51, 51, 51, 0.58);
    padding: 0px 0 0px 0;
    height: 70px;
    }



    .navbar>.container .navbar-brand-centered,
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -119px;
        margin-top: -29px;
    }

    .button-descubre {
      margin-top: 250px;
    }

    #navbar-brand-centered{
      img: url('../img/logos/nectar100x100.png');
    }

}
