@font-face {font-family: "Futura";
    src: url("fonts/6457161a2bd1197bca298f423ddeb76a.eot");
    src: url("fonts/6457161a2bd1197bca298f423ddeb76a.eot?#iefix") format("embedded-opentype"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.woff2") format("woff2"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.woff") format("woff"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.ttf") format("truetype"),
    url("fonts/6457161a2bd1197bca298f423ddeb76a.svg#Futura Md Bt") format("svg");
}

html{
	
	/* height: 100%; */
	
}


body{
	
	
	
	
}



#totalContainer{
	
	height:150%;
	width:100%;
	
	
}


#FirstBannerContainer{
	
	display:grid;
	grid-template-columns: 6fr 1fr 1fr;
	background:#fafafa;
	
	
}
.infoBanner{
	
	font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 700;
	display: flex;
    align-items: center;
	color: #158297;
	
	
}


#frstBrand{
	
	width: 15%;
    margin-left: 5%;
	font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
	opacity:1;
	transition: all .5s;

	
}

.hsFrstBrand{
	
	opacity:0 !important;
	transition: all .5s !important;
	
}


.hdnBtns{
		
		
		display:none;
		
	}
#navBannerContainer{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
	box-shadow: 0px 1px 20px 4px #2a2a2a;
}

.navbar-brand{
	
	/* opacity:0; */
	transition: all .3s;
	
}


.navbar-nav > li:hover {
    border-bottom-color: #158297;
}

.navbar-nav > li > a:hover {
    /* opacity: 0.7; */
	color: #158297;
}





.brand-and-icon{
	
	/* width:0%; */
	transition: all .3s;
}


#downSide{
	
	
	width:100%;
	/* height: 50%; */
	    height: 70vh;
    /* background-repeat: no-repeat; */
	/* background-image: url("../img/agr.jpg"); */
	/* position: relative; */
	
}


#contScndBan{
	
	/* background-image: url("../img/bgBigCrop.png"); */
	height:70vh;
	
	
}


#slid2{
	

	height:70vh;
	opacity:0;
	
}

#slid3{
	
	/* background-image: url("../img/graspBanNew.png"); */
	height:70vh;
	
}

.slick-slide img{
	
	width:100%;
	
}


/* .slick-track,
.slick-list {
-webkit-perspective: 2000;
-webkit-backface-visibility: hidden;
} */






.fWidthImg{
	
	width:100%;
	
}

#innerTxtBann{
	
	
	
	display:grid;
	grid-template-rows: repeat(2, 1fr);
	width: 90%;
    height: 100%;
    color: white;
    
    margin: 0 auto;
	

	
}

.bigTxtBan{
	
	width:100%;
	align-self: center;
	font-size: 5.5rem;
	font-weight: 700;
	/* opacity:0; */
	
	
}
.smolTxtBan{
	
	width:60%;
	font-size:1.5rem;
	justify-self: right;
	align-self: end;
	font-weight: 500;
    /* font-style: italic; */
	text-shadow: 6px 5px 12px #000000;
	background: rgb(0, 0, 0,  0.36);
	margin-bottom: 4%;
    text-align: end;
	opacity:0;

	
}

#littleGroup{
	
	/* width: 90%; */
    height: 30%;
	display:grid;
	/* grid-template-columns: repeat(3, 1fr); */
	grid-template-rows: repeat(3, 1fr);
	column-gap: 2%;
	margin: 0 auto;
    margin-top: 0.5%;
	overflow: hidden;
	
	
}

.rectContainer{
	
	display:grid;
	grid-template-rows: repeat(3, 1fr);
	/* margin-top:0.5%; */
	
}






.rectTitle{
	

	width: 50%;
    color: white;
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 3.5rem;
    text-align: center;
	font-weight: 700;
	
}
#smolTextRe1{
	position:relative;
	width: 70%;
	height: fit-content;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
	/* background: rgb(0, 0, 0,  0.36); */
	
	
}

.buttonContainer{
	
	display:flex;
	justify-content:center;
	align-items:center;
	
	


}


/* #btnVal1{
	
	position: relative;
    top: -200%;
    width: 40%;
    height: 200%;
    margin: 0 auto;
	
	
}
 */




