body{
    /*background: transparent url(../../img/bg_body_bottom.jpg) repeat-x scroll left top;*/
}
label{
  margin-top: 10px;
  color:#512178;
}
h1{
  color:#fff;
  margin-top: 0px;
  padding-top: 5px;
  font-size: 40px !important;
}

h4{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  color:#fff;
}
.close {
	color:#FFF!important;
	opacity: 0.4!important;
}
#logo{
  position: relative;
  top:10px;
  background: url(../../img/logo.png) no-repeat 0 0;
  width: 200px;
  height: 70px;
}
#logo2{
  position: relative;
  top:10px;
  background: url(../../img/logo2.png) no-repeat 0 0;
  width: 200px;
  height: 70px;
}
@media (max-width: 767px) {
  #logo{
    position: relative;
    top:13px;
    background: url(../../img/logo_peque.png) no-repeat 0 0;
    width: 42px;
    height: 70px;
  }
}
#header {
  background: url(../../img/bg_header.jpg) repeat-x left top;
  font-size: .8em;
}
#header {
  position: relative;
  height: 118px;
  width: 100%;

}

.header-v2-wrap .text-nosotros{
  /*text-align: center;*/
  font-size: 20px;
  margin-top: 39px;
  float: right; /*new code para alinear a la derecha 18-08-2020*/
}

#header .slogan {
  position: relative;
  display: inline-block;
    top: 40px;

  height: 36px;
  background: url(../../img/slogan.png) no-repeat 0 0;
}

#header .titulo-header{
	color: #512178;
} 
#header .titulo-header h1{
  margin-bottom: 0px !important;
  font-size:40px!important;
  margin-top:10px;
} 
#header-usuario{
  margin-top:2px;
  color:#fff;
  font-size: 14px;
}
#header .titulo-header img{
  position: relative;
  float:right;

  top:32px;
}
@media (max-width: 767px) {
  #header .titulo-header img{
    position: relative;
    float:right;

    top:20px;
  }
}
.inicio-sesion{
  margin-top: 20px;
}
/*
.bgimage {
	min-height: 661px !important;
}
@media (max-width: 1199px) {
  .bgimage {
    background-size: auto 580px;
  }
}
@media (min-width: 1200px) {
  .bgimage {
    background-size: auto 661px;
  }
}
@media (min-width: 1400px) {
  .bgimage {
    background-size: auto 800px;
  }
}
*/

/* DESPLEGABLE */
.text-nosotros ul, ol {
        list-style:none !important;
      }

      .text-nosotros .cont-lista{
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 30px;
        width: 220px;
      }
      
      .text-nosotros .nav > li {
        float:left !important;
        list-style: none !important;
      }
      
      .text-nosotros .nav li a {
        background-color:#4e2581;
        color:#fff !important;
        text-decoration:none;
        padding:10px 12px;
        display:block;
      }
      
      
     .text-nosotros .nav li ul {
        display:none;
        position:absolute;
        min-width:140px;
      }
      
     .text-nosotros .nav li:hover > ul {
        display:block;
        z-index: 10;
      }
      
     .text-nosotros .nav li ul li {
        position:relative;
      }
      
     .text-nosotros .nav li ul li ul {
        right:-140px;
        top:0px;
      }

      .text-nosotros .nav li .no-pad{
        padding: 0 !important;
      }






/* Slider página Inicio */

.slider{
  width: 100%; /* Ancho de toda la pagina */
  height: 100%; /* alto de toda la pagina */
  position: relative; /* Posicion relativa. Para acomodar las imagenes como se nos antoje */
  list-style: none; 
  padding: 0;
  display: -webkit-flex; /*Flex para acomodar los botones abajo y al centro */
  display: -moz-flex; /*Flex para acomodar los botones abajo y al centro */
  display: -ms-flex; /*Flex para acomodar los botones abajo y al centro */
  display: -o-flex; /*Flex para acomodar los botones abajo y al centro */
  display: flex; /*Flex para acomodar los botones abajo y al centro */

  justify-content: center; /* Acomodamos los botones con estas propiedades */
  align-items: flex-end; /* Acomodamos los botones con estas propiedades */
}

