@font-face {
	font-family: "PoppinsBlack";
	src: url('fonts/poppins/Poppins-Black.ttf') format('truetype');
}

@font-face {
	font-family: "PoppinsRegular";
	src: url('fonts/poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: "PoppinsBold";
	src: url('fonts/poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "PoppinsLightItalic";
	src: url('fonts/poppins/Poppins-LightItalic.ttf') format('truetype');
}

.cookies-dialog {
	position:fixed;
	top:auto;
	right:auto;
	left:auto;
	bottom:0;
	width: 100%;


	margin-top: 0rem;
	max-width: 100%;
	
	.buttons {
	  .btn {
		margin: 0.2rem;
	  }
	}
}

.cookies-dialog .modal-content {
	border-radius: 0rem;
  }

.close-dialog-img {
	width: 30px;
}


.maintitle-wrap {
	overflow: hidden;
	position: relative;
  }
  
.maintitle-bg {
	opacity: 0.5;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
}

.esorg-language-img{
	width: 20px;
}

.esorg-ul-bullet-svg{
	width: 5px;
}

.esorg-package-domain-check-list{
	list-style-type: none;
}

.esorg-domain-check-svg{
	width:15px;
}

.esorg-logo-legend-size{
	font-size: 11px;
}

.maintitle-content {
	position: relative;
}

.esorg-contact-success-img{
	width: 150px;
}

.esorg-group-img-landing{
	width: 70px;
}

.esorg-popup-img-landing{
	width: 90px;
}
  
li::marker {
	color: red;
	font-size: 1.5em;
  }

.esorg-footer-rights-size{
	font-size: 0.8rem;
}

.esorg-font-black {
	font-family: "PoppinsBlack";
}

.esorg-font-bold {
	font-family: "PoppinsBold";
}

.esorg-font-light-italic {
	font-family: "PoppinsLightItalic";
}

h1 {
	font-family: "PoppinsBlack";
	font-weight: 900;
  	font-size: 2.0rem;
}

h2 {
	font-family: "PoppinsRegular";
  	font-weight: 900;
  	font-size: 1.3rem !important;
}

h3 {
  font-weight: 900;
  font-size: 1.1rem !important;
}

h5 {
  font-weight: 900;
  font-size: 0.8rem !important;
}

.small-extras-text{
	font-size: 0.8rem !important;
}

.gutter-30-left{
	padding-left: 30px;
}

.gutter-30-right{
	padding-right: 30px;
}

.main-title-sm{
	font-size: 2.8rem !important;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

/* Pricing section styles here: */
.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

/* Sticky header css code here: */
html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

#main-service-title{
	font-size: 1.2rem !important;
	color: #808080 !important;
}

#main-title{
	font-size: 2.0rem !important;
}

#main-subtitle{
	font-size: 1.1rem;
}

.hexa-container{
	background-image: url(img/arch.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.def-central-svg-logo{
	width: 95px;
}

.def-central-text-col{
	z-index: 1000;
}

.def-small-center-container{
	top:100px;
	max-width: 100% !important;
}

.def-footer-span{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.def-footer-contact-ft-size{
	font-size: 0.7rem;
}

.def-footer-logo{
	width: 85px;
}

.def-color-blue{
	color: #2e77cf;
}

.def-form-subtitle{
	font-size: 2.2rem;
	font-weight: bold;
}

.def-form-title{
	font-size: 1.3rem;
	font-weight: bold;
}

.def-color-form-labels-gray{
	color: #706f6f;
}

.def-color-dark-gray{
	color: #868686;
}

.def-rights-pt{
	padding-top:6px;
}

.def-footer-contact-line-height{
	line-height: 1.3;
}

.def-color-dark-gray-variant{
	color: #8d8d8d;
}

.def-color-dark{
	color: #212529;
}

.def-bg-color-light-gray{
	background-color: #e4e5e8;
}

.img-hexa{
	min-height: 100%;
}

body {
      font-family: 'PoppinsRegular';
	  
	  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: auto 100%;
  
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: black;
}

.def-form-pass-description-size{
	font-size: 0.8rem;
}

.def-central-area-padding-top{
	padding-top: 120px;
	padding-bottom:200px;
}

#central-white-section{
	padding-bottom: 200px;
}

body {
	min-height: 100vh;
	position: relative;
  }
  

footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
  }

#carouselExampleSlidesOnly{
	z-index: 500;
}

.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      padding: 15px 24px;
      cursor: pointer;
      color: #fff;
      display: none;
}

/* height utilitiies */
.minh-100vh {
    min-height: 100vh;
}

