@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: 'Alfa Slab One', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif; */ 
:root {
    --color-tr-primario: #26a294;
    --color-tr-secundario: #ff874b;
}
body{
    font-family: "Raleway", sans-serif;
}
.color-primario{
    color: var(--color-tr-primario);
}
.color-secundario{
    color: var(--color-tr-secundario);
}
.stickfooterv{
    background-color: #26a294;
}
.img-logo{
    width: 250px;
    margin: 5% auto;
    display: block;
}
.navseina{
    background-image: url("../images/web/header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.articl{
    text-align: center;
    color: white;
}
.nav-link{
    font-weight: 500;
    letter-spacing: 3px;
}
.lnfot{
    color: white;
    text-align: right;
    padding: 15px 0 20px 0;
    float: left;
    width: 100%;
}
.lnfot a{
  color:#ffa430;
  font-weight: 600;
}
.penl a{
    color: inherit;
    text-decoration: none;
}
.fontbold{
    font-weight: bold;
}
.font24{
    font-size: 24px;
}
.font20{
    font-size: 20px;
}
.font18{
    font-size: 18px;
}
#navbar{
    background-color: transparent !important;
}
.sticky-top {
    position: absolute;
    top: 0;
    z-index: 1020;
    width: 100%;
    background-color: transparent;
}
.nav-link {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px black;
    color: white !important;
    transition: 0.2s all;
    min-width: 180px;
    text-align: center;
    line-height: 20px;
    min-height: 56px;
}
.hthom {
    font-weight: 800;
    color: var(--color-tr-secundario);
    font-size: 56px;
    margin: 0 0 25px 0;
}
.ltp0{
    position: absolute;
    left: 35px;
    width: 275px;
    background-color: var(--color-tr-secundario);
    bottom: -22px;
}
.sbleyc{
    margin: 40px 0 40px 0;
    display: block;
    font-size: 20px;
    width: 80%;
}
.ltp1 {
    position: absolute;
    left: 5%;
    width: 350px;
    background-color: var(--color-tr-secundario);
    top: -15px;
    margin: 0;
}
.ltp2 {
    position: absolute;
    right: 5%;
    bottom: -15px;
    width: 350px;
    background-color: var(--color-tr-secundario);
    margin: 0;
}
.w-lys {
    width: 570px;
}
.sbleyt span{
    margin-left: 10%;
}
.list-soluciones-home {
    margin: 40px 0 0 0;
    width: 630px;
}
.liht p strong {
    font-size: 40px;
    font-style: italic;
    border-radius: 50%;
    border: 4px solid white;
    float: left;
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 0 20px 0 0px;
    color: var(--color-tr-secundario);
}
.liht {
    display: block;
    width: 100%;
    float: left;
}
.liht p span {
    font-size: 18px;
    padding-top: 8px;
    float: right;
}
.lih1 p{
    float: left;
}
.lih2 p{
    margin: 0 auto;
    display: table;
}
.lih3 p{
    float: right;
}
.sbleyt{
    font-size: 22px;
    font-weight: 800;
    padding: 0 5% 0 5%;
}
.nvitm {
    border-right: 1px solid white;
}
.navulseina li:first-child{
    border-left: 1px solid white;
}
.footer-seina {
    background-color: #11293c;
    padding: 25px 0;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 14px;
}
.leyendHeader {
    color: var(--color-tr-secundario);
    font-weight: 800;
    font-size: 42px;
    text-shadow: 2px 1px black;
    margin: -15px 0 6px 0;
    font-style: italic;
}
.nav-link:hover{
    background-color: #040c15;
}
.pphdr{
    padding-top: 18px;
}
.navbsol{
    position: absolute;
    right: 0px;
    top: 20px;
}
#barraaceptacion {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    min-height: 80px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    z-index: 99999;
  }
  .inner {
    width: 100%;
    position: absolute;
    padding: 0 30px;
    font-family: verdana;
    font-size: 13px;
    top: 10%;
  }
  .inner a.ok {
    padding: 4px;
    color: #12a19a;
    text-decoration: none;
  }
  .inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #ff6600;
    font-weight: 700;
  }