#valE{
	
	background-image: url(../img/aggBg23.jpg);
    background-repeat: no-repeat;
    /* background-position: top center; */
    background-attachment: fixed;
    /* background-size: cover; */
	    height: 100%;

}


.SmolTxt{
	
	font-weight: 500;
	
}


.normText{
	
	cursor:default;
	
	
}

.whiteBg{
	
	color:gray;
	
	
}



.commonBtn, .commonBtnCerts{
	
	cursor:pointer;
	/* background:#337ab7; */
	background:rgba(52,122,183,0.76);
	
	
	color:white;
	font-weight:500;
	font-size: 1.3rem;
	border-radius: 1vh;
	font-style:italic;
	transition: all .3s;
	height: 5vh;
	width: 35%;
	border: none;
}

.commonBtn:hover{
	
	background:white;
	color:#337ab7;
	
}
.commonBtnCerts:hover{
	
	background:white !important;
	color:#337ab7;
	
}

#certGroup{
	height:50vh;
	/* background:aqua; */
	color:337ab7;
}



.bigTitle{
	color: #337ab7;
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: center;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
	padding-top: 2%;
    
	
	
}

.rowCerts{
	
	width:80%;
	margin: 0 auto;
	
	
}



.certsGrid{
		
	height: 35%;
	/* background:#061224;	 */
	
	
	
}




#certsContainer{

	height:20%;
    width: 75%;
    margin: 0 auto;
	/* display:grid; */
	/* grid-template-columns: repeat(7, 1fr);	 */
	margin-top:2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}



.certSquare{
	
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 3em;
    font-weight: 700;
	/* max-width:20%; */
	
}

.certSquare:nth-child(odd) {
  background: white;
  color:#337ab7;
  
}

.certSquare:nth-child(even) {
  background: #337ab7;
  color:white;
}




.colorCert{
	width: 100%;
	filter: grayscale(100%);
	transition: filter 0.8s, transform 0.8s ;
	
}

.colorCert:hover{
	width: 100%;
	filter: grayscale(0%);
	transform: scale(1.1);
	transition: filter 0.8s, transform 0.8s ;
	
}



.SpecHover{
	width: 100%;
	filter: grayscale(0%);
	transform: scale(1.1);
	transition: filter 0.8s, transform 0.8s ;
	
}




.contBtnCert{

	flex: 0 0 calc(12.5% - 20px);
	color: white;


}

#contLast{
	
	
	display:grid;
	grid-template-columns:repeat(2,1fr);
	/* width:95%; */
	margin:0 auto;
	margin-top: 0.5%;
	grid-column-gap: 0.1vw;

	
	
}
#rightLast{
	
	display:grid;
	grid-template-rows:repeat(2,1fr);
	grid-row-gap: 0.1vw;
	
}


#cott{
	/* height: 50vh; */
	position: relative;
    background-image: url(../img/peop.png);
    background-repeat: no-repeat;
    /* background-position: top center; */
	background-position:20vw 5vh;
	
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
	
	
}

#cursos{
    /* height: 50vh; */
    position: relative;
    background-image: url(../img/virtual22.jpg);
    background-size: cover;
    width: 100%;
    background-position: 30%;
}

.lastText{
	
	font-size:2.5rem;
	width:80%;
	
	
}

.lastSmol{
	
	font-size:1.2rem;
	
}








#footer{
	
	

	display:grid;
	grid-template-columns:1fr 1fr;
	height: 20vh;
	background: #09345a;
	color:white;
	font-weight:700;
	font-size: 1.2rem;
	margin-top: 0.1vh;
	
}

#infoFoot{
	
	display:flex;
	align-items:center;
	
	
}


#wrapInfoFoot{
	
	width:70%;
	margin:0 auto;
	
	
}

#socialMedia{
	
	display: flex;
    align-items: center;
	
	
}



.fa-stack-1x {
    color:white;
}
.icon-facebook {
   color:#3b5998;
}

.icon-twitter {
    color:#00aced;
}

.icon-linkedin{
    color:#0085AE;
}

.smLink{
	
text-decoration:none;
color:white;
	
	
}
.smLink:hover{
	
	color:aqua;
	
}



