
@media (max-width: 1200px) { }
@media (max-width: 992px) { }
@media (max-width: 768px) { }
@media (max-width:565px)  { }
@media (max-width: 450px) { }
@media (max-width: 360px) { }


/*cotizar*/

.cotizar{
	position: fixed;
	bottom: 60px;
	right: 30px;
	z-index: 99999999999999999999;
}

.cotizar li{
	list-style:none;
}

.cotizar img{
	height: 40px;
	opacity: 1;
}

.cotizar img:hover{
	opacity: 0.9;
}



@media (max-width: 990px) {
	
	.cotizar {
		display: block!important;
		bottom: 60px;
	}
	
	.platform img{
	height: 40px;
	opacity: 1;
	}

	.platform img:hover{
		opacity: 0.9;
	}
	
	
}

/*platform*/

	.platform{
		position: fixed;
		top: 20px;
		right: -10px;
		z-index: 99999999;
	}

	.platform img{
	height: 45px;
	opacity: 1;
	}

	.platform img:hover{
		opacity: 0.9;
	}

@media (max-width: 990px) {
		
	#thehand {
		display: block!important;
	}
	
	.platform{
		position: fixed;
		top: 90px;
		right: -10px;
		z-index: 99999999;
	}

	
}
/*botones*/

.btn_std{
	background-color: #0070b2;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
	border: 0px solid #fff;
	cursor: pointer;
	text-decoration: none;
}

 .btn_std:hover{
	 background-color: #0070b2;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
	 -o-transition: background 0.5s;
	 cursor: pointer;
	 text-decoration: none;
}


/*nosotros*/

body{
	font-family: 'Montserrat', sans-serif;
}

/*nosotros*/

.aboutus{
	margin-top: 20px;
}

.aboutus img{
	width: 100%;
}

/*link formulario*/

.cont a{
	color: #000!important;
}

.cont a:hover{
	color: #428bca!important;
}


.control_formulario{
	height: 400px!important;
}

.line6 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:700px!important;
}

.line6:before {
    top: 0;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 150px solid white!important;
    border-right: 3000px solid transparent;
}


@media (max-width: 450px) { 
	
	.control_formulario {
     height: auto!important;
}
	
}
/*slide text*/
@media (max-width: 568px) { 
.camera_caption h2 {
    font-size: 55px;
}
	
	
}

/*clientes*/

.clientes{
}

.clientes img{
	width: 100%;
	padding: 10px;
}

.clientes li{
	    width: 23%;
    display: -webkit-inline-box;
    text-align: center;
        padding: 0px 10px 10px 10px;
}

@media (max-width: 1200px)  { 
	.clientes {
		margin-bottom: -76px;
		z-index: 99;
	}
}

@media (max-width: 450px) { 
.clientes img {
    width: 100%;
    padding: 0px;
}
	
.clientes li {
    width: 48%;
    display: -webkit-inline-box;
    text-align: center;
    padding: 10px;
}
	
	.clientes ul{
		padding-left: 0px;
	}
	
	
	.clientes {
    z-index: 99;
    margin-bottom: -123px;
}


	
}


/* ///// */



/* ///my_news// */
.ctrl_clientes{
	    margin-bottom: -100px;
    display: flow-root;
    z-index: 2;
    position: relative;
}


.mynews{
	
}

.news img {
      border-radius: 3px;
    text-align: center;
    display: -webkit-inline-box;
	
}

.dvgogalery{
		text-align: right!important;
	}

.btn_galery{
    padding: 6px 40px;
    background-color: #1884c4;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 25px;
    display: -webkit-inline-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.btn_galery:hover{
	background-color: #1884c4;
	color: #fff;
}
@media (max-width: 360px) { 
	.dvgogalery{
		text-align: center!important;
	}
}	
	
/* ///// */

#icons_min .pretty .plS {
    display: inline-flex;
    text-align: center;
    margin: 0 auto;
}

#icons_min .isotope .isotope-item {
/*
    text-align: center;
*/
}

