@font-face {font-family: 'Roboto' !important;
	src: url('../fonts/Roboto.eot'),
	src: url('../fonts/Roboto.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto.woff') format('woff'), 
	url('../fonts/Roboto.woff2') format('woff2'), 
	url('../fonts/Roboto.ttf') format('truetype'), 
	url('../fonts/Roboto.svg#Roboto') format('svg');
}

body {
font-size: 16px;
line-height: 24px;
color: #000;
overflow-x: hidden;
margin: auto;
background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
ul.servicios-lista {
            list-style: none;
            padding: 0;
            margin: 0;
            max-width: 800px; 
        }

        ul.servicios-lista li {
            position: relative;
            padding-left: 25px; 
            margin-bottom: 10px;
        }

        ul.servicios-lista li::before {
            content: '•';
            position: absolute;
            left: 0;
            color: #333; 
            font-weight: bold;
            font-size: 1.2em; 
            line-height: 1; 
        }
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { 
padding: 0 
}
.section-padding { 
padding: 60px 0 
}
.section-title { 
margin-bottom: 60px 
}
.section-title  h2 {
font-family: 'Playfair Display' !important;
font-size: 46px;
font-weight: 400;
text-rendering: optimizeLegibility;
margin: 0;
padding-bottom: 10px;
position: relative;

}
.section-title p{
font-family: 'Roboto' !important;
margin: auto;
width: 60%;
}
@media only screen and (max-width:768px) { 
.section-title p{
width:100%;padding:0 20px;
font-family: 'Roboto' !important;
font-size: 14px;
font-weight: 300;
margin: 0;
padding-bottom: 10px;
position: relative;
}
.section-title  h2 {
font-family: 'Playfair Display' !important;
font-size: 36px;
font-weight: 400;
text-rendering: optimizeLegibility;
margin: 0;
padding-bottom: 10px;
position: relative;
}
}

/*
* ----------------------------------------------------------------------------------------
* 01. NAVEGACION
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    font-family: 'Roboto' !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    width: 100%;
    padding: 20px 0;
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    background-color: #FFFFFF;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #CCCCCC !important;
    background-color: #FFF;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #FFFFFF;
    background-color: #FFFFFF;
}
.navbar-brand { 
padding: 10px 
}
.navbar-brand img {
    width: 160px;
    margin-left: 10px;
}
@media only screen and (max-width:768px) { 
.navbar-brand img {
margin-left: 5px;
}
}
@media only screen and (max-width:480px) { 
.navbar-brand img {
margin-left: 10px;
}
}
.btn-menuC {
color: #FFFFFF !important;
font-size: 16px;
line-height: 60px;
letter-spacing: 1px;
font-weight: 300;
text-align: center;
background: #000000;
border: 2px solid #000;
margin: -2px;
text-transform: capitalize;
transition: all 0.2s ease 0s;
}

.btn-menuC:hover,
.btn-menuC:focus{
border: 1px solid #C4C4C4;
color: #000000 !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { 
border-color: #000;
margin-top:10px;
}
.menu-top li a {
color: #FFFFFF;
font-size: 16px;
letter-spacing: 1px;
font-weight: 300;
text-align: center;
}
.menu-top li a:hover { 
color: #D14545!important 
}
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top {
background-color: #fff;
color: #000 !important;
margin-left: 0px;
}
    .navbar-default .navbar-nav > li > a { 
color: #000  !important 
}
}
.navbar-default.menu-shrink {
background-color: #fff;
color: #FFFFFF; 
border-bottom: 2px solid #fff;
box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
padding: 10px 0;
width: 100%;
 margin-top:0px
}
.navbar-default.menu-shrink li a { 
color: #000;
}
.navbar-default.menu-shrink li a:hover { 
color: #D14545 !important 
}
.navbar-default .navbar-toggle { 
background: #000 none repeat scroll 0 0 
color: #FFFFFF;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
background-color: #DDD; 
}
.navbar-default .navbar-toggle .icon-bar { 
background-color: #D14545; 
}
/*
* ----------------------------------------------------------------------------------------
* 01.FIN NAVAGACION
* ----------------------------------------------------------------------------------------
*/
.embed-responsive-16by9{
   padding: 24% !important;
}
/*
* ----------------------------------------------------------------------------------------
* 02. HOME
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div { 
height: 700px 
}
.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div { 
height: auto 
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}
.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slide-item {
    position: relative;
    z-index: 1;
}
.single-slide-item:after {
background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
opacity: 0.8;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
.slide-1 {
    background: url(../img/bg/slide1.jpg) scroll 0 0;
    background-size: cover;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.single-slide-item p {
font-family: 'Playfair Display' !important;
font-size: 36px;
text-rendering: optimizeLegibility;
font-weight: normal;
line-height: 60px;
color: #000;
text-shadow: #FFF 1px 0 4px;
margin: auto auto 15px;
width: 97%;
}
.carousel-indicators-slider { 
bottom: 30px !important 
}
.btn-home-bg {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-style: oblique;
border: 2px solid #000;
color: #000;
margin: 15px 15px 0;
padding: 12px 36px;
text-transform: capitalize;
transition: all 0.2s ease 0s;
}
.btn-home-bg:hover,
.btn-home-bg:focus {
    background: #C4C4C4;
    color: #000;
    border: 2px solid #C4C4C4;
}

.home_bg {
    height: 700px;
    position: relative;
}
.home_bg:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.hero-text {
  padding-top: 250px;
}
.hero-text h2 {
color: #000;
font-size: 60px;
font-weight: 400;
letter-spacing: 2px;
line-height: 70px;

}

.hero-text p {
color: #000;
margin: auto auto 15px;
width: 60%;
}

@media only screen and (max-width:360px) { 
.single-slide-item p {
font-family: 'Playfair Display' !important;
font-size: 16px;
line-height: 22px;
font-weight: normal;
text-rendering: optimizeLegibility;
color: #000;
margin: auto auto 5px;
width: 100%;
}
}
@media only screen and (max-width:480px) { 
.single-slide-item p {
font-family: 'Playfair Display' !important;
font-size: 16px;
line-height: 28px;
font-weight: normal;
text-rendering: optimizeLegibility;
color: #000;
margin: auto auto 5px;
width: 100%;
}
}
@media only screen and (max-width:768px) { 
.single-slide-item p { 
font-family: 'Playfair Display' !important;
font-size: 18px;
line-height: 30px;
font-weight: normal;
text-rendering: optimizeLegibility;
color: #000;
margin: auto auto 5px;
width: 99% 
}
.hero-text p { 
width: 100%; 
}
}

/*
* ----------------------------------------------------------------------------------------
* 02.FIN HOME
* ----------------------------------------------------------------------------------------
*/
.wall-fain {
  position: relative;
}
.wall-fain img {
  display: flex;
  height:auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  left: 0;
  right: 0;
}
.contact-map iframe{
	width:100%;
	height:350px;
}
/*
 * ----------------------------------------------------------------------------------------
 * 03. ABOUT
 * ----------------------------------------------------------------------------------------
 */
.single_about {
padding: 30px 0; }
.single_about h2 { 
font-family: 'Playfair Display' !important;
text-align: right;
margin: 0;
}
.single_about p {
margin-bottom: 10px;
}
.line {
background: #fff none repeat scroll 0 0;
display: block;
height: 1px;
margin: 15px 0;
width: 60px;
}
.btn-about-bg {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #e8e8e8;
border-radius: 100px;
color: #333;
display: inline-block;
font-size: 13px;
margin-top: 15px;
padding: 8px 25px;
transition: all 0.4s ease 0s;
}
.btn-about-bg:hover,.btn-about-bg:focus{
border: 1px solid #C4C4C4;
color:#C4C4C4;
}

.pricing-title p{
font-family: 'Playfair Display' !important;
font-size: 30px;
text-rendering: optimizeLegibility;
letter-spacing: 1px;
font-weight: lighter;
margin: 10px;
padding: 15px 0 0;
text-align: left;

color:#000;
}

.pricing-title h2{
font-family: 'Playfair Display' !important;
font-size: 40px;
font-weight: 100;
text-rendering: optimizeLegibility;
margin: 10px;
}

.pricing-price{
color: #AFAFAF;
font-size: 35px;
padding: 10px 0;
text-align: center;
}
.pricing-price p{
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 50%;
height: 120px;
line-height: 115px;
margin: 10px;
width: 120px;
}
.pricing-price p sup{
font-size: 20px;
}
.pricing-price a{
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 50%;
height: 120px;
line-height: 115px;
margin: 10px;
width: 120px;
}
.pricing-features p{
font-family: 'Roboto' !important;
text-rendering: optimizeLegibility;
margin: 10px;
padding: 10px 0 0;
font-weight: 300;
letter-spacing: 1px;
text-align: left;
color: #000; !important;
}
.pricing-features a:hover{
color: #D14545;
}

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

.single_about h2 { 
font-family: 'Playfair Display' !important;
text-align: right;
margin: 0;
}
.pricing-title p{
font-family: 'Playfair Display' !important;
font-size: 18px;
font-weight: normal;
letter-spacing: 0px;
margin: 10px;
text-align: left;

color:#000;
}
.pricing-title h2{
font-family: 'Playfair Display' !important;
font-size: 28px;
font-weight: 100;
text-rendering: optimizeLegibility;
margin: 5px;
}
}
@media only screen and (max-width:768px) { 
.single_about h2 { 
font-family: 'Playfair Display' !important;
text-align: right;
margin: 0;
}
.pricing-title p{
font-family: 'Playfair Display' !important;
font-size: 20px;
font-weight: normal;
letter-spacing: 0px;
padding: 20px 0;
margin: 10px;
text-align: left;

color:#000;
}
.pricing-title h2{
font-family: 'Playfair Display' !important;
font-size: 32px;
font-weight: 100;
text-rendering: optimizeLegibility;
margin: 5px;
}
.pricing-features{
padding: 5px 0;
}
.pricing-features p{
padding: 0 0 !important;
}
}
/*
 * ----------------------------------------------------------------------------------------
 * 03. FIN ABOUT
 * ----------------------------------------------------------------------------------------
 */



