@charset "utf-8";
/* CSS Document */

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(http://fonts.gstatic.com/s/montserrat/v6/zhcz-_WihjSQC0oHJ9TCYCEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(http://fonts.gstatic.com/s/montserrat/v6/IQHow_FEYlDC4Gzy_m8fcjvw3iLehEZ8Hqbhfrhp4xo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*pd*/
@font-face {
	font-family: 'Pizarra';
	font-style:normal;
	src:url(../fonts/Cheveuxdange.ttf);
}
	

.textoBlanco {color:#FFFFFF;}
.textoNegro {color:#38393A;}
.textoBlue {color:#59A7F6;}
.textoVerde {color:#2cc76a;}

.fuente1{
	color:#FFFFFF;
	text-shadow: black 0.1em 0.1em 0.2em;
}


/*Contenedor Imagen*/

/* pages */
#home #dfv {
  overflow: hidden;
  background: #4B4848;
  background-size: cover;
  background-image:url("../images/slider/12.jpg");
 
  background-position: center 16%;
  height: 580px;
  position: relative;
  top: -60px;
  padding-top: 150px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
  @media (max-width: 991px) {
    #home #dfv {
      padding-top: 100px; } }
  @media (max-width: 767px) {
    #home #dfv {
      height: 550px; } }
  #home #dfv:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.1) 26%, rgba(0, 0, 0, 0.35) 71%, rgba(0, 0, 0, 0.5) 100%); }
  #home #dfv:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(6, 13, 32, 0.15);*/
    /*background: rgba(13, 37, 102, 0.24);*/
    background: rgba(32, 54, 114, 0.29); }
  #home #dfv .container {
    position: relative;
    z-index: 33; }
  #home #dfv h1.dfv-text {
    font-family: "Lato", "Helvetica Neue", Arial;
    line-height: 52px;
    text-align: left;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .3px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-animation-duration: 1s; }
    @media (max-width: 767px) {
      #home #dfv h1.dfv-text {
        font-size: 25px;
        line-height: 38px;
        margin-top: 0;
        text-align: center; } }
  #home #dfv .sub-text {
    -webkit-font-smoothing: antialiased;
    width: 50%;
    margin-top: 25px;
    font-family: "Lato", "Helvetica Neue", Arial;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-animation-duration: 1s; }
    @media (max-width: 991px) {
      #home #dfv .sub-text {
        width: 70%; } }
    @media (max-width: 767px) {
      #home #dfv .sub-text {
        font-size: 15px;
        width: 100%;
        text-align: center; } }
  #home #dfv .cta {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    animation-delay: 0.6s;
    margin-top: 60px; }
    @media (max-width: 767px) {
      #home #dfv .cta {
        text-align: center; } }
    #home #dfv .cta a {
      margin-right: 20px;
      padding: 15px 31px; }
      @media (max-width: 767px) {
        #home #dfv .cta a {
          font-size: 14px;
          padding: 12px 25px;
          margin: 0px 15px 15px 0px; } }
  #home #dfv .img {
    position: absolute;
    top: 15px;
    left: 625px;
    width: 570px;
    height: 333px;
    background-image: url("../../images/static-hero.png");
    background-repeat: no-repeat; }
    @media (max-width: 991px) {
      #home #dfv .img {
        display: none; } }
		
		
		
		
		
		
		.page-ts{
  padding-bottom: 9px;
 	
  margin: 40px 0 20px;
  
 
}


.imgMarg{margin-top:20px;}
.centro_1{background-image:url("../images/slider/12.jpg");}		

.pizaarra{font-family: pizarra;
font-size: 18px;
}

/*nuevo efecto hover*/
/**trasition**/
.k-effect li:hover span.mask {
    transition: all 0.3s ease-in-out 0.25s;
    -moz-transition: all 0.3s ease-in-out 0.25s;
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
}

