@import url('https://portoro.tech/assets-portoro/css/bootstrap.min.css'); /*<--------Bootstrap 4.6*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


/*Declaracion de fuentes*/

/*----Font Adam----*/
@font-face {
    font-family: 'Adam-Light';
    src: url('fonts/font-adam/Adam-Light.ttf');
}
@font-face {
    font-family: 'Adam-Medium';
    src: url('fonts/font-adam/Adam-Medium.ttf');
}
@font-face {
    font-family: 'Adam-Bold';
    src: url('fonts/font-adam/Adam-Bold.ttf');
}

.adamLight{
    font-family: 'Adam-Light';
}
.adamMedium{
    font-family: 'Adam-Medium';
}
.adamBold{
    font-family: 'Adam-Bold';
}


/*----Font Montserrat*/
@font-face {
    font-family: 'Montserrat-Light';
    src: url('fonts/font-montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('fonts/font-montserrat/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('fonts/font-montserrat/Montserrat-Medium.ttf');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('fonts/font-montserrat/Montserrat-Bold.ttf');
}
@font-face {
    font-family: 'Montserrat-Extra-Bold';
    src: url('fonts/font-montserrat/Montserrat-ExtraBold.ttf');
}
.montserratLight{
    font-family: 'Montserrat-Light';
}
.montserratRegular{
    font-family: 'Montserrat-Regular';
}
.montserratMedium{
    font-family: 'Montserrat-Medium';
}
.montserratBold{
    font-family: 'Montserrat-Bold';
}
.montserrat-ExtraBold{
    font-family: 'Montserrat-Extra-Bold';
}


html,body{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

/*Definicion de colores*/
.bg-black1{
    background-color: #1a1a1a;
}
.bg-blanco{
    background-color: white;
}
.color-blanco{
    color: white !important;
}

/*Tamaño de textos*/
.fontx01{
    font-size: 0.75rem !important;
}
.fontx01-5{
    font-size: 0.8rem !important;
}
.fontx1{
    font-size: 0.9rem !important;
}
.fontx1-5{
    font-size: 1.3rem;
}
.fontx2{
    font-size: 1.6rem;
}
.fontx3{
    font-size: 2.1rem !important;
}
.fontx4{
    font-size: 0.9rem !important;
}
/*Animacion zoom*/
.animation-zoom{
    transition: 0.5s;
}
.animation-zoom:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

/*Estilos de secciones*/
.section-content{
    min-height: 600px;
    height: 100vh;
    /*background-image: url('https://fondosmil.com/fondo/35152.jpg')*/
}

.alto-100{
    height: 100%;
}

/*Estilos de centrados*/
.centrarVertical{
    display: flex;
    align-items: center;
}
.centrarHorizontal{
    justify-content: center;
}

/*Estilos de botones*/
.btn-trasparent{
    border: 1px solid white;
    border-radius: 3rem;
    color: white;
    padding: 8px 30px;
    background:none;
}
.btn-trasparent:hover{
    text-decoration: none !important;
    color: white !important;
    /*background-color: aqua;*/
}

/*Estilos de navbar trasparente*/
.navbar-nav li a{
    padding: 6px 10px !important;
    border-radius: 3rem;
    font-size: 0.65rem !important;
    
}
.nav-trasparent{
    background-color: transparent;
    transition: 0.4s ease;
}
.nav-trasparent ul li a{
    color: white !important;
    
}
.opcion-active{
    border: 0.6px solid white;
   
    
}

.logo-white{
    background-image: url('https://portoro.tech/assets-portoro/ico/logo-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 190px;
}


/*Estilos de navbar no trasparente*/
.nav-no-trasparent{
    background-color: rgba(46, 46, 46, 0.6);
    backdrop-filter: blur(6px);
    transition: 0.4s ease;
    
}
.nav-no-trasparent ul li a{
    color: white !important;
}


/*Estilos para firefox*/
.nav-no-trasparent-firefox{
    background-color: rgba(58, 58, 58, 0.97);
    transition: 0.4s ease;

    
}
.nav-no-trasparent-firefox ul li a{
    color: white !important;
}

/*nav aviso de privacidad*/
.nav-no-trasparent-privacidad{
    background: linear-gradient(89.48deg, #000000 0%, rgba(0, 0, 0, 0.8) 90.4%, rgba(0, 0, 0, 0.92) 100%, rgba(0, 0, 0, 0.8) 95.11%);
    transition: 0.4s ease;

    
}
.nav-no-trasparent-privacidad ul li a{
    color: white !important;
}


/*Animación de navbar*/


.rotacionUp{
    transform: rotate(180deg);
    transition: all .5s ease;
}
.rotacionDown{
    transform: rotate(0deg);
    transition: all .5s ease;
}

.navbar-toggler{
    border: none !important;
}


/*Estilos de modal contactos*/

.modal-contactos{
    background-color: rgba(58, 58, 58, 0.8) !important;
    backdrop-filter: blur(5px);
    color:white;
    
}
.cerrar-button{
    padding: 1rem 1rem;
}


video{
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    

        
    z-index: -100;
      
    background-size: cover;
}

/*Esttilos contactos*/
.seccion-contactos{
    z-index: 2;
    position: relative;
}
.degradado-contactos{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.69) 0.01%, rgba(0, 0, 0, 0.52) 72%);


}
.seccion-contactos video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
}


/*Estilos de footer*/
.seccion-footer{
    z-index: 2;
    position: relative;
}

.seccion-footer .background-footer{
    background: linear-gradient(89.48deg, #000000 0%, rgba(0, 0, 0, 0.95) 90.4%, rgba(0, 0, 0, 0.92) 100%, rgba(0, 0, 0, 0.9) 99.11%);
}

.seccion-footer video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
    
}
footer ul{
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    text-decoration: none;
}
footer ul li a{
    color: white !important;
}
footer ul li a:hover{
    text-decoration: none;
    color: #6d6d6d;
}


.sec1{
    background-image: url('../img/1.jpg');
    background-size: cover;
    background-position: center center;
}
/*Estilos seccion 1*/

.seccion-home{
    z-index: 2;
    position: relative;
}

.seccion-home video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
    
}
.seccion-home-degradado{
    
    background: linear-gradient(89.48deg, #000000 0%, rgba(0, 0, 0, 0.75) 90.4%, rgba(0, 0, 0, 0.75) 100%, rgba(0, 0, 0, 0.9) 99.11%);
}

/*Estilos seccion 2*/
.seccion-porque{
    background-image: url(../img/seccion-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.title-seccion-2{
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-shadow: 1px 0px 1px #313131, 0px 1px 1px #303030, 2px 1px 1px #313131, 1px 2px 1px #242424, 3px 2px 1px #242424, 2px 3px 1px #292929, 4px 3px 1px #1d1d1d, 3px 4px 1px #292929, 5px 4px 1px #2e2e2e, 4px 5px 1px #202020, 6px 5px 1px #222222, 5px 6px 1px #272727, 7px 6px 1px #292929;
    font-size: 2.1rem;

}

.title-principal{
  width: 100%;
 
}
.title-principal h1{
    color: #ffffff;
    letter-spacing: 0.1rem;
    text-shadow: 1px 0px 1px #313131, 0px 1px 1px #303030, 2px 1px 1px #313131, 1px 2px 1px #242424, 3px 2px 1px #242424, 2px 3px 1px #292929, 4px 3px 1px #1d1d1d, 3px 4px 1px #292929, 5px 4px 1px #2e2e2e, 4px 5px 1px #202020, 6px 5px 1px #222222, 5px 6px 1px #272727, 7px 6px 1px #292929;
    font-size: 2.3rem;
}
.title-principal p{
    text-shadow: 3px 2px 3px #161616;
}
.glitch-window {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
  color: #222222;
  text-shadow: 2px 0 #f9f8f8, -1px 0 yellow, -2px 0 orange;
  overflow: hidden;
  animation: crt-me 4500ms infinite linear alternate-reverse;
}
.button-whatsapp{
    background-color: #00B52C;
    color: white;
    height: 3.9rem;
    width: 3.9rem;
    border-radius: 3.8rem;
    border-style: none;
    text-align: center;
    line-height: 3.9rem;
    position: fixed;
    bottom: 1.2rem;
    right: 1.2rem;
    font-size: 2rem;
    z-index: 10;
    display:none;

    animation-name: wave;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    
}
.button-whatsapp:hover{
color: white;
background-color: #019626;
}

  
  @keyframes wave {
    0% {box-shadow: 0 0 0px 0px rgba(0, 219, 37, 0.5);}
    100% {box-shadow: 0 0 0px 25px rgba(255, 255, 255, 0);}
  }

@-webkit-keyframes crt-me {
  0% {
    clip: rect(1px, 9999px, 64px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(55px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(1px, 9999px, 67px, 0);
  }
  40% {
    clip: rect(34px, 9999px, 68px, 0);
  }
  50% {
    clip: rect(31px, 9999px, 55px, 0);
  }
  60% {
    clip: rect(69px, 9999px, 81px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(68px, 9999px, 99px, 0);
  }
  90% {
    clip: rect(13px, 9999px, 66px, 0);
  }
  100% {
    clip: rect(52px, 9999px, 34px, 0);
  }
}

@keyframes crt-me {
  0% {
    clip: rect(1px, 9999px, 64px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 46px, 0);
  }
  20% {
    clip: rect(55px, 9999px, 47px, 0);
  }
  30% {
    clip: rect(1px, 9999px, 67px, 0);
  }
  40% {
    clip: rect(34px, 9999px, 68px, 0);
  }
  50% {
    clip: rect(31px, 9999px, 55px, 0);
  }
  60% {
    clip: rect(69px, 9999px, 84px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 85px, 0);
  }
  80% {
    clip: rect(68px, 9999px, 99px, 0);
  }
  90% {
    clip: rect(13px, 9999px, 66px, 0);
  }
  100% {
    clip: rect(52px, 9999px, 34px, 0);
  }
}


/*Estilos seccion 3*/
.seccion-idea-software{
    z-index: 2;
    position: relative;
}
.seccion-idea-software video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
}

/*Estilos seccion 4*/
.seccion-beneficios{
    z-index: 2;
    position: relative;
}
.degradado-beneficios{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.80) 30%, rgba(255, 255, 255, 0.85) 30%, rgba(255, 255, 255, 0.80) 30%);


}
.seccion-beneficios video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
}
.prueba1{
    width: 0px;
    height: 100vh;
    border-left: 50vw solid #d9534f;
    border-right: 50vw solid #d9534f;
    border-top: 85px solid transparent;
    position: absolute;
    margin: 0;
    padding: 0;
}
.animation-beneficios{
    transition: 0.4s ease;
    cursor: pointer;
    
}
.animation-beneficios:hover{
    transform: scale(1.12);
    transition: 0.4s ease;
}

/*Estilos seccion 5*/
.seccion-proceso-desarrollo{
    z-index: 2;
    position: relative;
}

.seccion-proceso-desarrollo video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
}


.seccion-proceso-desarrollo .background-degradado{
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.83) 2.54%, rgba(0, 0, 0, 0.39) 50%);
}

