@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: "Hind";
    src: url("../fonts/Hind-SemiBold.ttf");
    font-weight: 600;
}

body{
    font-size: 16px;
    font-family: "Hind";
}

.text-azul-f{
    color: rgb(35,84,127);
}

.text-azul-c{
    color: rgb(20,130,188);
}

.text-azul-c2{
    color: rgb(28, 197, 233);
}

.bg-azul-f-g{
    background: rgb(35,84,127);
    background: linear-gradient(150deg, rgba(35,84,127,1) 0%, rgba(2,42,80,1) 100%);
}

.forma-pico{
    z-index: 1;
    width: 300px;
    margin-bottom: 130px !important;
}

.bg-img-banner{
    background-image: url('/img/banner.jpg');
    background-size: cover;
    background-position-x: -54px;
}

.bg-img-banner-g{
    background-image: url('/img/banner.jpg');
    background-size: cover;
    background-position-x: -54px;
}

.forma-pico .icon{
    width: 50px;
    height: 50px;
    top: -20px;
    left: -20px;
    border-color: rgb(28, 197, 233) !Important
}

.forma-pico .triangulo{
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-top: 85px solid white;
    border-bottom: 0px solid white;
    border-right: 150px solid transparent;
    bottom: -85px;
    left: 0px;
}

.flechas-derecha{
    background-image: url('../img/flechas-azules.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.flechas-derecha-azul-c{
    background-image: url('../img/flechas-azul-c.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.flechas-derecha-blanco{
    background-image: url('../img/flechas-blancas.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.flechas-izquierda-blanco{
    background-image: url('../img/flechas-blancas.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
}

.flechas-izquierda{
    background-image: url('../img/flechas-azules.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transform: rotate(180deg);
}

.subtext{
    background: linear-gradient(90deg, rgba(28, 197, 233, .2) 50px, rgba(255, 255 , 255 ,1) 50px);
}

.bg-azul-f{
    background: rgb(49,95,143);
    background: linear-gradient(15deg, rgba(49,95,143,1) 50%, rgba(34,65,98,1) 100%);
}

.bg-azul-c{
    background-color: rgb(223, 245, 252);
}

.text-azul-f{
    color: rgb(35, 84, 127);
}

.border-azul-f{
    border-color: rgb(35, 84, 127) !important;
}

.border-azul-c{
    border-color: rgb(28, 197, 233) !important;
}

.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,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgb(255,255,255);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link{
    font-size: 1rem;
}

.border-diagonal{
    border-radius: 10% 0%;
}

.border-diagonal-ivenrtida{
    border-radius: 10% 0%;
}

.text-justify{
    text-align: justify;
    text-justify: inter-word;
}

.fs-chica-8{
    font-size: .8rem
}

@media (min-width: 768px){
    .fs-5-rem{
        font-size: 5rem;
    }

    .fs-4-rem{
        font-size: 4rem;
    }

    .fs-3-rem{
        font-size: 3rem;
    }
}

.fs-5-rem{
    font-size: 4rem;
}

.fs-4-rem{
    font-size: 3rem;
}

.fs-3-rem{
    font-size: 2rem;
}

.fs-2-rem{
    font-size: 2rem;
}

.h3-derechos h3{
    line-height: 0.85;
}

@media (min-width: 768px){
    .h3-derechos{
        padding-left: 25px;
        border-left: 25px solid rgba(255,255,255,.8);
    }

    .vh-md-100{
        height: 100vh;
    }
}

.icon-derechos{
    position: relative;
    width: 110px;
    height: 100px;
}

.icon-derechos .circulo{
    position: absolute;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: center;
    background-color: white;
}

.icon-derechos .aguinaldo{
    background-image: url("../img/aguinaldo.svg");
}

.icon-derechos .renuncia{
    background-image: url("../img/renuncia.svg");
}

.icon-derechos .tienes-derecho{
    background-image: url("../img/tienes_derecho.svg");
}

.icon-derechos .dia-descanso{
    background-image: url("../img/descanso.svg");
}

.icon-derechos .maternidad{
    background-image: url("../img/maternidad.svg");
}

.icon-derechos .paternidad{
    background-image: url("../img/licencia-paternidad.svg");
}

.icon-derechos .utilidades{
    background-image: url("../img/utlidades.svg");
}

.icon-derechos .adopcion{
    background-image: url("../img/adopcion.svg");
}

.icon-derechos .lactancia{
    background-image: url("../img/lactancia.svg");
}

.icon-derechos .antiguedad{
    background-image: url("../img/antiguedad.svg");
}

.icon-derechos .prima-dominical{
    background-image: url("../img/prima-dominical.svg");
}

.icon-derechos .dias-feriados{
    background-image: url("../img/dias-feriados.svg");
}

.icon-derechos .vacaciones{
    background-image: url("../img/vacaciones.svg");
}

.icon-derechos .triangulo{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid white;;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 0px;
    top: 30px;
}

.icon-derechos .semi-circulo{
    position: absolute;
    width: 50px;
    height: 50px;
    -moz-border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
    right: -15px;
    z-index: -1;
    top: 25px;
}


.mt-70px{
  margin-top: 100px !important;
}

input::placeholder{
    color: rgba(255,255,255,.8) !important;
}

textarea::placeholder{
    color: rgba(255,255,255,.8) !important;
}

.div-derechos-img{
    background-image: url('/img/derechos.jpg');
    height: 250px;
    background-position-y: -80px;
    background-size: cover;
}

.div-beneficios-img{
    background-image: url('/img/beneficios.jpg');
    height: 250px;
    background-position-y: -160px;
    background-size: cover;
}

.banner{
    min-height: 85vh;
}

.prestacion{
    width: 125px;
    height: 200px;
}

.prestacion p{
    height: 95px;
    display: table-cell;
    vertical-align: middle;
}

.prestacion svg{
    fill: rgb(35,84,127);
}

.prestacion:hover div svg{
    fill: white;
}

.prestacion:hover{
    transform: scale(1.3);
    background: rgb(35,84,127);
    color: white;
}

@media (min-width: 768px){
    .div-beneficios-img{
        height: 450px;
        background-position-y: -320px;
    }

    .div-derechos-img{
        height: 450px;
        background-position-y: -140px;
    }

    .bg-img-banner{
        background-image: none;
    }

    .w-md-100{
        width: 100% !important;
    }

    .border-b-r{
        border-radius: 0px 0px 40px;
    }

    .border-b-l{
        border-radius: 0px 0px 0px 40px;
    }

    .border-t-l{
        border-radius: 40px 0px 0px 0px;
    }

    .border-t-r{
        border-radius: 0px 40px 0px 0px;
    }
}

@media (min-width: 1208px){
    .banner{
        min-height: 90vh;
    }
}