.slider .img-slide {
  position: absolute; /* Posicion absoluta para acomodar las imagenes a nuestro gusto */
  top: 0; /* Top de 0 pixeles para hacer que las imagenes se posicionen hasta arriba */
  left: 0; /* left de 0 pixeles para hacer que las imagenes se posicionen a la izquierda */
  width: 100%; /* Ancho y alto de 100% */
  height: 825px; /* Ancho y alto de 100% */
  opacity: 0; /* Opacidad de 0 para ocultarlas */
  -webkit-transition: all .3s ease; /* Animacion */
  -o-transition: all .3s ease; /* Animacion */
  transition: all .3s ease; /* Animacion */
  object-fit: cover;
}

.slider .chev-left{
    width: 42px;
    height: auto;
    position: relative;
    z-index: 1;
    right: 850px;
    top:343px;
}

.slider .chev-right{
    width: 42px;
    height: auto;
    position: relative;
    z-index: 1;
    left: 850px;
    top:343px;
}

.slider input[type="radio"]{
  display: none; /* Ocultamos los inputs de tipo radio */
}

/* Con :checked estamos haciendo que al hacer click en un input, las imagenes tengan una opacidad de 1. 
 *  Por eso, anteriormente puse a las imagenes una opacidad de 0.
 */
.slider input[type="radio"]:checked ~ .img-slide{
  opacity: 1; 
}

.slider input[type="radio"] + .left-button{
  position: relative;
  z-index: 50;
  margin: 10px;
  display: block;
  cursor: pointer;
  right: 850px;
  top:400px;
  width: 20px; /* Cambien los valores para agrandar o hacer mas chico los botones */
  height: 20px; /* Cambien los valores para agrandar o hacer mas chico los botones */
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.slider input[type="radio"] + .right-button{
  position: relative;
  z-index: 50;
  margin: 10px;
  display: block;
  cursor: pointer;
  left: 850px;
  top:400px;
  width: 20px; /* Cambien los valores para agrandar o hacer mas chico los botones */
  height: 20px; /* Cambien los valores para agrandar o hacer mas chico los botones */ 
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}


/* Acá estamos haciendo que al hacer clic en un label se cambie:
 * Tamaño
 * color del borde
 */
.slider input[type="radio"]:checked ~ label{

  width: 23px;
  height: 23px;
}










@media (max-width: 767px) {
  .inicio-sesion{
    margin-top: 50px;
  }
  .bgimage {
    background: none;
    min-height: auto !important;
  }
}


.main-calculadora{
  margin-top: 20px;
  padding-bottom: 0px;
  background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );


  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
border-radius: 5px 5px 2px 2px;
-moz-border-radius: 5px 5px 2px 2px;
-webkit-border-radius: 5px 5px 2px 2px;
border: 0px solid #000000;
}
.panel-heading{
  padding-left: 0px;
  padding-right: 0px;
  background-image: none !important;
  
  color:#FFF !important;
background: none !important;

filter: none !important;
background-color: #512178 !important;
border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
}
.panel{
  border: px solid #DDD !important;
}
.panel-body{
  background-color: rgba(240,240,240,1.6);


}

.btn-nutricia{
  color: #fff !important;
  background-color: #512178;
  background-image: none !important;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border: 1px solid #512178;
}

.btn-nutricia-anterior{
  margin-top: 15px;
  margin-bottom: 20px;
  color:#16aae2 !important;
  background-color: rgba(255,255,255, 0.8) !important;
  background-image: none !important;
  border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border-radius: 7px 7px 7px 7px;
border: 1px solid #ebe6eb;
}
.btn-default{
  color:#512178 !important;
  font-weight: bold;
  border: 1px solid #512178 !important;
}
.titulo-pie {
  font-weight: bold;
    color: #512178;
    text-align: left;
    padding: 0 0 0 10px;
    line-height: 1.6em;
    border-bottom: 1px solid #D9D0E4;
}
.lista-pie{
  color: #512178;
}
footer{
  border-top: solid 1px #D9D0E4;
  background-color: #fff;
}

.foot-margin{
  margin-top: 20px;
}