#icons_min .isotope-item {
    top: 38px !important;
    text-align: center;
}



.Des .fa-camera {
    background: url(../images/cir.png) no-repeat;
    padding: 26px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}

.Des .fa-star-o {
    background: url(../images/cir.png) no-repeat;
    padding: 26px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}

.Des .fa-clock-o {
    background: url(../images/cir.png) no-repeat;
    padding: 26px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}

.Des .fa-user {
    background: url(../images/cir.png) no-repeat;
    padding: 27px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}

.Des .fa-check {
    background: url(../images/cir.png) no-repeat;
    padding: 27px;
    font-size: 24px;
    color: #fff;
    font-family: FontAwesome;
    text-align: center;
}


@media (max-width: 360px) { 
	#icons_min{
		
	}
	
	#icons_min .element{
		
	}
	
}




/***************************************
EQUIPO  EQUIPO  EQUIPO   04-07-2019    17:40PM
***************************************/


	#equipo{
		    margin-bottom: -100px;
    z-index: 99;
    position: relative;
	}


#ind_equi{
	padding: 0px 0px 40px 0px;
}


#ind_equi .lSSlideOuter {
	height: 285px!important;
}

#ind_equi .lSSlide{
	height: 285px!important;
}

.ind_6a{
	text-align: center;
	padding: 40px 0px 40px 0px;
}

#equ1p0cr3m{
	margin: 70px 0px 30px 0px;
}

#equ1p0cr3m h1 {
   font-weight: 700;
    font-size: 35px;
    color: #854d31;
    letter-spacing: 1px;
	margin: 0px;
}

 #equ1p0cr3m h2{
	    font-size: 17px;
    font-weight: 600;
    color: #535353;
	margin: 10px 0px 22px 0px;
}
 #equ1p0cr3m h3{
	    font-size: 22px;
}
@media (max-width: 1200px)  { 
	#equ1p0cr3m {
    margin: 30px 0px 30px 0px;
}
}

@media (max-width:768px) { 
	#equ1p0cr3m {
    margin: 56px 0px 30px 0px;
}
}

@media (max-width: 450px)  { 
	#equ1p0cr3m h2 {
    font-size: 17px;
    font-weight: 600;
    color: #535353;
    margin: 16px 0px 11px 0px;
}
}


@media (max-width: 360px)  { 
 #equ1p0cr3m h1 {
    font-weight: 700;
    font-size: 31px;
    color: #854d31;
    letter-spacing: 1px;
    margin: 0px;
}
}
/******** /////// ********/

.inde_6aperfil{
	overflow: hidden;
	border-radius: 1000px;
	max-width: 10vw;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

.inde_6aperfil img{
	width: 100%;
	
}

.inde_6aticket{
	position: absolute;
    top: 0px;
    right:50px;
}

.inde_6aticket img{
	width: 30px;
}


/******** ////	/// ********/

.ind_6b{
	text-align: center;
	padding: 0px 20px;
}

.ind_6b h1{
	color: #000;
    font-size: 13px;
    margin: 0px;
	text-transform: uppercase;
	height: 1.2em;
	max-height: 1.2em;
	overflow: hidden;
}

.ind_6b h2 {
    color: #00aeb5;
    font-size: 14px;
    margin: 8px 0px 8px 0px;
    font-weight: 600;
    height: 2.2em;
    max-height: 2.1em;
    overflow: hidden;
}

.ind_6b p{
	font-size: 12px;
	color: #000;
	height: 4.2em;
	max-height: 4.2em;
	overflow: hidden;
	display: none;
}



.linkedin{
	margin-top: 5px;
}


.linkedin img{
	width: 25px;
}

@media (max-width: 768px) { 
	.inde_6aticket  {
    	display: none;
	}
}

@media (max-width: 525px) { 
	.equipo h6 {
    font-size: 5.5vw;
	}
}

@media (max-width: 480px) { 
	.inde_6aperfil {
    overflow: hidden;
    border-radius: 1000px;
    max-width: 130px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
}
}

#equipo2{
	display: block;
	margin-top: -80px;
	height: 80px;
}


