

  /*titulo*/
  .center{
    text-align: center;
    /* font-size: 1.2rem; 
    font-weight: bold;
    display:block;*/
  }
 div.texto{
    /* text-align: left; */
    width: 40%;
    height: 300px;
    margin: 0 0 0 5px;
    /* display: flex;  */
    font-size: 18px; 
    float: left;
    text-align: justify;
    text-justify: inter-word;

  
  }
  div.carousel-inner{
    height: 400px;
  }



 
  .imgCarr{
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  }
  /*Carrusel*/


  .contenedorCar{
    display: flex;
    flex-direction:row ;
  }
  p.texto{
    font-size: 14px;
    width:50%;
    padding: 15px;
    padding-left: 50px;
    text-align: justify; 
  }

  ul.texto.left{
    font-size: 14px;    
    padding: 30px;
    text-align: left;
    list-style:circle ;
  }
  .imgCarr{
    padding: 30 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 30px transparent;
    width:350px; 
    height:280px;
    border-radius: 20px;
 
  }

  div.imgCarrConter.vent {
    margin-top: 0px;
    padding-top: 30px;
    margin-bottom: 30px;
    /*Assets\images\Ventajas.png*/
    background-image: url(../../images/Ventajas.png);  
    background-repeat: no-repeat;
    background-size:cover ;
    /*border-radius: 60px/20px;*/
   /* height: 550px;*/
  }
