
   body{
  
    /*font-family: 'Source Sans Pro'!important;
    font-weight: 100 !important;
    font-size:18px;
    background-color:#b1403d !important;*/

   }
    header{

    background:url('../../images/cabecera_presentacion.jpg');
    background-repeat: no-repeat;
    background-position: center;
    min-height:985px;
    background-size: cover;

    }

    div.fondo_contenido{

        background:url('../../images/fondo_contenido.jpg');
        background-repeat: no-repeat;
        background-position: center;
        /*min-height:5071px;*/
        background-size: cover;


        }

    .background_iaccesos {

      background-color:#b1403d;

    }

    @media (min-width: 1200px){

      .container {

        max-width: 90% !important;

      }
    }


    .margin_top_8{

      margin-top: 8%;

    }

    .margin_top_5 {
    margin-top: 5%;
    }

    .padding_right_39{

      padding-right:39px !important;
    }

    .padding_left_39{

      padding-left:39px !important;
    }

    .line_height_29{

      line-height:29px;

    }

    .contenedor_texto {

      margin-top:360px;

    }


    p.texto_presentacion1{

      font-size: 74px;
      font-weight: 100;
      margin-bottom: 0;
      line-height: 80px;
      font-family: source sans pro;
      

    }

    p.texto_presentacion2{

      font-size: 48px;
      font-weight: 900;
      margin-bottom: 0;
      line-height: 70px;
      font-family: source sans pro;
      

    }

    p.texto_presentacion3{

      font-size: 67px;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 71px;
     
    }

    

    .texto_titulo_presentacion{

      font-size:67px;
      font-weight:100!important;
      color: #b1403d !important;
      font-family: source sans pro;

    }

    .texto_contenido{

      width:80%;
      margin-top: 5%;

    }

    .texto_contenido2{

      margin-top: 5%;
      width: 87%;

    }

    .card.prestaciones{

      border:none !important;
      background-color: #a13b38;
      margin-bottom:0px;

    }


    .border_prestaciones {
        padding: 60px;
        border: 1px solid #a13b38 !important;
        border-radius: 21px;
         -webkit-box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
      -moz-box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
      box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
      background-color: #a13b38;
        
    }