/***************************************
TESTIMONIOS TESTIMONIOS   04-07-2019 17:50PM
***************************************/

#testimonios{
	padding: 0px 0px 0px 0px;
}

.testi_slide{}

.testi_slide li{
	padding: 00px 60px;
}

.testimonio img{
	width: 100%;
	max-width: 40px;
}

.testimonio p{
    text-align: center;
	padding-left: 20px;
}

.testi_ul_100 {
	text-align: center;
}

.testi_li_10{
	width: 10%;
	float: left;
}

.testi_li_40{
}

.testi_li_80{
	width: 80%;
	float: left;
}


.img_testi_img {
 	margin: 0 auto;
	overflow: hidden;
	max-width: 170px;
	border-radius: 1000px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.img_testi_img img{
	width: 100%!important;
	max-width: inherit!important;
}


.cont_testi{
	margin: 0 auto;
	width: 80%;
}

/******distancia del slider******/

.item_2{margin-top: 20px;}

/******distancia del slider******/

@media (max-width: 1200px) { 
	.testimonio p {
    max-width: 51vw;
    margin: 0 auto;
	}
}

@media (max-width: 768px)  { 
	.testimonio img {
    width: 100%;
    max-width: 36px;
    margin-top: 23px;
	}
	
	.testimonio p {
    max-width: 43vw;
    margin: 0 auto;
	}
	
	
}

@media (max-width: 568px)  { 
	.testi_slide li {
    padding: 20px 3px;
	}
	
	.testi_li_10{
		display: none;
	}
	
	.testi_li_80 {
    width: 100%;
    float: inherit;
}
	
	.testimonio p {
    max-width: 60vw;
    margin: 0 auto;
    text-align: center;
		padding: 0px;
}
	
	.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../img/controls2.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -34px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
	
	.cont_testi {
    margin: 0 auto;
    width: 100%;
}
	
	
	

}
@media (max-width: 360px)  { 
	
	.testi_li_40 {
		display: inherit;
}
	
	
	.testi_slide li {
    padding: 0px 3px;
	}
}

/***************************************
ABOUT US   05-07-2019 10:00AM
***************************************/

.p-aboutus{
	padding: 0px 0px 60px 20px;
}

.p-aboutus h3{
	font-weight: 700;
    font-size: 30px;
    color: #854d31;
	letter-spacing: 1px;
}

.p-aboutus h4{
	font-weight: 600;
    font-size: 23px;
    color: #b0653f;
	letter-spacing: 1px;
	margin: 14px 0px 20px 0px;
	    font-weight: 600;
    font-style: italic;
}

.p-aboutus p{
	font-size: 16px;
}

.bigsize{
	font-size: 42px;
}

.p-aboutus h5{
    font-size: 16px;
    color: #b0653f;
    letter-spacing: 1px;
    margin: 14px 0px 10px 0px;
    font-weight: 600;
    line-height: 19px;

}

.p-aboutus h6{
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    margin: 14px 0px 10px 0px;
    font-weight: 600;
	font-style: italic;
	line-height: 18px;
}

.p-aboutus h7{
    font-size: 15px;
    color: #000;
	letter-spacing: 1px;
	margin: 14px 0px 10px 0px;
	    font-weight: 600;
}
@media (max-width: 1200px) { 
.p-aboutus{
	padding: 0px 0px 0px 20px;
}
}

@media (max-width: 450px) { 
	.p-aboutus h4 {
    font-size: 19px;
}
	.bigsize {
    font-size: 35px;
	}
	
	.p-aboutus h3 {
    font-weight: 700;
    font-size: 26px;
    color: #854d31;
    letter-spacing: 1px;
}
	
	.aboutusfix3602 {
    text-align: center;
	}
	
	.p-aboutus {
    padding: 0px 20px 20px 20px;
}
	
}


@media (max-width: 360px) { 
	
.p-aboutus h3 {
    font-weight: 700;
    font-size: 23px;
    color: #854d31;
    letter-spacing: 1px;
}
	
.p-aboutus {
    padding: 0px 20px 0px 20px;
}	
	
.p-aboutus h4 {
    font-weight: 600;
    font-size: 17px;
    color: #b0653f;
    letter-spacing: 1px;
    margin: 14px 0px 20px 0px;
}	
	
.p-aboutus p {
    font-size: 14px;
}
	
}


@media (max-width:1200px) { 
	
	#contadores {
    margin-top: 20px;
    margin-bottom: -96px;
    z-index: 99;
    position: relative;
}
	
}

