﻿*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Extra small devices (phones, less than 768px) */

@font-face {
    font-family: 'fsa';
    src: url('../fonts/FSAlbert.otf');
}

@font-face {
    font-family: 'fsa_light';
    src: url('../fonts/FSAlbert-Light.otf');
}



/*estilos generales*/

body {
    background-color: #FFF;
}

p, h1, h2, h3, h4, h5 {
    color: #828282;
    font-family: fsa;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

.container_pormed {
    margin-top: 50px;
}


/*Encabezado*/

.encabezado {
}

.logo_cabezera {
    background-color:;
}

.usuario_sesion {
    background-color: ;
}

.nombre_sesion {
    background-color: ;
    text-align: right;
}

    .nombre_sesion h5 {
        color: #E62323;
    }

.foto_sesion {
    background-color: ;
    display: inline-block;
    float: right;
}

.foto_usuario {
    width: 46px;
    height: 46px;
    border-radius: 33px;
    background-image: url('../img/im_sin_foto.png');
    background-size: cover;
    background-clip: padding-box;
    background-color: #FFF;
    border: 3px solid #828282;
    float: right;
}

    .foto_usuario:hover {
        border: 3px solid #E62323;
    }

.cerrar_sesion {
    background-color: #777878;
    color: #FFF;
    text-align: center;
}

    .cerrar_sesion:hover {
        background-color: #E62323;
    }

    .cerrar_sesion h4 {
        color: #FFF;
        padding: 12px 0;
    }

    .cerrar_sesion img {
        padding-left: 4px;
        width: 30px;
    }

/*banner*/

.banner {
    background-color:;
}

    .banner img {
        width: 100%;
    }

.imagen_banner {
}


.info_banner {
    background-color: hsla(0,0%,51%,0.90);
    border-radius: 0 50px 0 0;
    width: 75%;
    display: block;
    position: absolute;
    padding: 10px 20px 10px 10px;
    bottom: 0;
}

    .info_banner h3, .info_banner h4 {
        color: white;
    }

    .info_banner h3 {
        font-weight: bold;
    }

.titulo_banner {
    width: 30%;
    display: inline-block;
    float: left;
    margin-right: 2.5%;
}

.descripcion_banner {
    width: 67.5%;
    display: inline-block;
    float: left;
}

/*controles carousel bootstrap*/

.carousel-indicators {
    background-color:;
    text-align: right;
    padding-right: 10px;
    margin-left: -15%;
}

    .carousel-indicators li {
        background-color: #828282;
    }

    .carousel-indicators .active {
        background-color: #E62323;
    }

.carousel-control {
    background-color: none;
}

    .carousel-control.left {
        background: url('../img/im_corazon_prev.png') no-repeat 30% 50%;
        background-size: 25%;
    }

    .carousel-control.right {
        background: url('../img/im_corazon_next.png') no-repeat 70% 50%;
        background-size: 25%;
    }

    .carousel-control .icon-prev:before {
        content: '';
    }

    .carousel-control .icon-next:before {
        content: '';
    }

/*.carousel-control:focus, .carousel-control:hover {

		 }*/


/*menu deskopts*/

.menu {
    margin-top: 50px;
}

.contenedor_menu {
    position: absolute;
    z-index: 1000;
    right: 0;
    background-color:;
}

.menu_deskopt {
    display: inline-block;
    float: right;
    background-color:;
}

    .menu_deskopt a {
        display: block;
    }

    .menu_deskopt ul li.padre {
        background-color:;
        border-radius: 30px 0 0 0;
        width: 197px;
    }

ul {
    font-family: fsa;
}

.menu_deskopt ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    color: #FFF;
    text-align: center;
}

    .menu_deskopt ul li {
        float: left;
        margin-right: 10px;
    }

.menu_deskopt h4 {
    padding: 15px 20px;
    background-color: #838383;
    color: white;
    border-radius: 30px 0 0 0;
}

    .menu_deskopt h4:hover {
        background-color: #E62323;
    }

.menu_deskopt h5 {
    padding: 15px 5px;
    background-color: white;
    border: solid 1px #E62323;
    border-width: 0 1px 1px 1px;
}

    .menu_deskopt h5.hijo_ultimo {
        border-radius: 0 0 30px 0;
    }

.menu_deskopt ul.hijo li {
    float: none;
    background-color:;
    /*Cambiado para dropdown de menú*/
    width: 197px;
}

.dropdown-menu {
    /*position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;*/
    background-color: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0px 0px transparent;
    box-shadow: 0 0px 0px transparent;
    /*background-clip: padding-box;*/
}