.footer-distributed{
	/* background: #666; */
	background: rgb(102,102,102);
	background: -moz-linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	background: -webkit-linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	background: linear-gradient(155deg, rgba(102,102,102,1) 48%, rgba(25,25,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666",endColorstr="#191919",GradientType=1);
	
	
	
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 4vh;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	/* background-color:  #33383b; */
	border-radius: 2px;

	/* font-size: 20px; */
	font-size: 2rem;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


.footerBrand{
	
	width:15vw;
	
}

.fa-linkedin:hover{
	
	color:#0172b1;
	text-shadow: 0 0 3px #FFF;
	
	
}
.fa-twitter:hover{
	
	color:#1d9bf0;
	text-shadow: 0 0 3px #FFF;
	
}

.fa-facebook:hover{
	
	color:#4867aa;
	text-shadow: 0 0 3px #FFF;
	
}


.fa-instagram:hover:before{
	
	/* color:#4867aa; */
	

   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
		
	
	
}
.cookiealert{
	
	text-align: center;
    font-size: 0.8rem;
	
}
.cookiealert.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#cookieHref{
	
	color:#00ffff;
	
	
}  
.btn-sm.acceptcookies{
	
	height: 3vh;
    width: 6vw;
	
	
}



.ui-widget-overlay {
    background: #484848;
    opacity: .8;
    filter: Alpha(Opacity=80); /* support: IE8 */
}


.stop-scrolling {
  height: 100%;
  overflow-y: hidden;
  transition:all .3s;
}


#bannerCert{
	
	display:grid;
	grid-template-columns:2fr 5fr;
	height: 25vh;
	background-position: 75vw;
	background-repeat: no-repeat; /* Do not repeat the image */
	box-shadow: 0px 1px 6px 1px #888888;
}






.imageLogoCert{
	
	width:100%;
	display: flex;
    align-items: center;
	justify-content: center;
	
}


.imgCert{
	
	width: 70%;
	transition:all .6s;
	
}


.shadowForImgCert{
	
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	
	
}


.nameCCerts{
	
	display:flex;
	align-items: center;
	overflow: hidden;
	
}



#certsNamesWrapper{
	
	display:flex;
	width:95%;
	/* margin: 0 auto; */
	flex-direction: column;
	
	
	
}


.textNameNorth{
	
	font-size: 2.5vw;
	font-family: Futura;

}


.textNameSouth{
	
	font-size: 3vw;
	font-family: Futura;

}

.bigFonts{
	
	font-size: 4vw;
	
	
}




.imageLogoCert, .textNameNorth, .textNameSouth{
	position:relative;
	top: 1rem;
    left: 1rem;
	transition: all .3s;
}


.imageLogoCert, .textNameNorth, .textNameSouth{
	
	filter: blur(10px);
	transition: all .3s;
	
	
}


.containerTxtCert{
	
	height: 20vh;
	margin-bottom: 1%;
	
}

.textCertificaciones{
	
	height: 100%;
    width: 95%;
    margin: 0 auto;

	
	
	
	background-image: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)),url(../img/question.png);
	background-position: 85vw;
    background-repeat: no-repeat;
    background-size: 15vw;
	
}
	
.titleText{

	width: 60%;
	font-size: 2rem;
	display: flex;
    align-items: center;
	font-weight: 700;
	font-family: Futura;
	color: white;
	padding-left: 1rem;
/* background: rgb(37,68,94); */
/* background: -moz-linear-gradient(90deg, rgba(37,68,94,1) 0%, rgba(0,0,0,0) 60%); */
/* background: -webkit-linear-gradient(90deg, rgba(37,68,94,1) 0%, rgba(0,0,0,0) 60%); */
/* background: linear-gradient(90deg, rgba(37,68,94,1) 0%, rgba(0,0,0,0) 60%); */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25445e",endColorstr="#000000",GradientType=1); */
	
}



.txtCertContainer{
	
	    /* margin-top: 1%; */
    display: flex;
    height: 90%;
	
}



.txtC{
	
	width:90%;
	font-size: 1.5rem;
    justify-self: right;
    align-self: center;
    font-weight: 500;
    /* font-style: italic; */
    text-shadow: 6px 5px 12px #000000;
    background: rgb(0, 0, 0, 0.36);
    color: white;
    padding-left: 1%;
	
}



.contBenefTotal{
	
	width: 95%;
    margin: 0 auto;
	
}