.img-center{
  margin: 0 auto;
}
.img-inicio{
  max-height: 110px; 
}
.caja-inicio{
  filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
  height: 150px;
}
.caja-inicio img{
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.caja-inicio a{
  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}
.panel-inicio{
  margin-top: 120px;
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
.iconos-inicio{
  cursor: pointer;
}
@media (max-width: 991px) {
  .img-inicio{
    max-height: 90px; 
  }
  .caja-inicio{
    height: 140px;
  }
}
.navbar {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  min-height: 43px !important;
}
.navbar-default {
    background-color: #512178 !important;
    border-color: #512178 !important;
    background-image: none !important; 
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #512178 !important;
    background-color: #e7e7e7 !important;
}

@media (min-width: 768px){
  .navbar-nav > li > a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
  }
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #512178 !important;
}
.dropdown-menu {
  background-color: #512178 !important;
}
.dropdown-menu > li > a {
  color: #fff !important;
}
.dropdown-menu > li > a:hover {
  color: #512178 !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #512178 !important;
    text-decoration: none;
    background-color: #e7e7e7 !important;
    background-image:none !important;
    outline: 0;
}
@media (max-width: 991px){
  .dropdown-menu > li > a:hover {
    background-color: #fff !important;
  }
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}
.navbar-default .collapsed:hover, .navbar-default .collapsed:focus, .navbar-default .collapsed:active .navbar-default .collapsed .icon-bar{
    background-color: #512178 !important;
}
.navbar-default .collapsed .icon-bar {
    background-color: #fff !important;
}
hr{
  border-top: 1px solid #BFBABA !important;
}
.btn-nutricia-azul{
  color:#fff !important;
  background-color: #007fa1 !important;
  background-image: none !important;
  border-radius: 7px !important;
-moz-border-radius: 7px !important;
-webkit-border-radius: 7px !important;
padding: 4px 15px !important;
}
.btn-nutricia-gris{
  color:#656565 !important;
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 7px !important;
-moz-border-radius: 7px !important;
-webkit-border-radius: 7px !important;
border: 1px solid #656565 !important;
padding: 4px 15px !important;

}


.input-group-btn .btn-nutricia-azul{
  border-radius:  0px 7px 7px 0px !important;
-moz-border-radius:  0px 7px 7px 0px !important;
-webkit-border-radius: 0px 7px 7px 0px !important;
    height: 34px !important;
}
.panel-ventana{
  margin-top:50px;
}
.table tr th a{
  color: #333;
}
.table tr th a.active{
  color: #512178;
}
.select2-container {
    width: 100% !important;
    height: 34px;
}
.error{
  color:#C53939;
}
.cabecera{
  background-color: #e9e5f1;
  margin-top: -15px;
  padding: 15px;
  border-bottom: 2px solid #9283bd;
}
.nombre-cabecera{
  font-size: 20px;
  font-weight: bold;

  margin-bottom: 0px;
  color: #181818;
}
.nota-cabecera{
  font-size: 14px;
  color: #858585;
  margin-bottom: 0px;
}
.panel-calculo-dietetico{
  margin-top: 10px;
  padding: 15px;
  background-color: #e9e4f1 !important;
  border-radius: 5px !important;
  border: 1px solid #b5a4d1 !important;
}
.datos-dieteticos{
  margin-top: 10px;
}
.panel-calculo-dietetico .row{
  margin-top: 10px !important;
}
.datos-dieteticos .row{
  margin-top: 10px !important;
}
.form-control{
  border: 1px solid #9283bd !important;
}
.notas{
  margin-top: 10px;
  padding: 15px;
  padding-right: 35px;
  background-color: #ffffd6 !important;
  border-radius: 5px !important;
  border: 1px solid #d4c85e !important;
  width: 100%;
  resize: none;
}

input[type="radio"] {
  height: 20px;
  width: 20px;
  
}

.label-radio{
  position: relative;
  top: -5px;
}
.modal-header{
  padding: 10px 15px !important;
    background-image: none !important;
    
    color: #FFF !important;
    background: none !important;
    filter: none !important;
    background: #512178 !important;
    border-radius: 5px 5px 0px 0px;

}

.modal-footer {
  background-color: #fff !important;
    padding: 15px;
    text-align: right;
}
.modal-content{
  border: 1px solid #8d73b7 !important;
}
.modal{
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.modal-body{
  background-color: #efebf5;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.listado-anadir-alimentos{
  background-color: #fff;
  height: 400px;
}
.btn-elegir-modal{
  text-align: left !important;
}
.elegir-categoria-producto:checked + a{
  background-color: #512178 !important;
  color: #fff !important;
}
.contenedor-productos{
  width: 100%;
  height: 300px;
  overflow-x:hidden; overflow-y:scroll;
}
.btn-producto-seleccionar{
  text-align: left !important;
}
.datepicker.dropdown-menu {
    background-color: #e9e5f1 !important;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #512178 !important;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none !important;

}
.panel-ventana .panel-body{
  min-height: 500px;
}
.cabecera-menu{
  background-color: #f3f0f7;
  border-bottom:1px solid #ccc;
  margin-bottom:15px;
}
.heading-comida{
  background-color: #efecf5!important;
  background-image:none !important;
}
.heading-comida a{
  color: #512178 !important;
}
.body-comida{
  min-height: 100px !important;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    cursor: default;
    background-color: #007fa1 !important;
    border-color: #007fa1 !important;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default:active, .btn-default.active {
    background-color: #e9e5f1 !important;
    border-color: #dbdbdb;
}
a{
  color: #007fa1 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: inicial !important 
    filter: inicial !important;
    -webkit-box-shadow: inicial !important;
    box-shadow: inicial !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    background-color: #fff !important;
}

.subtitulo {margin:0px 0px 25px; color:#4c1b73; border-bottom:1px solid #9283bd; padding-bottom:5px;}
#ModalSuma dd {margin-bottom:10px;}

#capa_cookie {background-color:#4f2583; color:#FFF; font-size:16px; padding:20px 0px; position:fixed; bottom:0px; left:0px; width:100%; text-align:center;}
.pref--cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 99;
    font-size: 10px;
    padding: 5px;
    color: rgba(97,34,122,1);
    cursor: pointer;
}


/*
  Nosotros
*/

.row .cabecera-text{
  color:#512178;
}

.text-center .cabecera-text{
  color:#512178;
}

/*
  Layout V2
*/
#header-v2 {
	height: 107px;
	box-sizing: border-box;
	padding: 8px 0px;
	background-color: #4E2581;
}
#header-v2 .header-v2-logo {
	position: relative;
}
#header-v2 .header-v2-logo img {
	position: absolute;
	z-index: 999;
}
#header-v2 .header-v2-login-btn .btn-nutricia {
	background-color: #F3970E;
	margin: 26px auto;
	padding: 6px 20px 10px;
	border-radius: 25px;
	font-size: 20px;
	font-weight: 200;
}
#header-v2 .header-v2-login-btn .btn-nutricia i {
	margin-right: 10px;
}
#header-v2 #modalLogin .modal-dialog {
	margin-top: 18%;
}

