/*Body*/

@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i';
html,
body {
    height: 100%;
}
body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}
.floatleft {
    float: left
}
/* 323b48 */

.floatright {
    float: right
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
.alignright {
    float: r ight;
    margin-left: 15px;
    margin-bottom: 15px
}
.aligncenter {
    display: block;
    margin: 0 auto 15px
}
a:focus {
    outline: 0px solid;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    color: #444444;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #222222;
    font-family: 'Roboto', sans-serif;
}
a:hover {
    color: #19bebd;
    text-decoration: none;
}
a:active,
a:hover {
    outline: 0 none;
    text-decoration: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul,
ol,
li {
    list-style: outside none none;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
ul > li > a {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.pd0 {
    padding: 0px;
}
.clear {
    clear: both
}
.title-section h1 {
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

/*Header*/

.header_top {
    padding: 10px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.header_top p {
    margin-bottom: 0;
}
.header_top p span,
.header_top p a {
    margin-right: 20px;
}
.header_top p span i,
.header_top p a i {
    font-size: 13px;
    color: #19bebd;
    margin-right: 10px;
}
.header_top p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
}
.header_top ul.bar-top {
    margin: 0;
    padding: 0;
    text-align: right;
}
.header_top ul.bar-top li {
    display: inline-block;
    margin-left: 9px;
}
.header_top ul.bar-top li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 14px;
    color: #666666;
}
.bar-top li a i:hover {
    color: #19bebd;
}

/*Menu*/

.nav_areas {
    z-index: 9999999;
}
.nav_area {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
        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;
}
.logo {} .logo a {} .logo img {
    -webkit-transition: .3s;
    transition: .3s;
}
.menu {} .menu ul {
    text-align: right;
    margin: 5px 0;
}
.menu ul li {
    display: inline;
}
.menu ul li.active a {
    color: #19bebd;
}
.menu ul li a {
    display: inline-block;
    padding: 5px 14px 6px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.menu ul li:last-child a {
    padding-right: 0px;
}
.menu ul li a:hover {
    color: #19bebd;
}
.menu ul li a:before {
    background: transparent;
    border-color: transparent transparent #19bebd transparent;
    border-style: solid;
    border-width: 6px;
    bottom: -35px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.menu ul li a:hover:before {
    bottom: -5px;
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.menu .current > a {
    color: #19bebd;
}
.bgcolor_stick {} .postfix {
    background: #fff;
}
.prefix {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0px 1px 5px #ddd;
}

/*Misc*/

.space {
    height: 47px;
    display: block;
}

.google_map {
    padding-top: 4px;
}
#googleMap {
    height: 257px;
    width: 100%;
}

/*Estilo*/

.section_title {
    text-align: center;
}
.section_title h2 {
    padding-bottom: 0px;
    margin-bottom: 10px;
    position: relative;
}
.section_title > p {
    font-size: 20px;
    margin: auto;
    width: 60%;
    margin-top: 29px;
}
.section_title h2 span {
    text-transform: uppercase;
}
.section_title h2 span strong {
    color: #ea9111;
    font-size: 40px;
}

.heading_style {
    display: block;
    border-bottom: 1px solid #19bebd;
    width: 50px;
    margin: auto;
    margin-bottom: 3px;
    position: relative;
}

.heading_style:before {
    background: #19bebd none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 80px;
}

.heading_style:after {
    background: #19bebd none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 50px;
}


/*Slider*/

.pd0 {
    padding: 0px;
}
.main-slider-area {
    overflow: hidden;
    display: block;
}
.slider-image {} .nivo-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-caption-1 {} .slide1-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.margin_left {
    margin-left: 100px;
}
.cap-title {} .slide2-text {}
 .cap-title h2 {
	 margin-bottom:10px;
 }
 .cap-title h2 span {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
}
.cap-title h3 {
    margin-bottom: 8px;
}
.cap-title h3 span {
    font-size: 55px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    text-shadow: 0 0 2px rgba(0, 0, 0, .05)
}
.cap-title h3 span strong {
    color: #19bebd;
}
.home-2 .cap-title h3 span strong {
    color: #ffab31;
}
.cap-title.ctitle1 h3 {} .cap-dec {
    margin-bottom: 21px;
}
.cap-dec p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 16px;
}
i.nivo-prev-icon,
i.nivo-next-icon {
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    margin-left: 30px;
    margin-right: 30px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
i.nivo-prev-icon:hover,
i.nivo-next-icon:hover {
    border: 1px solid #e67c8e;
    color: #e67c8e;
}
i.nivo-prev-icon {} i.nivo-next-icon {} .slider:hover i.nivo-prev-icon,
.slider:hover i.nivo-next-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.nivo-controlNav {
    margin-top: -21px;
    position: absolute;
    right: 7%;
    text-align: center;
    top: 50%;
    width: 14px;
}
.nivo-controlNav a {
    background-color: #19bebd;
    border: 2px solid transparent;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 10px;
    margin: 0 0 5px;
    position: relative;
    text-indent: -9999px;
    width: 14px;
    z-index: 9;
}
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: transparent none repeat scroll 0 0;
    border-color: #fff;
}

.slider-progress.pos_hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

/*Secciones*/

.elige-a {
    padding: 95px 0 100px;
    background-image: url("http://assetmx.com/img/bgelige.png");
   background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.servicios-a {
    padding: 95px 0 100px;

}

.portafolio-a {
    padding: 95px 0 100px;
    background-image: url("http://assetmx.com/img/bgportafolio.png");
   background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.comenzar-a {
    padding: 95px 0 100px;

}