*{box-sizing: border-box;}

html, body{
	height: 100%;
}
body{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

.blackop{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	padding: 2em;
	
}

.whitebox{
	color: #000;
	background: #fff;
	padding: 2em;
}

.seporange{
	border: 1px solid #cc9900;
	width: 10em;
	margin: 0 0 1em 1em;
}

.center{
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.margin{
	margin:0;
}


/* NAV */
.bg-light {
	background: rgba(255, 255, 255, 0.8)!important;
}
nav{

	z-index: 99;
	font-weight: 300;
	font-size: 1.2em;
	position: fixed;

	
}

nav li a {
	color:#879a9f;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-right:5px;
}

.nav-link{
	font-size: 14px;
	transition: all .2s ease-in-out;
}

.nav-link:hover {
	color:#879a9f;
	margin:0;
	transform: scale(1.1);
}

.brand-logo{
	margin-left: 6%;
}

.navbar-brand:hover{
	transform: scale(1.1);
}

/* HOME */

.homebg{
	background: url('../img/home.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*height: auto;*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 80px);
}


.textcont{
	border-left: 4px solid white;
	color: white;
	text-shadow: -1px -1px 12px rgba(0, 0, 0, 1);
	margin-top: 5em;
}

h1{
	font-size: 4em;
	font-weight: 700;
}

.ulhome{
	padding-top: 10em;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	padding-right: 1.1em;

}

.ulhome li a{
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1em;
	transition: all .2s ease-in-out;
}

.grow:hover {
	transform: scale(1.1);
}

.logoimg{
	margin-bottom: 3em;
}

.linemenu{
		margin: 10px 0;
		border-bottom: 1px solid #000;
		width: 15em;
}
.playfair{
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	font-size: 3em;
	text-shadow: -1px -1px 12px rgba(0, 0, 0, 1);
}

.header2, .nav2{
	position:static;
}

.nav2{
	width: 315px;
	/*height: auto;*/
	height: calc(100vh - 60px);
	background: rgba(255, 255, 255, 0.8);
}
.nav2 ul li {
	list-style-type: none;
}


.navresponsive {
	display: none;
}
/* SERVICIOS */

.serviciosbg{
	margin:0 auto;
	padding: 0;
	background: url('../img/servicios.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*height: auto;*/
	height: calc(100% - 65px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bajada{
	font-size: 1.5em;
	font-weight: 300;
}

.text{
	font-size: 1.2em;
}


h2{
	font-weight: 700;
}

h3{
	font-weight: 700;
	font-size: 1.3em;
}

.line{
	margin-right:1em;
}

/* NOSOTROS */

.nosotrosbg{
	margin:0 auto;
	padding: 0;
	background: url('../img/nosotros.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: auto;
	height: calc(100% - 130px);
	height: calc(100% - 65px);
	display: flex;
	align-items: center;
	justify-content: center;
}





/* GRUPO CMC */

.grupobg{
	margin:0 auto;
	padding: 0;
	background: url('../img/grupo.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*height: auto;*/
	height: calc(100% - 65px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.seporange2{
	border-left: 2px solid #cc9900;
	height: 20em;
	margin: 0;
	padding: 0;
}

.certificacion{
	margin-top: 1em;
}

.ppalycert{
	margin-top:5em;
	padding:0;
}

.h3bold{
	font-size: 1.8em;
	font-weight: 700;
}

.veritascont2{
	display: none;
}

/* SISTEMA */


.nav3{
	position: static;
	/*width: 100%;
	position: relative;*/
}
.nav3 *{
	/*width: 100%;
	position: relative;*/
}


.sistemabg{
	margin:0 auto;
	padding: 0;
	background: url('../img/sistema.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: calc(100% - 65px);
	/*min-height: calc(100vh - 130px);*/
	display: flex;
display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}

.dropbtn {
    background: url('../img/mano.png') no-repeat center center;
    color: white;
    padding: 40px;
    border: none;
    margin-left: 10px;
}


.dropbtn2 {
    background: url('../img/guarda.png') no-repeat center center;
    color: white;
    padding: 40px;
    border: none;
    margin-left:20px
}


.btnul{
	text-decoration: none;
	list-style-type: none;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}

.btnul li {
	text-decoration: none;
	list-style-type: none;
}
.btnul li a{
	text-decoration: none;
	list-style-type: none;
	color: white;
	font-size: 15px;
	font-weight: 400;
}

.dropbtn2:hover{
	background: url('../img/guardahover.png') no-repeat center center;
}

.dropbtn:hover{
	background: url('../img/manohover.png') no-repeat center center;
}

.sub-menu-parent { position: relative; border-bottom: 4px solid #cc9900;}
.sub-menu-parent .dropbtn {
	display: block;
	margin: 0 auto;
}
.sub-menu-parent br{
	display: none;
}
.sub-menu-parent .dropbtn2 {
	display: block;
	margin: 0 auto;
}
.sub-menu-parent .text {
	display: block;
}

.sub-menu.parent li a{
	color: white;
}

.sub-menu { 
	
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: -1;
	padding-left:0!important;
	transform: translateY(-2em);
	transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:hover .sub-menu {
 	
	opacity: 1;
	z-index: 1;
	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
	transform: translateY(0%);
	z-index: -1;	
	padding-left:0!important;

}


.sub-menu li a{
	margin-top: 1em;
	color: white;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	margin-left:0!important;
}

.sub-menu li:hover{
border-bottom: 4px solid #cc9900;;
}

.sub-menu li{
margin-top: 1em;
width: 100%;

}


.blackop2{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	padding: 1em;
	
}





/* CONTACTO */
.contbg{

	margin:0 auto;
	padding: 5em 0;
	background: url('../img/contacto.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/*height: auto;*/
	height: calc(100% - 130px);
	display: flex;
	align-items: center;
	justify-content: center;
}


.contenedorcont{
	margin-top:7em;
}

.bajada2{
		font-size: 1.1em;
}

.form-control {
    height: calc(2.25rem + 6px);
}

.btn-primary{
	background: #545454;
	border:none;
}

.underline{
	border: 1px solid #fff;
	width: 15em;
	margin: 0 0 1em 1em;
	height: 1px;
}

#gmap{
	width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
}

#gmapbg{
	background: url(../img/mapa.jpg) center center no-repeat;
	background-size: 100%;
		width: 100%;
		height: 100%;
		position: absolute;
}


#gmap-content{
    width: 90%;
    margin: 150px auto 0;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    background-color: black;
	color:white;
}

#ub-content{
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: black;
	color:white;
}

#gmap-draw iframe{
	height: 80em;
}

.hidemd{
	display: none;
}

/* FOOTER */

footer{
	background: #000;
	text-align: center;
	padding: 2em 0 1em 0;
}

footer div, footer p{
		color: #fff;
}

.separador{
	border: 1px solid #fff;
}

.copy{
	margin-top: 1em;
}

	#bgwa {background-color: rgba(00,00,00,0.7); padding:25px; -webkit-border-radius: 50px 50px; -moz-border-radius: 50px 50px; cursor:pointer; overflow: auto; width:auto; max-width: 800px}
	#bgwa a:hover {text-decoration: none;}
	#waCol1 {float:left; padding: 1em 0 0 0;}
	#waCol2 {float:left; padding:0 40px;}
	#waCol3 {float:right; padding: 1em 0 0 0; }
	.wa {font-family: Lato, Arial; font-size: 25px; color: #fff; font-weight: bold; margin:0; padding:0;}
	.wa2 {font-family: Lato, Arial; font-size: 14px; color: #fff; font-weight: normal; margin:0; padding:0;}


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

.nav2{
	width: 235px;
	height: auto;
	min-height: 100vh;
}

.linemenu{
		margin: 10px 0;
		border-bottom: 1px solid #000;
		width: 10em;
}

	.ppalycert .text{
		font-size: 1em;
	}

	.seporange2{
		height: 15em;
	}

	.h3bold{
	font-size: 1.6em;
}

	.veritascont2{
		display: none;
	}
		.dropdown .text{
		font-size: 1em;
	}


}

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

.grupobg .whitebox{
	padding: 1em!important;
}

.nosotros{
	margin-top: 6em;
}

.ppalycert .text{
	font-size: 13px;
}



.ppalycert{
		margin-top: 7em;
	
}

#gmap{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.logoimg{
	margin-bottom: 1.5em;
}

.ulhome{
	padding-top:7em;
}


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

	.h3bold{
		font-size: 1em;
	}

	.ppalycert .text{
		font-size: 1em;
	}

	.veritascont img{
		width: 9em;
	}

	.veritascont2{
		display: none;
	}
	
	.dropbtn, .dropbtn2{
		margin-left:10px;
	}
	.dropdown .text{
		font-size: 15px;
	}
	
	.dd2{
	left:0; 
	padding-top:0;
	margin-top:0px;
	min-width: 170px;
}

h1{
	font-size: 3em;
}

.bajadahome{
	font-size:2em;
}

.header2{
	display: none;
}

.navresponsive {
	display: flex;
}

#gmap{
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#gmap-content{
    width: 90%;
    margin: 50px auto 0;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    background-color: black;
	color:white;
}



}

	@media screen and (max-width:980px) {
#waCol1, #waCol2 {float:none; padding: 0 0 0 0; text-align:center;}
#waCol3 {display:none;}
#bgwa {margin-top: 10em;}

	}

@media only screen and (max-width: 768px){
	.nosotrosbg,
	.grupobg,
	.sistemabg,
	.contbg,
	.homebg{
		height: auto;
		min-height: 100vh;
	}
	.seporange2{
		border: 1px solid #cc9900;
		width: 15em;
		margin: 0 0 1em 1em;
		height: 1px;
	}
	.h3bold{
		text-align: center;
	}
	.veritascont{
		display: none;
	}
	nav{
		font-size: 1.1em;
	}

	.text{
		font-size: 1.1em;
	}

	.h3bold{
		font-size: 1.5em;
	}

	.veritascont img{
		width: 12em;
	}

	.ppalycert{
		margin-top:10px;
	}

	.grupo{
		margin-top:130px;
	}

	.veritascont2{
		display: block;
	}
	
	.foot{
		/*margin-top:130px;*/
	}

	h1{
	font-size: 2.5em;
}

.bajadahome{
	font-size:1.5em;
}

.dropbtn2 {

    margin-left:30px
}



#gmap{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#gmap-content{
    width: 90%;
    margin: 30px auto 0;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    background-color: black;
	color:white;
}

.hidexs{
	display: none;
}

.hidemd{
	display: block;
}

	
}

@media only screen and (max-width: 764px){
nav{
	font-size: 1em;
}

.serviciosbg .blackop{
	margin: 8em 0 0em 0;
}

.serviciosbg .whitebox{

	margin:0 ;
}	

	.nosotrosbg .blackop{
	margin: 8em 0 0em 0;
	padding: 1em
}


}

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

.h3bold{
	text-align: center;
}

.veritascont{
	display: none;
}

.break{
	display: none;
}
.serviciosbg .blackop{
	margin: 9em 0 1em 0;
}
.bajada{
		font-size: 1.1em;
}
.text{
		font-size: 1em;
}

.ppalycert .text{
	font-size: 12px;
}

.serviciosbg .whitebox{

	margin-bottom: 1em ;
}

.nosotrosbg .blackop{
	margin: 8em 0 0em 0;
	padding: 1em
}

/*.foot{
	margin-top:130px;
}
*/
.veritascont2{
	display: block;
}

.marginsm{
	margin-bottom: 200px;
}

	.foot{
/*		margin-top:230px;*/
	}

h1{
	font-size: 2.7em;
}

.bajadahome{
	font-size:1.5em;
}

.hide2{
	display: none;
}

.dropbtn, .dropbtn2{
	margin: 0
}

.sistema{
	margin-top:8em;
}

#navbar-collapse{
	margin-left: 1.2em;
}

.hidexs{
	display: none;
}

.hidemd{
	display:block;
}

#gmap{
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}


}

@media only screen and (max-width: 375px){
	.nosotrosbg .blackop{
	margin: 8em 0 0em 0;
	padding: 1em
}

.foot{
	/*margin-top:310px;*/
}

h1{
	font-size: 2.5em;
}

.bajadahome{
	font-size:1.5em;
}

.sistema{
	margin-top:9em;
}

.nosotros .text{
	font-size: 13.5px;
}

.marginsm{
	margin-top: 100px;
}

.margin123{
	margin-right: 1em;
}

.blackop{
	padding: 1em;
}

.btnul .blackop{
	padding: 2em;
	padding-left: 0;
	padding-right: 0;
}

.serviciosbg{

	height:100vh;
	margin-bottom: 1em;

}

.sub-menu-parent{
	width:129px;
	height: 170px;
}

#gmap{
    width: 100%;
    height: 150px;
}



}

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

.serviciosbg .blackop{
	
	padding: 1em
	padding-left: 0;
	padding-right: 0;
}

.serviciosbg .whitebox{
	padding: 1em ;
}

.foot{
	/* margin-top:250px;*/
}

.hide{
	display: none;
}

	.foot{
		/*margin-top:350px;*/
	}

	.underline{
	
	width: 12em;

}


.serviciosbg{

	height:100vh;

}


#gmap{

    width: 100%;
    height: 120px;
}



}