/*     CSS/CUSTOM.CSS            */
/*     Hostito Chile S.A.       */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap');


html {
  /* Adjust the value (e.g., 50px or 5rem) to your liking */
  scroll-padding-top: 70px; 
  scroll-behavior: smooth; /* Optional: makes the jump a smooth glide */
}

/* Textos */

            .google-maps {
    position: relative;
    overflow: hidden;
}


.google-maps iframe{
			height:492px;
            width:100%;
	border-radius: 10px;
}

.innerText {
	width: 90%;
	padding: 5px;
	margin: 5px 5%;
	font-size: 16px;
	color: #353535;
	text-align: justify;
	line-height: 18px;
}


@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  	font-family: Flaticon;
	font-style: normal;
    color: #333;
}

.flaticon-business:before { content: "\f100"; }
.flaticon-medical:before { content: "\f101"; }
.flaticon-pen:before { content: "\f102"; }
.flaticon-people:before { content: "\f103"; }
.flaticon-ribbon:before { content: "\f104"; }
.flaticon-scale:before { content: "\f105"; }
.flaticon-school:before { content: "\f106"; }
.flaticon-two:before { content: "\f107"; }
.flaticon-waste:before { content: "\f108"; }



/* Textos */

/* Tables - Inicio */
table { 
	border-collapse : collapse;
	border-spacing : 0;
	margin-bottom : 1em; 
	width : 100%; 
}

th, td, caption { 
	padding : .25em 10px .25em 5px; 
}

tfoot { 
	font-style : italic; 
}
/* Tables - Fin */

/* Imagenes */
.imgInner {
	position: relative;
	overflow: hidden;
	margin: 10px 10%;
	width: 80%;
	padding: 0;
	float: left;
}
.imgLogo {
	padding: 0;
	height: auto;
    display: inline;
	margin:0;
}
.imgRedondas {
	border-radius:50%; 
}
/* Imagenes */

.imgLogo {
	display: block;
	float: left;
	width: 60%;
	margin: 0 5% 0 10%;}

.imgLogoH4 {
	display: block;
	font-family: "Open Sans", sans-serif;
	float: left;
	font-weight: 800;
	width: 70%;
	text-align: left;
	line-height: 105px;
	font-size: 30px;
	color: #333;}


/*  Backgrounds and Colors */
.bgWhite {
	background: rgba(255,255,255,1);
}
/*  Backgrounds and Colors */


/* Lists */
.iconLi {
	list-style-image: url(../images/list-icon.png);
	margin: 20px auto 20px 30px;
}
/* Lists */

/* Lines */
.hrOffWhite{
	margin: 0px;
	border: 0px;
	height: 0;
	border-top: #d5d5d5 1px solid;
	border-bottom: #e5e5e5 1px solid;
}
/* Lines */

/* Hover Effects - Inicio */
.glow {
	-moz-filter: brightness(0.6);
	-webkit-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	filter: brightness(0.6);
	
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.glow:hover {
	-moz-filter: brightness(1.5);
	-webkit-filter: brightness(1.5);
	-o-filter: brightness(1.5);
	filter: brightness(1.5);
}

.grayScale {
	filter: grayscale(.9);
	-webkit-filter: grayscale(.9);
	-moz-filter: grayscale(.9);
	-o-filter: grayscale(.9);
	-ms-filter: grayscale(.9);
	
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.grayScale:hover {	
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter:  grayscale(0);
	-ms-filter: grayscale(0);
}
/* Hover Effects - Fin */

/* z-index - Inicio */
.zix-1 {z-index: -1;}
.zix0 {z-index: 0;}
.zix1 {z-index: 100;} 
.zix2 {z-index: 200;}
.zix3 {z-index: 300;}
.zix4 {z-index: 400;}
.zix5 {z-index: 500;}
/* z-index - Fin */

/* Buttons */
.verMas1{
	
	background: #353535;
	margin: 15px auto;
	padding: 10px;
	border-radius: 20px;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.verMas1:hover{
	background: #000;	
	}
/* Buttons */

.pantallaso100 { height: 100vh;}
.pantallaso90  { height: 90vh;}
.pantallaso80  { height: 80vh;}
.pantallaso70  { height: 70vh;}
.pantallaso60  { height: 60vh;}
.pantallaso50  { height: 50vh;}
.pantallaso40  { height: 40vh;}
.pantallaso30  { height: 30vh;}
.pantallaso20  { height: 20vh;}
.pantallaso10  { height: 10vh;}


/* PANTALLA 1 - #inicio */

#inicio {
	height: auto;
}

/* PANTALLA 2  - #nosotros */

#indexLema {}


#indexLema a{
	display: block;
	margin: 50px auto;
	padding: 14px 32px !important;
	text-align: center;
	background: #c62828;
	color: #fff;
	font-weight: 800;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(0,0,0,.25);
	max-width: 300px;
}
#carpetas {
	background-color: #eee;
	padding: 0;}

#nosotros {
	background-color: #eee;
	height: auto;
	padding: 0;
}

