@charset "UTF-8";
html {
    min-height: 100%;
    position: relative;
  }
  a:hover, a:active, a:focus {
    color:#ff6100;
  }
body {
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    margin: 0;
    /*margin-bottom: 40px;*/
}


  
  .embed-responsive-4by3 {
    padding-bottom: 75%;
  }
.modal-header{
    background-color: #492650!important;
}
.modal-title{
    color:white;
    text-align: center !important;
}
/* TEXTOS */
#textos { padding: 0px 0; text-align: center;}
#textos .contenido {font-size: 24px; }
#textos .contenido .titular { margin-bottom: 10px;}
#textos .contenido .titular span {color:#ff6100; font-style: italic;}
#textos .texto { font-size: 16px; font-family: 'Helveneu'; letter-spacing: -0.05em;  }

/*HEADER*/
.custom-toggler.navbar-toggler {
    border-color: #ff6100!important ;
}
.custom-toggler .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(225,97,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.card-header{
    background-color: #492650!important;
}
.card{
    background-color: #492650!important;
    color: white;
}

.btn-link {
    color: #ff6100  !important;
}
.navbar{
    background-color:#492650!important;
}

.nav-item .nav-link{
    color: white!important;
}
.nav-item a:hover {
    color: #ff6100   !important;
    border-bottom: 4px solid;
}

/*FOOTER*/
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
  }
.piedepagina {
    background: #492650;
    color: #FFF;
    text-align: center;
    font-size: .9rem;
  }
footer .logo { 
    width: 30%;
    /* height: 103%; */
    margin-left: 35%;
}
footer .sublogo { font-size: 14px; font-family: 'Helveneu';}
footer .sublogos { margin-bottom: 0px;}
footer .sublogos a { display: inline-block; width: 5%;}
footer .sublogos a img { max-height: 70px;}

.ir-arriba {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    color: #ff6100;
    text-decoration: none;
    z-index: 99999;
    line-height: 0;
    display: none;
    transition: all .5s ease;
}
.ir-arriba:hover,
.ir-arriba:focus {
    outline: 0;
    text-decoration: none;
    color: white;
}

/*SHOW PAGE*/
.cardImagen {
    width: 100%;
    height: 21vw;
    object-fit: cover;
}
.containerPrincipal{
    margin-top: 5%;
    margin-bottom: 10%;
}
.containerSecond{
    margin-top: 15%;
    text-align: center;
    margin-bottom: 10%;
}
.containerSecond ul,
.containerSecond ul li {
    list-style: none;
    display:inline-block;
}


.contenedor-paneles{
    text-align: center;
    margin: 0 auto;
    /*padding-top: 50px;*/
}
.contenedor-paneles ul,
.contenedor-paneles ul li {
    list-style: none;
    display:inline-block;
}
.contenedor-paneles ul li .fa {
    font-size: 2.3rem;
    background: #90938b;
    border-radius: 50%;
    width: 4.7rem;
    height: 4.7rem;
    line-height: 4.7rem;
    color: #FFF;
}

.contenedor-paneles ul li .contenedor-eleccion h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: .8rem;
}
.contenedor-paneles ul li {
    min-height: 9rem;
    min-width: 12em;
}
resultado-icon {
    width: 380px;
}
.resultado-icon {
    box-sizing: border-box;
    background: #492650;
    width: 380px;
    min-height: 175px;
    border: 1.5px solid #492650;
    margin: 0 10px 20px 10px;
    display: inline-block;
    overflow: hidden;
}

.resultado-icon .item-text {
    margin: 12px 0 0 0 ;
    font-family: Lato-Bold;
    color: white;
    font-size: 1.725em; 
    display: block;
}
.container-center {
    display: block;
    position: relative;
}
.content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
}
.list-group-item{
    border: none!important;
}
.centrar {
    top: 50%;
    left: 25%;
}
/* ELEMENTOS COMUNES */
.boton{
    background-color:#492650;
    color: white;
}
.iconoSeccionHome{
    width: 20%;
}

.text-position2{
    right: -4% !important;
    bottom: -20px !important;
}
#carouselExampleIndicators{
    margin-top: 6%;
}
/* Pantallas superiores a 1280px (large desktop)*/
@media screen and (min-width: 80em) {   
    #carouselExampleIndicators{
        margin-top: 6%;
    }
}

/* Pantallas entre 1024px y 1280px (desktop)*/
@media screen and (min-width: 64em) and (max-width: 79.99em) {   
    #carouselExampleIndicators{
        margin-top: 8%;
    }
}

/* Pantallas entre 768px y 1024px (tablet) */
@media screen and (min-width: 47.96em) and (max-width: 63.95em) {   
    .containerSecond {
        margin-top: 23%;
    }
    #e1{
        visibility: hidden;
    }
    #carouselExampleIndicators{
        margin-top: 10%;
    }
    
}
 
/* Pantallas inferiores a 768px (mobile) */
@media screen and (max-width: 47.95em) {
    .carousel{
        margin-top:25%!important;
    }
    .containerSecond {
        margin-top: 43%;
    }
    #e1{
        visibility: hidden;
    }
    footer .sublogos a .logo1{
        margin-left: -80%;
    }
}