
.image-fondo {
    background-image: url(Imagenes/Fondo.jpg);
    opacity: 0.6;
}

.cabecera{
  color: #fff;
  height: 150px;
  line-height: 150px;
  text-align: center;
  vertical-align: middle;
  text-shadow: #111 0px 0px 10px 0,1px;
}

p.Titulo {
    color:white;
    font-size: 48px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.SubTitulo p {
    background-color:rgb(32, 32, 32);
    color: white;
    padding: 6px;
    text-align: center;
    font-size: 28px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-radius: 5px;
    border: solid gray 2px;
}

.Foto #foto {
    width: 150px;
    height: 150px;
    border-radius: 25px;
}

.GrBarra  {
    width: 90%;
    height: 10%;
    margin-left: 15px;
    background-color: rgb(243, 242, 242);
}

h1 {
    font-size: 40px;
    text-align: center;
    margin-top: 4%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;    
}

h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;
    font-size: 25px;
    text-align: center;
}

h3 {
    padding-left: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;
    font-size: 22px;
}

h4 {
    padding-left: 22px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;
    font-size: 20px;
}

.contenedorGeneral {
    width: 100%;
    height: 720px;
    padding: 5px;
    float: left;
}

.contenedor {
    width: 31%;
    height: 720px;
    margin-left: 3px;
    margin-top: 1px;
    float: left;
    object-fit: contain;
    padding: 1%;
    background-color: rgb(243, 242, 242);
    border-radius: 7px; 
}

.contenedorFila {
    width: 95%;
    height: fit-content;
    margin-left: 3px;
    margin-top: 3px;
    float: left;
    object-fit: contain;
    padding: 1%;
    background-color: rgb(243, 242, 242);
    border-radius: 7px; 
}

.contenedorFila p {
    font-size: 20px;
}

.columna {
    width: 33%;
    height: 670px;
    flex:1;
    padding: 10px;
}

label {
    font-size: 18px;
}

input {
    font-size: 14px;
}

select {
    font-size: 16px;
}

.menu {
    background-color: rgb(243, 242, 242);
    width: 97%;
    height: 55px;
}

.menu li {
    display: inline-block;
    padding: 3px;
    margin-left: 2px;
    height: 5px;
    width: 180px;
}

ul li {
    display: block;
}

ul a {
    background-color: #0099CC;
    border: solid gray 2px;
    margin-top: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-size: 18px;
    color: white;
}

ul a:hover {
    background-color:rgb(32, 32, 32);
    color: white;
}    

.clear {
    clear: both;
}

.footer {
    width: 100%;
    display: inline;
    height: 100%;
}

.footer .grupo_1 {
    width:100%;
    height: 150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 60px;
    padding: 5px 0px;
}

.footer .grupo_1 .yo {
    justify-content: center;
    text-align: center;
}

.footer .grupo_1 .box h2 {
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}

.footer .grupo_1 .box h3 {
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.footer .grupo_1 .box h4 {
    font-size: 18px;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.footer .grupo_1 .box .redes a  {
    margin: 25px;
    display: inline-block;
    text-decoration: none;
}

.footer .grupo_1 .box #icono  {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 30px;
    padding: 5px;
    border-radius: 15px;
}

.footer .grupo_1 .box #foto  {
    width: 150px;
    height: 150px;
    margin-left: 60px;
    border-radius: 35px;
}

.footer .grupo_2 {
    text-align: center;
    font-size: 16px;
    color:#24303c; 
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
}
  
.boton {
    color: white;
    background-color: #0099CC;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    border: solid gray 2px;
    margin-top: 20px;
    margin-left: 60px; 
}
        
.boton:hover {
    background-color:rgb(32, 32, 32);
    color: white;
}


@media (max-width: 800px){
    

h1 {
    font-size: 20px;
    text-align: center;
    margin-top: 4%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;    
}
    
h2 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color:#24303c;
    font-size: 15px;
    text-align: center;
}


.contenedor {
    width: 30%;
    height: 720px;
    margin-left: 5px;
    margin-top: 5px;
    display: contents;
    float: left;
    object-fit: contain;
    padding: 1%;
    background-color: rgb(243, 242, 242);
    border-radius: 7px; 
}

  
.boton {
    color: white;
    background-color: #0099CC;
    text-decoration: none;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: solid gray 2px;
    margin-top: 20px;
    margin-left: 60px; 
}
        
.boton:hover {
    background-color:blue;
    color: black
}


.footer .grupo_1 .box h2 {
    margin-top: 10px;
    margin-bottom: 1px;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

.footer .grupo_1 .box h3 {
    margin-top: 0px;
    margin-bottom: 1px;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.footer .grupo_1 .box h4 {
    font-size: 9px;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.footer .grupo_1 .box .redes a  {
    margin: 25px;
    display: inline-block;
    text-decoration: none;
}

.footer .grupo_1 .box #icono  {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 30px;
    padding: 5px;
    border-radius: 15px;
}

.footer .grupo_1 .box #foto  {
    width: 100px;
    height: 100px;
    margin-left: 60px;
    border-radius: 35px;
}

.footer .grupo_2 {
    text-align: center;
    font-size: 12px;
    color:#24303c; 
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
}
}



/* sección carrucel */
#container-slider
{
    position: relative;
    display: block;
    width: 100%;
}
#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: -1;
    opacity: 0;
}

#container-slider .arrowPrev, #container-slider .arrowNext{
    font-size: 30pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 2; 
}
#container-slider .arrowNext {
    left: initial;
    right: 50px !important;
}
.content_slider{
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
}
.content_slider div{
    text-align: center;
}

#slider li .content_slider{
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 125px;
}
.content_slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}
.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}
.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}
.item-select-slid {
    background: #FFF  !important;
}

/*
@media screen and (max-width: 460px){
    
    #container-slider .arrowPrev, #container-slider .arrowNext{
        font-size: 20pt;
    }
    #container-slider .arrowPrev{
        left: 15px;
    }
    #container-slider .arrowNext{
        right: 15px !important;
    }
    #slider{
        height: 400px;
        min-height: 400px;
    }
    #slider li .content_slider{
        padding: 10px 35px;
    }
    .btnSlider{
        padding: 10px 30px;
        font-size: 10pt;
    }
}
*/

