/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-01-2024, 9:04:29
    Author     : 204797692
*/
.banner-div{
    height:  max-content;
    

    background-image: url(../imagenes/fondo.jpg);
    background-position: center;
    background-size: 100%;
    background-size: cover;
    display: flex;
    border-bottom: #13223A 3px solid
    
}
li{
    margin-bottom: 10px
}
.postular{
    width: 100%;
    background: linear-gradient(90deg, rgba(0,24,95,1) 0%, rgba(2,75,214,1) 50%, rgba(0,24,95,1) 100%);

    display: flex;
    flex-direction: column;
    outline: 3px var(--color) solid
}
.postular-cont{
    margin: auto;
    display: flex;
    flex-direction: column;
    
}
.postular-text{
    width: max-content;
    margin: auto auto auto auto !important ;
    font-style: italic;
    color: white;
    //font-size: 30px;
    font-weight: bold;
    
}
.contenido{
    margin: auto;
    padding: 15px 0  15px 0;
    
}
.contenido-info{
    background:  linear-gradient(180deg, rgba(76,168,245,1) 0%, rgba(49,118,211,1) 100%);
    border-radius: 10px;
    padding: 10px;
    
}
.contenido-text{
    width: 80%;
    color: white;
}
.contenido-img{
    width: 20%;
    display: flex;
}
.opciones{
    padding: 10px;
}
.boton-estructura{
    margin:auto; //zona donde van los botones
}
.boton-body{
    padding:2px;
    
    display:flex;
}
.boton-home{
    cursor:pointer;
    border-width: 0 0 1px 0 ;
    border-color: black;
    border-radius: 10px;
    margin:auto;
    width: 100%;
    padding:20px;
    transition: .2s;
    user-select: none;
    
}
.boton-home:hover{
    filter: brightness(.9)
}
.boton-home:active{
    filter: brightness(.8)
}
.img-slider{
    
    height: 100%;
    margin: auto;
  
}
.img-slider-resp{
    
    height: 100%;
    margin: auto;
  
}
.boton-post{
    background:linear-gradient(0deg, rgba(201,201,201,1) 0%, rgba(238,238,238,1) 100%);
    padding: 10px;
    border-radius: 20px;
    border: 2px   #c9c9c9 solid;
    outline :  3px #eeeeee solid !important;
    outline-offset: -1px;
    font-weight: bold;
    color: #666
    
}
.boton-post:active{
    background:linear-gradient(0deg, rgba(180,180,180,1) 0%, rgba(210,210,210,1) 100%);
    outline :  3px #ddd solid !important;
    transform: scale(1.05 , 1.05);
    transition: .1s;
    
    
}
.img-boton{
    margin: auto;
    max-height: 70px;
    width: auto
}
.texto-boton{
    color: #001862;
    text-align: center;
    font-size: 23PX;
    font-weight: bold;
    padding:0px;
    border-bottom: 2px #001862 solid; 
}

.opciones-titulo{
   
    font-weight: bold;
}
.bar-contacto{
    background-color: #003b97
    
}
@media (max-width:480px){
    .contenido-info{
        border-radius: 0px;
    }
    .img-slider{
      display: none
    }
    .img-slider-resp{
        width: 100%
    }
    .boton-estructura{
        width: 100%
    }
    .contenido-text{
        width: 100%;
    }
    .contenido-img{
        display:none;
    }
}
@media only screen and (min-width:481px) and (max-width:800px){
    .contenido-info{
        border-radius: 0px;
    }
    .img-slider{
      display: none
    }
    .img-slider-resp{
        width: 100%
    }
   .boton-body{
        width: 50%;
    }
    .boton-estructura{
        width: 100%
    }
    .contenido-text{
        width: 100%;
    }
    .contenido-img{
        display:none;
    }
}
@media only screen and (min-width:801px) and (max-width:1200px){
    .img-slider{
      width: 80%;
    }
    .img-slider-resp{
        display: none
    }
    .contenido{
        width: 80%;
        max-width: 1200px;
    }
    .boton-estructura{
        width: 80%
    }
    .boton-body{
        width: 33%;
    }
}
@media (min-width:1200px){
    .contenido{
        width: 70%;
        max-width: 1200px;
    }
    .boton-estructura{
        width: 70%;
        max-width: 1200px;
    }
    .img-slider{
      width: 70%;
      max-width: 1200px;
    }
    .img-slider-resp{
        display: none
    }
    
    .boton-body{
        width: 20%;
    }
    
}