#header-v2 .header-v2-top-menu .btn-sesion {
	color: white !important;
}
#header-v2 .header-v2-top-menu .btn-sesion:active, #header-v2 .header-v2-top-menu .btn-sesion:hover, #header-v2 .header-v2-top-menu .btn-sesion:focus {
	background-color: transparent !important;
	border-color: white !important;
}
@media (min-width: 992px) {	
	.menu-v2 .navbar-nav {
		float: right;
	}
}
/* Fix */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: inherit !important;
	border-color: inherit !important;
}
/* End Fix */

.panel-inicio-v2 {
	border: none !important;
	background-color: transparent !important;
	margin-top: 50px;
}
.panel-inicio-v2 h3 {
	margin-top: 10px;
}
.panel-inicio-v2 input {
	margin-bottom: 10px;
}
.panel-inicio-v2 .btn-reg {
	margin-top: 16px;
	padding: 6px 20px 10px;
	border-radius: 25px;
	font-size: 20px;
}
.panel-inicio-v2 .panel-heading {
	background-color: transparent !important;
	border-bottom: 2px solid #512178 !important;
	padding: 0;
	white-space:nowrap;
}
.panel-inicio-v2 .panel-heading .space {
	width: 4px;
	display: inline-block;
	overflow: hidden;
}
.panel-inicio-v2 .panel-heading .tab {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #A48AB9;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 3px;
	vertical-align: bottom;
	cursor: pointer;
}
.panel-inicio-v2 .panel-heading .tab.active {
	background-color: #512178;
	margin-top:0px;
	padding-top: 13px; 
	/* 3 más que sin active, para compensar el margin-top perdido */
}
.panel-inicio-v2 .panel-body {
	min-height: 522px;
	background-color: #FFFFFF;
}
.panel-inicio-v2 .panel-body h4 {
	font-weight: 600;
	font-size: 20px;
}
.panel-inicio-v2 .panel-body p {
	font-size: 16px;
}
.panel-inicio-v2 .panel-body label {
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
}
.panel-inicio-v2 .panel-body label.checkbox-inline {
	font-size: 14px;
}
.panel-inicio-v2 .panel-body .form-control {
	border: 1px solid #cccccc !important;
}
.panel-inicio-v2 .panel-body .form-control input {
	color: #512178;
	font-size: 16px;
}
.panel-inicio-v2 .panel-body input::-webkit-input-placeholder{
	color: #512178;
	font-size: 16px;
}
.panel-inicio-v2 .panel-body input:-ms-input-placeholder {
	color: #512178;
	font-size: 16px;
}
.panel-inicio-v2 .panel-body input::-ms-input-placeholder{
	color: #512178;
	font-size: 16px;
}
.panel-inicio-v2 .panel-body input::placeholder{
	color: #512178;
	font-size: 16px;
}