.containerBenefTxt{
	
	width: 95%;
    padding-top: 1%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	
}


.containerBenefits{
	
	margin:3%;
	
}

.benHeight{
	
	width: 19%;
    margin: 0.1rem;
	justify-content: center;
    
	
}

.benHeight:nth-child(odd) {
  background: rgb(11,54,83);
background: -moz-linear-gradient(90deg, rgba(11,54,83,1) 0%, rgba(19,69,103,1) 5%, rgba(19,69,103,1) 95%, rgba(11,54,83,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(11,54,83,1) 0%, rgba(19,69,103,1) 5%, rgba(19,69,103,1) 95%, rgba(11,54,83,1) 100%);
background: linear-gradient(90deg, rgba(11,54,83,1) 0%, rgba(19,69,103,1) 5%, rgba(19,69,103,1) 95%, rgba(11,54,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b3653",endColorstr="#0b3653",GradientType=1);
}

.benHeight:nth-child(even) {
  background: rgb(16,91,122);
background: -moz-linear-gradient(90deg, rgba(16,91,122,1) 0%, rgba(21,103,137,1) 5%, rgba(21,103,137,1) 95%, rgba(16,91,122,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(16,91,122,1) 0%, rgba(21,103,137,1) 5%, rgba(21,103,137,1) 95%, rgba(16,91,122,1) 100%);
background: linear-gradient(90deg, rgba(16,91,122,1) 0%, rgba(21,103,137,1) 5%, rgba(21,103,137,1) 95%, rgba(16,91,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#105b7a",endColorstr="#105b7a",GradientType=1);
}





.graphicBenefit{
	
	width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    color: #fafafa;
    font-weight: 700;
	
	
}

.graphSize{
	
	width:50%;
	
	
}

.benefits{
	
	width:100%;
	
	
}

.beneficios{
	
	margin-bottom: 1%;
	
}

.certImgBox{
	
	
	width:98%;
	margin:0 auto;
	
}


.containerBoxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1rem;
}

.certifiedLogo{
	
	position: relative;
	height: 80%; 
	width: 100%;
	display: flex;
    max-height: 200px;
	justify-content: center;
	padding: 1rem;

	
}

#certLogo2{
	
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	max-width: 100%;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	
}



#certLogoPrimus{
	
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	max-width: 100%;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	
}
#certLogo{
	
	position: relative;
	top: 50%; 
	transform: translateY(-50%);
	max-width: 100%;
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	filter: drop-shadow(5px 5px 5px #222);
	
}


.certTitleMini{
	
	text-align:center;
	/* background: #bf0411; */
	color:white;
	font-weight:700;
	font-size:1.3rem;
	
}

.whatweDoContainer, .companyContainer{
	
	
	height:100%;
	
}
#whatweDoCert, #companyNameCert{
	
	display: flex;
	flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
	color: #fafafa;
	text-shadow: 2px 4px 8px #000000;
	
}


#side1{
	
	background-image: url(../img/certFruits2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;

}

#centerMiniCerts{
	
	background-image: url(../img/audit2.jpg);
    background-repeat: no-repeat;
	background-position: top center;
	
}

.innerMiniCertTxt{
	
	font-weight: 700;
    color: white;
    padding: 2%;
    text-align: center;
	color: #fafafa;
	text-shadow: 2px 4px 8px #000000;
	
}


#side2{
	
	background-image: url(../img/compType2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}


.updVersion{
	width: 100%;
    text-align: center;
	margin-bottom: 1rem;
	
}
    

.smolTxtBanEnd{
	
	font-size: 1.5rem;
    justify-self: right;
    align-self: end;
    font-weight: 500;
    text-shadow: 6px 5px 12px #000000;
    background: rgb(0, 0, 0, 0.36);
    color: #fafafa;
    width: 95%;
    margin: 0 auto;
    text-align: center;
	
	
}


.slick-prev {
	left: 1% !important;
	z-index: 9 !important;
}

.slick-next {
    right: 1% !important;
	z-index: 9 !important;
}


.slick-slider {
    max-height: inherit !important;
}



.slick-dots li button::before {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
  }

  .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
  }




#titleContact{
	
	color:#fafafa;
	margin:0 auto;
	margin-top: 5%;
    width: 50%;
	text-align: center;
	padding-left:inherit;
}

