/* ===================================

Author Jesus Ithiel Sanchez Mendez
======================================



 */


/*General*/
.imagen{
	display: flex;
	align-items: center;
	justify-content: center ;
	position:relative;

}

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	color: #000000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	font-size:15px;
}

/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
	
 
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;

}
.top-margin {
	margin-top: 96px;
}
.bottom-margin {
	margin-bottom: 96px;
}

p {
	font: normal 16px "Myriad Pro", arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 { color: #767676;}

h1 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	line-height: 38px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	margin: 100;
	
}

h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}

h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Myriad Pro" , sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}

a:hover{
	text-decoration:none;
}
.btn {
	border: 1px solid #fff;
	display: inline-block;
	min-width: 160px;
	padding: .9em;
	height: 50px;
	text-align: center;
	color: #fff;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}
.btn:hover {
	background-color: #BD9E6F;
	color: #fff;
	text-decoration: none;
}

.pink-btn {
	background: #e0356e;
	border: none;
	margin-left: 10px;
}

.pink-btn:hover {

	background-color: #f79b23;
	color: #fff;
	text-decoration: none;
}

.scrolldown {
	padding-top: 24px;
}

.banner .scroll_btn {
	background: url(../images/scroll.gif) 50% 50% no-repeat rgba(215, 181 ,94, 0);
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	display: block;
	height: 45px;
	margin: 42px auto;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-0-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	width: 45px;
	position:center;
	left:50%;
	bottom:0;
}

.banner .scroll_btn:hover {
	background: url(../images/scroll.gif) 50% 50% no-repeat #BD9E6F;
	opacity: .85;
	-moz-opacity: .85;
	-o-opacity: .85;
	-webkit-opacity: .85;
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);

}



/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #000;
	color:#ffd600;
	height:80px;
	z-index:9999;
	
}
.menu-scroll .navbar-default .navbar-nav>li>a {
    color: rgb(255, 255, 255);
}
.menu-scroll a.logo img{
	color:#fff;
	opacity:1;
	position:relative;
	z-index:999;
}
.menu-scroll a.logo img:hover{
	color:#fff;
	opacity:10;
}

.main_menu_bg{
	
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.10s;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#fff;
}
.main_menu_bg .navbar {
    margin-bottom:0px;
}
.container-fluid {
    margin-top: 15px;
}
.navbar {
    min-height: 80px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    text-transform: uppercase;
}



/* Banner section */


.banner{
	background:url(../images/Principal2.png) ;
	background-size: cover;
}
.main_banner_area{
	padding-top: 100px;
	color:#fff;
	margin-bottom:200px;
	
}
.single_banner{}
.single_banner_text{
	margin-top:6%;

	display:block;
}
.single_banner_text h2{
	color:#fff;
	margin-bottom:20px;
}
.single_banner_text p{
	color:#fff;
}

.apps_downlod {
	margin-top:45px;
}
.apps_downlod a:hover{
	opacity:.8;
}



/* about section */


.abouts_content{
	padding:120px 0px;
	overflow:hidden;
}
.single_abouts_img{}
.single_abouts_text{
	margin-top:0%;
}
.single_abouts_text h2{
	margin-bottom:0px;
}
/* Feature section */
.features{
	background:#F8F9FB;
}
.main_features{
	padding:200px 0px;
	overflow:hidden;
}
.single_features_text{
	margin-top:0%;
}



/* Valores */
img{max-width:100%;}

.main_works{
	padding:120px 50px;
	overflow:hidden;
	
}

.single_works{
    width: 70%;
    margin: auto;	
}

.single_works_deatels{
	margin-top:0%;
}

.single_works_deatels i{
    color: #BD9E6F;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
	
}
.single_works_deatels h5{
	margin-top:10px;
	margin-bottom:20px;
}
.single_works_deatels p{}






/* footer Section */

.footer{
	background:#d3090971;
    padding: 90px 0px 0px 0px;	
}


.single_footer .form-control {
    font-size: 14px;
    border: 0px solid #ccc;
    border-radius: 4px 0px 0px 4px;
	width:75%;
	display:inline-block;
}
.single_footer .submit_btn{
    background: #bd9e6f;
    border: 0px solid #bd9e6f;
    color: #fff;
    padding: 5px 10px;
    margin-left: -4px;
    border-radius: 0px 4px 4px 0px;
    height: 34px;
    outline: none;
    font-size: 13px;
	
}
.footer .single_footer p{
	display: inline-block;
    font-size: 11px;
    padding-left: 10px;
}
.footer_menu{
	margin-top: 10px;
}
.footer_menu ul li{
	display:inline-block;
}
.footer_menu ul li a{
    display: block;
    color: #abacae;
    font-size: 12px;
    padding: 5px;
}
.footer_menu ul li:hover a{
    color:#bd9e6f;
}

.footer_socail a{
	
		display: inline-block;
		text-decoration: none;
		width: 45px;
		height: 45px;
		line-height: 45px;
		color: #fff;
		margin-right: 10px;
		background-color: #0d2033;
		text-align: center;
		transition: all 300ms ease;
	}



@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}
/*:::::Pie de Pagina*/
.pie-pagina{
    width: 100%;
    background-color: #0a141d;
}
.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px;
    padding: 45px 0px;
}
.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pie-pagina .grupo-1 .box figure img{
    width: 250px;
}
.pie-pagina .grupo-1 .box h2{
    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
}
.pie-pagina .grupo-1 .box p{
    color: #efefef;
    margin-bottom: 10px;
}
.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #0d2033;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color: aqua;
}
.pie-pagina .grupo-2{
    background-color: #0a1a2a;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}
.pie-pagina .grupo-2 small{
    font-size: 15px;
}
@media screen and (max-width:800px){
    .pie-pagina .grupo-1{
        width: 90%;
        grid-template-columns: repeat(1, 1fr);
        grid-gap:30px;
        padding: 35px 0px;
    }
}


/* scrollup */

.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: rgb(0, 0, 0);
	z-index: 1000;
	transition: opacity .7s, background-color .5s;
	-moz-transition: opacity .7s, background-color .5s;
	-webkit-transition: opacity .7s, background-color .5s;
}

.scrollup:hover {
	background: #BD9E6F;
	opacity: 1;
}

.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: rgb(255, 255, 255);
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}