.hvcomplete{
    /* background-image: url(../images/fondo-home.jpg);
    background-color: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover; */
    background-image: url("../images/home/fondo-home.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 1020px;
    display: block;
}
.div_homec {
    position: absolute;
    top: 16%;
    left: 6%;
    color: white;
    width: 55%;
}
.imghomecastillo{
    height: 140vmin;
    width: 100%;
}
.abshmredes {
    position: fixed;
    top: 35%;
    right: 0%;
    width: 72px;
    background-image: url(../images/web/card-fixed.png);
    background-repeat: no-repeat;
    background-size: 78px;
    height: 340px;
    z-index: 1;
}
.absfooter {
    position: absolute;
    bottom: 3%;
    width: 100%;
}
.imfhm{
    font-size: 2.8vmin;
}
.list-redes-home {
    text-align: center;
    padding: 25px 0 0 20px;
}
.list-redes-home li {
    margin: 34px 0 0 0;
}
.imgicor {
    width: 42px;
    scale: 1;
    transition: 0.5s;
}
.imgicor:hover{
    scale: 1.2;
}
.list-redes-home li a{
    color: white;
    transition: 0.2s all;
}
.list-redes-home li a:hover{
    color: var(--color-tr-secundario) !important;
}
.abshometxt {
    position: absolute;
    top: 7%;
    left: 5%;
}
.imglogoh {
    width: 30%;
    max-width: 100%;
}
.navbarLogo {
    width: 200px;
    margin: 0px 0 0 0;
}
.leyendHeader{

}
.bkg-green{
    background-color: rgb(38 162 148 / 80%);
    min-height: 450px;
    margin-bottom: 130px;
}
.imgfoh{
    width: 40px;
    max-width: 100%;
}
.imfhm span {
    margin: 0 0 0 10px;
    font-style: italic;
}
.abshometxt h1 {
    margin: 6% 0 6% 0;
    font-size: 4.5vmin;
    line-height: 7vmin;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
}
.abshometxt h1 strong {
    font-size: 8.5vmin;
    font-weight: 800;
}
.abshometxt p{
    border-top: 1px solid white;
    width: 220px;
    padding: 3% 0 3% 0;
    border-bottom: 1px solid white;
    font-size: 18px;
}
.abshometxt h2{
    margin: 5% 0 5% 0;
    font-size: 4.5vmin;
    line-height: 5.5vmin;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
}
.navl-active{
    background-color: #040c15;
}
.list-car span{
    color: var(--color-tr-primario) !important;
    font-size: 10px;
    font-weight: 800;
}
.form_demos{
    width: 80%;
    margin: 30px 10% 0 10%;
}
.h2cont {
    border-bottom: 1px solid var(--color-tr-secundario);
    width: 70%;
    margin: 0 auto;
    padding: 0 0 8px 0;
    font-weight: 700;
}
.penl{
    font-weight: 500;
}
.pcont{
    font-size: 18px;
    font-weight: 700;
}
.h1nosotros {
    font-weight: 100;
    font-size: 48px;
    margin: -40px 0 20px 0;
    text-shadow: 3px 1px #825215;
    color: #ffa430;
    font-family: 'Roboto Slab', serif;
    font-style: italic;
}
.dvqsm h2{
    font-family: 'Roboto Slab', serif;
    font-style: italic;
}
body{
    background-color: #232a3c;
}
.imgtorton{
    top: -60px;
    position: absolute;
}
.dvqsm{
    padding: 15px 4% 20px 4%;
}
.imgline{
    width: 180px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,174,71, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
  }
  
.navbar-toggler {
border-color: rgb(255,174,71) !important;
} 

@media (max-width: 1120px){
    .imglogoh {
        width: 185px;
    }
    .abshometxt h1 {
        margin: 9% 0 6% 0;
        font-size: 3.5vmin;
        line-height: 5vmin;
    }
    .abshometxt h1 strong {
        font-size: 6.5vmin;
    }
    .abshometxt h2 {
        font-size: 3.5vmin;
        line-height: 4.5vmin;
    }
    .absfooter {
        bottom: 2%;
    }
    .imfhm {
        font-size: 18px;
    } 
}
@media (max-width: 1042px){
    .leyendHeader {
        font-size: 30px;
    }
    .nav-link {
        min-width: 150px;
    }
}
@media (max-width: 986px){
    .div_homec {
        position: absolute;
        top: 120px;
        left: 5%;
        width: 85%;
    }
    .sbleyc {
        margin: 30px 0 50px 0;
        display: block;
        font-size: 18px;
        width: 100%;
    }
    .sticky-top {
        position: relative;
        z-index: 1;
    }
    .hthom {
        font-size: 40px;
    }
    .novvm{
        display: none;
    }
    .navbsol {
        position: relative;
        right: inherit;
        top: inherit;
        float: left;
        width: 100%;
        margin-top: 0px !important;
    }
    .navulseina{
        background-color: #040c15;
    }
    .navbar-toggler {
        float: right;
        margin: 40px 0 0 0;
    }
    #navbar{
        display: initial !important;
    width: 100%;
    z-index: 2;
    position: relative;
    }
    .nvitm {
        text-align: center;
        border: 1px solid white;
        /* margin-right: 1.5rem!important; */
    }
    /* .navbarLogo {
        width: 80px;
        margin: 20px 0 0 0;
    } */
    .back-transporte-nosotros {
        height: 50px !important;
        z-index: 0 ;
        float: left !important;
        position: relative;
    }
    .dsnone{
        display: none;
    }
    .imgtorton {
        top: inherit;
        position: relative;
        margin: 60px 0 0 0;
    }
    .back-transporte {
        height: 320px;
        margin: -100px 0 0;
    }
    .colpcm {
        width: 100% !important;
        flex: inherit;
        max-width: 100% !important;
    }
    .list-car li {
        width: 33.3% !important;
        float: left;
    }
}
@media (max-width: 768px){
    .list-soluciones-home {
        margin: 40px 0 0 0;
        width: 100%;
    }
    .w-lys {
        width: 100%;
    }
    .card-contacto {
        width: 88%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .dsnoco{
        display: none;
    }
    .dvcomp {
        width: 100%;
        flex: initial;
        max-width: 100%;
    }
    .imgtorton {
        top: inherit;
        position: relative;
        margin: 0px auto 60px auto;
        width: 350px;
        display: block;
    }
    .dsnord{
        order: initial;
        flex: inherit;
    }
    /* .hvcomplete {
        height: auto;
        display: block;
        float: left;
        margin: 30px 0 0 0;
    } */
    .imghomecastillo {
        height: auto;
        width: 100%;
        display: none;
    }
    .abshometxt {
        position: relative;
        top: inherit;
        left: inherit;
        text-align: center;
        padding: 0px 5%;
    }
    /* .abshmredes {
        position: relative;
        bottom: inherit;
        right: inherit;
        font-size: 30px;
        width: 100%;
        float: left;
        padding: 0 5%;
        margin: 20px 0 0 0;
    } */
    .absfooter {
        bottom: inherit;
        float: left;
        width: 100%;
        position: relative;
        display: none;
    }
    .imglogoh {
        width: 140px;
    }
    .abshometxt h1 {
        margin: 30px 0 40px;
        font-size: 22px;
        line-height: inherit;
    }
    .abshometxt h1 strong {
        font-size: 36px;
    }
    .abshometxt p {
        width: 100%;
        padding: 3%;
        font-size: 18px;
    }
    .abshometxt h2 {
        font-size: 20px;
        line-height: initial;
    }
    /* .list-redes-home li {
        margin: 0 0 20px 0;
        width: 25%;
        float: left;
        text-align: center;
    }
    .list-redes-home {
        text-align: center;
        float: left;
        width: 100%;
    } */
    #barraaceptacion {
        min-height: 150px !important;
        }
}
@media (max-width: 540px){
    .hthom {
        font-size: 26px;
        text-align: center;
    }
    .hvcomplete {
        background-image: none;
        height: 1020px;
        display: block;
        background-color: #0d1218;
    }
    .abshmredes {
        position: absolute;
        bottom: initial;
        right: 0%;
        width: 72px;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 78px;
        height: auto;
        top: 0;
        width: 100%;
        left: 0;
    }
    .list-redes-home li {
        margin: 6px 0 0 0;
        float: left;
        width: 33.3%;
    }
    .list-redes-home {
        text-align: center;
        padding: 0;
        float: initial;
        width: 320px;
        margin: 0 auto;
        display: block;
        background-color: var(--color-tr-secundario);
        height: 50px;
        border-radius: 0px 0 25px 25px;
    }
    .imgicor {
        width: 35px;
    }
    .imgmailn {
        width: 40px;
        margin: 2px 0 0 0;
    }
    .navbar-toggler {
        margin: 28px 0 0 0;
    }
    .navbarLogo {
        width: 160px;
    }
    .div_homec {
        left: 5%;
        width: 90%;
    }
    .sbleyt br{
        display: none;
    }
    .sbleyt span {
        margin-left: 0;
    }
    .ltp1 {
        left: 5%;
        width: 95%;
    }
    .ltp2 {
        right: 5%;
        width: 95%;
    }
    .lih2 p {
        margin: initial;
        display: table;
    }
    .lih3 p {
        float: left;
    }
    .liht {
        float: left;
        margin: 0 0 15px 0;
    }
    .liht p span br{
        display: none;
    }
    .liht p span {
        padding-top: 18px;
    }
    .liht p span {
        display: inline-block;
        float: initial;
        width: 60%;
    }
    .liht p strong {
        margin: 0 20px 0 0px;
        display: inline-block;
    }
    .navbarLogo {
        width: 120px;
        margin: 10px 0 15px 0;
    }
}