.procesos-numero{
    height: 60px;
    width: 60px;
}
.margen-procesos-numero{
    margin-bottom: 2.5rem;
}

.banner-header{
    height: 5px;
    width: 8rem;
    top:-3px;
    position: relative;
}

/*Estilos seccion 6*/

.seccion-planes{
    height: 100vh;
    position: relative;
    background: linear-gradient(270deg, rgba(238, 238, 238, 0.6) 30%, rgba(238, 238, 238, 0.65) 30%, rgba(238, 238, 238, 0.7) 30%);
    
}
.seccion-planes video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -10;
}

.card-servicios{
    min-width: 200px;
    min-height: 70px;
}
.card-planes{
    min-height: 300px;
    max-width: 250px;
}
.card-planes ul{
    font-size: 0.75rem;
    list-style: none;
    padding: 0;
}
.contenedor-logo-card{
    position: relative;
    height: 60px;
}
.logo-portoro-card{
    height: 80px;
    width: 80px;
    object-fit: contain;
    position:absolute;
    top: -45px;
    
    
}

.owl-nav{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    position: absolute;
    top:50%;
}

.owl-nav .owl-prev{
    left: 0 !important;
    position: absolute;
}
.owl-nav .owl-next{
  right: 0 !important;
  position: absolute;
}

