@font-face {
    font-family: einabold;
    src: url('fonts/Eina01-Bold.ttf');
}
@font-face {
    font-family: einalight;
    src: url('fonts/Eina01-Light.ttf');
}
@font-face {
      font-family: einasemibold;
      src: url('fonts/Eina02-SemiBold.ttf');
}
.grecaptcha-badge{
	z-index:99px !important;
	bottom:6px !important;
}
.modal-p{
    color: #000;
    font-family: einalight;
    line-height: 2rem;
    font-size: 18px;
    text-align: justify;
}
.li-p{
    color: #000;
    list-style: disc;
    font-family: einalight;
    margin-left: 3rem;
    font-size: 18px;
}
.modal-h5{
    color: #000;
    font-family: einabold;;
}
.redes-sociales{
    display:flex;
    position: absolute; 
    right: 1rem;
}
.textos-contactanos{
    color:#fff !important; 
    font-family: einalight !important;
    font-size: 16px !important;
}
.fondo{
    background-image: url(../../assets/img/bg/fondo.png);
    background-size: 100% 1000px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
}
.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
 /*   border: 4px solid #ced4da;*/
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
  .contact h4{
	font-size: 16px;
    margin-bottom: 30px;
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.index-page {
            position: relative;
            margin-top:30px;
        }
        .theme_bg{
            background:var(--thm-color);
        }
        .bg-header{
            
        }
        a>img {
            transition: all .7s ease-in-out;
            object-fit: cover;
        }
        .featured-icon {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            padding: 20px 20px;
            display: inline-block;
            background: var(--thm-f6);
            border-radius: 10px;
        }
            
        .featured-icon img {
            border: 0;
            height: auto;
            margin: 0 auto;
        }
        .atf-default p{
            font-size:20px;
        }
        .atf-scrollup-icon {
            box-shadow: 2px 6px 12px rgba(0,0,0, 0.3);
        }
        
        
        .layout-item {
            margin-bottom: 45px;
            background: rgba(36, 35, 35, 0.91) !important;
        }
        .layout-item figure {
            overflow: hidden;
            display: block;
            padding-bottom: 2%;
            position: relative;
            height: 100%;
        }
        .home-layout-sec .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.8);
            overflow: hidden;
            width: 100%;
            height: 100%;
            transition: .5s ease;
            opacity: 0;
        }
        .overlay-text {
            white-space: nowrap;
            color: white;
            font-size: 20px;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            padding: 16px 32px;
            transition: all 0.5s cubic-bezier(.29, .04, .19, .98);
            transform: scale(.7);
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: hidden;
        }

        .overlay-text a.btn {
            background: var(--thm-color);
            border-color: var(--thm-color);
            color: rgb(255, 255, 255);
            font-size: 14px;
            text-transform: uppercase;
            text-align: center;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            position: absolute;
            padding: 15px 20px;
        }

        .overlay-text a.btn:hover{border-color: #fff;}

        .layout-item h5 {
            font-weight: 600;
            text-align: center;
            font-size: 20px;
            padding: 10px 0 25px;
        }
        .layout-item figure:hover .overlay {
            opacity: 1;
        }
        .layout-item figure:hover .overlay-text {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
       
        .ml-auto {
            margin: 0 auto;
        }
        .card{
            border: 1px solid rgb(0, 0, 0);
            height: 100%;
        }
        #contact-form input,#contact-form textarea,#contact-form select{
            color: #fff;
            font-weight: 700;
            background-color: #000;
}
#contact-form input::placeholder,#contact-form textarea::placeholder,#contact-form select option{
    color: #fff;
    font-weight: 300;
    background-color: #000;
}
.contact-form-area input, .contact-form-area textarea, .contact-form-area select {
    height: 70px;
    background-color: transparent;
    border: 1px solid #D8D8D8;
    color: #5d5d5d;
    padding: 2px 23px;
    margin-bottom: 10px;
}

.atf-header-areas {
    background-color:#fff;
    height: 1025px;
    overflow: hidden;
    z-index:1;
    margin-top: -50px;
}
.atf-header-areas::before {
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mt-10{
    margin-top: 10rem;
}
.mt-15{
    margin-top: 15rem;
}
.mt-20{
    margin-top: 15rem;
}
.mt-5A{
    margin-top: 5rem;
}
.mt-5b{
    margin-top: 9rem;
}
.laptop{
    color:#000;
    font-family:einalight;
    font-size:60px;
    font-weight: 500;
}
.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
}
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.color{
    color:#496dff;
}
.atf-section-paddings {
    padding:30px 0;
}
.textos-h{
    color: #fff;
    font-family: einalight;
}
.textos{

    color: #fff;
    font-family: einalight;
    font-size: 20px;
}
.titulo{
    color: #fff;
    font-family: einalight;
    font-size: 56px;
    font-weight: 700;

}
.textos-f{
    color: #fff;
    font-family:einalight;
    font-size: 14px;
    font-weight: 700;
}
h3{
  font-family: einabold;
  font-size: 50px;
}
h2{
  font-family: einabold;
}
h4{
  font-family: einabold;
}
h5{
  font-family: einabold;
}
p{
   font-family: einalight;
}
.atf-section-title h2 {
  font-family: einabold;
}
.atf-contact-details h4 {
  font-weight: 700;
}
.texto-alquiler{
	font-size: 20px;
}
.atf-pricing-content {
  height: 100%;
}
 