#nosotros div.div90 {
	margin: 50px auto 0;
	background: #FFF;
	padding: 40px 10% 60px;
	border-radius: 10px;
	max-width: 1100px;
	text-align: left;
}

#nosotros h2, #servicios h2, #carpetas h2, #contacto h2, #testimonios h2, #soluciones h2 {
	text-align: center;
	padding: 20px 0;
    font-size:30px;
    font-weight:800;
    letter-spacing:1.2px;
    color:#c62828;
    margin:0;
	width: 90%;
    text-transform:uppercase;
    margin:0 auto 20px;
}

h3 {color:#c62828;}

#contacto h4 {
	text-align: center;
	padding: 20px 0;
}


#nosotros h4 {color: #E71D2F;}

#servicios p, #contacto p, #carpetas p, #nosotros p, #soluciones p, #testimonios p {
    text-align: left;
    padding: 8px 0;
    letter-spacing:0.6px;
    color:#555;
    margin:0;
	margin:0px auto 20px auto;
	font-size:16px;
	line-height:1.7;
}

#nosotros .subtitle h2 {
    background: #E71D2F;
    color: #FFF;
	padding: 1em;
	margin-top: 50px;
    margin-left: 10%;
	width: 80%;
}

/* PANTALLA 3 - #servicios */

#servicios, #soluciones {
    background: #eee;
    background-repeat:no-repeat;
    background-position:center; 
    background-size:cover;
    width:100%;
    height:auto;
    margin:0;
    position:relative;
}
#soluciones {
	padding: 50px 0;
}
						

#testimonios {
	padding: 50px 0 100px;
    background: #eee;}

.divContactoBottom {
    background: #000;}

.divContactoBottom div.div90{
    padding: 10px}

#soluciones .services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin:50px auto;
}

#soluciones .service-card{
  background:#fff;
  padding:26px 22px;
  border-radius:12px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  border-bottom:5px solid #c62828;
  transition:.25s ease;
}

#soluciones .service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 32px rgba(0,0,0,.18);
}

#soluciones .service-card__header{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
  margin-bottom:10px;
}

#soluciones .service-card__title{
  color:#c62828;
  font-size:14px;
  font-weight:700;
  margin: .5em 0 0;
  line-height:1.25;
  flex:1;
  height: 2em;
	text-transform: uppercase;
}

#soluciones .service-card__icon{
  width:50px;
  height:50px;
  object-fit:contain;
  display:block;
  flex-shrink:0;
  margin-top:0;
}

#soluciones .service-card__lead{
  font-size:14px;
  font-weight:600;
  margin:10px 0 6px;
  color:#333;
  height: 3em;
}

#soluciones .service-card__desc{
  font-size:14px;
  line-height:1.65;
  color:#555;
  margin:0;
}

/* destacada minería */
#soluciones .service-card--featured{
  border-bottom:6px solid #8e0000;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

@media(max-width:1200px){
  #soluciones .services-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:768px){
  #soluciones .services-grid{grid-template-columns:1fr;}
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:26px;
  margin:20px auto 50px;
}