@media (max-width:565px) { 
.Ama h3 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 37px;
    margin-bottom: 20px;
}
	
.Ama p {
    font-size: 17px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}

	
	
}


/***************************************
contadores 08-07-2019 11:15 AM
***************************************/

#contadores{
	margin-top: 20px;
}

/***************************************
SERVICIOS   05-07-2019 10:15 AM
***************************************/

	.aboutusfix3602 {
    margin-bottom: -40px;
    z-index: 99;
    position: relative;
    margin-top: 25px;
	}
	
	.Ama {
    margin-top: 170px;
    margin-bottom: 60px;
    padding: 20px 20px;
	}


@media (max-width: 360px) { 
#servicios .Ama h3 {
       font-size: 42px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 18px 0px;
}


#servicios .Ama p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
	
	#servicios .Ama h3 {
    font-size: 31px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 18px 0px;
}
	
	#servicios .Ama p {
    font-size: 15px;

}

}


/***************************************
SERVICIOS   05-07-2019 10:15 AM
***************************************/

#inter-galeria{}

#inter-galeria .Ama h3{
	    font-size: 55px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 0px 0px;
}


#ga_re .col-xs-3{
	padding: 0px 4px;
}

@media (max-width: 450px) { 
	.Ama h3 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-top: 17px;
}

}

@media (max-width: 360px) {
	#inter-galeria .Ama h3 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 0px 0px;
}
	
}

/***************************************
DREAM   05-07-2019 10:15 AM
***************************************/

#dream{}

#dream .Ama h3{
	font-size: 45px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 0px 0px;
}




@media (max-width: 450px) { 
	#dream .Ama h3 {
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 25px 0px 0px 0px;
}
}


@media (max-width: 360px) { 
	#dream .Ama h3 {
		font-size: 32px;
		text-align: center;
		color: #fff;
		font-weight: 500;
		margin: 25px 0px 0px 0px;
	}
}


/***************************************
CLIENTES   05-07-2019 10:15 AM
***************************************/

#clientes  h3{
	font-weight: 700;
    font-size: 35px;
    color: #854d31;
	letter-spacing: 1px;
}

#clientes  h4{
	font-weight: 600;
    font-size: 20px;
    color: #b0653f;
	letter-spacing: 1px;
	margin: 14px 0px 20px 0px;
}

#listas_servicios{
	margin-top: 30px;
}

#listas_servicios p{
	font-size: 17px;
    font-weight: 600;
    color: #535353;
}

#listas_servicios li{
	font-size: 17px;
    font-weight: 500;
    color: #fff;
	}

#listas_servicios h4{
		font-size: 20px;
		font-weight: 600;
		color: #fff;
	    margin-left: -18px;
	}


#listas_servicios ul{
}

#listas_servicios .ls50{
	width: 50%;
    float: left;
	    padding-left: 14vw;
}


@media (max-width: 450px) {
	#listas_servicios .ls50 {
    width: 50%;
    float: left;
    padding-left: 7vw;
}
	
#listas_servicios h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 17px;
}	
	
.Ama p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}	
	#listas_servicios li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
	.forma {
    margin-bottom: 21px;
}
	
	
	
}

@media (max-width: 360px) {
#listas_servicios .ls50 {
    width: 50%;
    float: left;
    padding-left: 2vw;
    padding-right: 8px;
}
	
	#listas_servicios h4 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 17px;
}
	#listas_servicios li {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
	
	#listas_servicios ul{
	list-style: inherit;
}
	

	
	#project1 .row {
    margin-right: -45px;
    margin-left: -30px;
	}
	
}