.margen-tpv-txt{
	margin-top: 0;	
	margin-left: 0;
}

.parallax {
    background-image: url(../../assets/img/bg/tudepartamentoinformatico.jpg);  
    background-size:cover;
    background-position: center center;
}
.mt-4x{
    margin-top:0;
}
.tdi{
    width: 100%;
}
.margenes-redes{
    margin-left: 15px;
    margin-right: 15px;
}
/* Extra small devices (phones, 600px and down) */
@media  (max-width:1280px) {
    .laptop{
        font-size:58px;
    }
}
@media  (max-width:1024px) {
    .laptop{
        font-size:42px;
    }
}
@media (max-width: 991px)
{
    .fondo{
        background-size: cover !important;
    } 
    .atf-header-areas {
        height: 1600px;
    }
    .mt-20 {
    margin-top: 18rem;
    }
}
@media  (max-width:960px) {
    .mt-20 {
        margin-top: 18rem;
    }
    .contact {
    margin-top: 5px;
}
.laptop{
    font-size:36px;
}
}
@media  (max-width:912px) {
    .atf-header-areas {
        height: 1550px;
    }
}
@media  (max-width:820px) {
    .laptop{
        font-size:36px;
    }
    .atf-header-areas {
        height: 1550px;
    }
}

@media  (max-width:768px) {
    .laptop{
        font-size:36px;
    }
    .atf-section-paddings {
        padding:10px 0;
    }
    .atf-header-areas {
        height: 1520px;
        margin-top: -89px;
    }
    .mt-20 {
        margin-top: 18rem;
    }
    .atf-section-title {
        margin-bottom: 30px;
    }
}

@media  (max-width:712px) {
    .laptop {
        font-size: 26px;
    }
    .mt-4x {
        margin-top: 0rem;
    }
    .atf-section-title {
        margin-bottom: 20px;
    }
    .contact {
        margin-top: 0;
    }
}
@media  (max-width:600px) {
    .atf-header-areas {
        height: 1460px;
    }
}
@media  (max-width:490px) {
    .atf-header-areas {
        height: 1425px;
    }
    .atf-scrollup-icon {
        display: none;
    }
    .contact .form-control {
        font-size: 18px;
    }
    .laptop{
        font-size:18px;
    }
   
    .atf-section-title {
        margin-bottom: 0;
    }
    .mt-4x {
        margin-top: 0rem;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
    .contact {
        margin-top: 0;
    }
    .textos-contactanos {
        font-size: 16px !important;
    }
}
@media  (max-width:425px) {
    .fondo{
        background-size: cover;
        background-position: center center;
   
    }
    .redes-sociales{
       position: inherit;
    }
    .textos-f{
        font-size: 12px;
    }
    .mt-20 {
    margin-top: 18rem;
    }
    .contact h4 {
        font-size: 22px;
    }
    .mt-4x {
        margin-top: 0rem;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
    .mt-4x {
        margin-top: 0rem;
    }
}
@media (max-width: 415px){
    .atf-header-areas {
        height: 1450px;
    }
}
@media  (max-width:375px) {
    .laptop{
        font-size:16px;
    }
    .textos-contactanos {
        font-size: 13px !important;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
    .contact {
        margin-top: 0;
    }
    .textos-f{
        font-size: 12px;
    }
    .mt-20 {
    margin-top: 18rem;
    }
    .contact h4 {
        font-size: 22px;
    }
    .mt-4x {
        margin-top: 0rem;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
}

@media  (max-width:320px) {
    .textos-contactanos {
        font-size: 13px !important;
    }
    .laptop{
        font-size:14px;
    }
   
    .margenes-redes{
        margin-left: 5px;
        margin-right: 5px;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
    .contact {
        margin-top: 0;
    }
    .textos-f{
        font-size: 12px;
    }
    .mt-20 {
    margin-top: 18rem;
    }
    .contact h4 {
        font-size: 22px;
    }
    .mt-4x {
        margin-top: 0rem;
    }
    .atf-section-title {
        margin-bottom: 0;
    }
}