#contactContainer{
	
	display: flex;
	width:60%;
	margin: 0 auto;
	background: rgb(62, 82, 98, 0.39);
    border-radius: 1rem;
	margin-top: 1%;
	padding: 1%;
	
	
}

#contactWrapper{
	
	background:white;
	border-top: 2px solid white;
    border-right: 2px solid white;
	padding: 1%;
    border-radius: 1rem;
    box-shadow: 0.2rem 0.3rem 0.3rem 0px #888888;
	
	
}



#contactInfoTxt{
	
	
	width:70%;
	margin: 0 auto;
	color: #17a9bf;
    font-weight: 700;
    font-size: 1.4rem;
    font-style: italic;
	
}

#formWrapperCont{

	background: rgba(51,51,51,0.12);
	border-radius: 1rem;
	padding:1%;
	
}

#txtAreaBlockCon{
	
	    margin-top: 2%;
		width:100%;
		height: 10vh;
	
}


#formContact{
	
	width:90%;
	margin:0 auto;
	
}

#termsContact{
	
	margin: 0 auto;
    color: #333;
    font-weight: 700;
    font-size: 0.9rem;
    font-style: italic;
    text-align: center;
}
	
#sendFormCont{
	
	width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1vh;
	
	
}	





.formLog{
	
	width:75%;
	margin: 0 auto;
	
	
	
}
#loginWrapper{
	height: 65vh;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	
	
}


#welcLogin{
	
	width:100%;
	font-size:1.3rem;
	font-weight:700;
	text-align:center;
	
}

#formmLogin{
	
	    width: 60%;
    margin: 0 auto;
	
	
}

#grupoTxt,#grupoPass{
	
	margin:0 auto;
	
}




#submitLog{
	
	text-align:center;
	margin-top: 5%;
	
	
}

.olvContr{
	
	font-size: 0.9rem;
    margin-top: 2%;
    text-align: center;
	
}



#policies{
	
	
	
	
}


#contTxt{
	
	width:90%;
	margin:0 auto;
	margin-bottom: 1%;

	
}
.bolderCenter{
	
	text-align: center;
    font-weight: 500;
	margin-top: 1%;
}



.yColor{
	
	color:#fafafa;
	
}

.certModUrl{
	
	
	
	
}

#dialogCerts{
	
	
	
	
}

#graphswrapper{
	
	display:grid;
	grid-template-columns: 1fr 1fr;
	height:35vh;
	
	
}


/* --------------media queries------------------------------------------------------------------------------------------------ */

@media only screen and (width: 375px) {

	
	.certsGrid {
		height: 60% !important;
	}
	
	
	.btn-sm.acceptcookies {
		height: 7vh;
		width: 17vw;
	}
	
	
	#btnCotiza{
	
		height:auto;
		
	}
	
	
	.brand-and-icon {
		width: 60%;
	
	}
	
	

	.navbar-toggler {
		position: absolute;
    right: 1%;
		
		
	}

	
	#bannerCert{
		
		height:15vh;
		background-size: 50vw;
		background-position: 75vw;
	}
	
	.titleText {

    font-size: 1.4rem;
	width: 100%;
	
	}
	
	.containerBenefTxt{
		
		width:100%;
		
	}
	
	
	.txtC {
		
		font-size: 1rem;
		
	}
	.containerTxtCert {
		
		height: 25vh;
		margin-bottom: 4%;
		    
	}
	
	.benHeight {
		width: inherit;
	
	}
	
	
	.certImgBox{
		
		width:100%;
		
	}
	
	
	.containerBoxes {
		
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: none;
	
	}
	
	
	#whatweDo, #companyName {
		
		font-size: 1rem;
		display:block;
	}
	
	#opener{
		
		
		width:90%;
	}
	
	
	#slid2{

		opacity:1;
	
	}
	
	#downSide{
		
		height:inherit;
		
	}
	
	#contScndBan,#slid2,#slid3{
		
		
		height:inherit;
		
	}
	
	.formLog{
		
		width:95%;
		
	}
	
	
	#formmLogin {
		
		width:95%;
		
	}
	
	
	#contactContainer {
  
		width: 90%;
	}
	
	
	
}