.menu_deskopt ul li.padre_ultimo {
    margin-right: 15px;
}

.padre a {
    color: #FFF;
    text-decoration: none;
}

    .padre a:hover {
        color: #FFF;
        text-decoration: none;
    }

.hijo a {
    color: #828282;
    text-decoration: none;
}

    .hijo a:hover {
        color: #E62323;
        text-decoration: none;
    }

/*menu mobil*/

.navbar-default {
    background-color: #828282;
    border-color: none;
    color: #FFF;
}

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #E62323;
    }


    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    /*seleccionado padres*/
    .navbar-default .navbar-nav > li > a {
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #FFF;
            text-decoration: underline;
        }

    /*seleccionado hijos*/

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            text-decoration: underline;
            color: #FFF;
        }

    /*seleccionado rojo*/
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #E62323;
        color: #FFF;
        text-decoration: none;
    }

/*gif*/

.gif_grande {
	width: 104px;
	height: 104px;

	background-color: rgba(255,255,255,0.80);
	text-align: center;
	border-radius: 0 30px 0 30px;
	box-shadow: 1px 1px 10px 2px rgba(136,136,136,0.35);
	position: fixed;
	top: 50%;
	left: 48%;
	z-index: 3000;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(136,136,136,0.35);

}

/*mensaje_alerta*/

.mensaje_alerta {
    background-color: rgba(255,255,255,0.90);
    text-align: center;
    border-radius: 0 30px 0 30px;
    box-shadow: 1px 1px 10px 2px rgba(136,136,136,0.35);
    position: fixed;
    top: 40%;
    left: 30%;
    z-index: 3000;
    -webkit-box-shadow: 1px 1px 10px 2px rgba(136,136,136,0.35);
    width: 40%;
    padding: 50px 5%;
}

.mensaje_alerta h4 {
    color: #E62323;
    margin-top: 30px;
    font-weight: bold
}

 .mensaje_alerta .cerrar_popup {
    right: 15px;
    top: 15px;
}

.mensaje_alerta.alerta_error {
    background: rgba(255,255,255,0.90) url('../img/im_alerta_error.png') no-repeat 50% 15%;
}
.mensaje_alerta.alerta_bien {
    background: rgba(255,255,255,0.90) url('../img/im_alerta_bien.png') no-repeat 50% 15%;
}
.mensaje_alerta.alerta_atencion {
    background: rgba(255,255,255,0.90) url('../img/im_alerta_atencion.png') no-repeat 50% 15%;
}

/*contenidos*/


.contenidos {
    min-height: 900px;
    background-color: transparent;
    background: url('../img/im_pormed_marca_agua.jpg') no-repeat 100% 100%;
    background-size: 35%;
    padding-bottom: 15%;
	margin-top: 100px
}


/*pie de página*/

.pie {
    background-color:;
    text-align: right;
}

.pie_logo {
    background-color:;
    border-left: 2px solid #E62323;
}

.pie_direccion h5 {
    font-family: fsa_light;
    text-align: center;
}

.pie .pie_logo img {
    width: 350px;
}



/*media queries resposividad*/

/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {

    .pie .pie_logo img {
        width: 280px;
    }
}


/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {

    .logo_cabezera img {
        width: 200px;
    }


    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .menu_deskopt ul li.padre {
        width: 160px;
    }

    .menu_deskopt ul.hijo li {
        width: 160px;
    }

    .menu_deskopt h4 {
        padding: 20px 10px;
    }

    .pie_logo {
        border-left: none;
    }

    .contenidos {
        background: none;
        padding-bottom:10%;
    }

    .usuario_sesion {
    margin-bottom:50px;
    }
}

/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {

    /*mensaje_alerta*/

    .mensaje_alerta {
        width: 70%;
        left: 15%;
    }

    .container_pormed {
        margin-top: ;
    }

    h5 {
        font-size: 16px;
    }

    .logo_cabezera {
        text-align: center;
    }

    .pie_logo {
        text-align: center;
    }

    .pie .pie_logo img {
        width: 280px;
    }

    .contenidos {
        margin-top: 5%;
    }

    .nombre_sesion {
        margin: 15px 0 0 0;
    }

    .foto_sesion {
        margin: 15px 0;
    }

    .cerrar_sesion h4 {
        color: #FFF;
        padding: 3px 0;
    }

    .cerrar_sesion img {
        padding-left: 4px;
        width: 50px;
    }

    .usuario_sesion {
    margin-bottom:0;
    }

    .pie_direccion h5 {
    font-size: 13px
}

}