/***************************************
CONTACTO   05-07-2019 10:15 AM
***************************************/

.forma {
    margin-bottom: 0px;
    z-index: 10;
    margin-top: 10px;
}

@media (max-width: 568px) { 
	.forma {
		margin-bottom: 0px;
		}
}

@media (max-width: 360px) { 
		.forma {
		margin-bottom: 22px;
		z-index: 10;
		margin-top: 10px;
		}
	}
	

/***************************************
OTRAS COSAS 05-07-2019 11:39AM
***************************************/

@media (max-width: 360px) { 
	.camera_caption h2 {
		font-size: 47px;
	}



.slicknav_menu:before {
	    background: url(../images/logo_w.png)no-repeat;
       background-size: cover;
	}
	
	
	.Fresh {
    margin-bottom: 145px;
    color: #fff;
    margin-top: 250px;
    text-align: center;
}
	
	.contadores360{
	margin-bottom: -122px;
    z-index: 99;
    position: relative;
    margin-top: 0px;
	}

}


.view h3 {
    margin-bottom: 5px;
    text-align: center;
    margin-top: 12px;
	    font-size: 18px;
}



/***************************************
empresa
***************************************/

.empresa{
	padding: 8vh 1px 8vh 1px;
	text-align: center;
}

.empresa h1{
	color:#000;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 4.5vw;
	margin-bottom: 10px;
}


.empresa h3{
	color:#14c9fa;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.5vw;
	margin-bottom: 6vh;
}

.empresa p{
	color:#000;
	letter-spacing: 1px;
	font-size: 0.9vw;
}

.c_empresa {
	text-align: center;
	margin-top: 3vh;
}

.c_empresa img {
    width: 7vw;
    padding-bottom: 4px;
    margin: 0px;
}

.c_empresa h10{
	color:#000;
	font-weight: 900;
	font-size: 1.0vw;
	display: block;
    width: 100%;
}


@media (max-width: 1370px) { }
@media (max-width: 1300px) {
.empresa h3{margin-bottom: 1vh}
.empresa p     { font-size: 1.2vw; }
.c_empresa h10 { font-size: 1.1vw; }
.c_empresa img { width: 6vw;}

}
@media (max-width: 1200px) { .empresa{ padding: 5vh 1px 1vh 1px; } }
@media (max-width: 990px)  { .c_empresa h10 { font-size: 1.3vw; } }
@media (max-width: 910px)  { }
@media (max-width: 768px)  { .empresa p{ font-size: 1.6vw;}
								.empresa h3{font-size: 2vw}  
									.c_empresa img{ width: 12vw;}
								.c_empresa h10 { font-size: 1.5vw; }
}
@media (max-width: 650px)  { .empresa p{ font-size: 1.9vw;} 
						 	.c_empresa h10 { font-size: 1.8vw; }
}
@media (max-width: 568px)  { .empresa p{ font-size: 2.2vw;  } 
								.empresa h1 {font-size: 5.5vw}
}
@media (max-width: 525px)  { 	.c_empresa h10 { font-size: 2.2vw; }	
								.c_empresa img{ width: 16vw;}	
}
@media (max-width: 450px)  { 
	.empresa p{ font-size: 2.5vw;} 
	.c_empresa h10 {font-size: 12px;
	    height: 2em;}
			.c_empresa img{ width: 17vw;padding: 5px;}
				.empresa h3{font-size: 4vw} 
	}
@media (max-width: 360px)  { 
	.empresa p{ font-size: 3.2vw;}  
						.empresa h3{font-size: 5vw}
	.c_empresa img {
			width: 16vw;
		    padding: 2px;
		}
	.c_empresa h10 {
    font-size: 10px;
    height: 2em;
}
	
	#empresa .col-xs-3{
		padding: 0px 4px
	}
	
	.news2 {
    margin-top: 0px;
}
									
}
@media (max-width: 320px)  { }