/* logo css */
/* This class and keyframe gradients are the core */
.def-gradient-background {
	color: #fff;
	
	background:
		linear-gradient(red, transparent),
		linear-gradient(to top left, lime, transparent),
		linear-gradient(to top right, blue, transparent);
	background-blend-mode: screen;

	/*-webkit-animation: Gradient 20s ease infinite;
	-moz-animation: Gradient 20s ease infinite;
	animation: Gradient 20s ease infinite;*/

	width: 55px;
	height: 31px;
}
@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 0% 100%
	}
	100% {
		background-position: 0% 0%
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 0% 100%
	}
	100% {
		background-position: 0% 0%
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 0%
	}
	50% {
		background-position: 0% 100%
	}
	100% {
		background-position: 0% 0%
	}
}

/* This sample shows how to process the SVG image */
.def-courtain-background {
	width: 55px;
	height: 31px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: white;
}

.def-navbar{
	border-bottom: 1px;
	border-color: #ececec;
}

.def-header-logo{
	width: 100px;
}

.gradient-animation{
	-webkit-animation: Gradient 12s infinite;
	-moz-animation: Gradient 12s infinite;
	animation: Gradient 12s infinite;
}

.pulse-animation{
	-webkit-animation: pulse 14s infinite;
	-moz-animation: pulse 14s infinite;
	animation: pulse 14s infinite;
}

.def-logo-background {
	width: 55px;
	height: 31px;
	background-image: url('img/logo.png');
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.def-left-courtain-background {
	background-image: url(img/arch.png);
	background-size: 100% 180%;
	background-repeat: no-repeat;
	float:left;
}

.def-left-gradient-background {
	color: #fff;
	float:left;
}

.def-right-courtain-background {
	background-image: url(img/arch.png);
	background-size: 100% 180%;
	background-repeat: no-repeat;
	float:right;
}

.def-right-gradient-background {
	color: #fff;
	float:right;
}

@keyframes pulse {
  0% {
		background-color: rgba(0, 0, 0, 1);
  }
  40% {
		background-color: rgba(0, 0, 0, 1);
  }
  50% {
		background-color: rgba(0, 0, 0, 0);
  }
  60% {
		background-color: rgba(0, 0, 0, 1);
  }
  100% {
		background-color: rgba(0, 0, 0, 1);
  }
}

/* main title animation*/
.fade-in-animation{
	-webkit-animation: fadeIn ease 1.5s;
    -moz-animation: fadeIn ease 1.5s;
	animation: fadeIn ease 1.5s;
}

.fade-in-animation-slider{
	-webkit-animation: fadeIn ease .4s;
    -moz-animation: fadeIn ease .4s;
	animation: fadeIn ease .4s;
}

.fade-out-animation{
	-webkit-animation: fadeOut ease .6s;
    -moz-animation: fadeOut ease .6s;
	animation: fadeOut ease .6s;
}

.fade-in-fast-animation{
	-webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
	animation: fadeIn ease 0.5s;
}

@keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

/*.carousel-inner{
	height:100vh;
	background: black;
}*/

.bg-black{
	background-color: black;
}

.h-100vh{
	height: 90vh;
}

.row-gutter-30{
	padding-left: 30px;
	padding-right: 30px;
}
.padding-left-30{
	padding-left: 30px;
}

.padding-right-30{
	padding-right: 30px;
}

/*img{
	
	position: absolute;
    left: -9999px;
    right: -9999px;
    margin: auto;
	height: 80vh;
	
	top:75px;
}*/
 
 /* products page here */
.def-select-arrow{
	height: 20px;
	min-width: 60px;
}

/* desktop multiple items carousel here*/
/* Bootstrap 4 Multiple Item Carousel */
/*********************************************************************/

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

/* medium - display 2  */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	#header-container{
		margin-left:0px;
	}
 }

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

/* carousel fade*/
/* Boostrap 4 slider custom animations*/

.carousel.carousel-faded .carousel-item {
    opacity: 0;
    transition: opacity ease-out .6s;
}

.carousel.carousel-faded .carousel-item.active {
    opacity: 1 !important;
}

.scaled {
  transform: scale(0.93); /* Igual que: scaleX(0.7) scaleY(0.7) */
}

.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(img/left-arrow.png);
	background-size: 35% 100%;
}

.carousel-control-next-icon {
    background-image: url(img/right-arrow.png);
	background-size: 35% 100%;
}
.bl-gradient-to-l{
	background-image: linear-gradient(to right, rgba(0,0,0,0),rgba(0,0,0,1),rgba(0,0,0,1)); 
	background-color: transparent !important;
}
.bl-gradient-to-r{
	background-image: linear-gradient(to right, rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0)); 
	background-color: transparent !important;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    //color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.w-25{
	width: 25% !important;
}

#mobile-instance-1-button, #mobile-instance-2-button, #mobile-instance-3-button{
	cursor: pointer
}{
	cursor: pointer
}{
	cursor: pointer
}

.bold-text{
	font-weight: 900;
}