span.mask, ul.k-effect li, ul.k-effect img {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
/*reset*/
ul.k-effect {list-style: none outside none;margin: 0;padding: 0;}
ul.k-effect li {list-style: none outside none;}
ul.k-effect img {border: 0 none;opacity: 1;}
ul.k-effect li:hover img {opacity: 0.7;}

ul.k-effect li {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.9);
    display: inline-block;
    margin: 10px 8px;
    padding: 5px;
    position: relative;
    top: 0;
}
ul.k-effect li > a {
    display: block;
    overflow: hidden;
    position: relative;
}
ul.k-effect span.mask {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url("http://lh4.googleusercontent.com/-WQnshglkK3M/UKJ5d_syX8I/AAAAAAAADuE/0fXdBOvpYmg/s1600/full.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

/**Efecto Top**/
ul.k-effect.top li:hover {box-shadow: 0 21px 8px -15px rgba(0, 0, 0, 0.5);top: -5px;}
ul.k-effect.top span.mask {height: 70px;top: -80px;width: 280px;}
ul.k-effect.top li:hover span.mask {top: 0;}

/**Efecto bottom**/
ul.k-effect.bottom li:hover {box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0);top: 5px;}
ul.k-effect.bottom span.mask {height: 160px;width: 280px;opacity: 0; top: 0;}
ul.k-effect.bottom li:hover span.mask {opacity: 1;}

/**Efecto left**/
ul.k-effect.left li {left: 0;}
ul.k-effect.left li:hover {left: 5px;}
ul.k-effect.left span.mask {height: 160px;top: 0;width: 0;}
ul.k-effect.left li:hover span.mask {width: 80px;}

/**Efecto circle**/
ul.k-effect.circle span.mask {border-radius: 100%;bottom: 0;height: 60px;margin: auto;right: 0;top: -40px;width: 60px;opacity: 0;}
ul.k-effect.circle li:hover span.mask {top: 0;opacity: 1;}
ul.k-effect.circle li:hover img {transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}

/**Efecto rotate**/
ul.k-effect.rotate span.mask {height: 60px;left: 0;right: 0;width: 60px;margin: auto;bottom: 0;border-radius: 100%;transform: rotate(-120deg);-moz-transform: rotate(-120deg);-ms-transform: rotate(-120deg);-o-transform: rotate(-120deg);-webkit-transform: rotate(-120deg);top: 40px;opacity: 0;}
ul.k-effect.rotate li:hover span.mask {top: 0;left: 0;opacity: 1;transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);-webkit-transform: rotate(0deg);}
ul.k-effect.rotate li img {transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);-webkit-transform: scale(1.1);}
ul.k-effect.rotate li:hover img {transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);-webkit-transform: scale(1);}

/****Configurar****/
/**tamaño a cortar de la imagen*/
ul.k-effect li > a {
    height: 160px; /*ancho*/
    width: 280px; /*alto*/
}

/**tamaño maximo de la imagen [Naturalmente es recomendable que este sea al menos 20 pixeles mas grande que el corte]**/
ul.k-effect img {max-width: 300px;}





.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  .responsive-invisibility();
}
.visible-xs {
  @media (max-width: @screen-tablet) {
    .responsive-visibility();
  }
}
.visible-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-visibility();
  }
}
.visible-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-visibility();
  }
}
.visible-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-visibility();
  }
}

.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg {
  .responsive-visibility();
}
.hidden-xs {
  @media (max-width: @screen-tablet) {
    .responsive-invisibility();
  }
}
.hidden-sm {
  @media (min-width: @screen-tablet) and (max-width: @screen-tablet-max) {
    .responsive-invisibility();
  }
}
.hidden-md {
  @media (min-width: @screen-desktop) and (max-width: @screen-desktop-max) {
    .responsive-invisibility();
  }
}
.hidden-lg {
  @media (min-width: @screen-large-desktop) {
    .responsive-invisibility();
  }
}


.header-ecp{
	background-color: #F5F5F5;
        color: #36A0FF;
        height: 70px;
        font-size: 27px;
        padding: 10px;}
	
	
	
	 .map {
        min-width: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
    }

#message{
	resize:vertical;	
	}
	
	
.borderP{
  border: 1px solid ##e7e7e7;
  border: 1px solid rgba(86,61,124,.2);	}	
  
  
  
  /* Common division block */
.holder
{
    border: 6px solid #FFFFFF;
    float: left;
    margin: 20px;
    position: relative;    
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;    
}

/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{
    opacity: 1;    
}
.smooth:hover img
{
    opacity: 0.6;
    box-shadow: 0px 0px 10px #333333;
}
.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-top
{    
    top:0px;    
}
.go-top p
{
    font-size: 12px;
}

