
  .carousel-indicators li{

        width: 10px;

        height: 10px;

        border-radius: 20px;

        border-top: none;

        border-bottom: none;
       
	

    }

  #carouselExampleIndicators .carousel-indicators button.active {

        border-top: unset!important;

        border-bottom: unset!important;

        width: 10px!important;

        height: 10px!important;

        border-radius: 15px!important;

        background-color: #717171!important;

        

    }

    

    #carouselExampleIndicators .carousel-indicators button {

        border-top: unset!important;

        border-bottom: unset!important;

        width: 10px!important;

        height: 10px!important;

        border-radius: 15px!important;

        background-color: #fff!important;

        

    }


.titulo{
    
        margin-top:400px;
      
       font-size: 50px;
       
       color: white;
    
    }


.texto{
    font-family: 'Open Sans', sans-serif;
    margin-top:70px;
    margin-left: 20px;
   font-size: 20px;
   font-weight: bold;
   color: #E30A17;

}
.textochico{
   font-family: 'Open Sans', sans-serif;
   margin-left: 20px;
   width: 460px;
   font-size: 22px;
   font-weight: 600;
   color: white;

  }

  .pa-10{
      padding-top: 100px;
      padding-bottom: 100px;
  }

  .font-naranja{
    color: #f36d21;
  }


   
   .btn-gris:hover{

       color: white;
       font-size: 18px;
       background-color: #929292;
   }

   .btn-gris{

    color: #929292;
    font-size: 18px;
    background-color:white ;
    border: 1px solid #929292;
}


.btn-naranja{

    color: white;
    font-size: 18px;
    background-color: #f36d21;
}

.btn-naranja:hover{

 color: #f36d21;
 font-size: 18px;
 background-color:white ;
 border: 1px solid #f36d21;
}


   .image {
    /* background-color: rgba(11, 7, 14, 0.5) !important; */
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
   }

   .btn-solicitar{
    color: white;
    font-size: 18px;
    background-color: #0B109F;
   }

.btn-ficha{
       background-color: #e11931;
       color: white
   }
   .btn-ficha:hover{
       background-color:white;
       color: #e11931;
       border: 1px solid #e11931 ;
   }

   .vermas{
       color: #333333;
       font-weight: bold;
   }
   .vermas:hover{
       color: #e11931;
       font-weight: bold;
   }

   .fondodelcoso{
       background-color: #F2F2F2;
       height: 40px;
       line-height: 40px;
   }
   .prodwrap{
       width: 100%;
       height: 300px;

   }
   .prodwrap:hover .imgoverlay{
   display: block;
   top: 13px;
   bottom: 15px;
   left: 10px;
   right: 20px;
   height: 202px;
   width: 354px;
   opacity: 0.5;
   transition: .5s ease;
   background-origin: content-box;
   padding: 85px;
   background-color: #009FE3;
   }
   .imgoverlay{
   cursor: pointer;
   position: relative;
   display: none;
   color: white;
   
   text-align: center
   
   }
   .imgoverlay:hover {
   position: relative;
   color: white;
   }


   .fondoinicio{
       background-color: #268BC7;
   }

   .link{
    text-decoration: none;
    color: #474747;
   }

   .link:hover{
    text-decoration: none;
    color: #474747;
   }


   textarea{
    font-size: 20px;

}

.formulario::placeholder{
    color: #f36d21 !important;
}