

body {
    min-height: 44rem;
    padding-top: 8rem;
    /*background-color: #f4c4f4;*/
}

.grad {
    background: radial-gradient(ellipse, #c4c4c4, #fff, #c4c4c4);
    width: auto;
    height: auto;
    margin-top: -1em;
    padding-top: 45px;
    opacity: 100%;
    z-index: 10;
}

.hdr {
    background-color: #053452;
    margin-top: 37px;
}

.wa {
    color: #25d366;
    font-size: 25px;
}

.sm-btn-w {
    color: #fff;
    font-size: 20px;
}

.sm-btn {
    color: #fff;
}

.sm-btn-social {
    color: #fff;
    font-size: 25px;
    padding-left: 0.5em;
}

.navi {
    margin-top: 0px;
    padding: 5px;
}

.grid-nav {
    color: #fff;
    /*background-color:#f4c4f4;*/
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0em;
}

.ica-logo {
    height: auto;
    width: 160px;
}

.nobord {
    border: 0px;
    padding: 0px;
}

.container-in {
    position: absolute;
    top: 25vh;
    right: 10px;
    /*left:290px;*/
    /*float: left;*/
    padding-left: unset;
    background: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #000;
    opacity: 100%;
    z-index: 100;
}

.btn-primary-red {
    color: #fff;
    background-color: green;
}

.btn-primary-red:hover {
    color: #fff;
    background-color: #000;
    border-color: green;
    border: -13px;
}

.btn-proms {
    color: #fff;
    /* border-color: #25d366; */
    background-color: #053452;
    border-color: red;
    border-radius: 10px;
    padding: 7px;
}

.btn-norm {
    color: #fff;
    background-color: #053452;
    border-color: red;
    border-radius: 10px;
    margin-left: 5px;
    padding: 0px;
}

.lanzamientos{
    background-color: #0be159;
    color: #000000;
}
/*-----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1011px) {
    .bgimg {
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
    }
}

@media screen and (min-width: 1012px) {
    .bgimg {
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: right;
    }
}


/*header align*/


/*--------------------------------------------resolucion moviles y tablets-------------------------------------------*/

@media screen and (max-width: 768px) {
    .grid-nav-srch {
        display: grid;
        grid-template-columns: 83% 17%;
        gap: 0.5em;
        padding-right: 0px;
        margin-left: 0.3em;
    }
    .grid-nav-btn {
        margin-top: 1em !important;
    }
    .meniu {
        margin-right: 500em;
    }
    .pleca {
        font-size: 15px;
        background-color: #004768;
        color: #fff;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        padding-left: 1em;
        padding-right: 1em;
        margin-top: -20em;
        margin-bottom: 15.9em;
        /*width: 55em;*/
    }
    .grid-pleca {
        max-width: 370px;
        /*min-width: 300px;*/
    }
    .imgbg {
        background-size: cover;
        margin-top: -2.8em;
        height: 700px;
        width: auto;
    }
    .titlerd {
        color: #fff;
        display: grid;
        grid-template-rows: 50%50%;
        margin-top: 0em;
        margin-bottom: 1em;
        height: auto;
        padding-top: 5px;
        padding-bottom: 10px;
        z-index: 1;
        background-color: #848484;
        max-width: 700px;
        display: flex;
        justify-content: center;
    }
    .grid-sectio-glob {
        display: grid;
        grid-template-columns: 10%80%5%;
        /*grid-template-rows: repeat(3,1fr);*/
    }
    .grid-sectio {
        /*	background-color: #c4c4f4;*/
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-gap: 1em;
        margin-top: 0em;
        padding: 10px;
        margin-bottom: 1rem;
        z-index: 95;
        /*display: flex;
	justify-content: center;*/
    }
    .catbase {
        display: flex;
        justify-content: center;
        color: #fff;
        background-color: #828282;
        height: 7.6em;
        width: 8.3em;
        border-radius: 10px;
        box-shadow: 0px 0px 15px 1px #000;
        margin-bottom: 0.5em;
    }
    .img-itm {
        height: 6.25em;
        width: auto;
        border-radius: 10px;
        margin-top: -9em;
    }
    .titlermod {
        color: #fff;
        display: grid;
        grid-template-rows: 90%10%;
        margin-top: 0em;
        margin-bottom: 0em;
        height: auto;
        /*padding-top: 5px;
	padding-bottom: 5px;*/
        padding: 0.5em;
        padding-left: 3.5em;
        z-index: 1;
        background-color: #053452;
        max-width: 700px;
        display: flex;
        justify-content: center;
    }
}


/*----------------------------------------------resolucion PC-------------------------------------------------*/

@media screen and (min-width: 769px) {
    .grid-nav-btn {
        color: #fff;
        /*background-color:#f4c4f4;*/
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0em;
        margin-left: 1em;
    }
    .grid-nav-srch {
        display: grid;
        grid-template-columns: 83% 17%;
        gap: 0.5em;
        padding-right: 0px;
        margin-right: 0px;
    }
    .pleca {
        background-color: #004768;
        color: #fff;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
        padding-left: 1.5em;
        padding-right: 1em;
        margin-top: -8em;
        margin-bottom: 6em;
        font-size: 25px;
        max-width: 700px;
        min-width: 300px;
    }
    .grid-pleca {
        display: grid;
        grid-template-columns: 60%40%;
        grid-template-rows: 40%60%;
    }
    .imgbg {
        background-size: cover;
        margin-top: -2.8em;
        height: 700px;
        width: auto;
    }
    .titlerd {
        color: #fff;
        display: grid;
        grid-template-rows: 50%50%;
        margin-top: 0em;
        margin-bottom: -2em;
        height: auto;
        padding-top: 5px;
        padding-right: 1em;
        padding-bottom: 10px;
        z-index: 1;
        background-color: #848484;
        max-width: 500px;
        display: flex;
        justify-content: flex-end;
    }
    .grid-sectio-glob {
        display: grid;
        grid-template-columns: 20%70%10%;
        /*grid-template-rows: repeat(3,1fr);*/
    }
    .grid-sectio {
        /*	background-color: #c4c4f4;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 1em;
        margin-top: 0em;
        padding-top: 7em;
        margin-bottom: 4rem;
        z-index: 95;
        /*display: flex;
	justify-content: center;*/
    }
    .catbase {
        display: flex;
        justify-content: center;
        color: #fff;
        background-color: #828282;
        height: 10em;
        width: 11.3em;
        border-radius: 15px;
        box-shadow: 5px 10px 13px 4px #8a8a8a;
        margin-bottom: -0.5em;
    }
    .img-itm {
        height: 8.5em;
        width: auto;
        border-radius: 10px;
        margin-top: -9.5em;
    }
    .titlermod {
        color: #fff;
        display: grid;
        grid-template-columns: 90%10%;
        margin-top: 0em;
        margin-bottom: 0em;
        height: auto;
        /*padding-top: 5px;
	padding-bottom: 5px;*/
        padding: 7px;
        padding-left: 6em;
        padding-right: 0.5em;
        z-index: 1;
        background-color: #053452;
        max-width: 700px;
        display: flex;
        justify-content: center;
    }
}


/*------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 575px) {
    .grid-nav-btn {
        margin-top: 1em !important;
    }
    .grid-nav-srch {
        gap: 0em !important;
    }
}

.btn-srch {
    margin-left: 0.2em;
}

@media screen and (max-height: 400px) {
    .container-in {
        position: absolute;
        top: 45vh;
        right: 10px;
    }
}