/***************************************
contadores
***************************************/

#contadores .project h4 {
    margin-left: -5px;
    font-size: 20px;
    font-weight: 700;
    color: #2f2f2f;
}


@media (max-width: 450px)  { 

	#contadores{
	display: block;
    margin-bottom: -97px;
    position: relative;
    z-index: 9999999999;
	}	
	
	#contadores	.project {
    margin-top: 35px;
    text-align: center;
}

}

@media (max-width: 360px)  { 


}


/***************************************
valores
***************************************/

#valores .Fresh h4 {
    margin-top: 17px;
    font-size: 20px;
    font-weight: 600;
}

#valores .Fresh p {
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 23px;
    letter-spacing: 0.4px;
}

@media (max-width: 450px)  { 
	#valores .col-md-4{
		margin-bottom: 40px;
	}
}


@media (max-width: 360px)  { 
#valores .Fresh p {
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 23px;
    letter-spacing: 0.4px;
}
}


/***************************************
galeria
***************************************/



#ga_re{
	z-index: 9;
	position: relative;
	margin-bottom: -100px;
	margin-top: 50px;
}

.empresa {
    padding: 5vh 1px 1vh 1px;
	z-index: 99;
	position: relative;
	    margin-bottom: -74px;
}

@media (max-width: 450px)  {
	.empresa {
    margin-bottom: -122px;
}

#ga_re {
    margin-bottom: -155px;
}
	
	
}


/***************************************
galeria bak section
***************************************/


.bacgal1{
	text-align: center
}

.bacgal1 li{
	    list-style: none;
    display: -webkit-inline-box
}

.btn_back{
	padding: 6px 40px;
    background-color: #585f64;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 25px;
    display: -webkit-inline-box;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff!important;
}

.btn_back:hover{
	background-color: #585f64;
	color: #fff!important;
}


.btn_send{
	background-color: #15c1f3;
    color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 6px 40px;
	border: 0px;
	    margin: 20px 0px 20px 0px;
}


.btn_send:hover{
	background-color: #12afdc;
	color: #fff;
}

/***************************************
#gocon
***************************************/

#gocon{}

#gocon .navmenu{

}

#gocon #menu{
	margin-top: 20px;
    float: inherit;
}


#gocon #menu li{
	    float: initial;
}

.btngocon{
    border: 2px solid #fff!important;
    border-radius: 6px;
    padding: 6px 35px;
    font-size: 18px;
}


.btngocon:hover{
    border: 2px solid #1fcdff!important;	
}



/***************************************
globales
***************************************/


@media (max-width: 568px)  {
	.cont {
    margin-top: 30px;
    margin-bottom: 22px;
}
}

@media (max-width: 450px)  {
	
	.cameraContent {
    top: -100px;
}
	
	#equ1p0cr3m h1 {
    font-size: 26px;
}
	
 .theworld2 {
             margin: 120px 0px 6px 0px!important;
			}
	
	.c_empresa {
    text-align: center;
    margin-top: 4vh;
}
	
	.clfix450{
		margin-top: 70px;
	}
	
	.Fresh {
    margin-bottom: 30px;
}
	
	.Ama {
    margin-top: 219px !important;
    margin-bottom: 51px !important;
}
	
	
.cont {
    margin-top: 0px;
    margin-left: -33px;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    margin-bottom: 10px;
    z-index: 10;
}
	
	
	
}

@media (max-width: 360px)  {
	#equ1p0cr3m h1 {
    font-size: 22px;
	}
	
	
		.clfix450{
		margin-top: 0px;
	}
	
	
		 .theworld2 {
             margin: 120px 0px 6px 0px!important;
			}
	
}



.pretty img {
    border-radius: 3px;
    width: 100%;
}


/***************************************
GALERIA   10-07-2019 12:30 AM
***************************************/

@media (max-width: 450px)  {
	#filter {
    padding: 0px;
}
	
#filter li a {
    font-size: 11px;
}	
	
	
}

@media (max-width: 360px)  {
	
}