/* Show Details */
.details-holder
{
    float: left;
    position: relative;
    margin: 20px 5px 120px 5px;
}
.show-details img
{
    opacity: 0.5;
    width: 200px;
    height: 150px;
}
.show-details:hover img
{
    position: relative;
    opacity: 1;
    z-index: 99;    
}
.img-info
{
    padding: 170px 10px 0px 10px;
    position: absolute;
    z-index: 20;
    top: -10px;
    left: -10px;
    width: 200px;
    height: 100px;    
    background-color: #888888;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 8px 5px -6px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
    opacity: 0;
    
}
.show-details:hover .img-info
{
    opacity:1;    
}
.details-holder h1
{
    font-size: 18px;
    text-transform: uppercase;    
}
.details-holder p
{
    font-size: 12px;
}

/* Curtains */
.gallery img
{
    width:200px;   
}
.curtain
{
   /* background-image: url('../Images/retina_wood.png');*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
    z-index: 15;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.gallery:hover .curtain
{
    height: 0;
}

/* Wheel */
.roller
{
    width: 850px;
    height: 200px;
}
.roller img
{
    float: left;
    border-radius: 50%;
    width: 200px;
    height: 200px;    
    -webkit-transition: 1s Ease;
    -moz-transition: 1s Ease;
    -o-transition: 1s Ease;
    transition: 1s Ease;
}
.roller:hover img
{
    -webkit-transform: translate(630px, 0px) rotate(360deg);
    -moz-transform: translate(630px, 0px) rotate(360deg);
    -o-transform: translate(630px, 0px) rotate(360deg);
    -ms-transform: translate(630px, 0px) rotate(360deg);
    transform: translate(630px, 0px) rotate(360deg);
}


 /* ====================================================
   MAIN CONTENT
   ==================================================== */

#main-content {
    display:block;
    position: relative;
    margin:20px 5%;
    overflow: visible;
    min-height:1px;
  
}

    @media (min-width: 768px) {
        #main-content {
            margin:0 3% 0 22%;
            height:100%;
        }
    }
    @media (min-width: 992px) {
        #main-content {
            margin:0 6.5% 0 24.5%;
        }
    }
    @media (min-width: 1200px) {

    }

#loader-main-content {
    display:none;
    height:200px;
    width:100%;
    background:url(img/loading.GIF) no-repeat center center;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#main-content .section-wrapper {
    display:block;
    position: relative;        
}






#main-content .section-wrapper.modified-height {
    height:auto !important;
}


    @media (min-width: 768px) {
        #main-content .section-wrapper {
            width:100%;
            min-height:100%;
        }

        #main-content .section-wrapper.modified-height {
            height:100%;
        }
    }
    @media (min-width: 992px) {

    }
    @media (min-width: 1200px) {

    }

#main-content .section-wrapper .content-wrapper {
    display:block;
    width:100%;
    position: static;
    right:auto;
    bottom:auto;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.18);
    padding:65px 0 95px 0;
    background: url(../images/theme_images/mobile_section_divider.png) no-repeat center bottom;
    background-size:35% auto;            
}

#main-content .section-wrapper.modified-height .content-wrapper {
    height:auto !important;
}

#main-content .section-wrapper:first-of-type .content-wrapper { padding-top:35px; }
#main-content .section-wrapper:last-of-type .content-wrapper { padding-bottom:35px; background:none; }


    @media (min-width: 768px) {
        #main-content .section-wrapper .content-wrapper {
            position: absolute;
            right:0;
            bottom:16%;
            text-align: right;
            padding:0;
            background:none;
        }
        #main-content .section-wrapper .content-wrapper:first-of-type { padding-top:0; }
        #main-content .section-wrapper .content-wrapper:last-of-type { padding-bottom:0; }      
    }
    @media (min-width: 992px) {
        #main-content .section-wrapper .content-wrapper { 
        }
    }
    @media (min-width: 1200px) {

    } 
	
	
	


.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}


.element {
  .clearfix();
}


.e-mail:before {
     content: attr(data-website) "\0040" attr(data-user);
     unicode-bidi: bidi-override;
     direction: rtl;
}

.e-mail2:before{

    content: "\006a\0068\006f\006e\0040\0067\006d\0061\0069\006c\002e\0063\006f\006d";
}