.why-card{
  background:#fff;
  padding:26px 22px;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  border-bottom:4px solid #c62828;
  text-align:left;
}

.why-card__title{
  color:#c62828;   /* fuerza rojo corporativo */
  font-size:14px;
  font-weight:800;
  letter-spacing:.6px;
  margin:0 0 10px 0;
  text-transform:uppercase;
}

#servicios .why-card__text{
  font-size:14px;
  line-height:1.65;
  color:#444;
  margin:0;
}



/* Servicios – forzar 2 líneas */
.service-card__title {
  max-width: 190px;
  white-space: normal;
}

.service-card--infra .service-card__title {
  max-width: 170px;
}


/* PANTALLA 4 - #contacto */

#contacto {
	padding:40px 0 85px;
    background-repeat:no-repeat;
    background-position:center; 
    background-size:cover;
    width:100%;
    height:auto;
    margin:0;
    position:relative;
	border-radius: 10px;
}

#contacto div.divContactoBottom p{
	color: #000;
}

#contacto div.divContactoBottom a,
#contacto div.divContactoBottom a:visited{
	color: #000;
}



#contacto div.divContactoBottom a,
#contacto div.divContactoBottom a:hover{
	color: #e5e5e5;
}

#contacto h4 {color: #000;
padding-bottom: 80px;}

#contacto img {margin-bottom:10px;}


#contacto li {display: inline-block;}

#start {border-bottom: none;padding-bottom:0;}

.divLast {
	padding-bottom: 0;
}

.divContactoBottom p,.divContactoBottom a{color:#fff;text-align: left;}

.divContactoBottom .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
    font-size: 22px;
padding-right: .3em;
}

.nosBox {background: #ebebeb;
    width: 86%;
    padding: 50px 7%;
    margin: 100px 7%;
    min-height: 300px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.nosBox:hover {border:1px solid #ebebeb;background:#fff;transform: scale(1.03);box-shadow: 0 0 20px rgba(0,0,0,0.3);
	cursor: crosshair;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}
.nosBox h4{
	color: #E71D2F;}
.nosBox p{}

.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;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.float .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 40px;
margin-top: .25em;
}


#carpetas div.carpetas-well h3{
	font-size: 14px;
	text-transform: uppercase; }
#carpetas div.carpetas-well p {
	font-size: 14px;}

/* Responsive */

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

	#nosotros p {
		font-size: 14px;
	}
	
	#servicios p {
		font-size: 12px;
	}
    

	
}

/* ipad mini/air  wide - ipad pro vertical */
@media screen and (max-width: 1024px) { 
}

/* ipad mini/air  vertical */
@media screen and (max-width: 768px) {
	.imgLogo {
    	width: 60%;
	}
	#destacado01, #destacado02, #destacado03, #destacado04, #destacado05, #destacado06, #destacado07, #destacado08, #destacado09 {
		height: auto;
	}	
    
    .span_1_of_5 {
width: 100%;
        #servicios img.serviceIcon {
max-width: 150px;
}
}
    #nosotros .span_1_of_4 {width:50%!important}
	
	.why-grid {
grid-template-columns: 1fr !important;
gap: 14px !important;
margin-top: 14px !important;
}
	
}

@media screen and (max-width: 640px) {  
	.imgLogo {
		width: 50%;
		margin: 0 25%;
	}
	#servicios p {
		font-size: 16px;
	}
    
    #nosotros .span_1_of_4 {width:100%!important}
}

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

/* iphone 6s plus */
@media only screen and (max-width : 480px) {
	#nosotros h2 {
		font-size: 24px;
	}
} 

/* iphone 6s */
@media only screen and (max-width : 375px) {
	#servicios p {
		font-size: 12px;
	}
		#nosotros h2 {
		font-size: 18px;
	}
	#servicios h4 {
		font-size: 14px;
	}
} 

/* iphone 5x and 4s */
@media only screen and (max-width : 320px) {   
}  
/* Responsive */

p {font-weight: 100;}