.owl-nav button{
    height: 3.5rem !important;
    width: 3.5rem !important;
    border-radius: 3rem !important;
    background-color: white !important;
    -webkit-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
    box-shadow: 0px 0px 11px -7px rgba(0,0,0,0.34);
    margin: 1rem !important;
}
.owl-nav button span{
    text-decoration: none;
    border: none;
    font-size: 26px;
    color: black;
    font-weight: 500;
    margin:0px 10px;
    padding: 0px;
  
}


.owl-nav button:hover{
  background-color:#995353;
}

/*Estilos seccion 7*/
.img-computadora{
    width: 450px;
}
.m-seccion4{
    padding-top: 100px;
}
.text-seccion-4{
    position:absolute;
    font-size: 0.85rem;
    left: 0;
    display: flex;
    top: 45%;
    padding-left: 8%;
}
.text2-seccion-4{
    position:absolute;
    font-size: 0.85rem;
    right: 0;
    display: flex;
    top: 45%;
    padding-right: 8%;
}
.section-privacidad a{
 color: #000000;
 font-family: 'Montserrat-Medium';
}
.section-privacidad p,ul li, ol li{
    font-size: 0.8rem !important;
}

.section-planes{
    min-height: 700px;
}
/*Resonsividad*/

@media screen and (max-width: 991px) {
    .text-seccion-4{
        display: none;
    }
    .text2-seccion-4{
        display: none;
    }
    .navbar-space{
        margin-top: 1rem;
    }
    .footer-categorias{
        display: none;
    }
    .title-principal h1{
        font-size: 1.9rem;
    }

    .img-computadora{
        width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .margen-procesos-numero{
        margin-bottom: 0.8rem;
        justify-content: center;
    }
    .procesos-numero{
        height: 50px;
        width: 50px;
    }
    .card-servicio-none{
        display: none;
    }
    .img-computadora{
        width: 400px;
        margin-top:20px;
    }
    .imageback{
        display: none;
    }
    .section-planes{
        height: 1000px !important;
    }
}


@media screen and (max-width:500px){
    .img-computadora{
        width: 300px;
       
    }
    .section-planes{
        min-height: 900px !important;
    }
}


@media screen and (max-height: 700px) {
    .section-content{
        min-height: 800px;
        
        /*background-image: url('https://fondosmil.com/fondo/35152.jpg')*/
    }
   
}