@media only screen and (min-width: 320px) and (max-width: 479px) {
	
	#downSide {
		background-position: center;
		height:15vh;
	}
	
	
	
	.smolTxtBan {
		width: 80%;
		font-size: 1.2rem;
	}
	
	
	.bigTxtBan {

		font-size: 3.5rem;
	}
	
	
	#littleGroup {
		width: 100%;
		height: 100%;
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: inherit;
		
	}
	

	
	.rectTitle{
		
		font-size: 2rem;
		width: 95%;
		
	}
	
	#smolTextRe1 {
    
		width: 85%;
	
	}
	
	
	#certSquare{
		
		
		
		
	}
	
	
	#slid2{

		opacity:1;
	
	}
	
	
	.certsGrid {
		height: 55%;
	}
	
	#certsContainer {

		width: 95%;
		margin-top: 4vh;
	
	}
	
	
	.contBtnCert {
		flex: 0 0 calc(22% - 20px);
	
	}
	
	#contLast{
		
		grid-template-columns:none;
		
	}
	
	#cott {
		
		background-position: top center;
		
	}
	.footerBrand {
		width: 60vw;
	
	}
	.btn-sm.acceptcookies {
		height: 7vh;
		width: 17vw;
	}
	
	
	
	
	.brand-and-icon {
		width: 60%;
	
	}
	
	

	.navbar-toggler {
		position: absolute;
    right: 1%;
		
		
	}

	
	.textNameSouth {
		font-size: 5vw;
	}
	
	.textNameNorth {
		font-size: 3.5vw;
	}
	
	
	#bannerCert{
		
		height:15vh;
		background-size: 50vw;
		background-position: 75vw;
	}
	
	.titleText {

    font-size: 1.4rem;
	width: 100%;
	
	}
	
	.containerBenefTxt{
		
		width: 90%;
		font-size: 0.8rem;
		
		
	}
	
	
	.txtC {
		
		font-size: 0.85rem;
		
	}
	.containerTxtCert {
		
		height: 25vh;
		margin-bottom: 4%;
		    
	}
	
	.benHeight {
		width: inherit;
	
	}
	
	
	.certImgBox{
		
		width:100%;
		
	}
	
	
	.containerBoxes {
		
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: none;
	
	}
	
	
	#whatweDoCert, #companyNameCert {
		
		font-size: 1rem;
	}
	
	#opener{
		
		
		width:90%;
	}
	
	
	
	.carousel-wrapper .carousel-item .arrow,
	.carousel-wrapper .carousel-item.light .arrow {
	  background-size: 10px;
	  background-position: 10px 50%;
	}
	
	
	
	#whatweDo, #companyName {
		
		font-size: 1rem;
		display:block;
	}
	
	#contactContainer {
  
		width: 90%;
	}
	
	
	#contactInfoTxt {
		
		width: 90%;
		font-size: 1.1rem;
		text-align: center;
	
	}
	
	
	.certBox{
	    
	    min-height:280px;
	    
	}
	
	
	
}




@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	/* .brand-and-icon{
	
		width: 95vw !important;
		transition: all .3s;
	} */
	
	.infoBanner{
		
		display:none;
		
	}
	
	#slid2{

		opacity:1;
	
	}
	
	
	.hdnBtns{
		
		
		display:inherit;
		
	}
	
	#downSide{
		
		background-position: center;
		height: 25vh;
		
	}
	
	
	
	
	.bigTxtBan {

		font-size: 3.5rem;
	}
	.smolTxtBan{
		
		width: 75%;
		font-size: 1.2rem;
		
	}
	
	
	.rectTitle{
		
		font-size: 2.5rem;
		width: 95%;
		
	}

	.certsGrid {
		height: 60%;
	}
	
	.contBtnCert {
		flex: 0 0 calc(20% - 20px);
	
	}
	
	
	#certsContainer {

		width: 95%;
		margin-top: 4vh;
	
	}
	#contLast {

		grid-template-columns: none;
		
	
	}
	
	#valE {
		
		height:inherit;
		
	}
	#cott {
		
		background-position: top center;
		
	}
	.btn-sm.acceptcookies {
		height: 7vh;
		width: 17vw;
	}
	
	
	
	
	
	.brand-and-icon {
		width: 60%;
	
	}
	
	

	.navbar-toggler {
		position: absolute;
    right: 1%;
		
		
	}

	
	.textNameSouth {
		font-size: 5vw;
	}
	
	.textNameNorth {
		font-size: 3.5vw;
	}
	
	
	#bannerCert{
		
		height:15vh;
		background-size: 50vw;
		background-position: 75vw;
	}
	
	.titleText {

    font-size: 1.4rem;
	width: 100%;
	
	}
	
	.containerBenefTxt{
		
		width:100%;
		
	}
	
	
	.txtC {
		
		font-size: 1rem;
		
	}
	.containerTxtCert {
		
		height: 25vh;
		margin-bottom: 4%;
		    
	}
	
	.benHeight {
		width: 49%;
	
	}
	
	
	.certImgBox{
		
		width:100%;
		
	}
	
	
	.containerBoxes {
		
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: none;
	
	}
	
	
	#whatweDo, #companyName {
		
		font-size: 1rem;
	}
	
	#opener{
		
		
		width:90%;
	}
	
	
	
	
	#smolTextRe1 {
	   
		width: 90%;

	}
	
	#contactContainer {
  
		width: 90%;
	}
	
	
	
	#contactInfoTxt {
		
		width: 90%;
		font-size: 1.1rem;
		text-align: center;
	
	}
	
	#titleContact {

		font-size: 1.2rem;
	}
	
	
	.footerBrand {
		width: 40vw;
	}
	
	

	
}

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
	

}



