/**
Theme Name: Loratech
Author: Bu Creativo
Author URI: https://buescreativo.com/
Description: Soluciones tecnológicas de telecomunicaciones de largo alcance, bajo consumo energético y gran despliegue para la implementación de sensores y captura de datos.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loratech
Template: astra
*/

@import url("../astra/style.css");

.linkPoliticas{
	border-bottom: 1px solid #fff;
}

.elementor a {
	text-decoration: none !important;
}

.ast-single-post .entry-content a{
	text-decoration: none !important;
}

.wpforms-container input[type=text]{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}

.wpforms-container input[type=email]{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
}

.wpforms-container input[type=number]{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;	
}

.wpforms-container textarea{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;		
}

.wpforms-container .wpforms-field.casilla__verificacion{
	color: #fff;	
}
.wpforms-container .wpforms-field.casilla__verificacion a{
	color: #fff;
	text-decoration: none;	
}
.wpforms-container .wpforms-field.casilla__verificacion a:hover{
	color: #fff;
	text-decoration: underline;	
}

.wpforms-submit-container button.btnEnviar{
	background: #00A3FF;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;		
}

/* Animation shine 2025 */

/*Image sine effect*/
.soluciones-img figure {
  position: relative;
  overflow: hidden;
}
.soluciones-img figure:before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.soluciones-img figure:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.mgpde-category{
	display: none;
}

.cky-btn-revisit-wrapper {
	display: none !important;
}

.sfsiplus_footerLnk{
	display: none;
}

/*---*/

.htmega-carousel-style-3 .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #071654;
    border-radius: 100%;
    border: 0;
}

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

	.elementor-1738 .elementor-element.elementor-element-287839c .exad-modal-item .exad-modal-content .exad-modal-element iframe{
			width: 93%;
	}

	.exad-modal-item.modal-vimeo .exad-modal-content {
	    position: relative;
	    margin: auto;
	    width: 85%;
	}

	/*---*/	

	.exad-modal-item.modal-vimeo .exad-modal-content .exad-close-btn {
	    position: absolute;
	    top: -40px;
	    right: 0;
	    cursor: pointer;
	    height: 40px;
	    width: 40px;
	    border-radius: 50%;
	}

}

@media screen and (min-width: 360px) and (max-width: 480px) { 
	.exad-modal-item.modal-vimeo .exad-modal-content {
	    position: relative;
	    margin: auto;
	    width: 90%;
	}	
}

@media screen and (min-width: 922px) and (max-width: 980px) { 
	.header-main-layout-1 .main-header-container {
		padding: 0px 14px;
	}	
}

@media screen and (min-width: 980px) and (max-width: 1440px) { 
	.header-main-layout-1 .main-header-container {
		padding: 0px 36px;
	}	
}