.panel-inicio-v2 .panel-body #prof_sanitario, .panel-inicio-v2 .panel-body #pacientes {
	display: none;
}
.panel-inicio-v2 .panel-body #prof_sanitario.active, .panel-inicio-v2 .panel-body #pacientes.active {
	display: block;
}
.home_info_container h4 {
	font-size: 26px;
	color: #512178;
}

.home_info_container .video-title {
  color: #512178;
  margin-left: 120px;
}
.home_info_container p {
	font-size: 20px;
	color: #555555;
}
.home_info_container p.quote {
	padding: 16px 32px;
	position: relative;
}
.home_info_container p.quote:before {
	content: '\201C';
	position: absolute;
	font-size: 46px;
	top: 4px;
	left: 10px;
}
.home_info_container p.quote:after {
	content: '\201D';
	position: absolute;
	bottom: -10px;
	right: 4px;
}
.home_info_container a:not(.btn) {
	color: #512178 !important;
	text-decoration: none;
	font-weight: bold;
}

.home_info_container .home_lat_img {
	/* xs */
	background-size: 33% auto;
	padding: 15px;
	display: flex;
}

.home_info_container .home_lat_img .container {
	align-self: center;
}

.cont-tex-cabecera-home{
  display: flex;
  flex-direction: column;
    width: 40%;
    height: auto;
    padding: 20px;
    /*flex-wrap: wrap;*/
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

.cont-tex-cabecera-frecuentes{
  display: flex;
    width: 50%;
    height: auto;
    padding: 20px;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

.cont-tex-cabecera-taller{
   display: flex;
    width: 40%;
    height: 300px;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.cont-tex-cabecera-home .text-home{
  font-size: 24px;
  color: #ffffff;
}

.home_info_container .home_lat_img .btn-nutricia {
	margin-top: 32px;
	background-color: white;
	color: #512178 !important;
	font-size: 22px;
	border-color: #512178;
	border-radius: 21px;
	padding: 8px 32px;
}

.home_info_container .bg-color{
  background-color:#f9f6ff;
}

.home_info_container .home_lat_img .bg-img-keto{
  float:right;
  margin-right: 20px;
}

@media (min-width: 768px) {
	.home_info_container .home_lat_img {
		/* xs *//* 248 -> 750px - 502px = 33% de 750px */
		background-size: calc( 248px + ( ( 100% - 750px ) / 2 ) ) auto;
		min-height: 640px;
		padding: 100px 0;
	}
}

@media screen and (max-width: 800px){
.header-v2-wrap .text-nosotros{
  font-size: 17px;
}


}


@media (min-width: 992px) {
	.home_info_container .home_lat_img {
		/* xs *//* 156 -> 970px - 814px = 16% de 970px */
		background-size: calc( 156px + ( ( 100% - 970px ) / 2 ) ) auto;
		padding: 20px 0;
	}


}
@media screen and (max-width: 1200px) {
	.home_info_container .home_lat_img {
		/* xs *//* 248 -> 1170px - 982px = 16% de 1170px */
		background-size: calc( 188px + ( ( 100% - 1170px ) / 2 ) ) auto;
		min-height: 550px;
		padding: 100px 0;
	}

}
@media screen and (max-width: 1400px) {
	.home_info_container .home_lat_img {
		/* xs *//* 248 -> 1170px - 982px = 16% de 1170px */
		background-size: auto 550px;
		min-height: 550px;
		padding: 100px 0;
	}

  .text-responsive-video{
    padding-left: 60px !important;
  }

  .home_info_container .video-title{
    margin-left: 0px !important;
  }
}


@media screen and (max-width: 1500px) {
  
  .home_info_container .video-title{
    margin-left: 20px !important;
  }
}


@media screen and (max-width: 1800px) {
  
  .home_info_container .video-title{
    margin-left: 70px !important;
  }
}

.info-estatic {
	padding-top:4em;
}
@media screen and (max-width: 991px) {
  .info-estatic { padding-top:3em; }
}
@media screen and (max-width: 768px) {
  .info-estatic { padding-top:1em; }
}

.nav-public {
	border:0px!important;
	min-height: 91px !important;
}
.navbar-default.nav-public {
	box-shadow:none!important;
	background-color: #4E2581!important;
}
.nav-public .navbar-nav > li > a {
	line-height: 71px!important;
	font-size:20px!important;
	text-shadow:none!important;
	padding:10px 40px!important;
	min-width:200px;
	text-align:center;
}
.nav-public .dropdown-menu > li > a {
	font-size:16px!important;
}
.navbar-default.nav-public .navbar-nav > .open > a, .navbar-default.nav-public .navbar-nav > .open > a:hover, .navbar-default.nav-public .navbar-nav > .open > a:focus {
	color:#FFF!important;
}
.nav-public .navbar-toggle {
	margin-top:35px!important;;
}
.nav-public .navbar-collapse {
	box-shadow:none!important;
	border-top:0!important;
}
@media screen and (max-width: 991px) {
	.nav-public .navbar-nav > li > a {
		line-height: 30px!important;
		font-size:20px!important;
		text-shadow:none!important;
		padding:10px 20px!important;
		min-width:1px;
		text-align:left;
	}
}
@media screen and (max-width: 768px) {
#img_header {max-width:250px;}
}
.cabecera_secciones {
	width:100%;
	height:460px; /* 533px */
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	padding-left:6%;
}
@media screen and (max-width: 1240px) {
	.cabecera_secciones {height:400px;}
}
@media screen and (max-width: 980px) {
	.cabecera_secciones {height:300px;}
}
@media screen and (max-width: 768px) {
	.cabecera_secciones {height:200px;}
}
@media screen and (max-width: 400px) {
	.cabecera_secciones {height:100px;}
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.nav > li, nav {
	z-index:1000;
}

/**** BACKOFFICE ****/
.header-v2-logo { z-index:2000; }

/*PAGINA NOSOTROS*/
.nosotros1{
  display: flex;
  align-items: center;
  margin-left:0px!important;
}
.equipo{
  margin: -80px 0px -140px 0px;
}

/*RESPONSIVE */
.nav-public .navbar-nav > li.calculadora > a{
  min-width:270px!important;
}
.cabecera_secciones {
  min-height: 200px!important;
  /*background-size: cover!important;
  background-size: contain!important;
  background-size: cover!important;*/
  display: flex;
    justify-content: flex-start;
    align-items: center; 
}

.cabecera_secciones_taller {
  min-height: 200px!important;
  background-size: cover!important;
  display: flex;
    justify-content: flex-start;
        width: 100%;
    height: 533px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-left: 14%;
}
.text-left {
  position:absolute;
  bottom: 30px!important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .nav-public .navbar-nav > li > a {
    width:150px;
  }
  .nav-public .navbar-nav > li.calculadora > a{
    min-width: 220px!important;
    padding: 10px 0px!important;
  }
  .nav > li.calculadora > a:hover {
    padding: 10px 0px!important;
  }
}
@media only screen and (max-width: 1252px){
  .text-left img{
    max-width:352px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1240px){
  /* .text-left{
    bottom: 100px!important; 
  } */
}
@media only screen and (max-width: 1042px){
  /* .talleres{
    width:70%!important;
  }
  .talleres p{
    width: 90%!important;
  } */
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
  /* .text-left{
    bottom: 170px!important; 
  } */
}
@media only screen and (max-width: 770px){
  .text-left h1{
    font-size: 20px!important; 
  }
  .text-left p{
    font-size: 14px!important; 
    width: 90%!important;
  }

}

@media only screen and (max-width: 505px){
  .cabecera_secciones{
    padding-left:5%;
  }
  .text-left p{
    width: 99%!important;
  }
}
@media only screen and (max-width: 400px){
  .cabecera_secciones {
    height: 200px;
    /*background-size: auto 200px;*/
  }
  /* .text-left{
    bottom: 0px!important; 
  } */
	.contenedor-videos-mobile{
		width: 370px !important;
	}
	.margen-videos-mobile{
		margin-bottom: -90px !important;
	}
}
@media only screen and (max-width: 338px){
  #img_header {
    max-width: 200px;
    height:auto;
  }
}
@media only screen and (max-width: 1402px) and (min-width: 1325px){
  .cont-tex-cabecera-home .text-home{
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1435px){
  .cont-tex-cabecera-home{
    padding: 20px 20px 0px 20px;
  }
}

@media only screen and (max-width: 1325px) and (min-width: 1215px){
  .cont-tex-cabecera-home .text-home {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 1325px) and (min-width: 1020px){  
  .cabecera_secciones {
    height: 393px;
  }
}
@media only screen and (max-width: 1436px) and (min-width: 1403px){
  .cabecera_secciones {
    height: 405px;
  }
}
@media only screen and (max-width: 1215px) and (min-width: 1104px){
  .cont-tex-cabecera-home .text-home {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1104px) and (min-width: 813px){
  .cont-tex-cabecera-home .text-home {
    font-size: 1.4rem;
  }
  .cabecera_secciones {
    height: 310px;
  }
}
@media only screen and (max-width: 1021px) and (min-width: 980px){
  .cabecera_secciones {
    height: 300px;
  }
}
@media only screen and (max-width: 981px) and (min-width: 813px){
  .cabecera_secciones {
    height: 280px!important;
  } 
}
@media only screen and (max-width: 813px) and (min-width: 658px){
  .cont-tex-cabecera-home .text-home {
      font-size: 1.2rem;
  }
  .cabecera_secciones {
    height: 200px!important;
  } 
}
@media only screen and (max-width: 657px) and (min-width: 455px){
  .cont-tex-cabecera-home .text-home {
      font-size: 1rem;
  }
}

@media screen and (max-width: 800px){
  .cont-tex-cabecera-home {
    padding:7px;
  }
  }

@media screen and (max-width: 1000px){
  .cabecera_secciones {
    height: 280px;
}

.cont-tex-cabecera-home {
  padding:7px;
  padding-bottom: 0px;
}
}
@media screen and (max-width: 980px){
  .cabecera_secciones {
    height: 242px;
  }
  }
@media screen and (max-width: 813px) and (min-width:710px){
  .cabecera_secciones {
    height: 398px!important; /* 230px */
    }
    div#slider figure img {
    height: 24vh !important;
    }
     .logo_talleres_mobile{
       display: none !important;
    }
    
}
@media screen and (max-width: 657px){
  .cabecera_secciones {
    height: 200px;
}
}
@media screen and (max-width: 604px){
  .cabecera_secciones {
    max-height: 180px!important;
    min-height: 180px!important;
}
}
@media screen and (max-width: 550px){
.cont-tex-cabecera-home .text-home {
  font-size: 0.9rem;
}
.cabecera_secciones {
  height: 160px!important;
  /*min-height: 0px!important;*/
}
p.cabecera-text {
    font-size: 22px !important;
}
}
@media screen and (max-width: 510px){
  .cabecera_secciones {
    height: 145px!important;
  }
  }
@media screen and (max-width: 467px){
  .cabecera_secciones, .cabecera_secciones_taller  {
    height: 160px!important; 
  }
  div#slider figure img {
    height: 24vh !important;
    }
    .logo_talleres_mobile{
       display: none !important;
    }
}
@media all and (min-width: 1920px) { /*********** fixed height slider home img ***********/
    div#slider .cabecera_secciones {
        height: 62vh;
    }
}