/*body{
            background: #FFFFFF !important;
            margin-top: 100px !important;
        }*/

.caja-Info-recomendaciones {
            display:inline-table;
	       /* float: left;*/
            border:1px solid #FFFFFF;
            width:220px;
			max-width:220px;
	        min-height: 50px;
	        height: 390px;
	        margin: 10px;
	        padding: 10px;
	        border-radius: 10px;
	        background-color: #FFFFFF;
	        box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
            -webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
            -moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
}

.estrellas {
	       width: 100%;
	       height:auto;
	       margin-left: auto;
	       margin-right: auto;
	       /*border:1px solid #CCCCCC;*/
	       color: #f39200;
	       padding-top: 5px; 
	       padding-bottom: 5px;
	       text-align: center;
	       letter-spacing: 5px;
	       font-size: 18px;
}

.texto-recomnedaciones {
	       width: 100%;
	       height: 290px;
	       margin-left: auto;
	       margin-right: auto;
	       /*border:1px solid #CCCCCC;*/
	       margin-top: 10px;
	       font-family: Tahoma, Geneva, sans-serif;
	       font-size: 12px;
	       color: #515869;
	       text-align: justify;
}

.nombre-recomnedaciones {
	       width: 100%;
	       height:auto;
	       /*padding-top: 5px; */
	      /* padding-bottom: 0px;*/
	       /*margin-left: auto;
	       margin-right: auto;*/
	       /*border:1px solid #CCCCCC;*/
	       margin-top: 10px;
	       font-family: Tahoma, Geneva, sans-serif;
	       font-size: 12px;
	       color: #515869;
	       text-align:left;
	       font-style: oblique;
}

.Cargo-recomnedaciones {
	       width: 100%;
	       height:auto;
	       /*padding-top: 5px; */
	      /* padding-bottom: 0px;*/
	       /*margin-left: auto;
	       margin-right: auto;*/
	      /* border:1px solid #CCCCCC;*/
	       margin-top: 10px;
	       font-family: Tahoma, Geneva, sans-serif;
	       font-size: 10px;
	       color: #515869;
	       text-align:left;
	       font-style: oblique;
}

        .testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content {
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
			margin-top: 10px;
            background: #fff;
            position: relative;
			border-radius: 10px;
	        box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
            -webkit-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
            -moz-box-shadow: 0px -1px 6px 0px rgba(0,0,0,0.12);
        }
        /*.testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }*/
        /*.testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }*/
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #005CB9; /* Color de fondo " "*/
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #023467; /* Sombra color de fondo " "*/
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #525252;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #0CCA4A;
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #005CB9; /* color puntos*/
        }