/* For tablet */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	
	#innerTxtBann {
		
		height:75%;
		
	}
	
	#downSide {
		width: 100%;
		height: 25vh;
	
	}
	
	
	.rectTitle{
		
		font-size: 2.5rem;
		width: 95%;
		
	}

	.certsGrid {
		height: 55%;
	}
	
	.contBtnCert {
		flex: 0 0 calc(20% - 20px);
	
	}
	
	
	#certsContainer {

		width: 95%;
		margin-top: 4vh;
	
	}
	#contLast {

		grid-template-columns: none;
		margin-bottom: 1vh;
	
	}
	
	#valE {
		
		height:inherit;
		
	}
	#cott {
		
		background-position: top center;
		
	}
	
	
	.btn-sm.acceptcookies {
		height: 4vh;
		width: 12vw;
	}
	
	
	
	#bannerCert {

		height: 15vh;
	
	}
	
	
	.textNameSouth {
		font-size: 5vw;
	}
	
	.textNameNorth {
		font-size: 3.5vw;
	}
	
	
	.containerBenefTxt{
		
		width:100%;
		
	}
	
	.benHeight{
		
		width:49%;
		
	}
	
	.containerBoxes {
		
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: none;
	
	}
	
	
	
	#side1, #side2{

		background-size: cover;
	}
	
	
	.footerBrand {
		width: 40vw;
	}

	#titleContact {

		font-size: 1.2rem;
	}
	
	
	
}


@media only screen and (width: 1024px) {
	
	.navbar-nav > li > a {
   
		font-size: 0.6rem !important;

	}
	
	.btn-sm.acceptcookies {
		height: 7vh;
		width: 17vw;
	}
	
	
	
	.textNameSouth {
		font-size: 5vw;
	}
	
	.textNameNorth {
		font-size: 3.5vw;
	}
	
	
	#bannerCert{
		
		height:25vh;
		background-size: 50vw;
		background-position: 75vw;
	}
	
	.titleText {

    font-size: 1.4rem;
	width: 100%;
	
	}
	
	.containerBenefTxt{
		
		width:100%;
		
	}
	
	
	.txtC {
		
		font-size: 1rem;
		
	}
	.containerTxtCert {
		
		height: 25vh;
		margin-bottom: 1%;
		    
	}
	
	.benHeight {
		width: 33%;
	
	}
	
	
	.certImgBox{
		
		width:100%;
		
	}
	
	
	.containerBoxes {
		
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: none;
	
	}
	
	
	#whatweDo, #companyName {
		
		font-size: 1.3rem;
	}
	
	#opener{
		
		
		width:90%;
	}
	
	
	#side1, #side2{

		background-size: cover;
	}
	
	

	
}

@media only screen and (width: 720px) {
	
	.certsGrid {
		height: 85%;

	}
	
	
}

@media only screen and (width: 1280px) {
	
	.certsGrid {
		height: 40%;

	}
	
	
}