/*
* ----------------------------------------------------------------------------------------
* 04. SERVICIOS
* ----------------------------------------------------------------------------------------
*/
.template_service{
padding-top:60px;
padding-bottom:30px;
}
.single_service {   
background-color: transparent;
}
.single_service i {
color: #C4C4C4;
float: left;
font-size: 20px;
height: 45px;
line-height: 45px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
width: 45px;
}

/*
* ----------------------------------------------------------------------------------------
* 04. FIN SERVICIOS
* ----------------------------------------------------------------------------------------
*/





 /*
* ----------------------------------------------------------------------------------------
* 08. LOGOS MARCAS
* ----------------------------------------------------------------------------------------
*/
.partner-logo {
background: #F1F1F1 none repeat scroll 0 0;
}
.partner { 
text-align: center 
}
/*
* ----------------------------------------------------------------------------------------
* 08. FIN LOGOS MARCAS
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09. CONTACTO
* ----------------------------------------------------------------------------------------
*/

@media only screen and (max-width:480px) { 
    .single_promotion {
margin-bottom:30px; 
}
}
.single_promotion i {
color: #000;
float: left;
font-size: 18px;
margin-bottom: 20px;
margin-right: 20px;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.single_promotion h4{
font-size: 22px;
color: #000;
font-weight: 400;
	
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.single_promotion p{
font-family: 'Roboto' !important;
color: #888888;
font-size: 15px;
}
.single_promotion a{
font-family: 'Roboto' !important;
color: #888888;
font-size: 15px;
}

.contact input {
font-family: 'Roboto' !important;
background: #F1F1F1 none repeat scroll 0 0;
border: medium none rgba(255, 255, 255, 0.06);
border-radius: 0;
box-shadow: none;
color: #333;
font-size: 16px;
height: 50px;
padding: 10px;
width: 100%;
}
.contact textarea {
font-family: 'Roboto' !important;
background: #F1F1F1 none repeat scroll 0 0;
border: medium none rgba(255, 255, 255, 0.06);
border-radius: 0px;
box-shadow: none;
color: #333;
padding: 10px;
width: 100%;
font-size:16px;
}
.contact input:focus {
border-color: -moz-use-text-color -moz-use-text-color #C4C4C4;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
border-color: -moz-use-text-color -moz-use-text-color #C4C4C4;
border-style: none none solid;
border-width: 0 0 1px;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background: #000000 none repeat scroll 0 0 !important;
color: #fff !important;
font-family: 'Roboto' !important;
font-size: 22px !important;
font-weight: 400;
letter-spacing: 1px;
transition: all 0.2s ease 0s;
width: 200px !important;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
background: #F1F1F1 !important;
color: #000 !important;
border: 1px solid #F1F1F1 !important;
}
/*
* ----------------------------------------------------------------------------------------
* 09. FIN CONTACTO
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. FOOTER
* ----------------------------------------------------------------------------------------
*/

.footer {
background: #F1F1F1 none repeat scroll 0 0;
padding: 20px 0;
}
.footer_social {}
.pull-right {
  text-align: right;
}
.pull-left {
  text-align: left;
}
.promotion2 h6 {
	font-family: 'Roboto' !important;
	color: #333;
	font-weight: 400;
	overflow: hidden;
	
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
@media only screen and (max-width:480px) { 
.pull-right {
  float: none !important;
}
.pull-left {
  float: none !important;
}
}

.footer_social ul {
text-align: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:480px) { 
.footer_social ul{
text-align:center;
}
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
color: #000;
display: block;
font-size: 22px;
height: 30px;
line-height: 40px;
text-align: left;
-webkit-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
width: 30px;
}
.footer_social ul li a:hover { color: #C4C4C4 }
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
font-family: 'Roboto' !important;
color:#000;
margin-bottom: 0;
padding-top: 10px;
}
@media only screen and (max-width:480px) { 
.copyright p {
font-family: 'Roboto' !important;
text-align:center;
padding-top: 5px;
margin-bottom: 4;
}
}
@media only screen and (max-width:768px) { 
.copyright p {
font-family: 'Roboto' !important;
text-align:center;
padding-top: 5px;
margin-bottom: 4;
}
}
