body{
	font-family:  Verdana, Geneva, Tahoma, sans-serif;
}
@font-face {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	src: url(fontello.css);
	font-display: swap;
}
/*boton de wsp*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
    z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
    background-color:#fff;
}
.my-float{
	margin-top:16px;
}
/* cards de incio*/
body .cardsAll{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	
}
.card {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 20px;
}
.card .face{
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
	transition: 1s;
	border-radius: 5px;
	
}
.card .front{
	transform: perspective(600px) rotateY(0deg);
	box-shadow: 0 5px 10px #000;
	
	
}
.card .front img{
	position: absolute;
	margin:auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: white;
}
.card .front H3{
	position: absolute;
	font-size:18px;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	text-align: center;
}
.card .back{
	transform: perspective(600px) rotateY(180deg);
	background:rgba(0, 0, 0, 0.822);
	line-height: 20px;
	padding: 15px;
	color: #f3f3f3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	box-shadow: 0 5px 10px #000;
	
}
.card .back .link{
	border-top: solid 1px #f3f3f3;
	height: 50px;
	line-height: 50px;
}
.card .back .link a{
	color: #f3f3f3;
	font-size:20px;
}
.card .back H4{
	font-size: 15px;
	margin-top: 20px;
	letter-spacing: 2px;
}
.card .back p {
	letter-spacing: 1px;
}
.card:hover .front {
	transform: perspective(600px) rotateY(180deg) ;
}
.card:hover .back {
	transform: perspective(600px) rotateY(360deg);
}
/*CARDS FIN*/
/*CARDS DISPLAY SEGURIDAD LMI*/
.carddis {
	position: relative;
	width: 380px;
	height: 380px;
	margin: 20px;
}
.carddis .face{
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	overflow: hidden;
	transition: 1s;
	border-radius: 5px;
	
}
.carddis .front{
	transform: perspective(600px) rotateY(0deg);
	box-shadow: 0 5px 10px #000;	
}
.carddis .front img{
	position: absolute;
	margin:auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: white;
}
.carddis .front h1{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	text-align: center;
}
.carddis .back{
	transform: perspective(600px) rotateY(180deg);
	background:rgba(0, 0, 0, 0.822);
	line-height: 20px;
	padding: 15px;
	color: #f3f3f3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	box-shadow: 0 5px 10px #000;
	
}
.carddis .back .link a{
	color: #f3f3f3;
	font-size:20px;
}
.carddis .back h3{
	font-size: 30px;
	margin-top: 20px;
	letter-spacing: 2px;
}
.carddis .back p {
	letter-spacing: 1px;
}
.carddis:hover .front {
	transform: perspective(600px) rotateY(180deg) ;
}
.carddis:hover .back {
	transform: perspective(600px) rotateY(360deg);
}
/*FIN DISPLAY*/
/*INICIO PRESENTACION*/
.cardCoti H2 {
	font-size:20px;
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cardCoti h1{
	font-size: 45px;
	color:rgb(13, 5, 90);
	font-weight: bold;
	font-style:italic;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cardCoti .redSocial a{
	color:rgb(0, 0, 0);
	font-size: 28px;
    font-weight: 600;
	text-decoration: none;
}
.cardCoti .botonPdf a{
	color:rgb(0, 0, 0);
	font-size: 20px;
    font-weight: 600;
	text-decoration: none;
	background: gold;
	border-radius:6px;
	box-shadow: 0 2px 8px #000;
	text-align: center;
	padding: 10px 40px 10px 23px;
	
}
.cardCoti .botonPdf a:hover{
    background-color:black;
    color:white;
}
/*FIN PRESENTACION*/
/*INICIO CAORUSEL*/
.slider{
    width: 90%;
	margin: auto;
	overflow: hidden;
	height: 390px;
}
.slider ul{
	padding: 0;
    display: flex;
    animation: cambio 18s infinite alternate linear;
    width: 450%;
    
}
.slider li{
    width: 100%;
    list-style: none;
}
.slider img{
    width: 100%;
    height: 390px;
}
@keyframes cambio{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
/*FIN CAORUSEL*/
/*INICIO PAGINA GENERAL*/
.container .TitlePag{
	color: rgb(87, 85, 85);
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size: 25px;
	font-weight: 550;
}
/*FIN PAGINA GENERAL*/
/*PAGINA DE POLITICAS DE SEGURIDAD*/
.sliderPDS{
    width: 100%;
	height: 390px;
	margin: auto;
	overflow: hidden;
}
.sliderPDS ul{
	padding: 0;
}
.sliderPDS li{
    width: 100%;
    list-style: none;
}
.sliderPDS img{
	width: 100%;
    height: 390px;
}
body .btnPoliticas a{
	color:rgb(0, 0, 0);
	font-size: 26px;
    font-weight: 600;
	text-decoration: none;
	background: gold;
	border-radius:6px;
	box-shadow: 0 2px 8px #000;
	text-align: center;
	padding: 10px 50px 10px 23px;
	
}
body .btnPoliticas a:hover{
    background-color:black;
    color:white;
}
.photoACN{
    width: 600px;
	margin: auto;
	overflow: hidden;
}
.photoACN ul{
	padding: 0;
}
.photoACN li{
    width: 100%;
    list-style: none;
}
.photoACN img{
    width: 100%;
    height: 100%;
	
}
/*SERVICIO GRUA*/
.gruacard{
    width: 400px;
	height: 350px;
	overflow: hidden;
	grid-column:2/4;
	box-shadow: 0 5px 10px #000;
}
.gruacard img{
    width: 100%;
    height: 100%;		
}
.infoGrua {
    grid-column: span 1;	
}
.cardGrua {
	width: 100%;
	height: 100%;
}
/*FIN SERVICIO GRUIA*/
/*ESCANEO*/
.photoSCAN{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
}
.cardScan {
	position: relative;
	width: 400px;
	height: 360px;
	margin: 25px;
}
.cardScan .face{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}
.cardScan .front{
	box-shadow: 0 5px 10px #000;
}
.cardScan .front h4{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	text-align: center;
}
.cardScan .front img{
	position: absolute;
	margin:auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: white;
}
/*FIN ESCANEO*/
/*COMPLEMENTARIOS*/
.photoComple{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 30vh;
}
.cardComple {
	position: relative;
	width: 400px;
	height: 300px;
	margin: 10px;
}
.cardComple .face{
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
    overflow: hidden;
		
}
.cardComple .front{
	box-shadow: 0 5px 10px #000;
}
.cardComple .front img{
	position: absolute;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
/*NUESTROS PROYECTOS*/
.sliderNP{
    width: 90%;
	height: 500px;
	margin: auto;
	overflow: hidden;
}

.sliderNP ul{
	padding: 0;
    display: flex;
    animation: cambios 14s infinite alternate linear;
    width: 400%;
}
.sliderNP li{
    width: 100%;
    list-style: none;
}
.sliderNP img{
    width: 90%;
    height:500px;
	
}
@keyframes cambios{
    0%{margin-left: 0;}
    20%{margin-left: 0;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;}
    
    75%{margin-left: -300%;}
    100%{margin-left: -300%;}
}
/*LOGO*/
body .logos{
	width:400px;
}
/*ACCESORIO DE IZAJE*/
.btnCotiAD a{
	color:rgb(0, 0, 0);
	font-size: 40px;
    font-weight: 600;
	text-decoration: none;
	background: gold;
	border-radius:6px;
	box-shadow: 0 2px 8px #000;
	align-content: center;
	padding: 10px 50px 10px 50px;
	
}
body .btnCotiAD a:hover{
    background-color:black;
    color:white;
}
body a.btnCotizar{
	border: 0;
	position:absolute;
	top:570px;
	left:480px;
	color:rgb(0, 0, 0);
	text-decoration: none;
	background: rgba(255, 217, 0, 0.884);
	box-shadow: 0 2px 8px #000;
	text-align: center;
	letter-spacing: 5px;
	padding: 20px 50px 40px 50px;
	width: 450px;
	height: 80px;
	font-size: 26px;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
	
}
body a.btnCotizar:hover{
    background-color:black;
    color:white;
}
body a.btnCotizarO{
	border: 0;
	position:absolute;
	top:570px;
	left:480px;
	color:rgb(0, 0, 0);
	text-decoration: none;
	background: rgba(255, 217, 0, 0.884);
	box-shadow: 0 2px 8px #000;
	text-align: center;
	letter-spacing: 5px;
	padding: 20px 50px 40px 50px;
	width: 450px;
	height: 80px;
	font-size: 26px;
	font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
	
}
body a.btnCotizarO:hover{
    background-color:black;
    color:white;
}
/*LMI*/
.infoLMI {
    grid-column: span 2;
	
}
.photoACNL{
    width: 100%;
	height: 100%;
	overflow: hidden;
	grid-column:3/4;
}
.photoACNL h2{
	color:darkblue;
}
.photoACNL ul{
	padding: 0;
}
.photoACNL li{
    width: 100%;
    list-style: none;
	padding:0;
}
.photoACNL img{
    width: 100%;
    height: 550px;
	
}
.photoElement{
    width: 81%;
	height: 100%;
	overflow: hidden;
	box-shadow:0 5px 10px #000;
}
.photoElement ul{
	padding: 10px;
}
.photoElement li{
    width: 100%;
    list-style: none;
	padding:0;
}
.photoElement img{
    width: 100%;
	height: 150px;
}
.photodisplay{
    width: 100%;
	height: 100%;
	overflow: hidden;
	grid-column:3/4;
}
.photodisplay img{
    width: 100%;
    height: 320px;
	
	
}
.contenedor{
	width:100%;
	max-width: 1000px;
	margin:20px auto;
	display:grid;
	grid-gap: 20px;
	grid-template-columns: repeat(3,lfr);
	grid-template-rows: repeat(4,auto);
}
div iframe{
	width:100%;
	height:260px;
}
body .btnFichaT a{
	color:rgb(0, 0, 0);
	font-size: 24px;
    font-weight: 600;
	text-decoration: none;
	background: gold;
	border-radius:6px;
	box-shadow: 0 2px 8px #000;
	text-align: center;
	padding: 10px 50px 10px 23px;
	
}
body .btnFichaT a:hover{
    background-color:black;
    color:white;
}
/*COTIZAR*/
.TitleCoti{
    font-weight: bold;
    font-size: 300%;
}
/*SERVICIO GRUA MANT*/
.menuG1{
	background-color:rgba(255, 75, 4, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:100%;
}
.menuG2{
	background-color: rgba(251, 255, 5, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:100%;
	
}
.menuG3{
	background-color: rgba(0, 119, 255, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:100%;
	
}
.menu1{
	background-color:rgba(255, 75, 4, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:680px;
}
.menu2{
	background-color: rgba(251, 255, 5, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:680px;
	
}
.menu3{
	background-color: rgba(0, 119, 255, 0.445);
	border-radius: 15px;
	padding:25px;
	width: 100%;
	height:680px;
	
}
/*INICIO FOOTER*/
body .linkFooter{
	color:rgb(189, 184, 184);
	padding:4px;
	display: inline-block;
    text-decoration: none;
}
body .linkFooter:hover{
	color:rgb(255, 251, 4);
}

.carousel-inner .carousel-item{
	width:100%;
	height:500px;
}
.container .circuitos{
	width:90%;
	height:310px;
	margin:20px;
}
body .NostrosGrafico{
	width:280px;
	height:240px;
}
@media only screen and (min-width:1225) and (max-width:2561){
	.slider{
		width: 100%;
		height: 450px;
	}
	.slider img{
		width: 100%;
		height: 450px;
		
	}
	body a.btnCotizar{
		position:absolute;
		top:380px;
		left:240px;
		padding: 40px 70px 60px 70px;
		width: 450px;
		height: 80px;
		font-size: 26px;
		font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
		
	}
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
	body .logos{
		width:300px;		
	}
    .TitleCoti{
		font-weight: bold;
		font-size: 250%;
	}
	body a.btnCotizar{
		position:absolute;
		top:540px;
		left:300px;
		padding: 20px 50px 40px 50px;
		width: 450px;
		height: 80px;
		font-size: 26px;
		font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
		
	}
	body .btnPoliticas a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		font-size: 26px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	body .btnFichaT a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		font-size: 18px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	.container .TitlePag{
		color: rgb(87, 85, 85);
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size: 25px;
		font-weight: 550;
	}
	body a.btnCotizarO {
		position:absolute;
		top:420px;
		left:300px;
		padding: 20px 50px 40px 50px;
		width: 450px;
		height: 80px;
		font-size: 26px;
		font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
		

	}
	.cardCoti .botonPdf a{
		color:rgb(0, 0, 0);
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
		background: gold;
		border-radius:6px;
		box-shadow: 0 2px 8px #000;
		text-align: center;
		padding: 10px 40px 10px 23px;
		
	}
	.sliderPDS{
		width: 100%;
		height: 280px;
	}
	.sliderPDS img{
		width: 100%;
		height: 280px;
	}
/*
	.cardScan {
		position: relative;
		width: 100%;
		height: 300px;
		
	}*/
	.cardComple
	{
		position: relative;
		width: 100%;
		height: 300px;
		margin: 20px;
	}
	.photoACN{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}/*
	.photoSCAN{
		width: 100%;
		height: 300px;
		min-height: 100vh;	
		overflow: hidden;
	}*/
	div iframe{
		width:100%;
		height:100%;
	}
	.contenedor{
		width:100%;
		max-width: 1000px;
		margin: auto;
		display:block;
		grid-gap: auto;

	}
	.photoACNL{
		width: 100%;
		margin: auto;
		overflow: hidden;
		grid-column: auto;
	}
	.photoACNL img{
		width: 100%;
		height: 100%;
		
	}
	.photodisplay img{
		width: 100%;
		height: 100%;
		
	}
	.photoElement img{
		width: 100%;
		height: 100%;
	}
	.gruacard img{
		width: 100%;
		height: 100%;	
		
	}
	.gruacard{
		width: 100%;
		height: 100%;
	}
	.menu1{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu2{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu3{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.carousel-item{
		width:100%;
		height:100%;
	}
}
@media only screen and (min-width: 761px) and (max-width: 768px) {
	body .logos{
		width:220px;		
	}
    .TitleCoti{
		font-weight: bold;
		font-size: 280%;
	}
	.container .TitlePag{
		color: rgb(87, 85, 85);
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size: 22px;
		font-weight: 550;
	}
	body a.btnCotizar{
		position:absolute;
		top:380px;
		left:170px;
		padding: 20px 50px 40px 50px;
		width: 450px;
		height: 80px;
		font-size: 26px;
		font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;
		
	}
	.slider{
		width: 100%;
		height: 280px;
	}
	.slider img{
		width: 100%;
		height: 280px;
		
	}
	body .btnPoliticas a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 26px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	body .btnFichaT a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 26px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	.cardCoti .botonPdf a{
		color:rgb(0, 0, 0);
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
		background: gold;
		border-radius:6px;
		box-shadow: 0 2px 8px #000;
		text-align: center;
		padding: 10px 40px 10px 23px;
		
	}
	body a.btnCotizarO {
		position:absolute;
		top:420px;
		left:170px;
		padding: 20px 50px 40px 50px;
		width: 450px;
		height: 80px;
		font-size: 26px;
		font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif, Cochin, Georgia, Times, 'Times New Roman', serif;	
	}
	.sliderPDS{
		width: 100%;
		height: 310px;
	}
	.sliderPDS img{
		width: 100%;
		height: 310px;
	}
/*
	.photoSCAN{
		min-height: 150vh;	
	}*/
	/*
	.cardScan {
		position: relative;
		width: 100%;
		height: 300px;
	}*/
	.cardComple
	{
		position: relative;
		width: 100%;
		height: 300px;
		margin: 20px;
	}
	.photoACN{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}/*
	.photoSCAN{
		width: 90%;
		height: 280px;
		margin: auto;
		overflow: hidden;
	}*/
	div iframe{
		width:100%;
		height:100%;
	}
	.contenedor{
		width:100%;
		max-width: 1000px;
		margin: auto;
		display:block;
		grid-gap: auto;

	}
	.photoACNL{
		width: 100%;
		margin: auto;
		overflow: hidden;
		grid-column: auto;
	}
	.photoACNL img{
		width: 100%;
		height: 100%;
		
	}
	.photodisplay img{
		width: 100%;
		height: 100%;
		
	}
	.photoElement img{
		width: 100%;
		height: 100%;
	}
	.carddis {
		position: relative;
		width: 340px;
		height: 340px;
		margin: 20px;
	}
	.gruacard{
		width: 100%;
		height: 100%;
	}
	.gruacard img{
		width: 100%;
		height: 100%;		
	}
	.menu1{
		width: 95%;
		height: 95%;
	}
	.menu2{
		width: 95%;
		height: 95%;
	}
	.menu3{
		width: 95%;
		height: 95%;
	}
	.carousel-inner .carousel-item{
		width:100%;
		height:100%;
	}
}
@media only screen and  (min-width: 400px) and (max-width:760px){ 
	body .logos{
		width:300px;		
	}
	.slider{
		width: 100%;
		height: 160px;
	}
	.slider img{
		width: 100%;
		height: 160px;	
	}
    .TitleCoti{
		font-weight: bold;
		font-size: 250%;
	}
	.container .TitlePag{
		color: rgb(87, 85, 85);
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size: 18px;
		font-weight: 550;
	}
	body a.btnCotizar {
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding: 10px 50px 10px 60px;
		margin-top: 100px;
		width: 100%;
		height: 50px;
		font-size: 18px;
		background: gold;
		transition:1s;
		margin:0;
	}
	body .btnPoliticas a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 18px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	body .btnFichaT a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 18px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	body a.btnCotizarO {
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding: 10px 50px 10px 60px;
		margin-top: 100px;
		width: 100%;
		height: 50px;
		font-size: 18px;
		background: gold;
		transition:1s;
		margin:0;
	}
	.cardCoti .botonPdf a{
		color:rgb(0, 0, 0);
		font-size: 60%;
		font-weight: 600;
		width: 100%;
		text-decoration: none;
		background: gold;
		border-radius:6px;
		box-shadow: 0 2px 8px #000;
		text-align: center;
		padding: 10px 40px 10px 23px;
		
	}
	.sliderPDS{
		width: 100%;
		height: 160px;
	}
	.sliderPDS img{
		width: 100%;
		height: 160px;	
	}/*
	.photoSCAN{
		min-height: 140vh;	
	}
	.cardScan {
		position: relative;
		width: 100%;
		height: 300px;
	
	}*/
	.cardComple
	{
		position: relative;
		width: 100%;
		height: 300px;
		margin: 20px;
	}
	.cardComple .front img{
		position: absolute;
		margin:auto;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.sliderPDS img{
		width: 100%;
		height: 160px;
	}
	.photoACN{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}/*
	.photoSCAN{
		width: 100%;
		height: 100%;
		
		overflow: hidden;
	}*/
	div iframe{
		width:100%;
		height:100%;
	}
	.contenedor{
		width:100%;
		max-width: 1000px;
		margin: auto;
		display:block;
		grid-gap: auto;

	}
	.photoACNL{
		width: 100%;
		margin: auto;
		overflow: hidden;
		grid-column: auto;
	}
	.photoACNL img{
		width: 100%;
		height: 100%;
		
	}
	.photodisplay img{
		width: 100%;
		height: 100%;
		
	}
	.photoElement img{
		width: 100%;
		height: 100%;
	}
	.carddis {
		position: relative;
		width: 270px;
		height: 270px;
		margin: 20px;
	}
	.gruacard img{
		width: 100%;
		height: 100%;	
			
	}
	.gruacard{
		width:100%;
		height: 100%;
	}
	.menu1{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu2{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu3{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.carousel-inner .carousel-item{
		width:100%;
		height:340px;
	}
}
@media only screen and  (min-width: 300px) and (max-width:399px){
	body .logos{
		width:230px;
		align-items: center;		
	}
	.slider{
		width: 100%;
		height: 140px;
	}
	.slider img{
		width: 100%;
		height: 140px;
		
	}
    .TitleCoti{
		font-weight: bold;
		font-size: 250%;
	}
	.container .TitlePag{
		color: rgb(87, 85, 85);
		font-family:Verdana, Geneva, Tahoma, sans-serif;
		font-size: 18px;
		font-weight: 550;
	}
	body a.btnCotizar {
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding: 10px 30px 10px 30px;
		margin-top: 100px;
		width: 100%;
		height: 40px;
		font-size: 12px;
		background: gold;
		transition:1s;
		margin:0;
	}
	body .btnPoliticas a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 18px;
		background: gold;
		padding: 10px 50px 10px 23px;
		
	}
	body .btnFichaT a{
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		margin-top: 12px;
		width: 100%;
		font-size: 16px;
		background: gold;
		padding: 10px 30px 10px 15px;
		
	}
	body a.btnCotizarO {
		position:static;
		display: inline-block;
		text-decoration: none;
		text-align: center;
		padding: 10px 30px 10px 30px;
		margin-top: 100px;
		width: 100%;
		height: 40px;
		font-size: 14px;
		background: gold;
		transition:1s;
		margin:0;
	}
	.cardCoti .botonPdf a{
		color:rgb(0, 0, 0);
		font-size: 60%;
		font-weight: 600;
		width: 100%;
		text-decoration: none;
		background: gold;
		border-radius:6px;
		box-shadow: 0 2px 8px #000;
		text-align: center;
		padding: 10px 40px 10px 23px;
		
	}
	.sliderPDS{
		width: 100%;
		height: 140px;
	}
	.sliderPDS img{
		width: 100%;
		height: 140px;
		
	}/*
	.photoSCAN{
		min-height: 140vh;	
	}
	.cardScan {
		position: relative;
		width: 100%;
		height: 300px;
	
	}*/
	.cardComple
	{
		position: relative;
		width: 350px;
		height: 300px;
		margin: 10px;
	}
	.cardComple .front img{
		position: absolute;
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.sliderPDS img{
		width: 100%;
		height: 160px;
	}
	.photoACN{
		width: 100%;
		margin: auto;
		overflow: hidden;
	}/*
	.photoSCAN{
		width: 100%;
		height: 100%;
		
		overflow: hidden;
	}*/
	div iframe{
		width:100%;
		height:100%;
	}
	.contenedor{
		width:100%;
		max-width: 1000px;
		margin: auto;
		display:block;
		grid-gap: auto;

	}
	.photoACNL{
		width: 100%;
		margin: auto;
		overflow: hidden;
		grid-column: auto;
	}
	.photoACNL img{
		width: 100%;
		height: 100%;
		
	}
	.photodisplay img{
		width: 100%;
		height: 100%;
		
	}
	.photoElement img{
		width: 100%;
		height: 100%;
	}
	.carddis {
		position: relative;
		width: 270px;
		height: 270px;
		margin: 20px;
	}
	.gruacard img{
		width: 100%;
		height: 100%;	
			
	}
	.gruacard{
		width:100%;
		height: 100%;
	}
	.menu1{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu2{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.menu3{
		padding: 15px;
		width:100%;
		height:100%;
	}
	.carousel-inner .carousel-item{
		width:100%;
		height:250px;
	}
	.container .circuitos{
		width:90%;
		height:400px;
		margin:15px;
	}
}

